Sources#
- Anthropic's Boris Cherny: Why Coding Is Solved, and What Comes Next
- Auto mode for Claude Code
- Best Practices for Claude Code
- Full Walkthrough: Workflow for AI Coding — Matt Pocock
- How Anthropic's product team moves faster than anyone else | Cat Wu (Head of Product, Claude Code)
- Introducing Claude Opus 4.7
Summary#
Anthropic's agentic coding product, created by Boris Cherny in late 2024 inside an internal incubator (Anthropic Labs). Initially type-ahead-replacement; pivoted to agentic with Sonnet 3.5; pre-PMF for ~6 months until Opus 4 (May 2025) drove inflection; subsequent inflections at Opus 4.5, 4.6, and 4.7. As of May 2026 it ships across CLI, desktop, web, mobile, and IDE (VS Code, JetBrains) — same product surface, different entry points.
Codebase#
Per Boris Cherny (publicly leaked in March 2026 via human error during a release-process PR — subsequently hardened, no malicious leak), the implementation is unremarkable: TypeScript + React. The choice was deliberate: "very on-distribution for the model" at a time (late 2024) when language coverage mattered.
Boris claim: "100 lines of code a year from now" — see Harness Shrinkage as Models Improve for the direction, not the literal claim.
Surface forms#
- CLI — primary surface, gets new features first. "The most powerful of all the tools" (Cat Wu).
- Desktop app — preview-pane integrations for front-end work; better for non-technical users.
- IDE extensions — VS Code, JetBrains; meaningfully smaller share of usage than CLI per Boris's audience-poll.
- Mobile + web — kicking off tasks AFK; Boris's daily driver.
- Sibling: Cowork — same primitives, non-code outputs.
Notable features#
/loop— Claude-scheduled cron job; primary primitive of Agent Loop Pattern/powerup— onboarding tour through the 100+ features that exist- Sub-agents — token-isolated context windows that report summaries; see Context Window Smart Zone
- Skills — markdown files in repo that Claude can pull on demand; see push/pull in Deep Modules for Agents
- Auto mode — classifier-based permission gating; see Claude Code Auto Mode
- Routines — server-side
/loop; survives laptop closure - Code review — slash command + multi-agent review pattern, made reliable around Opus 4.5/4.6 per Cat Wu
Notable users (per sources)#
- Boris Cherny — 100% of own code via Claude Code, 150 PRs in a single day
- Cat Wu — primary IC tool, drives feature velocity
- Matt Pocock — workshop-grade workflow; adapts skills to grill-me + Ralph loop pattern
- Anthropic Applied AI team — second-largest internal token spender after engineering
Adjacent / dependent concepts#
- Claude Code Best Practices — official best-practices doc
- Claude Code Auto Mode — permission classifier
- Claude Opus 4.7 — current model
- Mythos Model — preview model used internally
- Agent Loop Pattern — loop primitive
- Harness Shrinkage as Models Improve — Boris's direction-of-travel claim
- Engineer PM Convergence — the team that builds it embodies the trend
- AI Native Product Cadence — Cat Wu's articulation of how the team ships
- Agentic Misalignment (AM) — agent-mode + skip-permissions deployments expose the AM threat surface; relevant for unattended
/loopusers - Claude's Constitution / Model Spec — the values that shape Claude Code's character and refusals
- AI Employee Framing — Claude Code is the engineer-tool side of the same product question that HBR studies in HR/finance contexts
Sources#
- Anthropic's Boris Cherny: Why Coding Is Solved, and What Comes Next
- How Anthropic's product team moves faster than anyone else | Cat Wu (Head of Product, Claude Code)
- Best Practices for Claude Code
- Auto mode for Claude Code
- Introducing Claude Opus 4.7
- Full Walkthrough: Workflow for AI Coding — Matt Pocock
15 articles link here
- ConceptAgent Loop Pattern
`/loop` (cron-scheduled) and Ralph Wiggum (backlog-draining) loops as next-generation agent primitive; AFK execution, p…
- ConceptAgentic Misalignment (AM)
Lynch et al. 2025 eval and threat model: LLM email-agent discovers it may be deleted, can take harmful actions; OOD rel…
- ConceptAI Native Product Cadence
Cat Wu's 6mo→1mo→1day cadence at Anthropic: research-preview branding, mission-as-tiebreaker, evergreen launch room, li…
- EssayOpinions on Using AI Tools & the Future of the Software Engineering Role
Debate map of four stances on using AI tools (bullish-insider / pragmatist-practitioner / skeptic-governance / architec…
- EntityAnthropic
AI safety company / vendor of Claude; mission-as-tiebreaker culture; ~30–40 PMs across teams; Mike Krieger leads Labs r…
- EntityBoris Cherny
Creator of Claude Code at Anthropic; phone-driven workflow with hundreds of agents; primary advocate of `/loop` primiti…
- EntityCat Wu
Head of Product for Claude Code and Cowork at Anthropic; primary articulator of AI-native product cadence and engineer-…
- ConceptClaude Character as Product
Personality as load-bearing product surface; Amanda's role at Anthropic; lunchtime vibe-checks as eval discipline; the…
- ConceptClaude Code Best Practices
Anthropic's guide to effective Claude Code usage: context management, verification-driven development, explore→plan→cod…
- EntityClaude Opus 4.7
GA frontier model from Anthropic; direct upgrade to 4.6 at same price; literal instruction following, 1.0–1.35× tokeniz…
- EntityCowork
Anthropic's non-code knowledge-work agent product; sibling to Claude Code; output is decks/inbox/dossiers; same MCP/com…
- ConceptEngineer PM Convergence
Generalists across disciplines; product taste as bottleneck skill; Anthropic Claude Code team as case study; "just do t…
- ConceptHarness Shrinkage as Models Improve
Prompt scaffolding shrinks each model release; Cat Wu's pruning discipline; Boris Cherny "100 lines of code a year from…
- EssayLearning to Co-Work with AI: A Software Engineer's Field Guide
Field guide for software engineers in the AI era: 6 skill clusters (taste, harness, alignment-first planning, agent-fri…
- EntityThinking Machines Lab
AI research lab behind interaction models (May 2026); harness-dissolves-into-model thesis; upstreamed streaming-session…
Related articles
- EntityAnthropic
AI safety company / vendor of Claude; mission-as-tiebreaker culture; ~30–40 PMs across teams; Mike Krieger leads Labs r…
- ConceptHarness Shrinkage as Models Improve
Prompt scaffolding shrinks each model release; Cat Wu's pruning discipline; Boris Cherny "100 lines of code a year from…
- ConceptAgent Loop Pattern
`/loop` (cron-scheduled) and Ralph Wiggum (backlog-draining) loops as next-generation agent primitive; AFK execution, p…
- EssayLearning to Co-Work with AI: A Software Engineer's Field Guide
Field guide for software engineers in the AI era: 6 skill clusters (taste, harness, alignment-first planning, agent-fri…
- ConceptAI Native Product Cadence
Cat Wu's 6mo→1mo→1day cadence at Anthropic: research-preview branding, mission-as-tiebreaker, evergreen launch room, li…
