{"id":5060,"date":"2026-01-06T00:53:41","date_gmt":"2026-01-06T00:53:41","guid":{"rendered":"https:\/\/violethoward.com\/new\/the-creator-of-claude-code-just-revealed-his-workflow-and-developers-are-losing-their-minds\/"},"modified":"2026-01-06T00:53:41","modified_gmt":"2026-01-06T00:53:41","slug":"the-creator-of-claude-code-just-revealed-his-workflow-and-developers-are-losing-their-minds","status":"publish","type":"post","link":"https:\/\/violethoward.com\/new\/the-creator-of-claude-code-just-revealed-his-workflow-and-developers-are-losing-their-minds\/","title":{"rendered":"The creator of Claude Code just revealed his workflow, and developers are losing their minds"},"content":{"rendered":"<p> <br \/>\n<br \/><img decoding=\"async\" src=\"https:\/\/images.ctfassets.net\/jdtwqhzvc2n1\/6VsJWNsStTR57q9vFd5L08\/a0d88b4dcbd1e9ba77fd72a9c55988d9\/nuneybits_Vector_art_of_programmer_conducting_robot_orchestra_i_908157a9-d44f-4bce-b390-5913b88dad27.webp?w=300&amp;q=30\" \/><\/p>\n<p>When the creator of the world&#x27;s most advanced coding agent speaks, Silicon Valley doesn&#x27;t just listen \u2014 it takes notes.<\/p>\n<p>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.<\/p>\n<div><\/div>\n<p>&quot;If you&#x27;re not reading the Claude Code best practices straight from its creator, you&#x27;re behind as a programmer,&quot; wrote Jeff Tang, a prominent voice in the developer community. Kyle McNease, another industry observer, went further, declaring that with Cherny&#x27;s &quot;game-changing updates,&quot; Anthropic is &quot;on fire,&quot; potentially facing &quot;their ChatGPT moment.&quot;<\/p>\n<p>The excitement stems from a paradox: Cherny&#x27;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&#x27;s setup, the experience &quot;feels more like Starcraft&quot; 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&#x27;s disclosure is that he does not code in a linear fashion. In the traditional &quot;inner loop&quot; of development, a programmer writes a function, tests it, and moves to the next. Cherny, however, acts as a fleet commander.<\/p>\n<p>&quot;I run 5 Claudes in parallel in my terminal,&quot; Cherny wrote. &quot;I number my tabs 1-5, and use system notifications to know when a Claude needs input.&quot;<\/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 &quot;5-10 Claudes on claude.ai&quot; in his browser, using a &quot;teleport&quot; command to hand off sessions between the web and his local machine.<\/p>\n<p>This validates the &quot;do more with less&quot; 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&#x27;s heaviest, slowest model: Opus 4.5.<\/p>\n<p>&quot;I use Opus 4.5 with thinking for everything,&quot; Cherny explained. &quot;It&#x27;s the best coding model I&#x27;ve ever used, and even though it&#x27;s bigger &amp; slower than Sonnet, since you have to steer it less and it&#x27;s better at tool use, it is almost always faster than using a smaller model in the end.&quot;<\/p>\n<p>For enterprise technology leaders, this is a critical insight. The bottleneck in modern AI development isn&#x27;t the generation speed of the token; it is the human time spent correcting the AI&#x27;s mistakes. Cherny&#x27;s workflow suggests that paying the &quot;compute tax&quot; for a smarter model upfront eliminates the &quot;correction tax&quot; 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 &quot;remember&quot; a company&#x27;s specific coding style or architectural decisions from one session to the next.<\/p>\n<p>To address this, Cherny&#x27;s team maintains a single file named CLAUDE.md in their git repository. &quot;Anytime we see Claude do something incorrectly we add it to the CLAUDE.md, so Claude knows not to do it next time,&quot; 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&#x27;t just fix the code; they tag the AI to update its own instructions. &quot;Every mistake becomes a rule,&quot; noted Aakash Gupta, 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 &quot;vanilla&quot; workflow one observer praised is powered by rigorous automation of repetitive tasks. Cherny uses slash commands \u2014 custom shortcuts checked into the project&#x27;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 $1 billion in annual recurring revenue so quickly, it is likely the verification loop. The AI is not just a text generator; it is a tester.<\/p>\n<p>&quot;Claude tests every single change I land to claude.ai\/code using the Claude Chrome extension,&quot; Cherny wrote. &quot;It opens a browser, tests the UI, and iterates until the code works and the UX feels good.&quot;<\/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 &quot;2-3x.&quot; The agent doesn&#x27;t just write code; it proves the code works.<\/p>\n<h2><b>What Cherny&#x27;s workflow signals about the future of software engineering<\/b><\/h2>\n<p>The reaction to Cherny&#x27;s thread suggests a pivotal shift in how developers think about their craft. For years, &quot;AI coding&quot; 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>&quot;Read this if you&#x27;re already an engineer&#8230; and want more power,&quot; Jeff Tang 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&#x27;t just be more productive. They&#x27;ll be playing an entirely different game \u2014 and everyone else will still be typing.<\/p>\n<p><br \/>\n<br \/><a href=\"https:\/\/venturebeat.com\/technology\/the-creator-of-claude-code-just-revealed-his-workflow-and-developers-are\">Source link <\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>When the creator of the world&#x27;s most advanced coding agent speaks, Silicon Valley doesn&#x27;t just listen \u2014 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 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":5061,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[33],"tags":[],"class_list":["post-5060","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ai-automation"],"aioseo_notices":[],"jetpack_featured_media_url":"https:\/\/violethoward.com\/new\/wp-content\/uploads\/2026\/01\/nuneybits_Vector_art_of_programmer_conducting_robot_orchestra_i_908157a9-d44f-4bce-b390-5913b88dad27.webp","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/posts\/5060","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/comments?post=5060"}],"version-history":[{"count":0,"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/posts\/5060\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/media\/5061"}],"wp:attachment":[{"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/media?parent=5060"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/categories?post=5060"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/tags?post=5060"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}<!-- This website is optimized by Airlift. Learn more: https://airlift.net. Template:. Learn more: https://airlift.net. Template: 69d79d7d46fa5cbf45858bd1. Config Timestamp: 2026-04-09 12:37:16 UTC, Cached Timestamp: 2026-04-29 13:45:36 UTC -->