Descriptions:
Jack Roberts distills the workflow of Boris, the creator of Claude Code, into a five-step system called KODA — covering configuration, objectives, deployment, and iteration. Claude Code reportedly started as a side project in 2024 and now generates over $1 billion in annual recurring revenue; Boris himself has committed 40,000 lines of code in a single month using the tool, making his practices unusually high-signal for developers trying to get the most out of AI-assisted coding.
The centerpiece of the framework is the claude.md file: a project-specific context document written before any code is generated. Roberts explains what Boris recommends including — tech stack, directory layout, CLI commands, success criteria, and test procedures — and shows how to use Claude itself to fill the file out through a conversational Q&A session. The document is treated as a living specification that evolves alongside the project.
The video also covers Boris’s parallel-agent approach, where five or more Claude Code instances run simultaneously in separate terminal tabs or IDE windows, each handling a distinct part of the build. Roberts compares running Claude Code through an IDE like anti-gravity versus directly in the terminal, noting the terminal path reduces overhead and processes faster for pure coding tasks. Anti-gravity, Cursor, and Windsurf are framed as interchangeable environments, with the model choice (Claude vs. Gemini) as a separate, task-dependent decision.
📺 Source: Jack Roberts · Published January 16, 2026
🏷️ Format: Tutorial Demo







