The bait, then the rug-pull.
Every automation builder knows the dread: a workflow that ran clean for two weeks suddenly errors at 2am over a missing comma. Nate Herk decided that was a problem Claude Code should own — and in 13 minutes he shows you exactly how he wired it up.
What the video promised.
stated at 00:18“wouldn't it be really cool if you could have Claude Code automatically go fix those? So that's what I'm gonna show you guys today.”delivered at 01:55
Where the time goes.

01 · Demo 1: order pipeline self-heals
Live demo of a failing Order Processing Pipeline. Claude Code finds the upstream code node returned an array instead of individual items, rewrites it, and sends a ClickUp confirmation.

02 · Architecture reveal
Error trigger to HTTP request to ngrok tunnel to local bridge server to Claude Code spawned in terminal. Raw terminal output shown so viewers see the full flow.

03 · The grocery store vs. apartment metaphor
n8n is a public grocery store; Claude Code lives in a locked apartment. The bridge + ngrok gives n8n the address and the key to knock on Claude's door.

04 · What Claude can and cannot fix
Fixable: logic errors, data-type mismatches, JSON typos, code node bugs. Not fixable: expired credentials, API outages, rate limits. A Google Doc slide enumerates the matrix.

05 · Demo 2: email agent JSON schema fix
Invalid JSON in a structured output parser node. Claude repairs the schema and confirms success.

06 · Demo 3: Tavily research form with injected quote
Deliberately broken JSON body (double-quote injected). Live terminal split-view. Claude patches the expression to sanitize input so future submissions cannot break it.

07 · Demo 4: the unfixable case
Wrong API key (VAPI key in Tavily slot). Claude returns user action required with a step-by-step remediation message. Zero code changes made.

08 · Run it 24/7 plus Claude Project context
Keep the bridge running all the time. Load it with Claude Project context about your business and workflows so fixes get smarter over time.

09 · 18-page PDF guide plus AIS+ community CTA
PDF guide covers prereqs, architecture, ngrok, MCP setup. Free Skool community link. AIS+ paid community pitch (3,000+ members, weekly live Q&A).
Visual structure at a glance.
Named ideas worth stealing.
Self-Healing n8n Architecture
- Error Trigger in n8n fires on any workflow failure
- HTTP node calls ngrok tunnel URL
- ngrok forwards to local bridge server
- Bridge server spawns Claude Code with the error payload
- Claude Code uses n8n MCP server to read and fix the workflow
- Claude notifies via ClickUp: fixed or user action required
Six-step pipeline that makes Claude Code the on-call engineer for your n8n stack.
Fix / No-Fix Taxonomy
- CAN FIX: logic errors, data-type mismatches, empty arrays, JSON expression typos, code node bugs
- CANNOT FIX: expired credentials, API outages, rate limits, IP blocks, external service changes
Claude Code operates on code and config — not on credentials or third-party uptime.
Grocery Store vs. Apartment Metaphor
n8n is a public grocery store (cloud-hosted, accessible to anyone). Claude Code is a locked apartment — n8n cannot visit unless you give it the address (ngrok URL) and a key (bridge server endpoint). Best teaching metaphor in the video for one-directional API access.
Lines you could clip.
“N8n is like a grocery store. Anyone can go to it because everyone knows where it is. It's public. But n8n can't just go out and visit Claude Code because Claude Code lives in an apartment building in a specific unit and the door is locked.”
“It's cool to Frankenstein our own solutions so that when the models get smarter and smarter, we're already there.”
“I literally started off my prompts to Claude Code with, hey, I've got this crazy idea. Yeah. Here it is.”
How they spent the runtime.
Things they pointed at.
How they asked for the click.
“I did compile an 18-page PDF guide on exactly how I did this… I'll drop this in my free Skool community which you guys can access for completely free.”
Soft lead-in with free PDF, then upsell to paid AIS+ community. Well-sequenced: value delivered before the ask.
Word for word.
Build the bridge first.
Any time Claude Code needs to be invoked by an external system, the pattern is always: tunnel plus listener plus spawn. Everything else is context.
- The ngrok + bridge server pattern works for any local AI tool that needs to receive webhooks — not just Claude Code.
- The grocery store / apartment metaphor is the cleanest teaching device for one-way API access. Steal it verbatim.
- The fix/no-fix taxonomy is the responsible version of AI fixes everything — use it to scope agentic features honestly.
- Nate built this entirely in Claude Code using plan mode and natural language. Build your own reference doc for every system you set up.
- Load the bridge with Claude Project context: your workflow docs, business logic, node patterns. The fixes get smarter as the context grows.
What you can take from this right now.
You do not have to babysit your workflows anymore — you can set up a system that fixes itself while you sleep.
- If your n8n workflows run in production and you are tired of getting error emails, this architecture is worth setting up once.
- Start with the free 18-page PDF guide (linked in description) — Nate says it covers everything from scratch.
- You only need ngrok (free tier works), Claude Code, and the n8n MCP server to replicate the whole system.
- Even when Claude cannot auto-fix an issue, it sends you a plain-English message telling you exactly what to do — that alone saves debugging time.
- Join the free Skool community for the PDF and live Q&A access if you want to go deeper.







































































