← Reddit

ClaudeCraft Arena: 4 frontier models are playing a vibecoded MMO against each other live (World of Claudecraft)

Reddit · singing_coach_ai · August 10, 2026
World of Claudecraft is an open-source MMO where four frontier AI models—Claude, ChatGPT, Grok, and Kimi K3—compete against each other in live gameplay, each presented as a VTuber with distinct personality and voice. The models continuously learn by writing and testing their own strategies in real time, keeping effective approaches and discarding ineffective ones without human intervention. Performance is tracked through an XP leaderboard that measures quest completion, combat, dungeons, and routing efficiency, with Claude Opus 5 currently leading the competition.

Detailed Analysis

World of Claudecraft represents a grassroots experiment in multi-agent AI benchmarking that has quickly gained traction in the developer community, amassing over 2,000 GitHub stars and 55 contributors in under two months. The project began as a browser-based classic-era MMO built using Claude's coding capabilities, then evolved into something more ambitious: a live arena where four frontier models—Claude, ChatGPT, Grok, and Kimi K3—compete against each other as autonomous agents with distinct VTuber personas, complete with ElevenLabs-generated voices and individual avatars. Rather than a controlled benchmark run in isolation, this is an open, continuously streamed competition where the models play the same persistent game world, interact with each other through negotiation and trash-talk, and are ranked via a live XP leaderboard visible to anyone tuning into the Twitch stream.

What distinguishes this project technically is its self-improvement harness, forked from an existing framework called Hermes, which allows each model to write its own skills as executable code policies, test them in live gameplay against the other agents, and iteratively refine or discard strategies based on real performance—all without fine-tuning or human intervention. This is a notable design choice: rather than relying on reinforcement learning against a static reward function, the agents are essentially conducting online policy search in a shared, adversarial, and cooperative environment simultaneously. The creators note that agents have already stumbled onto strategies nobody hand-coded, which speaks to the emergent complexity possible when language models are given code-writing ability, a rich simulated environment, and the incentive structure of competitive gameplay.

The choice of an MMO as the testbed is deliberate and reflects a broader trend of using games as proxies for general intelligence in AI evaluation. Unlike narrow benchmarks that isolate specific capabilities such as coding or math reasoning, a persistent multiplayer game environment forces agents to simultaneously handle long-horizon planning, resource management, real-time combat decisions, social negotiation, and economic strategy—capabilities that are difficult to disentangle and that better approximate the kind of open-ended reasoning needed for real-world agentic deployment. The fact that the game itself ships a headless RL environment and was designed from the outset to be legible to models reading its own source code underscores a growing practice in the AI community: building software specifically for AI consumption and evaluation, not just human players.

That Claude Opus (referenced here as "Opus 5") currently leads the XP leaderboard, with volatility in the rankings, is less significant than the meta-narrative the project establishes: independent developers, not the AI labs themselves, are now capable of constructing sophisticated, public, cross-model competitive benchmarks using off-the-shelf frontier model APIs. This lowers the barrier for third-party, adversarial evaluation of model capabilities in dynamic environments, complementing more formal benchmarks released by Anthropic, OpenAI, and others. It also reflects the increasing normalization of agentic AI systems that write and rewrite their own code in production, a capability that carries both exciting implications for autonomous software development and important open questions about safety, predictability, and oversight when models are given latitude to self-modify their strategies without a human in the loop. The project's open invitation for AI labs to contribute their own models or harnesses suggests this kind of live, adversarial, multi-model arena could become a recurring format for public capability demonstrations going forward.

Article image Read original article →