Fully Automated Product Tutorial Videos: Claude + Playwright + Magic Hour + Remotion

One developer automated the entire product tutorial video pipeline — from raw feature URL to finished CMS upload — with zero human involvement. The system, built over a weekend, now produces one video per day, down from 2–3 per month when done manually.
Stack
- Playwright — screen recording with humanized mouse movement to avoid robotic feel
- Claude — script writing and orchestration: decides what to record, teaching order, voiceover structure
- Magic Hour API — face swap, lip sync, talking photos, thumbnails (replaced four separate tools)
- Remotion — programmatic video editing
- Latenode — glue layer: trigger on new feature URL, sequencing (Playwright → Claude → Magic Hour → Remotion), retries on failure, final CMS upload
Key Breakthroughs
- Tone consistency: 20 iterations to get Claude's script tone right. The fix was feeding three hand-written scripts as few-shot examples — the author reports that pasting examples beats describing tone with adjectives every time.
- Cost: ~$2–4 per video vs. 4–6 hours of human time.
- Community acceptance: No users have flagged the videos as AI-generated. The author notes that demo videos with AI fingerprints are fine as long as they teach effectively.
- Architecture transferable: The system generalizes to any product with features worth demoing.
The author is willing to share the Claude system prompt and orchestration setup.
📖 Read the full source: r/ClaudeAI
👀 See Also

Developer builds LaTeX conversion business in 7 days using Claude Pro
A developer used Claude Pro to build The LaTeX Lab, a service converting Word documents to LaTeX for researchers, in one week for $23.60. The project included market research, AI agent development, custom WordPress theme creation, and SEO-optimized copy.

Claude AI Agents Build Simulator, Optimize Game Algorithm to Beat Human Score
A developer tested Claude AI agents on the programming game The Farmer Was Replaced by having them build a Python simulator of the game, then iteratively develop a sunflower harvesting algorithm. The AI achieved a time of 5:21, beating the developer's personal best and reaching rank 30 on the global leaderboard.

OpenClaw Telegram Organization: Topic-per-Agent Setup Solves Chat Chaos
A developer fixed OpenClaw Telegram management issues by implementing a topic-per-agent structure in a dedicated group, reducing context bleed and improving debugging. The setup includes specific topic mapping, mention-only defaults, and cleaner routing rules.

Running Multiple Telegram Bots on a Single AI Agent for Parallel Tasks
A developer solved the problem of waiting for an AI agent to finish one task before starting another by setting up three Telegram bots that all bind to the same underlying agent. Each bot operates independently with its own chat and conversation history, while sharing the same workspace, memory, and learnings.