The bait, then the rug-pull.
The sell is baked into the title: 10 hours, no code, and a path to your first paying client. Nate Herk opens with the market thesis — agentic AI from $8B to $50B by 2030 — then walks every chapter in order, making the course outline itself the hook that defeats drop-off anxiety.
What the video promised.
stated at 00:00 "I'm about to take you from a complete beginner to a pro cloud code user. Even if you've never touched the tool before, by the end of this video, you'll be able to build automations, websites, apps, whatever you want. You'll even have your very own AI executive assistant." delivered at 597:38
Where the time goes.
01 · Course Outline
24-chapter overview; promise of zero coding required
02 · Why Learn This
Agentic AI market $8B now, $40-50B by 2030; live workflow demo
03 · Getting Set Up
Install Claude Code, auth, first project structure
04 · Operations
Core commands, navigation, bypass permissions mode
05 · Tokens & Context Windows
Fill/middle problem, cost, practical management
06 · CLAUDE.md
Three scopes: project (shared), personal (not shared), org-level
07 · First Workflow
Newsletter + competitor analysis automation; Gmail output
08 · Second Workflow
YouTube analytics PDF report via Firecrawl + SerpAPI
09 · Deploying Automations
n8n + Trigger.dev; Claude Code -> GitHub -> Vercel stack
10 · Project Architecture & Commands
Folder structure, built-in slash commands, CLAUDE.md best practices
11 · RAG
Retrieval-augmented generation with embedding tools (Gemini Embedding shown)
12 · n8n Workflow to Web App
FitCoach AI app built; n8n + Claude Code + MCP + Skills + Vercel
13 · Website Building Hacks
CLAUDE.md skill, screenshot loop, Dribbble inspiration scraping, component pipeline
14 · 3D Animated Websites
Blotter.js, YETI-inspired product pages, animated scroll effects
15 · APIs & MCPs
Google Calendar API reference; MCP server setup with Claude Code
16 · Google CLI
Google Cloud CLI integration with Claude Code
17 · Executive Assistant Build
Multi-tool agent: SerpAPI + Firecrawl + Gmail + Sheets; competitor research to PDF
18 · Skills
SKILL.md format, progressive context loading (3 tiers), slash commands vs natural language triggers
19 · Subagents
Isolated tasks, summarize-and-pass pattern, context management benefit
20 · Agent Teams
3 rules: own territory, direct messages, start parallel. Live demo with research-team setup
21 · Browser Automation
Skool community scraping, browser-profile persistence
22 · Permissions & Context Management
Bypass permissions mode; subagents for file-heavy tasks; CLAUDE.md rules for token management
23 · GitHub & Worktrees
Why GitHub (rollback, portable, collaborate, branching, any device, cloud backup)
24 · Fun Hacks
Pixel Agents VS Code extension, multi-session parallel workflows, visualization tricks
25 · The Selling AI Mindset
'Don't build before you sell' -- validate first, freelancer model intro
26 · Finding Clients
Cold outreach, LinkedIn, Skool communities, niche targeting
27 · First Client in 7 Days
Step-by-step 7-day cold outreach plan; social proof positioning
28 · Pricing AI Workflows
Value-based pricing; what to charge; pricing tiers for different deliverables
29 · Delivering AI Projects
4-phase delivery: setup, optimization, expansion, performance reporting
30 · Outro + CTA
AIS community pitch; AIS+ paid tier; coaching; subscribe ask
Visual structure at a glance.
Named ideas worth stealing.
WAT Framework
- Workflows (files)
- Agent (Claude Code)
- Tools (Python, Markdown)
Core mental model: Claude Code is an Agent that reads Files (containing Workflows and Tools) and executes. Everything in the course maps back to this triangle.
CLAUDE.md Scope Table
- ./CLAUDE.md — project scope, shared via git
- ~/.claude/CLAUDE.md — personal, all projects, NOT shared
- System-level paths — org-wide, IT-managed
Three levels of CLAUDE.md with different reach and shareability. Most users only know about one.
Progressive Context Loading
- Level 1: Claude reads skill names/descriptions only
- Level 2: If match found, reads full SKILL.md
- Level 3: Executes the skill
How Claude Code manages token cost when you have many skills. Only loads what it needs, when it needs it.
Agent Teams — The 3 Rules
- Own Territory: one file, one owner; no two agents write the same file
- Direct Messages: skip the orchestrator lead; API-shape comms between agents
- Start Parallel: launch all agents simultaneously, not sequentially
Rules for coordinating multi-agent Claude Code sessions without conflicts or bottlenecks.
Deployment Stack
- Claude Code (AI dev environment)
- GitHub (source control + cloud backup)
- Vercel (auto-deploy on push)
- Live Site (CDN, global edge)
The canonical four-step deploy path Nate uses for every web app. Claude Code commits, GitHub holds, Vercel deploys automatically.
Don't Build Before You Sell
Core sell-side principle: validate the offer with outreach and conversations BEFORE spending time building the workflow. Treat the AI build as the fulfillment step, not the starting step.
4-Phase AI Project Delivery
- Phase 1: Setup
- Phase 2: Optimization & Monitoring
- Phase 3: Expansion Projects
- Phase 4: Performance Reporting
How to structure ongoing AI workflow client relationships — turns a one-time build into a retainer.
Lines you could clip.
"I'm about to take you from a complete beginner to a pro cloud code user. Even if you've never touched the tool before, by the end of this video, you'll be able to build automations, websites, apps, whatever you want."
"Don't build before you sell."
"The agentic AI market is going from about $8 billion this year to around $93 billion in the next couple of years."
"Over time, a natural-language description of what the skill should do may be enough, with the model figuring out the rest."
How they spent the runtime.
- 38:00 – 39:00 · Hostinger VPS
- 78:00 – 79:00 · Firecrawl
Things they pointed at.
How they asked for the click.
"If you want to continue to support me, check out AI Automation Society. It is my free community. And building on top of that, we also have a plus group. We're also going to have higher ticket coaching coming out."
Classic free-to-paid ladder: free Skool community -> AIS+ paid tier -> 1-on-1 coaching. Delivered in warm gratitude frame after 10 hours of free value.
Word for word.
The mega-course as a funnel.
A 10-hour free YouTube course is the most defensible top-of-funnel play in creator education — it signals authority, defeats competitors, and drops viewers directly into a paid community ladder.
- The course outline IS the hook: 24 explicit chapters with timestamps = viewers know exactly what they're getting, which defeats drop-off anxiety before it starts.
- Zero-code framing removes the biggest objection ('I'm not a developer') from minute one — copy this for any JoeFlow or MCN+ product launch.
- The WAT framework (Workflows/Agent/Tools) is a 3-word mental model that makes every subsequent chapter click. Joe has the same 3-layer architecture in JoeFlow — name it and teach it early.
- The sell module at the end turns every student into a potential service provider — the course teaches both 'do this for yourself' AND 'sell this to others.' MCN+ could use the same dual-track framing.
- Progressive context loading (Skills) is the same pattern Joe uses in JoeFlow's Python sidecar. Teach it by name.
- The Agent Teams 3 Rules (Own Territory, Direct Messages, Start Parallel) is the exact architecture behind JoeFlow's Batch + Sessions panel — this is validation, not competition.
- Nate's free-to-paid ladder: free Skool -> AIS+ -> coaching. Map MCN+ tier architecture to this model before the next offer launch.
What this course actually teaches.
You can go from zero terminal experience to building and deploying real automation tools in one sitting — and then charge for that skill.
- You do not need to write a single line of code. Claude Code reads plain English and builds the code for you.
- The most important thing to set up first is your CLAUDE.md file — it tells Claude Code who you are and what you're building so it stops asking basic questions.
- Workflows beat one-off prompts. A skill file (SKILL.md) captures a repeatable process so you can invoke it with one command instead of re-explaining it every time.
- For client work: sell first, build second. Talk to 10 potential clients before you write a single workflow — the ones who say yes fund the build.
- The freelancer delivery model has four phases: setup, optimization, expansion, reporting. Phase 3 (expansion) is where you grow the retainer.











































