← All talksFireside Chat with Boris Cherny, Head of Claude Code41:05
@Scale
Fireside Chat with Boris Cherny, Head of Claude Code
Anthropic has seen an 8x increase in code shipped per engineer since the beginning of the year, with 80-90% of all Anthropic code now written by Claude Code.
01 · Personal engineering output with 100% AI-written code
Anthropic
Boris pulled his own stats for the year: ~1,700 PRs, 400,000 lines added and 250,000 deleted, and 8 billion tokens used since March. Since Opus 4.5 shipped in November, 100% of his code has been written by Claude Code.
02 · Measuring ROI: productivity improvement per engineer
Anthropic
Boris contrasts the old dev-infra bar of 2-3% annual productivity improvement with current gains of hundreds of percentage points, citing an 8x increase in code per engineer at Anthropic since the start of the year.
Boris describes 'loops' as the next abstraction step above agents. On an average day roughly 30% of his code is written by loops, and on a good day he can push that to 100%.
Across all of Anthropic, 80 to 90% of code is written by Claude Code on average, and for a growing share of teams — including Claude Code and Co-work themselves — it is 100%.
Boris argues that cost optimization (advisor models, cheaper defaults) can cut the investment roughly 50%, while the upside from increasing return is orders of magnitude larger — so teams should focus effort on returns, not cost cutting.
06 · Automated code review with Claude Code Review
Anthropic
After coding stopped being the bottleneck, code review became the next one. Anthropic built Claude Code Review, used on every internal pull request; it catches and fixes an estimated 98-99% of bugs before a human sees the PR.
From a single prompt, Claude Code ran a dynamic workflow orchestrating many sub-agents for a few hours, using a few million tokens, and produced four pull requests that cut CI time in half — work Boris says would have taken days, weeks or months.
Permission-prompt fatigue was hurting security, so Anthropic shipped auto mode, where a model approves or declines each action. It relies on Claude's prompt-injection resistance: per the system cards, roughly a 1% success rate at 100 attempts.