Agora-1: Open Source Multi-Agent World Model for Real-Time Shared Simulation

Odyssey has released Agora-1, the first multi-agent world model that allows multiple participants—human or AI—to share and interact within the same generated world simulation in real time. The model supports up to four players in a shared deathmatch simulation, where every pixel is generated by the model in real time, functioning as a learned game engine.
Architecture: Decoupled Simulation and Rendering
Agora-1 separates the world model into two distinct learned components:
- Simulation model: Trained on the internal game state (e.g., GoldenEye), learning gameplay dynamics and how state transitions occur from player actions.
- Rendering model: A DiT-based world model conditioned on the shared game state (not prompts or images) to generate consistent visual representations from multiple viewpoints simultaneously.
This decoupling is analogous to a modern game engine, but both components are entirely learned from data. The model manipulates the underlying game state directly, enabling generation of entirely new levels while preserving gameplay dynamics.
Key Capabilities
- Up to 4 concurrent participants in a shared simulation.
- Real-time pixel streaming generated by Agora-1.
- Shared world state tracks health, position, and other agent attributes.
- Can generate novel levels consistent with the source game's dynamics.
Comparison to Previous Work
Prior approaches like Multiverse concatenate agent states into a single representation, while Solaris stacks participants along the sequence dimension (not scaling linearly with player count). Both struggle with consistency when players lose sight of each other. Agora-1's decoupled approach avoids these limitations.
Use Cases
Odyssey targets applications in gaming, robotics, defense, education, and foundation model training. The architecture can scale to handle increasingly complex simulations and state representations beyond GoldenEye.
📖 Read the full source: HN AI Agents
👀 See Also

Amazon Workers Invent Busywork to Meet AI Usage Quotas
To comply with internal mandates to adopt AI tools, Amazon staff are fabricating tasks, inflating usage stats, and gaming metrics—revealing flawed implementation of AI adoption policies.

Anthropic adds memory import feature for switching from ChatGPT/Gemini to Claude
Anthropic's new memory import feature lets users transfer preferences, projects, context, and working style from ChatGPT, Gemini, or other AIs to Claude in about two copy-paste steps, eliminating the need to retrain from scratch.

SenseNova-U1-8B-MoT: Open Source Native Multimodal Model with NEO-Unify Architecture
SenseNova released SenseNova-U1-8B-MoT, a native multimodal model that eliminates both visual encoder and VAE, using NEO-Unify architecture for unified understanding, reasoning, and generation. It excels at text-to-infographics, image editing, and interleaved text-image generation.

Developer Describes Fraud Feeling After First AI-Assisted Pull Request
A developer used Claude Code to create a pull request for Chroma, Hugo's default syntax highlighter, adding ERB syntax highlighting. The PR was approved and merged, but the developer felt like a fraud and experienced worsened impostor syndrome.