The bait, then the rug-pull.
Chris Raroque had already made the video. Two months ago he shipped his AI coding workflow — Cursor, agents, the whole setup. Then Anthropic introduced the Max plan and everything changed. This is the correction, delivered by someone who builds apps for a living and has the git commits and a 3400 API bill to prove it.
What the video promised.
stated at 00:22“we're gonna cover why I switched to Claude code, my workflow, and practical tips to get the most out of Claude code, and then some general thoughts on where I think AI coding is heading”delivered at 11:53
Where the time goes.

01 · Hook + overview
Self-correction hook, intro, promises three topics: why he switched, his workflow, and where AI coding is heading.

02 · How Claude Code works
Terminal-based agent, not an editor. Run the claude command in any project directory.

03 · Step 1: Plan mode
Shift+Tab activates plan mode — thinking only, no code changes. Always review the plan before executing.

04 · Step 2: CLAUDE.md
/init auto-generates a project memory file. Claude follows it thoroughly. Keep it accurate.

05 · Step 3: Git as checkpoints
Claude Code has no Cursor-style restore. Commit frequently; revert if Claude goes wrong.

06 · Steps 4 + 5: Screenshots + multiple codebases
Drag screenshots for visual context. Drag external project folders for cross-codebase context.

07 · Steps 6-9: Web, sub-agents, double-check, review
Paste URLs for live doc reading. Spin up sub-agents for parallel tasks. Ask it to find edge cases. Always review output like a PR.

08 · Benchmarks: 3 wins over Cursor
Custom drag-and-drop animations (30 min vs hours), calendar-to-task feature (1 hr vs 1+ year stuck), iOS to Android port.

09 · Pricing backstory
Avoided Claude Code for months due to API token pricing. The 200 Max plan changed everything.

10 · Model selection
Opus 4 for everything on Max plan. Sonnet 4 reportedly fast and comparably good.

11 · Why it beats Cursor: token theory
Cursor compresses tokens to serve cheap plans. Claude Code burns full context. More tokens = better reasoning. Real API cost equivalent: 3400+ in one week.

12 · 3 downsides
Cost (200/mo floor), no checkpoint/restore system, very slow (30+ min tasks).

13 · Who should use it
Pro devs making money from software: no-brainer. Hobbyists or beginners: stick with Cursor.

14 · Dog outro
Luna the cockapoo closes the video.
Visual structure at a glance.
Named ideas worth stealing.
The 9-Step Claude Code Workflow
- Use Plan mode first (Shift+Tab)
- Generate and maintain a CLAUDE.md file
- Use Git as a checkpoint system
- Drag in screenshots for visual context
- Give it multiple codebases as context
- Paste URLs — it has browser access
- Use sub-agents for massive parallel tasks
- Ask it to double-check its own work
- Always review generated code like a PR
A practical 9-step workflow for maximizing Claude Code output with guardrails.
Token Burn Theory
Cursor heavily compresses token usage to sustain cheap plans at scale. Claude Code burns full context window unoptimized. More tokens = deeper reasoning = better output. Evidence: 3400+ real API cost vs 200 flat in one week.
Lines you could clip.
“the solutions it came up with were genuinely better every time I compared the two”
“I have been struggling with this feature for over a year now... Claude Code was able to deal with all of that complexity, and I was able to successfully ship this in less than one hour.”
“I have used over 3000 and over a billion tokens in a little over the week, which is absolutely crazy.”
“I think Claude Code is losing Anthropic a ton of money because I'm just paying a flat 200.”
“if you make money from your app, I think this is a no brainer at 200 a month”
How they spent the runtime.
Things they pointed at.
How they asked for the click.
“check out my Instagram and TikTok. I post almost every other day about building productivity apps. And obviously if you like this content, don't forget to subscribe.”
Soft and genuine — placed after the verdict, not before. Instagram shown on phone screen as B-roll. Low pressure, high trust.
Word for word.
Steal the workflow, not the price tag.
The 9-step system Chris uses is the real deliverable — and most of it works whether you're on the 20 plan or the 200 plan.
- Plan mode first, always. Shift+Tab = no accidental code changes while it thinks. This alone prevents wasted sessions.
- CLAUDE.md is your system prompt for the codebase. Every project should have one. Run /init, then customize it.
- Git is the only checkpoint system Claude Code has. Commit before every major change. Revert is your undo button.
- Drag in screenshots of errors and designs — visual context dramatically improves output quality.
- Multi-codebase context (drag in back-end folder while working on front-end) is an officially unsupported hack that works.
- Sub-agents for parallelism. If a task can be split into independent threads, tell it to spin sub-agents. He ran 10 at once.
- Always review output like a PR. The temptation to blindly accept is real — resist it.
- The 200/mo Max plan is what unlocks this workflow at full power. The 20 and 100 plans hit limits in minutes to an hour.
- The token burn theory is worth internalizing: Claude Code is probably subsidized right now. This window may close.
What this means if you write code for a living.
If you ship software professionally and Claude Code's 200/month is less than the value of one feature you'd otherwise spend a week on, it pays for itself.
- Start with Plan mode before letting it touch your files — it forces you to review the approach before any code changes happen.
- Create a CLAUDE.md for every active project with /init. It gives Claude persistent memory of your architecture.
- Treat Git commits as your undo button. Commit when happy; revert when Claude goes sideways.
- Paste documentation URLs directly — Claude Code reads them live so you don't have to copy-paste API docs.
- For complex multi-part tasks, ask it to use sub-agents. Tasks that would take an hour serially can run in parallel.
- Always review generated code before accepting it. Output quality is high enough it's tempting to skip — don't.


































































