A Brief Overview of Code World Models
I gave a talk on this topic; the slides are available at here.
Most world models use neural networks to model environment dynamics. Code world models (CWMs) instead use LLMs to synthesize executable programs that simulate the environment.
We will discuss three representative CWM works:
- WorldCoder (2024)
- DeepMind CWM (2025)
- PoE-World (2025)
We focus primarily on WorldCoder, while the latter two are used to complement the discussion with more advanced formulations and design choices and we don't talk about the details of them.