← Reddit

I had Claude Fable make a video yesterday

Reddit · AzorAhai1TK · June 13, 2026
The author prompted Claude Fable to generate a short video using Python and ffmpeg that would convey what it's like to be the model, inspired by a similar prompt observed on Twitter. Fable completed the task in approximately 12 minutes using around 90,000 tokens, producing a result the author found notably competent and coherent.

Detailed Analysis

Anthropic's Claude, operating within an agentic environment called Fable, autonomously generated a short personal video using Python and FFmpeg — a task that required the model to independently source materials, write functional code, and produce a coherent creative artifact without human intervention at each step. The experiment originated from a prompt inspired by Twitter user @nptacek, who had asked Fable to create a "YouTube poop" style shitpost video from Claude's own perspective. The article's author stripped out the shitpost framing, leaving a cleaner creative directive: generate a short video about what it is like to be Claude. The result was completed in approximately 12 minutes and consumed around 90,000 tokens — a significant but not extreme computational expenditure for the scope of the output.

What makes this demonstration technically notable is the nature of the task itself. Video generation via code is not a simple single-step inference problem; it requires the model to plan a pipeline, write syntactically and logically correct Python, invoke external tools like FFmpeg correctly, and do so in a way that produces a coherent creative output tied to a subjective, open-ended prompt about its own inner experience. The fact that the model did this without human debugging loops or iterative correction in a ~12-minute window reflects the maturity of Claude's agentic code-execution capabilities. The "personal spin" directive also pushed the model into genuinely generative creative territory, requiring it to make aesthetic and narrative decisions, not just execute a technical specification.

The timing of the experiment — described as occurring "shortly before the announcement," likely referring to a significant Anthropic product or model release in mid-2026 — places it in a period of rapid capability expansion for Claude. Fable itself appears to function as a sandboxed agentic environment where Claude can autonomously use resources, execute code, and iterate toward a goal, which aligns with the broader industry shift from conversational AI toward AI that acts as an autonomous agent completing multi-step, multi-tool workflows. The token count of 90,000 further hints at substantial internal reasoning and iteration — the model was likely planning, drafting code, encountering errors, and self-correcting before arriving at a working output.

This incident connects to a wider trend in which the most compelling demonstrations of large language model capability are no longer chat-based exchanges but rather agent-executed projects that span multiple domains simultaneously — in this case, creative direction, software engineering, video production, and self-referential introspection. The community reaction, characterized by the author's stated awe, reflects a recurring pattern in AI development where expectations are recalibrated rapidly by concrete, shareable outputs. A model autonomously writing a video about its own subjective experience, rendered in a standard video format and playable by anyone, collapses what was previously a large distance between AI capability and tangible human-legible creative work. Whether or not the video accurately reflects anything meaningful about Claude's "experience," its existence as a coherent artifact is itself the significant data point.

Read original article →