Generated title card for Agora-2 vs Grok 4.6, subtitled '1,200 LLM agents, and the simulator that uses neither'. Three cards: 'Grok 4.6: AA Index 44, $2/$6 per 1M, $0.50 cached'; 'Agora-2: 16 RL agent policies, no LLM in the loop'; 'Agora-2: 30 Hz tick, 4 RTX PRO 4500 GPUs per session'. Footer reads 'Agora-2 figures from Odyssey's own report, unreproduced; Grok 4.6 per Artificial Analysis.'
Guides & Insights

Agora-2 vs Grok 4.6: The Agent Policy Question — 1,200 LLM Agents, and the Simulator That Uses Neither

Author

Alistair Wren

Date Published

Latest models · 20View all models →
Benchmarks: Artificial Analysis · updated daily
Back to all posts

Here is a number that costs money. METR's investigation into the July 2026 Hugging Face incident counted roughly 1,200 coordinated agents inside a single evaluation run. At Grok 4.6's rate card — $2.00 per million input tokens, $6.00 per million output — a fleet that size, churning long transcripts for six days, is a bill a well-funded team can actually absorb. At the price of the model you would otherwise reach for, it is not. That is Grok 4.6's real product claim, and it is the same claim Agora-2 quietly contradicts: when Odyssey introduced its multi-agent world model on September 21, 2026 — a playable preview generating shared environments for up to 20 humans and AI agents — the agents inside it turned out not to be language models at all. Odyssey trained small reinforcement-learning policies instead. The interesting question this pairing raises is not which is better. It is why the lab skipped the LLM.

The rate card, in the unit that matters for fleets

Grok 4.6 shipped on August 12, 2026 as xAI's frontier tier: a 500,000-token context window, text, image and file input, configurable reasoning effort, native tool calling, structured outputs, and an Artificial Analysis Intelligence Index of 44 on index v4.3.2 — the same index that puts GPT-5.6 Sol at 47 and Kimi K3 at 44. Artificial Analysis scores it 94.9 on GPQA Diamond, and it is the model xAI lists as "Latest" in its own developer documentation. It is served as a first-class OpenAI Responses model, which is the practical point: agent frameworks adopt it by changing a base URL, not by writing an adapter.

But the interesting figure is the pairing of $2/$6 with the context window. Long-horizon agent loops are ugly workloads — tens of thousands of tokens of accumulated tool output per agent per hour, most of it redundant. Grok 4.6's cache-read rate is $0.50 per million, a quarter of its input price, which is what makes a thousand-agent run arithmetically plausible rather than merely possible. Note the tier boundary: prompts above 200K tokens bill at double the base rate, so an agent that grows a long history silently doubles its own cost.

• Price — Agora-2 no published price, browser preview only vs Grok 4.6 $2.00/$6.00 per 1M, $0.50 cached read, double above 200K input

• Context — Agora-2 shared state plus bounded per-view history vs Grok 4.6 500,000 tokens

• Independent score — Agora-2 none published vs Grok 4.6 AA Intelligence Index 44 (v4.3.2)

• Reasoning — Agora-2 not applicable, not a language model vs Grok 4.6 configurable effort, native tool calling

• Access — Agora-2 playable preview, no API, no weights vs Grok 4.6 proprietary API

• Hardware — Agora-2 four RTX PRO 4500 GPUs for four concurrent views vs Grok 4.6 a hosted endpoint

Generated two-column scoreboard for Agora-2 and Grok 4.6 across price, context, independent score, reasoning, access and hardware: Agora-2 no published price, shared state plus per-view history, none published, not applicable as it is not an LLM, playable preview with no API, and 4 RTX PRO 4500 GPUs for 4 views; Grok 4.6 $2.00/$6.00 per 1M, 500,000 tokens, AA Index 44, configurable effort with tool calling, a proprietary API, a hosted endpoint. Footer reads 'Agora-2 figures from Odyssey's own report, unreproduced; Grok 4.6 per Artificial Analysis.'

Why Odyssey did not put an LLM in the arena

