The bait, then the rug-pull.
Adam opens with a number — 318 commits in May — and never breaks character from 'I just used the thing, here's what happened.' No 'hey guys,' no promise theater. The whole 33 minutes is a single outline canvas, one webcam, and a creator transparent enough to read his own $200-a-month OpenAI bill out loud.
What the video promised.
stated at 00:00“In the month of May, I did 318 commits with Cloud Code. The vast majority of my commits and lines of code came from Cloud Code. It is phenomenal.”delivered at 32:33
Where the time goes.

01 · Cold open — 318 commits in May
Concrete number hook. Establishes he's a heavy user, mostly Sonnet 4. Frames Claude Code as 'phenomenal' but flags the Anthropic lock-in as his one hesitation.

02 · OS support — Windows + WSL reality check
Linux/Mac out of the box; he runs Ubuntu via WSL because he came up in the game industry on Windows. Self-aware that this isn't 'normal' for devs.

03 · Pricing and plans
Just-announced: $20 Pro now includes Claude Code (limited). $100 Max 5x is his recommendation. $200 Max 20x he's leaving because he never hits limits.

04 · Prompting that matters
Trigger words that change behavior: 'ultrathink', 'architect/plan/implement', 'don't write any code — ideate with me'. REPL behavior + /init to generate claude.md. Don't be afraid to start over.

05 · Key commands
/init (codebase map), /clear (new context), /model (Opus vs Sonnet 4 — Sonnet daily, Opus rarely), /compact (auto), /cost, /status. Everything beyond is advanced.

06 · Orchestrating tasks — git worktrees
His preferred way to run multiple Claude Code instances in parallel: git worktree add path branch, cd in, run claude. Notes WSL still hurts when tools assume Linux-native.

07 · Impressions — positive plus caveats
Negatives: tabs-vs-spaces merge deadlocks, weird spacing states — just nuke and retry. Positives: it's fast, it's fun, prompt-as-control surface gives you real agency.

08 · Live demo — /init plus diagram Roo Code
Opens VS Code, runs /init on a repo. 26 tool uses, 90.6k tokens, 2.5 min, 149-line claude.md. Then asks it to ultrathink + mermaid-diagram Roo Code's orchestrator/subtask system.

09 · Agent ranking — his subjective top 3
References his previous ranking video: Claude #1, Augment #2, Roo Code #3. Notes he's burned through Cursor, Klein, Augment as 'main tool' over the last year.

10 · Next steps — his actual monthly stack
Reads his stack line by line: $100 Claude Max 5x, $30 grandfathered Augment, $200 Codex (may downgrade), $200-1000 API for evals on Roo Code. Google has 'fallen off.'

11 · Outro — invitation, not CTA
'Anything you want me to go deeper on? Let me know your thoughts below.' Notes he's never hit the $200 limit but has heard about $100 limits. Peace out.
Visual structure at a glance.
Named ideas worth stealing.
Prompting trigger words
- ultrathink
- architect/plan/implement
- don't write code — ideate
- REPL: tell me about this codebase
- @filename to reference files
- don't be afraid to start over
Specific phrases that change how Claude Code behaves. 'ultrathink' triggers deep reasoning; 'ideate with me' suppresses code; @ tab-completes file references; revert + restart beats grinding when the prompt is wrong.
Core Claude Code commands
- /init (generate claude.md codebase map)
- /clear (wipe context, start fresh)
- /model (switch Opus vs Sonnet 4)
- /compact (auto-summarize)
- /cost + /status (API mode)
Minimum command set to be productive. Sonnet 4 is the daily driver; Opus burns limits fast.
Git worktrees for parallel Claude Code instances
- git worktree add <path> <branch>
- git worktree list
- git worktree remove
- cd into path, run claude
Run multiple Claude Code agents on different branches simultaneously without context-switching. Each worktree is an isolated working copy.
Lines you could clip.
“In the month of May, I did 318 commits with Cloud Code.”
“It is just fun. Everything about it just exudes fun.”
“You can just reword a problem that other agents have trouble with, and you word it in such a way with Claude Code, and it'll freaking nail it.”
“Claude four Sonnet, very specifically Sonnet, does really good in Cloud Code. And it should — it is their tool that they're building.”
“There's something really special about Codex being able to be on a bike ride, get something popped into your head, pull over, kick something off, bring it back, and work on it in Claude Code.”
“Google has kind of fallen way off.”
How they spent the runtime.
Things they pointed at.
How they asked for the click.
“Is there anything you want me to go deeper into on Claude Code? Let me know your thoughts below.”
Invitation, not demand. No 'smash like, subscribe.' Asks for content suggestions — doubles as engagement signal. Pairs with 'I appreciate all of you' — warm sign-off, not transactional.
Word for word.
Steal the outline-canvas format.
One hand-drawn canvas + one webcam + one month of real usage numbers = a 30-minute video that watches like a friend explaining their stack.
- Open with a concrete past-30-days number. '318 commits' beats 'In this video we'll cover...' every time.
- Use a single outline canvas as your visual spine — section headers in red marker, scroll as you go. Replaces a slide deck, teleprompter, and B-roll in one move.
- Demo the thing on screen at least once. /init costs 26 tool uses + 90.6k tokens. That single live demo earns the entire 'impressions' section.
- End on a transparent stack reveal with real dollar amounts. Don't hide your costs — it's the most screenshotted slide in the whole video.
- Flag your own bias out loud ('I know Windows is not normal, but it's what I use'). Immunizes you against the obvious counter-comment and reads as honesty.
- Replace 'smash like' with a content-request question ('what should I go deeper on?'). Doubles as comment-volume driver.
If you're deciding whether to pay for Claude Code.
GosuCoder is a heavy daily user with 318 commits in a month — here's the cheat-sheet version of his recommendation if you just want to know what to buy and how to use it.
- Try the $20 Pro plan first — Anthropic just opened limited Claude Code access on it. You'll hit limits fast but you'll know if it clicks for you.
- If it clicks, jump to the $100 Max 5x plan, not the $200. Even a power user rarely hits the $100 ceiling unless running multiple instances at once.
- On Windows? Install WSL with Ubuntu before doing anything else. Claude Code does not natively support Windows.
- Learn three commands and stop: /init (maps your codebase into a claude.md file), /clear (wipes context when you change tasks), /model (Sonnet 4 as your daily default).
- Use the trigger phrase 'ultrathink' when you want it to actually plan before writing code. Use 'don't write any code, ideate with me' when you want a thinking partner.
- When it gets stuck in a weird state — revert. Don't keep grinding the same prompt. Start over with a cleaner instruction.





































































