The bait, then the rug-pull.
Most people using Claude Code are stuck in a loop: type, wait, read, type again. The engineer who built the tool runs fifteen sessions at once and barely types his own prompts. This breakdown maps the entire system he has written about publicly and filters it down to what actually transfers.
Where the time goes.
01 · Hook / Cold Open
Pattern interrupt -- most people use Claude Code wrong -- followed by source credential (Boris Cherny built Claude Code) and promise of a non-developer-filtered walkthrough.
02 · Parallel Sessions: One Session, One Job
Boris runs 5 terminal tabs + 5-10 browser tabs simultaneously. Each session has exactly one task. Uses Opus with thinking mode because steering cost at scale matters more than per-prompt speed.
03 · CLAUDE.md: The File That Learns
A markdown file at project root that Claude Code reads before every session. Write standing rules once; never re-explain them. Checked into git so the whole team shares it.
04 · The Compound Engineering Loop
Every Claude mistake gets written into CLAUDE.md as a permanent rule. Claude can write rules for itself when asked. Week one: five rules. Month three: fifty rules. This is the part nobody can copy from you.
05 · Plan Mode: Pour Energy Into the Plan
Shift+Tab twice enters plan mode. Claude writes a plan first, user reviews and corrects, then execution proceeds. If work goes off-rails, drop back to plan mode and replan.
06 · Slash Commands and Sub-Agents
Slash commands are markdown files in .claude/commands/ -- filename becomes command name. Sub-agents in .claude/agents/ have roles, permissions, and reference files. Boris's actual commands: /commit-push-pr, /simplify, /verify, /go.
07 · Slash Loop: Background Processes
/loop 5m /command runs a recurring agent locally for up to 3 days while the machine is on. Boris runs four loops including babysit-PRs, slack-feedback, post-merge-sweeper, pr-pruner. Sweet spot is two.
08 · Slash Schedule and Routines: Cloud-Based
/schedule runs jobs on Anthropic infrastructure indefinitely, surviving laptop close. Can trigger on GitHub events. Practical example: AI news scan that drops a one-page brief to Slack every morning.
09 · Verification: His #1 Tip
Append challenge prompts to every important task: 'grill me on these changes,' 'prove to me this works,' 'scrap this, implement the elegant solution.' Forces the session from doing to checking. Can be encoded as a /prove slash command.
10 · What to Copy vs. Skip (Non-Developer Filter)
Keep: 2-3 parallel sessions, rules doc, plan-first discipline, named prompts, one loop, one schedule, one verification line. Skip: 15 sessions, git worktrees, BigQuery, Sentry, /go skill, PR pipelines.
Visual structure at a glance.
Named ideas worth stealing.
The Compound Engineering Loop
Every Claude mistake becomes a permanent rule in CLAUDE.md, checked into git, shared across the whole team. Compounds: 5 rules at week one, 50 rules at month three.
The 6-Part Non-Developer Adoption Stack
- 2-3 parallel sessions
- CLAUDE.md rules doc
- Plan-first discipline
- Named prompts (slash commands) for repeated work
- One local /loop during the workday
- One /schedule running overnight
The minimal adoptable version of Boris Cherny's system filtered for non-developers. What to keep vs. skip.
Loop vs. Schedule Decision Rule
The minute a job needs to survive the laptop closing, it becomes a /schedule. /loop = local, up to 3 days, machine on. /schedule = cloud, indefinite, laptop can be off.
Lines you could clip.
"Most people use Claude Code completely wrong, and honestly, it's not their fault."
"This is the part that literally nobody else can copy from you. Anyone can paste the same prompts into Claude. Nobody else is going to have your same CLAUDE.md."
"If you take one thing away from this video, you need to be taking this one -- and it is verification."
"Grill me on these changes. Prove to me this works. Scrap this, and implement the elegant solution."
Things they pointed at.
How they asked for the click.
"Get inside of my free Skool community -- link will be down below in the description."
Repeated three times (start, mid, end). Ties the HTML reference doc as the tangible lead magnet. Clean execution without overselling.
Word for word.
The system behind running Claude Code at full leverage
One session doing one job -- governed by a rules file that grows every time something goes wrong -- is the architecture that makes everything else scale.
- Each Claude Code session should have exactly one task; mixing tasks inside a session eliminates the parallelism that makes the system fast.
- CLAUDE.md auto-loads before Claude reads anything else -- every rule you write there is a permanent replacement for a repeated explanation.
- Every time Claude does something wrong, the fix belongs in CLAUDE.md as a permanent rule, not in your head or in chat history where it disappears.
- Plan mode (Shift+Tab twice) separates your judgment from execution -- iterate on the plan until it is right, then switch to auto-accept and let Claude one-shot the work.
- Slash commands encode repeatable workflows as one-word prompts -- a markdown file in .claude/commands/ whose filename becomes the command is the entire setup.
- Sub-agents in .claude/agents/ each carry their own role, permissions, and reference files -- they behave like specialists you tag by name rather than explain from scratch.
- /loop runs a recurring task locally while your machine is on; /schedule runs the same task on Anthropic infrastructure indefinitely, even with the laptop closed.
- Appending a verification prompt to every important task forces the session to switch from producing output to auditing it, and the quality improvement is immediate.
- For non-developers, the entire system reduces to: parallel sessions, a rules doc, plan-first discipline, named prompts, one local loop, and one verification line per important output.





































































