cd /news/generative-ai/claude-pop-i-m-upping-my-p-doom · home › topics › generative-ai › article
[ARTICLE · art-139397] src=github.com ↗ pub= topic=generative-ai verified=true sentiment=↑ positive

Claude Pop – I'm Upping My P(Doom)

A developer published the full source code for a Claude Opus 5.5-generated music video for the song "I'm Upping My P(doom)" on GitHub, with every scene, storyboard and animation guide produced by the model in two generations of Claude Code. The repository includes nine chapter files under src/ch/, a p5.js and p5.brush studio.html render page, and a render.mjs script that paints frames in headless Chrome and encodes the MP4 with ffmpeg, requiring Node.js, Google Chrome and ffmpeg to run.

read1 min views1 publishedSep 25, 2026
Claude Pop – I'm Upping My P(Doom)
Image: Michielbdejong (auto-discovered)

Source code for the Claude Opus 5.5 music video for I'm Upping My P(doom).

Highly recommend checking it out!

The video took two generations, both in Claude Code:

  1. First generation (legacy/ ): Claude Opus 5.5 (Medium)
  2. Second generation (everything else): Claude Opus 5.5

Everything in this repository was generated by the model. No scene ideas were specified. The only direction was to:

  • use the Clawd character design
  • give each lyric interesting visuals and transitions

ANIMATION_GUIDE.md was written by Opus to brief the subagents it ran in parallel.

STORYBOARD.md was also written by Opus after the first generation, after being instructed to use P5 brushstrokes, make each scene visually interesting, and make every scene transition into the next.

Path What it is
src/ch/ The video's nine chapters, one file each
src/ Shared code: Clawd, the guest characters, props, lyrics and the timeline
studio.html The page every frame is painted in, using p5.js and p5.brush
render.mjs Renders frames in headless Chrome and encodes the MP4 with ffmpeg
STORYBOARD.md Opus's shot-by-shot plan
ANIMATION_GUIDE.md Opus's style and code guide for its subagents
legacy/ The first generation

You need Node.js, Google Chrome and ffmpeg. The song is included at assets/pdoom.mp3.

npm install
node render.mjs --frames=0:156.6 --workers=4   # paint every frame into out/frames (resumable)
node render.mjs --encode --out=out/pdoom.mp4   # join the frames and the song into an MP4

If Chrome isn't installed at the default Windows path, add --chrome=<path to chrome>.

── more in #generative-ai 4 stories · sorted by recency
── more on @claude opus 5.5 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
→ Live at https://your-agent.zahid.host ✓
Get free account → Pricing
from €0/mo · no card required
LIVE [news/claude-pop-i-m-uppin…] indexed:0 read:1min 2026-09-25 · —