Read if. Skip if.
- A non-technical person or career-changer who wants to learn Claude Code from zero and build sellable automations within weeks.
- A freelancer or consultant with existing clients who needs a step-by-step system to deploy AI agents and add a new service revenue stream.
- A solopreneur building personal productivity tools who wants to move from manual workflows to 24/7 autonomous agents using Claude Code.
- You're already fluent in Claude Code and have shipped paid agent projects — this course is structured for complete beginners.
- You need instruction on traditional software development or want to write production code by hand rather than use AI code generation.
- You're building consumer applications or B2C products and don't need the client-acquisition and pricing modules focused on B2B service delivery.
The full version, fast.
Claude Code lets non-developers build workflows, apps, agents, and websites through plain English instead of code. The course teaches the WAT framework: Workflows as natural-language markdown SOPs, the Agent as orchestrator, and Tools as executable scripts, extended by skills (reusable recipes), sub-agents (parallel specialists), and MCP servers (tool libraries). Always start in plan mode, keep CLAUDE.md lean by routing to reference files, and use sub-agents to preserve main-thread context on heavy tasks. When selling these systems, lead with business outcomes rather than tech specs: diagnose pain points, quantify the time and money saved, and price at roughly 10% of the annual value delivered while letting clients own their own API keys and infrastructure.
Chat with this breakdown.
Modern Creator members can chat with any breakdown — ask for the hook, quote a framework, find the exact transcript moment. Unlocks at T2: refer 3 friends + add your own API key.
Create a free account →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
Lines worth screenshotting.
- The agentic AI market is projected to grow from $8B to $40-50B by 2030 — knowing how to build agentic workflows is one of the highest-leverage skills available today.
- Agentic self-healing works while the agent is actively running alongside you; once code is deployed to a schedule or webhook, it behaves like traditional automation.
- The WAT framework separates the Workflow and Tools (deployable) from the Agent (not deployable) — only W and T go into production automation.
- Traditional automation breaks on edge cases and requires manual fixes; agentic building catches edge cases during construction before the code ever ships.
- Battle-testing a workflow with diverse inputs before deployment is the agentic equivalent of QA — skip it and you will fix bugs in production instead.
- Claude Code makes agentic workflow building accessible to people who have never written production code — the barrier is now domain knowledge, not syntax.
- Skills, MCPs, and agent teams are the three extension layers that let you compose complex automations without building everything from scratch.
- n8n and Vercel together give you a self-hosted automation backend and a globally distributed frontend without a managed-cloud vendor lock-in.
- Browser automation inside Claude Code handles tasks that APIs cannot — filling forms, navigating dynamic pages, and extracting rendered content.
- GitHub worktrees allow multiple Claude Code sessions to work on different branches of the same repo simultaneously without file conflicts.
- The sell-side module of AI automation work is separate from the build side — knowing how to find clients, price projects, and deliver results is a distinct curriculum.
- Deploying an AI executive assistant is the practical proof-of-concept that converts a learner into a seller — it is both a portfolio piece and a daily productivity tool.
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.
Terms worth knowing.
- Agentic AI
- AI systems that operate autonomously across multi-step tasks — planning, using tools, making decisions, and executing actions — rather than simply answering a single question.
- Agentic workflow
- A series of automated steps orchestrated by an AI agent that can call tools, run code, browse the web, and coordinate with other agents to complete a complex task end-to-end.
- n8n
- An open-source workflow automation platform that connects apps and services with a visual node-based editor, commonly used to build automations without custom code.
- RAG
- Retrieval-Augmented Generation — a technique where an AI model searches a private document store for relevant context before generating a response, grounding answers in specific data.
- MCP (Model Context Protocol)
- An open standard that lets AI models like Claude connect to external tools, APIs, and data sources through a standardized plugin interface.
- Sub-agent
- A specialized AI agent spawned by a parent agent to handle a specific subtask, returning its result to the orchestrating agent once complete.
- Agent team
- A group of coordinated AI agents, each with a defined role, that collaborate to complete tasks too complex or large for a single agent to handle alone.
- Browser automation
- The use of software to programmatically control a web browser — clicking links, filling forms, scraping data — without a human operating it.
- GitHub worktree
- A Git feature that lets you check out multiple branches of the same repository into separate folders simultaneously, allowing parallel development without switching branches.
- Context management
- Strategies for staying within an AI model's context window limit — such as clearing message history or summarizing prior conversation — to maintain performance on long tasks.
- CLAUDE.md
- A Markdown file placed in a project's root directory that contains persistent instructions for Claude Code — coding style rules, project conventions, and behavioral preferences.
- Executive assistant (AI)
- An AI configuration designed to handle scheduling, research, drafting, and other administrative tasks autonomously, acting as a personal aide that can access and act on various tools.
Things they pointed at.
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.”
Word for word.
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.
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.
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.



















































