公司动向The Decoder5/10

Claude Opus 5 pushes prompt-to-game AI from rough color blocks to full 3D prototypes with physics and music

By Gregor Kobsik

Claude Opus 5 pushes prompt-to-game AI from rough color blocks to full 3D prototypes with physics and music
图源:The Decoder

AI 摘要

Anthropic's Claude Opus 5 generates complete 3D games from single prompts, including a first-person shooter, a kart racer, and a Minecraft clone, all without a single external asset. Geometry, textures, physics, and in some cases music are produced as code and run directly in the browser. In side-by

原文正文

Claude Opus 5 pushes prompt-to-game AI from rough color blocks to full 3D prototypes with physics and music

Key Points

- Anthropic's Claude Opus 5 can generate fully functional 3D game worlds, including first-person shooters and Minecraft recreations, using nothing but a single text prompt, with no external files or pre-made assets required.

- The model writes all code for geometry, textures, physics, and music from scratch, rendering the result as an editable HTML file directly in the browser.

- Community tests show a significant quality leap over last year's Claude 4 Opus, with Opus 5 also outperforming GPT-5.6 Sol and Kimi K3 in physics realism and mechanical complexity.

A first-person shooter, a submarine game, a kart racer, a Minecraft clone: over the past few days, people have generated all of these from a single prompt each. The models write the geometry, the textures, and sometimes even the music as code that runs straight in the browser.

Writing a scene from scratch takes more than clean syntax because the model has to know how the world actually looks and moves, how a snowboard slides over snow, or how wind travels through a field of grass. None of that is in the prompt; it has to come from the model itself.

Six demos built without a single external asset

Matt Shumer posted a Call of Duty-style shooter where everything on screen, right down to the textures, is generated code. "Not a single external asset was used," he wrote on X. The prompt and source code are up on GitHub under the name Claude-of-Duty.

Alex Ermolov put out a snowboard demo and said Opus 5 is on par with Fable and ahead of every other model he's tested. His first run came back with no visual glitches, he says, and the "sliding physics feel right."

Chetaslua's ballista makes the gap to other models pretty stark. The Roman siege weapon sits in front of a castle, has a complete control panel, and feels closer to a finished game than a prototype. Chetaslua had already run the same prompt through GPT-5.6 Sol and Kimi K3. Both managed a recognizable ballista, but with fewer working parts and far less going on around it.

User Chris ran a comparison that shows how quickly this has improved. He put year-old output from Claude 4 Opus next to what Opus 5 produces today. For the new run, he asked for a car on a dirt road, explicitly without textures. Opus 5 came back with mud tracks, vegetation, and layered lighting. A year ago, the same kind of request produced flat blocks of color.

More demos show the range of what's possible.Lentils packed a scenic landscape into one HTML file, with millions of grass blades bending to simulated wind. Pietro Schirano built a submarine game where the model generated the 3D objects, textures, and music itself. Ryan Campbell put his kart racer online as a playable website.

Procedural code replaces traditional asset pipelines

In traditional 3D development, developers assemble assets from libraries, load textures as image files, and handle physics through an engine. The Opus 5 demos work differently: Geometry is procedural, built by code that computes points and surfaces at runtime. Textures exist as shaders, which is to say more code. The model writes the physics and controls along with everything else, and since it all runs in the browser on Three.js, one HTML file is enough.

Anthropic says in its Opus 5 announcement that the model produces "much stronger visual outputs" than earlier versions. One testing partner quoted there calls the results the best animations, games, and 3D work he's seen from any Opus model.

It's a different approach from Google's Genie 3 or the video models sometimes described as world models. Those systems compute every frame and hand back an image sequence. The output only exists as a video stream, so there's nothing to edit or reuse afterward. What Opus 5 produces is code you can open and change.

Minecraft clones are becoming the community's go-to stress test

Beyond the one-off demos, the community has settled on an informal test of its own: rebuild Minecraft from a single prompt. Pankaj Kumar's Opus 5 version has an infinite procedural world, 15 biomes, and both survival and creative modes. Every graphic asset comes from code, he writes, with textures and sounds generated at runtime. The build ate 25 million tokens.

Other head-to-head tests follow the same script. Harshith had Opus 5, Fable 5, GPT-5.6 Sol, and several other models generate a 3D Airbus H145 in Three.js and lined up the results. atomic.chat went a step further and had all four models build three physics scenes, among them a tornado tearing across a field and a wrecking ball swinging into an apartment block. By atomic.chat's account, only Opus 5 handled all three convincingly.

Prompts like these work as a rough first gauge, since anyone can recreate them and judge the results on screen. Programming skills aren't required, though they can help with the prompting. A benchmark in any methodical sense, however, this is not. There are no standardized tasks, no rating scale, and no control over how many attempts each model gets.

AI News Without the Hype – Curated by Humans

Subscribe to THE DECODER for ad-free reading, a weekly AI newsletter, our exclusive "AI Radar" frontier report six times a year, full archive access, and access to our comment section.

Subscribe now

阅读原文
Claude Opus 5 pushes prompt-to-game AI from rough color blocks to full 3D prototypes with physics and music · AI Daily