Blog
#Claude Code
2articles tagged "Claude Code".
← Back to blog
Who Decides What, and How Does AI Execute? — Reading the Division of Labor from Anthropic's Claude Code Analysis
Anthropic's Claude Code usage analysis reveals a division of labor: humans set the goal, constraints, and definition of done; AI handles exploration, editing, and execution. From official data on ~400,000 sessions, here's what engineers should hold onto in the AI era.
- Claude Code
- Anthropic
- AI Agents
- AI Spec-Driven Development

Claude Code in Large Codebases: Best Practices and Where to Begin
Anthropic's guide to running Claude Code in large codebases is a practical starting point for organizations adopting AI coding at scale. We break down Agentic Search, the harness around the model (CLAUDE.md, Hooks, Skills, Plugins, MCP, LSP, Subagents), three design patterns, and where to begin.
- Claude Code
- Anthropic
- AI Agents
- AI Coding