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

Lessons from running multiple OpenClaw gateways in production
Use Cases

Lessons from running multiple OpenClaw gateways in production

A developer shares concrete failures from running 3+ OpenClaw gateways 24/7, including upgrade path issues causing MODULE_NOT_FOUND errors and silent capability loss from misconfigured credentials. The post details a solution involving capability audits, config validation gates, and reproducible environments.

OpenClawRadar
Claude Code Used to Reverse Engineer Disney Infinity 1.0, Breaking 13-Year Character Restriction
Use Cases

Claude Code Used to Reverse Engineer Disney Infinity 1.0, Breaking 13-Year Character Restriction

A developer used Claude Code (Opus 4.6 with high reasoning) to reverse engineer the Disney Infinity 1.0 game binary, identifying and patching 13 validation call sites that prevented characters from playing in any playset. The solution required 17 binary patches and 3 modified data files, solving a problem the modding community had been unable to crack for over a decade.

OpenClawRadar
Using Claude as a Creative Director in a Sticker Generation Pipeline
Use Cases

Using Claude as a Creative Director in a Sticker Generation Pipeline

A developer built a sticker app where Claude analyzes user-uploaded photos, generates nine sticker concepts, and writes detailed prompts for image models, resulting in personalized stickers rather than generic ones.

OpenClawRadar
Non-developer builds word chain game in one day using Claude AI
Use Cases

Non-developer builds word chain game in one day using Claude AI

A user with zero coding experience created a complete browser game in one session using Claude AI. The word chain game includes a 74k word dictionary, sound effects, design elements, and a mascot.

OpenClawRadar