Production Pipeline
Let's Vibe Studio
Publishing Episode 2 took 3 hours of manual work after the recording. The transcript existed—but everything downstream was done by hand.
So we built a pipeline. Drop a transcript, get everything. 60 seconds.
“The transcript is the edit. Text-based editing is structured data an AI can operate on.”
Every downstream artifact—show notes, social posts, chapters—is a transformation of the transcript.
What happens when you drop a transcript
9 Claude API calls. Steps 2-8 run in parallel.
Then generates
One command
What you get
Four files in output/, plus the website auto-updated.
Roadmap
Phase 1: Content Pipeline
Transcript in, everything out. Show notes, chapters, social posts, YouTube description, website update. One command.
Phase 2: Media Processing
Local ffmpeg on the Mac Studio. Audio normalization, clip extraction, multi-aspect-ratio export. The EditPlan is a JSON cut list — human-reviewable, AI-generated, version-controllable.
Phase 3: Platform APIs
Direct upload to YouTube with chapters, Twitter with video, auto-deploy to Vercel. The last manual steps disappear.
The EditPlan concept
Phase 2 introduces the EditPlan—a JSON intermediate between AI analysis and CPU-intensive media work. Claude reads the transcript, proposes cuts and segments. You review. ffmpeg executes.
The target
Built with Claude Code. Transcript is the source of truth.
Last updated Feb 6, 2026