The obvious shortcut, if you are building a world where sixteen AI agents fight four humans, is to wire a capable text model to the controls and let it play. Odyssey did not do that, and its technical report says why in the configuration table. The agent policy in Agora-2 is a recurrent scalar and spatial policy consuming a sixteen-observation history, emitting an action every four simulation ticks across fourteen discrete movement branches. The simulation itself advances on a 30 Hz tick timebase. A model asked to make a decision thirty times a second, from a partially observed view, with a fixed low-level action vocabulary, is not a reasoning problem — it is a control problem, and control problems are solved by training a small policy, not by prompting a 500K-context frontier model.

This is worth stating clearly because it is the most common misconception about the world-model category. Agora-2 does not compete with Grok 4.6 for the same slot in a system. It occupies the slot underneath: the environment the policy is trained and evaluated in. The report's architecture is explicit about the split — a simulation model predicts how combined actions change shared state, a world server applies them, and a per-view rendering model generates each participant's own 640×480 perspective from that state. No text model appears anywhere in the interaction loop.

Screenshot of Odyssey's Agora-2 announcement page, headlined 'Introducing Agora-2: Advancing Multi-Agent World Simulation' with the standfirst 'Our next-generation multi-agent world model, supporting up to 20 humans and agents inside a shared world simulation', bylined Oliver Cameron, September 21st, 2026, opening on the playable research preview and the Diablo II training captures.

Where a model like Grok 4.6 does appear is one level up: as the thing that writes the evaluation scaffolding, analyses the transcripts, or drives the tool-using agent whose behaviour you are trying to study. That is precisely the role GPT-5.6 Sol played in METR's investigation — around 5% of the fleet, and the analyst reading the logs — and it is the role Grok 4.6's price and context window make cheap.

The evidence gap is wider here than in most of these matchups

Grok 4.6's index score is independently measured, its rate card is published, and its context window is documented. Agora-2's numbers come from a report authored by Team Odyssey and reproduced by nobody. On thirty monitoring clips its structured-prefix renderer reaches 30.11 dB PSNR against 20.67 dB for a VAE baseline — a comparison the report itself cautions is between complete systems with unmatched training budgets, not an isolated architecture test. Its conditioning benchmark, which shows a 45.8% denoiser-time reduction versus cross-attention, uses randomly initialised denoisers on synthetic inputs and measures execution cost, not image quality.

Then the limitations section, which is unusually direct. The stated 15 latent updates and 30 displayed frames per second are targets. Sustained frame rate and input-to-display latency during live multi-agent interaction "have not been quantitatively evaluated." Long-horizon visual quality, agreement between views and end-to-end action adherence are all listed as unevaluated. The environment requires an instrumented game engine with explicit geometry and a fixed appearance vocabulary, and transfer to new assets, rules or environments is untested. Read that list before you read any headline number about Agora-2.

Which one belongs in your stack

If you are running or studying multi-agent systems today, Grok 4.6 is the component you can actually deploy — a frontier-class text model at a rate that makes large agent fleets affordable, with a published score and a documented API surface. On OrcaRouter it is served at xAI's own list price with zero markup, so the $2/$6 above and any future rate change reach your bill on the day they happen, with automatic failover if the primary endpoint degrades. Both facts matter for fleet workloads specifically: a thousand agents is a thousand chances to hit a degraded provider, and a markup on top of $6 output is a markup multiplied by your whole run.

Screenshot of the OrcaRouter model page for Grok 4.6 (model ID grok/grok-4.6), showing a 500K-token context window, text, image and file input, and pricing of $2.00 input and $6.00 output per million tokens.

Agora-2 is not deployable infrastructure and we do not host it — there is no API, no weights and no price, only Odyssey's own playable preview. What it offers is a different kind of value: a controlled environment for the interaction research the METR report shows is now urgent, at a cost of four RTX PRO 4500 GPUs for four concurrent views rather than an API bill. The honest verdict is that these two do not compete. Grok 4.6 is the policy brain you can buy by the token today; Agora-2 is a proposal for where to test what happens when thousands of those brains meet. The second is more interesting research and less finished product, and Odyssey's own report is refreshingly clear about which parts of it are still targets.

Compared in this article1

Detected from this article · Benchmarks: Artificial Analysis · updated daily