The New Development Paradigm: How the Creator of Claude Code is Redefining AI Programming
Boris Cherny, lead of Claude Code at Anthropic, has unveiled his workflow, turning coding into a strategy game and boosting developer productivity to unprecedented levels.
In the heart of Silicon Valley, a technical revelation by Boris Cherny, head of the Claude Code project at Anthropic, has sparked deep reflection among software engineers worldwide. By detailing his personal work routine, Cherny presented not just a tool, but a new manifesto on how artificial intelligence should be integrated into system development. What was once viewed as simple code-completion assistance is now seen as complex orchestration, where the programmer acts as a fleet commander, managing autonomous agents that perform high-complexity tasks in parallel.
The paradigm shift in development
Traditionally, software engineering has been a linear activity: the programmer writes code, runs tests, and fixes any bugs. Cherny subverts this logic by adopting a parallel execution model. Using the iTerm2 terminal, he operates five instances of Claude simultaneously, managing each through numbered tabs and system notifications. While one agent focuses on refactoring legacy modules, others run test suites or draft documentation. Furthermore, he utilizes 5 to 10 additional instances via browser, employing teleportation commands to switch sessions between the local environment and the web interface. This approach validates the 'do more with less' strategy, focusing on intelligent model orchestration rather than just scaling massive infrastructure.
The strategic choice for cognitive performance
One of the most counterintuitive points of Cherny's methodology is his preference for the Opus 4.5 model. In a sector obsessed with latency and token response speed, the creator of Claude Code argues that the 'tax' paid for slower processing is offset by a drastic reduction in the need for human corrections. The reasoning is logical: a model that is smarter and capable of handling complex tools requires less supervision and rewriting, making the total delivery cycle significantly faster than using smaller, faster models that often require constant intervention.
The architecture of continuous learning
To mitigate the issue of language model amnesia, which tends to forget style guidelines or architectural decisions between sessions, Cherny's team implemented an elegant and effective solution: the CLAUDE.md file. This document, stored in the Git repository, functions as an external brain for the AI. Whenever an error is detected or an improvement is identified, the instruction is added to the file, making the agent progressively more accurate. Thus, the codebase becomes a self-sustaining and self-repairing organism, where every past mistake becomes a permanent rule for the future.
Automation and the role of sub-agents
The automation of bureaucratic tasks is the pillar that supports this high productivity. Through custom commands, such as /commit-push-pr, interaction with the version control system is delegated to the AI, eliminating the cognitive load of repetitive processes. Additionally, the use of 'sub-agents'—specialized AI personas—allows for task segmentation. An agent focused on code simplification cleans up the architecture after the heavy lifting, while an application verification agent runs end-to-end tests before implementation, ensuring the final product is not only functional but optimized in terms of user experience.
The critical value of verification loops
The competitive advantage that has driven the success of Claude Code lies in its verification capability. The system does not just generate text; it tests its own changes. By integrating browser extensions and bash command execution, Claude Code validates every change in real-time, testing interfaces and user flows until the final result meets quality requirements. According to Cherny, implementing these verification loops improves the quality of delivered code by up to three times, as the agent is able to autonomously prove that the code actually works in the production environment.
Market impact and the future of engineering
The industry reaction, with heavyweights like Jeff Tang and Kyle McNease labeling the moment as a turning point for Anthropic, demonstrates that we are moving from the 'copilot' era to the 'autonomous agent' era. While competitors focus on trillions of dollars in infrastructure, Anthropic demonstrates that superiority lies in orchestration. For tech leaders, the lesson is clear: the bottleneck of modern engineering is no longer code generation time, but the human time spent on review. The transition to a command model, where the programmer acts as a systems strategist, seems to be the inevitable path for the future of software development.
Perspectives and next steps
The roadmap for AI-driven software development points toward increasingly deep integration between local environments and cloud-based intelligence. Cherny's methodology suggests that as models become more capable of using tools and following complex guidelines contained in internal documentation, the need for manual coding will tend to decrease, leaving the human developer with the role of systems architect, business rule curator, and high-level strategist. The boundary between a programmer and an agent manager is becoming increasingly blurred, and those who adopt agent-orchestration workflows will be at the forefront of productivity in the coming decade.