Tech Ocean
Author

Tech Ocean

Focused on AI programming, sharing ready-to-use development efficiency solutions.

140
Articles
0
Likes
1
Views
0
Comments
Recent Articles

Latest from Tech Ocean

100 recent articles max
Tech Ocean
Tech Ocean
Jul 21, 2026 · Artificial Intelligence

Run Claude Code on Kimi or Qwen: Full Guide to Using Domestic LLMs

Claude Code only understands Anthropic‑format endpoints, but by adjusting three environment variables you can route it to domestic models such as Kimi K3 or Alibaba Qwen, with detailed step‑by‑step instructions for direct env‑var changes, settings‑file configuration, and GUI or CLI tools, plus known limitations.

Anthropic APICC SwitchClaude Code
0 likes · 12 min read
Run Claude Code on Kimi or Qwen: Full Guide to Using Domestic LLMs
Tech Ocean
Tech Ocean
Jul 19, 2026 · Artificial Intelligence

Testing GPT‑5.6 + Codex: The 7 Must‑Have Plugins for a Complete Development Loop

The author evaluates GPT‑5.6 with Codex and finds that installing the seven plugins—Browser, Chrome, GitHub, Context7, Figma, Visualize, and Sites—creates a full development closed‑loop, detailing each plugin’s capabilities, installation steps, limitations, and a recommended activation order.

AI pluginsBrowserCodex
0 likes · 19 min read
Testing GPT‑5.6 + Codex: The 7 Must‑Have Plugins for a Complete Development Loop
Tech Ocean
Tech Ocean
Jul 18, 2026 · R&D Management

Why Teams Remain Slow Even When AI Accelerates Code Writing

Although AI can generate code at lightning speed, many software teams see little improvement in delivery time because the bottlenecks shift to testing, review, approvals, and deployment, requiring a holistic process overhaul rather than just faster coding.

AIAutomationDevOps
0 likes · 7 min read
Why Teams Remain Slow Even When AI Accelerates Code Writing
Tech Ocean
Tech Ocean
Jul 11, 2026 · Artificial Intelligence

Claude Code Config Chaos? Run a Single ‘doctor’ Command to Diagnose and Fix

The article walks through Claude Code's built‑in doctor command—both the terminal claude doctor and the in‑session /doctor—showing how to read its diagnostic report, what issues it can automatically repair, which configuration files matter, and which supplemental commands to use when doctor falls short, all to avoid unnecessary reinstallations.

CLIClaude CodeDebugging
0 likes · 9 min read
Claude Code Config Chaos? Run a Single ‘doctor’ Command to Diagnose and Fix
Tech Ocean
Tech Ocean
Jun 27, 2026 · R&D Management

Treat AI Configurations as Code: Managing Claude Code Without Decay

The article explains why AI configuration files tend to bloat and become unreadable, and proposes a disciplined, code‑like governance approach—versioning in Git, layered ownership, strict skill and agent handling, and regular cleanup—to keep Claude Code configurations healthy and maintainable.

AI configurationClaude CodeGit version control
0 likes · 9 min read
Treat AI Configurations as Code: Managing Claude Code Without Decay
Tech Ocean
Tech Ocean
Jun 27, 2026 · R&D Management

Turning Our R&D Guidelines into a Versioned Git Repository

The article explains how the team replaced stale Wiki‑based development guidelines with a Git‑tracked Claude Code configuration meta‑repo, defining AI roles, task routing, and unified tools, resulting in zero‑config onboarding, consistent environments, automated enforcement, and safer credential handling.

AIConfiguration as CodeDevOps
0 likes · 14 min read
Turning Our R&D Guidelines into a Versioned Git Repository
Tech Ocean
Tech Ocean
Jun 27, 2026 · R&D Management

Stop Copying Skills: Private Repo + Symlinks Enable One-Command Machine Migration

The author explains how treating Claude Code skills as version‑controlled assets stored in a single private Git repository and linked via symbolic links eliminates duplicate copies, ensures consistent updates, and allows a new machine to be set up with a single clone‑and‑link command, while also describing when to install skills globally versus per‑project.

AutomationClaude CodeGit
0 likes · 9 min read
Stop Copying Skills: Private Repo + Symlinks Enable One-Command Machine Migration