Boris Cherny
Key Views & Dialogues
Building Claude Code with Boris Cherny
- 🗓️ Date:
2026-03-04| 🎙️ Show:The Pragmatic Engineer
Claude Code writes 80% of Anthropic’s code, with adoption near 100% among technical staff, making internal usage a live distribution signal. Opus 4.5 triggered an instant workflow shift, while Cowork reached users faster from a 10-day build on the same agent SDK. Verification remains the constraint: Claude catches maybe 80% of bugs, but enterprise production still requires human approval, keeping safety and review central.
View Dialogue Notes & Key Takeaways
Claude Code now writes ~80% of the code at Anthropic, and adoption inside the company is effectively 100% of technical staff — plus roughly half the sales team and the entire finance team. Cherny ships 20–30 PRs a day with “100% of every single one” written by Opus 4.5 and Claude Code; over a month of that pace it introduced “maybe two bugs. Whereas if I’d written that by hand, that would have been like 20.”
Opus 4.5 was the capability threshold, not a gradual slope: “the switch was instant” — Cherny uninstalled his IDE. During a month-long stretch, he didn’t hand-edit a line. The corollary for anyone underwriting AI-coding moats: model improvements can reset the playbook. “The ideas that worked with the old model might not work with the new model” — and it’s now rational to retry failed ideas every few months.
Verification is the emerging bottleneck and the durable human role: every PR at Anthropic is reviewed by Claude in CI, which “catches maybe like 80% of bugs,” but a human still approves everything shipped to production because “our main customer base is enterprises.” Determinism is engineered back in via linters, type checkers, and best-of-N with parallel deduping agents.
Product architecture thesis — don’t put the model in a box: Claude Code’s design bet is to avoid boxing the model. RAG (a local vector DB) was thrown away because “Agent-X search just outperformed everything” — “a fancy word for glob and grep.” The bet that keeps paying is “let the model do its thing.”
Cowork is growing faster out of the gate than Claude Code did — built in ~10 days on the same agent SDK, targeting the non-engineers already using Claude Code (tomato-plant monitoring, wedding-photo recovery). Claude Code itself “wasn’t an overnight hit”; its inflection came in May with Opus 4 / Sonnet 4. New agent teams (swarms) are opt-in partly because they “use a ton of tokens” — a reason to make them opt-in.
The macro frame is the printing press: printed-material cost fell ~100x in 30–50 years, volume rose ~10,000x, and scribes “ceased to become scribes, but now there’s a category of writers and authors… the market for literature just expanded a ton.” Cherny’s call for who wins: multi-disciplinary generalists — “this will be the year of the generalist” — and “the year of ADHD,” since the work is now managing parallel Claudes, not deep single-threaded coding.
🔗 Original source & video: Building Claude Code with Boris Cherny