Automation

Why We Run Our Whole Pipeline on n8n

Every episode you see from Ace & Pwn has already passed through research, scripting, voicing, rendering, and a human review gate — all orchestrated by one automation platform: n8n.

Why we automate the boring parts

Making consistent, high-quality short-form content on a schedule is mostly repetitive work: pulling research, drafting scripts, generating voice lines, assembling video, and logging what happened. None of that repetitive work benefits from a human doing it by hand every single time. What benefits from a human is the judgment calls — is this script accurate, is this tone right, should this actually go out the door.

So we built our pipeline to automate everything that's repeatable, and to stop and ask a human at the two moments that matter most.

The two-gate model

Our production pipeline has two deliberate checkpoints where automation stops and a human decides:

  • Gate 1 — Content approval. Before any voice or video gets generated, a human reviews the research and script for accuracy and tone.
  • Gate 2 — Publish approval. Before anything touches a live social account, a human reviews the finished, rendered video and explicitly approves or rejects it.

Nothing reaches TikTok, YouTube, or anywhere else without a real person saying yes at Gate 2. Automation gets us to a good draft fast — it doesn't get to make the final call.

Why n8n specifically

We chose n8n because it's a visual, self-hostable workflow automation tool that doesn't lock us into a single vendor's ecosystem. It connects cleanly to the AI models, storage, spreadsheets, and messaging tools we already rely on, and because we host it ourselves, we control exactly how our data and credentials are handled — that matters a lot when the workflow touches real API keys and real publishing permissions.

It also means the pipeline is genuinely inspectable. When something breaks — and in any sufficiently complex automation, something eventually breaks — we can open the workflow, see exactly which step failed, and fix it, instead of guessing at a black box.

What this means for you

If you're building anything that needs to run repeatedly and reliably — content, reporting, notifications, data pipelines — the lesson generalizes: automate the repetition, but design deliberate checkpoints where a human stays accountable for the outcome. We'll be sharing more concrete automation breakdowns here as the pipeline evolves.