Boris Cherny: Building Claude Code | Y Combinator

The Gist

Boris Cherny, head of Claude Code at Anthropic, reveals that Claude Code deletes 80% of its system prompts and requires developers to stop over-specifying and instead let frontier models like Opus 5 solve hard, ambiguous tasks autonomously using dynamic workflows and automated verification.

Quick Overview

Boris Cherny outlines how Claude Code achieves massive autonomy through radical prompt reduction, unhobbling frontier models, and running thousands of autonomous agents in parallel. Rather than micro-managing models with complex step-by-step instructions, developers must provide clear guardrails, exit criteria, and automated verification loops, allowing models to operate like experienced software engineers.

Key Points: Anthropic launched Opus 5 with a 30 percent performance improvement over Arc-AGI 3. Claude Code deleted over 80 percent of its system prompts by trusting the raw intelligence of newer model generations. The Claude Code desktop app was successfully rewritten, tested, and verified in Swift using autonomous agent workflows over a two-week period. A single Claude Code dynamic workflow can orchestrate thousands of parallel agents to handle complex code refactoring, bug fixes, and data analysis. Traditional prompt engineering is being replaced by empirical testing, where developers provide hard tasks and verification loops rather than rigid instructions. Boris Cherny advises developers to avoid listening to LinkedIn influencers and instead learn computer science through practical, problem-solving code implementation.

Context: At Y Combinator Startup School 2026, Managing Partner Diana Hu interviews Boris Cherny, Head of Claude Code at Anthropic, to discuss the practical realities of building agentic software engineering products on top of rapidly accelerating AI models like Opus 5.

Detailed Analysis

Boris Cherny explains that the defining shift in modern AI development is moving away from rigid prompt engineering and micro-management toward empirical science. By deleting 80 percent of system prompts and removing legacy scaffolding, Anthropic allows Opus 5 to operate with minimal friction. Developers should stop over-specifying tasks and instead give models hard problems, strict exit criteria, and automated verification tools. Through dynamic workflows, loops, and routines, a single developer can orchestrate thousands of agents to handle complex multi-file codebases, write tests, and maintain production software autonomously.

Raw markdown version of this recap