Realtime AI News
Claude Opus 5 built a playable arcade game from one prompt; GPT-5.6 replicated it in Codex for $5
A developer used Claude Opus 5 with a single 2,000-character prompt, burning 690 million tokens and $423, to generate a fully playable retro arcade boat racing game in one shot. Another developer then replicated it in Codex with GPT-5.6 models for about $5, showing AI can now produce engineering-sound games even though final quality still hinges on human judgment.
A community experiment is making the rounds on social media: one developer used Anthropic's Claude Opus 5 with a single prompt to generate a fully playable retro arcade boat racing game in one shot, burning roughly 690 million tokens and about $423 in the process.
The game, named INK TIDE, features an American cartoon style with complete countdown, lap, and ranking systems, a unified street-racing dashboard UI, and convincing boat pitch and roll physics. Developer Vyom said it was built with Vite, TypeScript, and Three.js using no external assets, with every model, texture, and sound generated by code.
The single prompt turns out to be a roughly 2,000-character requirements document: hard constraints first, then visual standards, functional requirements, development process, and delivery criteria, with the water system as its own chapter. It also specifies a detailed sub-agent division of labor, with separate agents for water, cartoon rendering, boat physics, AI opponents, character animation, audiovisual, and performance to fight attention dilution in large tasks, plus a screenshot harness and a visual-review sub-agent acting as a QA reviewer.
The author also revealed that the three AI opponents were deliberately weak: the fastest, KAIRA, is only 0.5 percent faster than the theoretical best line, and another opponent, PIP, makes two to three mistakes per lap — an obvious handicap likely meant to lower the barrier to entry.
The replica followed quickly: developer Anul Agarwal used Codex with an agent team, with GPT-5.6 Sol Ultra as the main agent handling orchestration and GPT-5.6 Luna Max as a sub-agent doing the development work, entering two prompts over about five hours at a cost of roughly $5, mostly converted from subscription quota rather than a strict API bill.
The replica keeps the original's most visible elements — driving a speedboat on the sea, cartoon-rendered water, a green track, racing UI, and multiple boats — but its water detail, character rendering, and visual consistency are noticeably rougher, putting the two builds at different levels of polish. Agarwal said GPT-5.6 Sol is very well suited to making games, and the remake used only about 20 percent of his weekly quota.
The takeaway of this head-to-head is that AI can now produce engineering-sound games, whether generated from a single prompt or cloned by a multi-agent team; the ceiling on final quality still depends on human judgment — and on your bill.
Why it matters
The comparison pushes AI game generation from toy demos to playable, replicable products, with both single-prompt generation and a $5 Codex remake now proven workflows. The open question is whether such multi-agent game development pipelines become a broadly adopted engineering pattern.
Nearby Updates
All08/09, 09:46
Tencent open-sources three embodied foundation models, chief scientist details 'three-layer brain' for faster robot response
At WAIC 2026, Tencent open-sourced three embodied foundation models — Hy-Embodied-VLM-1.0, Hy-Embodied-RxBrain-1.0 and Hy-Embodied-VLA-0.5 — alongside the always-on embodied agent Apexio and the TairosAgent framework. Chief scientist Zhang Zhengyou says the "three-layer brain" architecture lets cognition, perception-action and execution run at different frequencies, cutting task response to 2-3 seconds and already achieving over 95% success on a factory line.
08/09, 07:21
Rising AI costs push Coinbase and others to build in-house coding agents
Korean tech outlet Digital Today reports that rising AI costs are pushing Coinbase and other companies to build their own in-house coding AI agents. The shift reflects growing enterprise pressure to control AI spending and reduce dependence on external model APIs.
08/09, 05:00
Cloudflare Unveils Kitesurf Browser Built for AI Agent Tasks
Cloudflare has launched Kitesurf, a cloud-hosted browser designed for AI agents to use websites and complete online tasks, available free in beta through Browser Run on Workers. It uses far less CPU and memory than Chromium, though tasks complete more slowly, and Cloudflare plans to open-source the browser once ready.
08/09, 04:43
Meta launches AI coding tool Muse Code to challenge OpenAI, Anthropic
Meta has launched Muse Code, an AI coding tool positioned to challenge OpenAI and Anthropic. The move marks Meta's entry into the AI coding assistant market and further heats up competition among large-model vendors for developer ecosystems.