Modèle Updated 2026-04
World Model
Definition
A World Model is an AI model that builds an internal representation of the physical world to understand and predict events.
See also in the glossary
G
Generative AI
Generative AI refers to artificial intelligence systems capable of creating original content: text, images, video, audio, code.
D
Deep Learning
Deep Learning is a subset of Machine Learning using multi-layered neural networks to learn complex representations from raw data.
A
AI Reasoning
AI reasoning refers to a model's ability to break down a problem into logical steps to reach a conclusion, rather than answering instinctively.
T
Text-to-Video
Text-to-Video generates videos from text descriptions using generative AI.
Tools that use world model
Frequently Asked Questions
Is Sora a World Model?
Partially. Sora understands basic physics (gravity, reflections, fluids) but doesn't have complete world understanding. OpenAI describes it as a 'world simulator'.
What are World Models used for?
Robotics (understanding physical environment), autonomous driving (predicting other vehicles), and video generation (realistic physics).
What is a world model in AI?
A world model is an internal, learned representation of how an environment works, letting an AI predict what happens next from its current state and actions. Instead of reacting only to raw inputs, the system simulates plausible futures. This idea underpins model-based reinforcement learning, robotics and modern video generators, where the model captures dynamics like motion, physics and object permanence.
How does a world model differ from a large language model?
A large language model predicts the next token in text and excels at language tasks. A world model predicts the next state of an environment, often visual or physical, capturing dynamics like motion and collisions. They overlap: video generators like Sora and Genie blend both ideas. The key difference is what they model, sequences of words versus how a world evolves over time through actions.
What are some examples of AI world models?
Notable examples include DeepMind's Dreamer, which learns to act by imagining outcomes inside a learned model, and Genie, which generates playable, interactive environments from images or text. OpenAI's Sora is described as a world simulator for video. Yann LeCun's JEPA family learns abstract predictive representations rather than pixels. Together they show world models spanning robotics, gaming, video and research.
How do world models help AI agents plan?
An agent with a world model can imagine the consequences of actions before taking them, mentally rolling out possible futures and choosing the path with the best outcome. This is called planning in latent space. Because the agent rehearses inside its model instead of the real world, it learns faster and more safely. Dreamer-style systems use exactly this loop to master control tasks efficiently.
Why are world models important for robotics?
Robots act in a physical world where real trial and error is slow, costly and risky. A world model lets a robot predict how objects move, fall or resist, so it can plan grasps and motions inside simulation before acting. This reduces real-world data needs and improves safety. It also helps the robot generalise to new situations by reasoning about physics rather than memorising fixed responses.
What is the difference between a world model and a simulator?
A traditional simulator is hand-coded by engineers with explicit physics rules. A world model is learned from data, inferring the rules of an environment by observing it. This makes world models more flexible for messy, real situations a human could not fully script, but also less precise and harder to verify. Many modern systems combine both, using learned models where hand-written physics falls short.
What are the limitations of current world models?
Today's world models still struggle with consistency over long horizons, often drifting into impossible physics, vanishing objects or broken cause and effect. Video systems like Sora can mishandle complex interactions or object permanence. They are expensive to train, hard to interpret, and may learn surface patterns rather than true physical understanding. Reliable long-term planning and faithful real-world dynamics remain open research challenges.
Are world models a path toward more general AI?
Many researchers think so. Figures like Yann LeCun argue that learning a predictive world model is essential for common sense and reasoning, since humans understand the world by anticipating it. By grounding AI in how environments behave rather than only in text, world models could enable agents that plan, adapt and act reliably. They are widely seen as a key building block toward more capable, general systems.