Modern Creator Network
Nate Herk | AI Automation · YouTube · 36:57

Master 95% of Claude Code in 36 Mins (as a beginner)

A complete walkthrough of the WAT framework: one brain-dump prompt, seven Python tools, and a branded PDF report deployed to Modal in under 37 minutes.

Posted
3 months ago
Duration
Format
Tutorial
educational
Channel
NH|
Nate Herk | AI Automation
§ 01 · The Hook

The bait, then the rug-pull.

A bar chart opens the lesson: Manual Coding towers over n8n, which towers over Claude Code — Time to build compressed to nearly nothing. Nate Herk then lays out a six-point agenda and promises to build a full deployed automation before the video ends. It is the two-part tutorial hook done right: visceral visual claim, then structured curriculum contract.

§ · Stated Promise

What the video promised.

stated at 01:30After this video, you will have everything you need to go build your first automation in Claude Code.delivered at 36:00
§ · Chapters

Where the time goes.

00:0004:45

01 · Interface

VS Code + Claude Code extension install. Left pane = files, right pane = agent. Must open a project folder. Bypass permissions mode toggle. Pricing: $17/mo Pro includes Claude Code.

04:4609:28

02 · WAT Framework

Introduces claude.md as system prompt. Walks the WAT three-layer architecture: Workflows (markdown SOPs), Agent (Claude), Tools (Python scripts). Self-improvement loop. File structure: tmp/, tools/, workflows/, .env, .gitignore.

09:2914:51

03 · Planning in Plan Mode

Brain-dump prompt triggers plan mode. Claude web-searches, asks 4 clarifying questions, scaffolds 7 Python tools before writing code. Key lesson: plan mode prevents rework.

14:5222:15

04 · Superpowers — MCPs and Skills

MCPs as universal USB port. Skills as dynamic instruction bundles. Installs Canvas Design skill from claudecodetemplates.com via npx. Distinguishes Projects vs Skills vs MCPs.

22:1629:03

05 · Testing and Optimization

Full pipeline run: 30 channels, 187 videos, 6 charts, 9-slide branded PDF, Sheets export, Gmail send. Swaps PowerPoint for PDF with AIS+ logo. Self-healing loop: 2-page PDF fixed to 9-page in one feedback message.

29:0436:57

06 · Deploy to Modal

Two Modal deploy patterns: scheduled cron (YouTube analytics every Monday 6AM) and webhook trigger (lead notification on POST). Security review before push. Modal secrets for all credentials.

§ · Storyboard

Visual structure at a glance.

Time to build chart
hookTime to build chart00:00
Agenda slide
promiseAgenda slide00:41
VS Code welcome screen
valueVS Code welcome screen01:37
claude.md WAT architecture
valueclaude.md WAT architecture06:25
Plan mode brain-dump prompt
valuePlan mode brain-dump prompt10:40
What are Skills slide
valueWhat are Skills slide16:40
Branded PDF report delivered
valueBranded PDF report delivered26:10
Modal Apps dashboard
ctaModal Apps dashboard29:04
AI Automation Society CTA
ctaAI Automation Society CTA33:48
§ · Frameworks

Named ideas worth stealing.

06:25acronym

WAT Framework

  1. Workflows
  2. Agents
  3. Tools

Three-layer agentic architecture: Workflows are markdown SOPs, Agents are Claude orchestrating execution, Tools are deterministic Python scripts. Separates probabilistic reasoning from deterministic execution.

Steal forAny CLAUDE.md project. Teachable as a content framework for LFB Line or MCN+ courses.
08:30model

Self-Improvement Loop

  1. Hit error
  2. Read full error + trace
  3. Research fix
  4. Refactor tool
  5. Verify fix
  6. Update workflow to prevent recurrence

When Claude Code hits an error it should document the failure pattern and update the workflow file so the error never recurs.

Steal forSystems-thinking explainer for any Claude Code tutorial
10:40model

Plan Mode Protocol

  1. Switch to Plan mode
  2. Brain-dump goal + features
  3. Let Claude ask clarifying questions
  4. Review plan
  5. Auto-accept or give feedback
  6. Execute

Using plan mode before any new automation forces Claude to think through edge cases and ask questions before writing code. Prevents the rework cycle.

Steal forJoeFlow Batch panel pre-flight step before spawning agents
§ · Quotables

Lines you could clip.

26:06
You're not deploying the agent. You're deploying the workflow connected to tools.
Concise insight that reframes the entire mental model of agentic systems. No setup needed.TikTok hook
12:46
The only way it's truly gonna click is if you get in here and do it yourself.
Permission structure for beginners — validates learning-by-doing.IG reel cold open
19:34
Think of an MCP server as an app store. It's like a universal micro USB port.
Memorable analogy that explains MCPs in one sentence.Newsletter pull-quote
08:30
If each step is 98% accurate, you're down to 59% success after just five steps.
Counterintuitive math that quantifies why deterministic tools matter.TikTok hook
§ · Pacing

How they spent the runtime.

Hook length58s
Info densityhigh
Filler8%
§ · Resources Mentioned

Things they pointed at.

29:04toolModal
36:00productAI Automation Society (Skool community)
09:21productWAT Framework claude.md (free in School community)
§ · CTA Breakdown

How they asked for the click.

33:48product
If you are looking to dive deeper into this kind of stuff and connect with over 3,000 members who are also all in on AI and building businesses with AI, definitely check out my plus community.

Double CTA: free claude.md in School community (lower commitment) + paid AI Automation Society membership. Free asset drives email capture; paid community is the upsell.

§ · For Joe

Steal the WAT framework.

LFB Line playbook

The WAT architecture is the missing scaffolding for every Claude Code project Joe already runs — name it, teach it, sell it.

  • Use the WAT claude.md as the default starting point for every JoeFlow Chef batch — Workflows folder = session templates, Tools folder = MCP call wrappers.
  • The bar chart open (Manual vs n8n vs Claude Code, Time to build) is a template for a JoeFlow demo: Manual typing vs JoeFlow dictation speed.
  • Plan mode + clarifying questions before any new automation is the protocol to teach in the LFB Line — it is the difference between one-shot builds and rework loops.
  • Modal webhook deploy maps directly to JoeFlow Chef triggers: one POST to a Modal endpoint = spin up a Claude Code agent batch.
  • The self-improvement loop is a teachable mental model for MCN+ members building their first agentic stack.
  • The six-point agenda slide drives 37-minute watch time — use it for the next JoeFlow demo video.
§ · For You

How to actually start using Claude Code.

If you want to build your first automation

You do not need to understand code to ship a working automation — you need a clear goal, a brain-dump prompt, and a folder structure.

  • Start with VS Code and the Claude Code extension. Open a project folder. That is the whole environment.
  • Write a claude.md file first — tell Claude what your project does, what tools it has, and where files live. Without it Claude is generic.
  • Use plan mode for anything new. Let Claude ask questions before it builds. The questions are the most valuable part.
  • Put API keys in a .env file, never in the code. Claude knows to look there.
  • When something breaks, paste the full error log back and say nothing else. It will find the fix.
  • Modal gives you $30 free credit — enough to run a weekly automation for months without spending a dollar.
§ · Frame Gallery

Visual moments.