Claude Opus 5 game prompt produces playable shooter in one pass
Matt Shumer says Claude Opus 5 built a playable first-person shooter from a short prompt, highlighting a new AI workflow for game prototyping.
By Sofia Marchetti · Columnist
· 3 min read
A short Claude Opus 5 game prompt has become a talking point in AI development after investor and former HyperWrite CEO Matt Shumer said the model produced a playable first-person shooter in one pass. For retail investors watching the AI software race, the interesting part is less the demo itself and more the workflow: AI tools may be moving from code assistants toward systems that can plan, build and critique larger creative projects.
Shumer posted a video on X two days after Claude Opus 5 was released. He wrote that Claude Opus 5 “one-shotted” the game, meaning it generated the project in a single run, and said everything shown in the demo was custom code with no outside assets used.
The prompt behind the demo was published on GitHub and ran only three short paragraphs. According to the published prompt, Claude was asked to build a shooter at the level of recent Call of Duty games, assign parts of the work to subagents, and keep improving each piece until a separate critic judged it against real Call of Duty footage in a blind side-by-side comparison.
What was the Claude Opus 5 game prompt?
The prompt did not lay out a full technical design document. Shumer later wrote that he did not tell the model which renderer to use, list the game systems it needed, or define what “AAA quality” had to include.
Instead, the instruction set gave the model a high bar to compare against and told it to organize its own process. A subagent, in this context, is a separate AI worker given its own memory and a narrower task, such as handling one part of the project rather than the whole game.
The prompt also told the system to use a critic that was separate from the builder. That matters because the same AI that creates something may be too forgiving when judging whether it worked. Shumer has started calling the method a Gauntlet Loop: give an agent a real benchmark, break the work into smaller jobs, and require outside criticism before accepting the result.
Why developers are paying attention
The demo cuts against a common lesson from prompt engineering during the recent “vibe coding” wave, where users were often advised to avoid broad adjectives and spell out exactly what they wanted. In this case, Shumer’s prompt used broad quality language, including “utterly perfect,” and let the model create its own evaluation process.
That does not mean short prompts will replace human game teams. The public material shows a demo and a workflow, not a shipped commercial product. It also does not establish how consistently the method works across models, genres or larger projects.
Still, the example is useful for understanding where AI coding tools are heading. The value may come from giving models a test they can repeatedly compare against, rather than trying to describe every requirement up front. For investors tracking AI infrastructure, game engines and developer tools, that shift points to a market where evaluation loops and agent workflows could become as important as raw model capability.
This story draws on original reporting from Decrypt.