Tagged articles
6 articles
Page 1 of 1
Java Tech Enthusiast
Java Tech Enthusiast
May 28, 2026 · Artificial Intelligence

Why Claude Code Needs a Strong Harness, Not Just a Bigger Model, for Million‑Line Codebases

The article dissects Anthropic’s official guidance on deploying Claude Code in massive codebases, showing that context overflow stems from an inadequate harness rather than model size, and presents seven concrete pitfalls with solutions—including limiting CLAUDE.md to 200 lines, using LSP, initializing in subdirectories, leveraging hooks, skills, plugins, and MCP integration—to make the AI coding assistant effective at scale.

AI codingBest PracticesClaude Code
0 likes · 23 min read
Why Claude Code Needs a Strong Harness, Not Just a Bigger Model, for Million‑Line Codebases
AI Engineer Programming
AI Engineer Programming
May 28, 2026 · Artificial Intelligence

Claude Code Best Practices and Getting Started Guide for Large Codebases

This guide explains how Claude Code can be deployed in massive monorepos, legacy systems, and distributed repositories, detailing navigation methods, the limits of RAG, the benefits of agentic search, and a five‑layer support system—including CLAUDE.md, hooks, skills, plugins, and MCP servers—to help teams of thousands achieve reliable AI‑assisted coding.

AI codingCLAUDE.mdClaude Code
0 likes · 18 min read
Claude Code Best Practices and Getting Started Guide for Large Codebases
PaperAgent
PaperAgent
May 21, 2026 · Artificial Intelligence

Anthropic’s Claude Code Harness: Best Practices for AI Coding in Large Codebases

Anthropic’s applied‑AI team found that the success of Claude Code in million‑line monorepos and multi‑repo microservice environments depends far more on a well‑engineered harness—such as layered CLAUDE.md files, hooks, skills, plugins, LSP integration, MCP servers and sub‑agents—than on the underlying model itself.

AI programming toolsAnthropicClaude Code
0 likes · 10 min read
Anthropic’s Claude Code Harness: Best Practices for AI Coding in Large Codebases
Architect
Architect
May 16, 2026 · Artificial Intelligence

Turning Massive Codebases into Agent‑Ready Workspaces with Claude Code

The article analyzes how Claude Code can operate reliably in monorepos and large codebases by reorganizing the repository into an agent‑friendly environment, detailing the seven‑step agentic loop, the role of CLAUDE.md, LSP navigation, Subagents, and a three‑layer architecture that balances context, execution, and governance.

AI AgentsCLAUDE.mdClaude Code
0 likes · 30 min read
Turning Massive Codebases into Agent‑Ready Workspaces with Claude Code
21CTO
21CTO
Mar 11, 2020 · Fundamentals

What Do Billions of Code Lines Reveal About Big Tech’s Development Scale?

The article compares Tencent's 12.9 billion and Alipay's 4 billion new code lines in 2019, puts them in perspective with other well‑known software projects, and discusses why raw line counts are a limited metric for evaluating engineering productivity.

Large Codebasescode metricssoftware engineering
0 likes · 4 min read
What Do Billions of Code Lines Reveal About Big Tech’s Development Scale?