A playable world model now runs 720p at 16 FPS on one RTX 5090

Share
A playable world model now runs 720p at 16 FPS on one RTX 5090

Two stories in one morning, and both are about the machinery underneath the hype: a Genie-style world model small enough for a desktop GPU, and an industry quietly discovering that agentic AI is a CPU problem.

A new open-source model lets you walk around a real-time, playable AI world at 720p and 16 FPS on a single RTX 5090 — using about 19 GB of VRAM. ABot-World-0, released by a research group that publishes under the amap-cvlab handle (Alibaba's AMap lab), is an action-conditioned video world model trained on AAA games, simulation engines, and internet video to learn controllable world dynamics. Raw keyboard input drives both scene roaming and third-person character interaction, and a reference-character memory keeps the same character persistent across long rollouts — the identity-consistency problem that has tripped up earlier world models. The team got there with a streaming inference stack pairing low-bit diffusion inference with memory-aware scheduling, which is exactly the engineering that makes the "single desktop GPU" claim plausible rather than theoretical. The catch: this is a research release, not a product — but the direction is unmistakable. DeepMind's Genie showed world models were possible; the open-source community just showed they're affordable, and 19 GB of VRAM is a 4090-class budget, not a data-center one.


Agentic AI has made the CPU the new bottleneck — and the industry is scrambling. IEEE Spectrum reports AWS has told engineers to conserve CPU cycles at all costs as wait times for CPU server capacity explode, and the ripple effects are visible across the chip industry: Intel has sold out of server CPUs through the end of the year, AMD doubled its server CPU forecast to $120 billion, Arm and Qualcomm both announced agentic-AI CPUs, and Nvidia is prioritizing Vera, its Arm-based CPU for agents. The reason is structural: an agent that spawns sub-agents makes constant tool calls, and the parsing, API calls, and code execution around each call run on CPUs — AMD says seven of eight stages in realistic agentic pipelines never touch the GPU. Georgia Tech researchers found the same pattern in tokenization, where long sequences and frequent tool results can inflate time-to-first-token, with more CPU cores cutting latency by up to 7x. We flagged the thesis earlier this month — The CPU is back — Red Hat's case for CPU-first inference — but what was an argument is now a shortage. Watch for CPU price hikes and capacity waits to start showing up in cloud bills, just as they did for GPUs.

What to watch: whether the CPU crunch starts shaping cloud pricing — and how fast Nvidia's Vera lands in production racks.

If agents spawn hundreds of sub-agents per task, who pays for all those CPU cycles — and is your cloud bill about to look very different? Tell us in the comments.

Sources: ABot-World-0 paper (arXiv) · ABot-World (GitHub) · Reddit discussion · IEEE Spectrum · Agentic AI optimization paper (arXiv)