Claude Code Wrote Every Line of a 50s Launch Video in Remotion — But It Took ~100 Prompts

✍️ OpenClawRadar📅 Published: May 12, 2026🔗 Source
Ad

A developer on r/ClaudeAI shared a realistic account of using Claude Code to build a 50-second launch video with Remotion (a React-based framework for programmatic video). The post counters the common narrative of one-shot AI magic, detailing the actual workflow that required about 100 prompts — not 1.

What Worked

  • Write a creative direction doc first — like briefing a human designer.
  • Ask Claude to explain the plan before writing code.
  • Iterate scene-by-scene instead of regenerating the whole thing.
  • Git diff each iteration — sometimes an “improvement” was actually a regression.

What Didn't Work

  • Vague prompts like “make it better”.
  • Expecting one-shot perfection.
  • Trusting Claude to retain context across 50+ scene changes without breaks.
Ad

Real Struggles

Early iterations looked like a PowerPoint. One scene (a canvas of expert agents fanning out) had to be rebuilt from scratch on day 2 because Claude kept producing close-but-not-quite results for hours. Gradient orbs from the creative direction doc became their own subproject. Asking Claude to “make scene 3 punchier” first required defining “punchy” in code — Claude knows React, not subjective aesthetics. Broken builds required rollbacks; autonomous iteration without checking each change is risky.

The Workflow Is Still Better

Despite the effort, the developer emphasized that Claude Code is still far better than learning After Effects or Premiere from scratch. The key takeaway: the “I built this with AI in 30 minutes” genre is mostly fiction. Expect dozens of prompts, careful planning, and manual quality checks.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also