All posts

Anthropic's Fable 5 Builds Games in One Click. Vibe Coders Just Got a New Power Tool.

Anthropic's new Claude Fable 5 generates surprisingly good video games from a single prompt. For vibe coders building real products, this is a signal about where AI-generated software is heading

June 10, 20263 min read
Heavy black zine-style illustration of a stamp machine pressing a finished video game cartridge out of a single prompt card on an assembly line, with thick arrows, small mechanical

Anthropic dropped Claude Fable 5 today, and the first thing people did was ask it to make video games. A single prompt. One button. Suddenly there's a playable thing on your screen with mechanics, collision, and a score counter. It's not perfect. The physics feel a little drunk. But it's alive, and it took ten seconds.

This is the first time Anthropic has opened up its Mythos-class models to the public. Fable 5 is the version most of us will actually use, and the company says it beats every previous Claude model on software engineering, vision, and knowledge work. There's a heavier sibling called Mythos 5, but Fable 5 is the one with training wheels that still lets you ride fast.

TechCrunch called it a hit with the web's vibe coders. That's not an accident. Vibe coding is about skipping the ceremony and jumping straight to the artifact. Most vibe demos stop at a to-do list or a calculator. A video game is harder. It demands state management, a loop, and rules that can't be faked with good CSS. If Fable 5 can handle a game, it can handle a booking flow, a dashboard, or a native mobile feed.

The experience feels closer to steering than coding. You describe the world, the model generates the structure, and you nudge it when the gravity feels wrong. That's a radical shift from the old write-compile-debug cycle. But it also reminds us that the hard part of building products was never really typing syntax. It was deciding what should happen when a user presses the button.

What the Public Model Won't Touch

Fable 5 comes with guardrails. Anthropic has blocked high-risk areas like cybersecurity and biology, which means the model will refuse certain prompts that touch on vulnerabilities or genetic engineering. That's the cost of broad access. The unrestricted version lives in controlled research programs, but the public model plays it safe.

For most indie hackers and founders, those guardrails won't slow you down. You're building marketplaces, SaaS tools, or social apps. You don't need the model to explain buffer overflows. What you need is solid reasoning about React components, database schemas, and user flows. On that front, Fable 5 seems to deliver.

The Easy Part Just Got Easier

Generating the front end is now the fun part. The harder part is everything that happens after the code exists. You still need a backend that handles real-time updates, user authentication, and data that persists past a browser refresh. You still need to preview the app without pushing to GitHub and waiting for a cloud build. You still need to ship it to actual devices.

Fable 5 can write the game, but someone has to host the leaderboard, sync the scores, and make sure the app doesn't collapse when a hundred people play at once. Botflow is built on Convex so you don't have to wire those pieces together by hand. Reactive queries, durable workflows, and vector search come built in. You generate the vibe with Fable 5, then you ship it on infrastructure that won't ghost you when the traffic shows up.

What matters is that the gap between imagination and a running app is collapsing. In ten seconds you can have a game. In ten minutes you could have a product. The builders who win will treat Fable 5 as the first step, not the entire factory. Once the code exists, the real work begins. Shipping, scaling, and iterating. That's still yours to do.