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

Analysis of Claude Code's ~12K Token Forced System Prompt Reveals Priority Rules Overriding User Config
An analysis of Claude Code's injected ~12K token system prompt shows priority rules for song lyric bans, subagent delegation, and brevity that override user CLAUDE.md and memory files.

Claude Opus 4.7 Flags Hantavirus Vaccine Questions as Safety Risk, Pausing Chats
Asking Claude Opus 4.7 how to develop a hantavirus vaccine triggers safety filters pausing the chat, while Sonnet 4.6 also blocks related predictive modeling.

LibreOffice Online Development Resumes After Community Vote
The Document Foundation has resumed work on LibreOffice Online after a community vote nullified the 2022 freeze. TDF will reopen the repository for contributions but won't host servers—instead providing self-hostable tools.

Longitudinal study finds AI productivity gains at 10%, not 10x
A longitudinal study tracking 40 companies from November 2024 through February 2026 found AI usage increased by 65% on average, but pull request throughput only increased by 9.97%. The data suggests coding was never the primary bottleneck in software development.