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

Claude AI Adopts Custom Terminology from 300-Page Specifications Without Prompting
Use Cases

Claude AI Adopts Custom Terminology from 300-Page Specifications Without Prompting

A developer loaded over 300 pages of formal specifications into Claude AI as project knowledge, including 88,000 words across 20 papers, 35 falsifiers, a glossary, field guide, test suite, and compression toolkit. Claude began using the custom vocabulary operationally to describe its own processes without being prompted.

OpenClawRadar
Building a Video Generation Pipeline with OpenClaw, ClawVid, and Composio
Use Cases

Building a Video Generation Pipeline with OpenClaw, ClawVid, and Composio

A developer built a weekend project using OpenClaw as the runtime with Claude as the LLM, integrating Composio for tool authentication and ClawVid with Remotion for video generation. The pipeline creates MP4 videos with voiceover, visuals, music, and subtitles from text prompts.

OpenClawRadar
Managing Context Limits in Long Claude Runs: AC Tree Pattern
Use Cases

Managing Context Limits in Long Claude Runs: AC Tree Pattern

A developer shares a failure pattern in long Claude runs where auto-compact causes information loss and context limits prevent continuation, then describes a solution using an AC tree dependency graph with isolated sessions per node.

OpenClawRadar
Building a Mobile App with Claude and ChatGPT: A Non-Technical Developer's Workflow
Use Cases

Building a Mobile App with Claude and ChatGPT: A Non-Technical Developer's Workflow

A developer with no CS background built a full mobile app called BloomDay using Claude and ChatGPT while unemployed, employing a React Native, Supabase, RevenueCat, and Cloudflare stack.

OpenClawRadar