The bait, then the rug-pull.
Nick Saraev opens to camera, no music, no title card: just a number. Four million dollars a year in profit. From there he promises a four-hour masterclass that takes complete beginners from installation to deploying autonomous multi-agent systems that bill real clients.
What the video promised.
stated at 00:45 "No fluff, here is what you guys are gonna learn in this course..." delivered at 250:00
Where the time goes.
01 · Intro and promise
Credentialing ($4M/yr, 2K students) and full course outline. No fluff.
02 · Basics of Claude Code
What Claude Code is, how it differs from ChatGPT, why it matters.
03 · Setup and install
Terminal login, Opus 4, API key, first prompt.
04 · Terminal vs GUI
Why you need both; IDE concept introduction.
05 · IDEs: VS Code vs Antigravity
Whiteboard diagram: extensible vs AI-native IDE. Recommends Antigravity for CC.
06 · First build: Invoice web app
Builds an Accrue-style invoice app from a screenshot reference in about 15 minutes live.
07 · CLAUDE.md deep dive
The project brain: global vs local hierarchy, /init, dos and donts, memory architecture diagram.
08 · Advanced functionality and .claude directory
Hooks, slash commands, permissions, the full .claude/ tree, plan mode intro.
09 · Plan Mode
Why planning beats blindly coding. 10-min plan-first path vs 38-min code-and-fix path.
10 · Complex project build: Proposal Generator
Full-stack Next.js + Supabase built live: auth, multi-step spinner, GitHub integration.
11 · Context management
/context command, token categories, compaction, keeping CLAUDE.md lean.
12 · MCP: Model Context Protocol
Setup walkthrough, Awesome MCP list, Chrome DevTools MCP, Gmail MCP, Context7.
13 · Skills
What skills are, folder structure, building a scrape-leads skill, cross-niche outliners.
14 · Sub-Agents
Turning skills into autonomous agents. Email classifier with 4 parallel Gmail-label scripts.
15 · Agent Teams and Git Worktrees
OpenClaw multi-agent framework, debate-agent pattern, 10 Claude instances in parallel branches.
16 · Deploying with Modal
Any skill becomes a serverless web endpoint. Live demo: lead scraper form outputs CSV.
17 · CTA: Maker School
90-day accountability program, first customer guaranteed or full refund.
Visual structure at a glance.
Named ideas worth stealing.
Plan Mode Math
- Plan 5 min + Build 5 min = 10 min total
- vs Build 15 min + Test 10 min + Fix 13 min = 38 min
Two scenarios with concrete time estimates. Planning first saves 28 minutes per task and produces better code.
CLAUDE.md Hierarchy
- ~/.claude/ (global - all sessions)
- .claude/ (workspace - this project)
- subproject CLAUDE.md files
Three tiers of context that stack. Global rules persist across every project. Use /init on every new repo.
Skills to Sub-Agents to Agent Teams
- Skill: reusable markdown instruction file
- Sub-Agent: skill that runs autonomously in its own context
- Agent Team: multiple Claude instances with a shared task list
Three-layer progression from reusable snippets to fully autonomous parallel workers.
Git Worktrees for Parallel Builds
Run 10 Claude Code instances in separate git branches simultaneously. Compresses days into hours.
Modal Serverless Deployment
Any skill file becomes a web endpoint in minutes via Modal. No Docker, no infrastructure config required.
Lines you could clip.
"I use Claude Code every day to manage a business that does over $4,000,000 a year in profit."
"Allow the AI to be your hands. You are the person that is coming up with the ideas and thinking."
"We can actually spin up ten different versions of Claude Code in different worktrees and have them all working at the same time."
"That is my last and only pitch of this video."
How they spent the runtime.
- 47:09 – 50:49 · LeftClick
Things they pointed at.
How they asked for the click.
"Definitely check out Maker School. My ninety day accountability program. I guarantee you get your first customer by the end of the ninety day period. If you do not, I give you all your money back."
Single CTA at the very end, zero mid-roll. The entire 4-hour video is the funnel. Guarantee-led offer framing.
Word for word.
The whole video is the funnel.
Nick Saraev gave away a 4-hour masterclass for free because the course itself is the best possible sales pitch for Maker School.
- Teach by building real billable things. Every demo in this video has a dollar amount attached.
- Single CTA at the very end. No mid-roll. The longer the video, the more trust you have earned by the time you ask.
- Open with a number, not a concept. Four million dollars a year is more compelling than let me show you Claude Code.
- Plan Mode math is steal-able for any AI tutorial: give your viewer a two-path comparison with concrete time estimates.
- The Skills to Sub-Agents to Agent Teams progression is a content series waiting to happen. Each layer is its own video.
- Film with whiteboard diagrams visible next to code — higher-value visual format than pure screen recording.
What to actually do after watching.
Stop treating Claude Code like a fancy autocomplete. It is an autonomous builder.
- Run /init on every new project today. Write a CLAUDE.md. Keep it under 500 lines.
- Use Plan Mode before you touch code. Type your goal, ask Claude to plan, read it, then say go.
- Build one skill file this week for something you do repeatedly.
- Install one MCP server. Context7 is the easiest start if you work with external APIs.
- When a project gets complex, open a second Claude instance in a git worktree instead of crowding one context window.































































