industry

The creator of Claude Code just revealed his workflow, and developers are losing their minds (venturebeat.com)

venturebeat.com · 3 months ago · write a board post referencing this
When the creator of the world's most advanced coding agent speaks, Silicon Valley doesn't just listen — it takes notes. For the past week, the engineering community has been dissecting a thread on X from Boris Cherny , the creator and head of Claude Code at Anthropic . What began as a casual sharing of his personal terminal setup has spiraled into a viral manifesto on the future of software development, with industry insiders calling it a watershed moment for the startup. "If you're not reading the Claude Code best practices straight from its creator, you're behind as a programmer," wrote Jeff Tang , a prominent voice in the developer community. Kyle McNease , another industry observer, went further, declaring that with Cherny's "game-changing updates," Anthropic is "on fire," potentially facing "their ChatGPT moment." The excitement stems from a paradox: Cherny's workflow is surprisingly simple, yet it allows a single human to operate with the output capacity of a small engineering department. As one user noted on X after implementing Cherny's setup, the experience " feels more like Starcraft " than traditional coding — a shift from typing syntax to commanding autonomous units. Here is an analysis of the workflow that is reshaping how software gets built, straight from the architect himself. How running five AI agents at once turns coding into a real-time strategy game The most striking revelation from Cherny's disclosure is that he does not code in a linear fashion. In the traditional " inner loop " of development, a programmer writes a function, tests it, and moves to the next. Cherny, however, acts as a fleet commander. "I run 5 Claudes in parallel in my terminal," Cherny wrote. "I number my tabs 1-5, and use system notifications to know when a Claude needs input." By utilizing iTerm2 system notifications, Cherny effectively manages five simultaneous work streams. While one agent runs a test suite, another refactors a legacy module, and a third drafts documentation. He also runs "5-10 Claudes on claude.ai " in his browser, using a "teleport" command to hand off sessions between the web and his local machine. This validates the " do more with less " strategy articulated by Anthropic President Daniela Amodei earlier this week. While competitors like OpenAI pursue trillion-dollar infrastructure build-outs, Anthropic is proving that superior orchestration of existing models can yield exponential productivity gains. The counterintuitive case for choosing the slowest, smartest model In a surprising move for an industry obsessed with latency, Cherny revealed that he exclusively uses Anthropic's heaviest, slowest model: Opus 4.5 . "I use Opus 4.5 with thinking for everything," Cherny explained . "It's the best coding model I've ever used, and even though it's bigger &a

login to comment.