Claude Code Wrote Every Line of a 50s Launch Video in Remotion — But It Took ~100 Prompts
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.
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
👀 See Also

Agensi: A SKILL.md Marketplace Built with Claude in 3 Weeks
Agensi is a marketplace for SKILL.md skills built using Claude Code, Lovable, and Supabase. The platform includes 37 skills across 8 categories, with features like automated security scanning, download fingerprinting, and a bounty request system.

OpenClaw Testing Agent for Mobile Apps: Setup and Results
A developer built a mobile testing agent on OpenClaw that runs plain English test steps on cloud emulators, catching bugs that manual testing misses. The service costs $350-600/month per client and has converted 70-75% of trial leads.

User Deploys AI Assistant 'Elvis' on VPS for Project Management Tasks
A developer spent three days setting up an AI assistant called 'Elvis' on a Linux VPS, integrating it with Microsoft Teams, JIRA, Asana, and email systems. The assistant successfully handled project management tasks including reading emails, extracting requirements, updating change requests, and coordinating with team members.

Analyzing 7 Years of Diary Entries with an LLM: RAG vs Fine-Tuning Failures
After keeping a diary since 2019, a developer fed 200+ entries to an LLM to discover patterns — RAG failed, fine-tuning failed, and privacy was a constraint. The final approach revealed cyclical life lessons every two years.