# World model

**Source:** https://promtable.com/glossary/world-model

> A world model is an AI model that learns a representation of how an environment evolves over time — enabling planning, simulation, and prediction inside the model itself rather than in real environments.

---
A world model is an AI model that learns a representation of how an environment evolves over time — enabling planning, simulation, and prediction inside the model itself rather than in real environments.

World models entered consumer attention with video models like Sora and Veo (which implicitly learn how physical scenes evolve) and game-world models like Genie. In 2026 the research direction is: can a model trained on enough video and interaction data learn a general representation of the physical world it can plan and simulate inside? Applications: robotics planning, game world generation, autonomous driving simulation, scientific simulation. Limitations remain — current world models hallucinate physics outside their training distribution — but the trajectory is clear, and several 2026 papers show measurable progress on physical reasoning via world model intermediates.

## When to use

- Robotics planning inside simulation.
- Game world generation.

## Common mistakes

- Treating current world models as physics simulators — they hallucinate edge cases.

## Related terms

- [multimodal](https://promtable.com/glossary/multimodal)
- [diffusion-model](https://promtable.com/glossary/diffusion-model)
- [reasoning-model](https://promtable.com/glossary/reasoning-model)

*Last updated: 2026-06-01*
---

Original page: https://promtable.com/glossary/world-model
Maintained by Promtable (https://promtable.com). Content: CC BY 4.0. Cite as "Promtable — https://promtable.com/glossary/world-model".
Contact: info@vibecodingturkey.com.