{"id":232,"date":"2026-01-05T15:45:00","date_gmt":"2026-01-05T07:45:00","guid":{"rendered":"https:\/\/connectword.dpdns.org\/?p=232"},"modified":"2026-01-05T15:45:00","modified_gmt":"2026-01-05T07:45:00","slug":"the-creator-of-claude-code-just-revealed-his-workflow-and-developers-are-losing-their-minds","status":"publish","type":"post","link":"https:\/\/connectword.dpdns.org\/?p=232","title":{"rendered":"The creator of Claude Code just revealed his workflow, and developers are losing their minds"},"content":{"rendered":"<p>When the creator of the world&#8217;s most advanced coding agent speaks, Silicon Valley doesn&#8217;t just listen \u2014 it takes notes.<\/p>\n<p>For the past week, the engineering community has been dissecting a <a href=\"https:\/\/x.com\/bcherny\/status\/2007179832300581177\">thread on X<\/a> from <a href=\"https:\/\/x.com\/bcherny\">Boris Cherny<\/a>, the creator and head of <a href=\"https:\/\/code.claude.com\/docs\/en\/overview\">Claude Code<\/a> at <a href=\"https:\/\/www.anthropic.com\/\">Anthropic<\/a>. 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.<\/p>\n<div><\/div>\n<p>&#8220;If you&#8217;re not reading the Claude Code best practices straight from its creator, you&#8217;re behind as a programmer,&#8221; wrote <a href=\"https:\/\/x.com\/jefftangx\">Jeff Tang<\/a>, a prominent voice in the developer community. <a href=\"https:\/\/x.com\/KyleMcnease\/status\/2007555584724480338\">Kyle McNease<\/a>, another industry observer, went further, declaring that with Cherny&#8217;s &#8220;game-changing updates,&#8221; Anthropic is &#8220;on fire,&#8221; potentially facing &#8220;their ChatGPT moment.&#8221;<\/p>\n<p>The excitement stems from a paradox: Cherny&#8217;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&#8217;s setup, the experience &#8220;<a href=\"https:\/\/x.com\/mtwichan\">feels more like Starcraft<\/a>&#8221; than traditional coding \u2014 a shift from typing syntax to commanding autonomous units.<\/p>\n<p>Here is an analysis of the workflow that is reshaping how software gets built, straight from the architect himself. <\/p>\n<h2><b>How running five AI agents at once turns coding into a real-time strategy game<\/b><\/h2>\n<p>The most striking revelation from Cherny&#8217;s disclosure is that he does not code in a linear fashion. In the traditional &#8220;<a href=\"https:\/\/notes.paulswail.com\/public\/The+inner+and+outer+loops+of+software+development+workflow\">inner loop<\/a>&#8221; of development, a programmer writes a function, tests it, and moves to the next. Cherny, however, acts as a fleet commander.<\/p>\n<p>&#8220;I run 5 Claudes in parallel in my terminal,&#8221; Cherny wrote. &#8220;I number my tabs 1-5, and use system notifications to know when a Claude needs input.&#8221;<\/p>\n<p>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 &#8220;5-10 Claudes on <a href=\"https:\/\/claude.ai\/\">claude.ai<\/a>&#8221; in his browser, using a &#8220;teleport&#8221; command to hand off sessions between the web and his local machine.<\/p>\n<p>This validates the &#8220;<a href=\"https:\/\/www.cnbc.com\/2026\/01\/03\/anthropic-daniela-amodei-do-more-with-less-bet.html\">do more with less<\/a>&#8221; 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.<\/p>\n<h2><b>The counterintuitive case for choosing the slowest, smartest model<\/b><\/h2>\n<p>In a surprising move for an industry obsessed with latency, Cherny revealed that he exclusively uses Anthropic&#8217;s heaviest, slowest model: <a href=\"https:\/\/www.anthropic.com\/news\/claude-opus-4-5\">Opus 4.5<\/a>.<\/p>\n<p>&#8220;I use Opus 4.5 with thinking for everything,&#8221; Cherny <a href=\"https:\/\/x.com\/bcherny\/status\/2007179838864666847\">explained<\/a>. &#8220;It&#8217;s the best coding model I&#8217;ve ever used, and even though it&#8217;s bigger &amp; slower than Sonnet, since you have to steer it less and it&#8217;s better at tool use, it is almost always faster than using a smaller model in the end.&#8221;<\/p>\n<p>For enterprise technology leaders, this is a critical insight. The bottleneck in modern AI development isn&#8217;t the generation speed of the token; it is the human time spent correcting the AI&#8217;s mistakes. Cherny&#8217;s workflow suggests that paying the &#8220;compute tax&#8221; for a smarter model upfront eliminates the &#8220;correction tax&#8221; later.<\/p>\n<h2><b>One shared file turns every AI mistake into a permanent lesson<\/b><\/h2>\n<p>Cherny also detailed how his team solves the problem of AI amnesia. Standard large language models do not &#8220;remember&#8221; a company&#8217;s specific coding style or architectural decisions from one session to the next.<\/p>\n<p>To address this, Cherny&#8217;s team maintains a single file named <a href=\"https:\/\/x.com\/bcherny\/status\/2007179842928947333\">CLAUDE.md<\/a> in their git repository. &#8220;Anytime we see Claude do something incorrectly we add it to the CLAUDE.md, so Claude knows not to do it next time,&#8221; he wrote.<\/p>\n<p>This practice transforms the codebase into a self-correcting organism. When a human developer reviews a pull request and spots an error, they don&#8217;t just fix the code; they tag the AI to update its own instructions. &#8220;<a href=\"https:\/\/x.com\/aakashgupta\/status\/2007347705945944153\">Every mistake becomes a rule<\/a>,&#8221; noted <a href=\"https:\/\/x.com\/aakashgupta\">Aakash Gupta<\/a>, a product leader analyzing the thread. The longer the team works together, the smarter the agent becomes.<\/p>\n<h2><b>Slash commands and subagents automate the most tedious parts of development<\/b><\/h2>\n<p>The &#8220;vanilla&#8221; workflow one observer praised is powered by rigorous automation of repetitive tasks. Cherny uses slash commands \u2014 custom shortcuts checked into the project&#8217;s repository \u2014 to handle complex operations with a single keystroke.<\/p>\n<p>He highlighted a command called <i><b>\/commit-push-pr<\/b><\/i>, which he invokes dozens of times daily. Instead of manually typing git commands, writing a commit message, and opening a pull request, the agent handles the bureaucracy of version control autonomously.<\/p>\n<p>Cherny also deploys subagents \u2014 specialized AI personas \u2014 to handle specific phases of the development lifecycle. He uses a code-simplifier to clean up architecture after the main work is done and a verify-app agent to run end-to-end tests before anything ships.<\/p>\n<h2><b>Why verification loops are the real unlock for AI-generated code<\/b><\/h2>\n<p>If there is a single reason Claude Code has reportedly hit <a href=\"https:\/\/www.anthropic.com\/news\/anthropic-acquires-bun-as-claude-code-reaches-usd1b-milestone\">$1 billion in annual recurring revenue<\/a> so quickly, it is likely the verification loop. The AI is not just a text generator; it is a tester.<\/p>\n<p>&#8220;Claude tests every single change I land to claude.ai\/code using the Claude Chrome extension,&#8221; Cherny wrote. &#8220;It opens a browser, tests the UI, and iterates until the code works and the UX feels good.&#8221;<\/p>\n<p>He argues that giving the AI a way to verify its own work \u2014 whether through browser automation, running bash commands, or executing test suites \u2014 improves the quality of the final result by &#8220;2-3x.&#8221; The agent doesn&#8217;t just write code; it proves the code works.<\/p>\n<h2><b>What Cherny&#8217;s workflow signals about the future of software engineering<\/b><\/h2>\n<p>The reaction to Cherny&#8217;s thread suggests a pivotal shift in how developers think about their craft. For years, &#8220;AI coding&#8221; meant an autocomplete function in a text editor \u2014 a faster way to type. Cherny has demonstrated that it can now function as an operating system for labor itself.<\/p>\n<p>&#8220;Read this if you&#8217;re already an engineer&#8230; and want more power,&#8221; <a href=\"https:\/\/x.com\/jefftangx\/status\/2008246873275215890\">Jeff Tang<\/a> summarized on X.<\/p>\n<p>The tools to multiply human output by a factor of five are already here. They require only a willingness to stop thinking of AI as an assistant and start treating it as a workforce. The programmers who make that mental leap first won&#8217;t just be more productive. They&#8217;ll be playing an entirely different game \u2014 and everyone else will still be typing.<\/p>","protected":false},"excerpt":{"rendered":"<p>When the creator of the world&#038;&hellip;<\/p>\n","protected":false},"author":1,"featured_media":233,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-232","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/connectword.dpdns.org\/index.php?rest_route=\/wp\/v2\/posts\/232","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/connectword.dpdns.org\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/connectword.dpdns.org\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/connectword.dpdns.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/connectword.dpdns.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=232"}],"version-history":[{"count":0,"href":"https:\/\/connectword.dpdns.org\/index.php?rest_route=\/wp\/v2\/posts\/232\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/connectword.dpdns.org\/index.php?rest_route=\/wp\/v2\/media\/233"}],"wp:attachment":[{"href":"https:\/\/connectword.dpdns.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=232"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/connectword.dpdns.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=232"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/connectword.dpdns.org\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=232"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}