Explainer · Updated 2026-07-10

What is a world model?

A world model is an AI system that tries to predict how a world changes. The important word is not "world"; it is "predict."

Short answer / 一句话结论

A world model is useful when it can predict how a world changes, especially after an action. A video that merely looks realistic is not enough.

English

The simplest definition is: a world model is a learned model of environment dynamics. It looks at observations, compresses them into an internal state, and predicts what may happen next.

That definition matters because it separates world models from two things people often confuse with them. A large language model predicts text. A video model generates plausible visual sequences. A world model should be useful when an action changes the world: if the agent turns, pushes, drives, waits or changes a goal, the model should update the future accordingly.

A good shortcut: if a system cannot represent state, accept intervention, or help an agent plan, call it "world-model-like" before calling it a full world model.

Why this became important again

The 2018 World Models project made the idea memorable: train a compact internal model of the environment, then train an agent inside that model's imagined rollouts. Newer systems widened the term. Sora framed video generation as a path toward world simulators. DeepMind's Genie line pushed interactive generated environments. NVIDIA Cosmos treats world foundation models as infrastructure for physical AI. Meta's V-JEPA route emphasizes predictive representations rather than visible video output.

What this definition proves

  • Prediction is the center of the concept: the model should estimate future state, not only produce output.
  • Actions matter: a stronger world model should change the rollout when an agent intervenes.
  • Usefulness is downstream: the model should help with planning, training, testing or control.

What it does not prove

  • A model is not a full world model just because it generates realistic video.
  • A company using the term "world model" does not mean its system has externally verified physics.
  • A good demo does not prove long-horizon stability or robot/autonomous-driving safety.

What to check before believing a claim

  • Does the model only generate a plausible clip, or can it condition on actions?
  • Does it preserve objects, space and causal consequences across time?
  • Can a downstream agent use it for training, planning, testing or control?
  • Is the claim supported by a paper, technical report, product access or only a launch demo?

Common misconceptions

  • "World model" is not one architecture. It can mean latent dynamics, video rollouts, 3D spaces or physical-AI infrastructure.
  • Better video is not automatically better world modeling. It may improve consistency without enabling action-conditioned planning.
  • Simulation is not the same as truth. A simulator is useful only when its errors are understood and bounded for the task.

Next reading

Evidence table / 证据表

Claim ID / 判断 ID Claim / 判断 Source / 来源 Confidence / 置信度 Reviewed / 复核
claim-world-model-dynamics A world model can be understood as a learned dynamics model useful for imagination, planning or control. World Models, Ha and Schmidhuber, 2018 High for concept lineage; modern usage is broader. 2026-07-09
claim-video-generation-world-simulators Video generation can be framed as a path toward general-purpose world simulators. OpenAI Sora technical note High for OpenAI's framing; not proof of full interactivity. 2026-07-09
claim-genie-3-interactive-worlds Interactive generated environments are now a major world-model route. Google DeepMind Genie 3 blog and model page High for official claim; external validation remains limited. 2026-07-09
claim-vjepa-2-predictive-representation Representation-space prediction is a separate route from visual generation. Meta AI V-JEPA 2 release Medium-high for official research claim; downstream utility still task-dependent. 2026-07-09

Sources / 资料源