Boris Cherny, creator of Claude Code at Anthropic, is interviewed at a Sequoia event by Lauren Reader. His central thesis-statement: "coding is solved". He himself has not written a line of code in 2026 — the model writes 100% of his code since October 2025, "a few dozen PRs/day, 150 PRs in a single day record".

Cherny recounts the genesis of Claude Code as a deliberately pre-PMF story. He joins Anthropic Labs (internal incubator) in late 2024, with the mission to explore the "product overhang""the model can do all the stuff that no product has yet captured." At the time, state-of-the-art coding was type ahead (Sonnet 3.5). The bet: "have the agent write all of the code." Six months during which "it just really didn't work. I used it for maybe 10% of my code." First release: "it was not a hit." Inflection point: Opus 4 in May 2025, then 4.5, 4.6, 4.7 — "it just kind of keeps inflecting." Round 2 of the team is now led by Mike Krieger (Anthropic CPO, ex-Instagram).

Current personal setup: "most of my work I do from my phone" (iOS-only), 5-10 sessions, "a few hundred agents going, a few thousand at night." New primitive: /loop — Claude uses cron to schedule recurring jobs (every minute, every 5 minutes, daily). Examples: PR babysitter (fixes CI, auto-rebases), CI healthkeeper (fixes flaky tests), Twitter clusterer (groups feedback every 30 min). Routines = server-side equivalent, runs with the laptop closed. "Loops are the future."

SaaS vision: no apocalypse, but reordering via Hamilton Helmer's 7 Powers framework. Switching costs and process power become less important (the model hill-climbs processes with 4.7); network effects, scale economies, cornered resources remain unchanged. Prediction: "the number of startups disrupting in the next 10 years will increase 10×." Best time to build.

Pivot analogy: the Gutenberg press. 1400s Europe: 10% literacy, scribes employed by illiterate kings. Fifty years later: more literature published than in the preceding thousand years, books 100× cheaper. A few centuries later: 70% literacy. "Software will be similarly democratized, but faster than 50 years." Pivot phrase: "The best person to write accounting software is not an engineer, it's a really good accountant."

Anthropic practice: "We have no more manually written code anywhere at the company. Our Claudes are talking all day over Slack to other people's Claudes." Anthropic's advantage is not technological (same models as everyone else), but organizational. As the model becomes better aligned, the harness becomes less important — prompt injection, permission modes, human-in-the-loop: "all this kind of stuff is just going to be less important." Upcoming products: Claude Design, loops/batch first-class, computer use.