Explainer · Updated 2026-07-08

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."

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 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?

中文

最简单的定义是:世界模型是一个学习环境动态的模型。它观察世界,把观察压缩成内部状态, 然后预测接下来可能发生什么。

这个定义重要,是因为它能把世界模型和两个常见混淆对象分开。大语言模型预测文字; 视频模型生成看起来合理的视觉序列;世界模型应该在“行动改变世界”时仍然有用: 如果智能体转向、推动、驾驶、等待或改变目标,模型应该能相应更新未来状态。

一个实用判断:如果系统不能表示状态、接受干预,或帮助智能体规划,先称它为“接近世界模型”, 不要急着称它为完整世界模型。

为什么这个概念重新变重要

2018 年的 World Models 项目让这个想法变得清晰:先训练一个紧凑的内部环境模型, 再让智能体在这个模型想象出的轨迹里训练。后来的系统把这个词扩展了。Sora 把视频生成 放进通向世界模拟器的叙事;DeepMind Genie 系列强调可交互生成环境;NVIDIA Cosmos 把世界基础模型当作物理 AI 基础设施;Meta V-JEPA 路线则强调预测表征,而不是生成可观看视频。

相信一个世界模型声明前,先检查什么

  • 它只是生成一段合理视频,还是能接受动作条件?
  • 它能否在时间中保持物体、空间和因果后果?
  • 下游智能体能否用它训练、规划、测试或控制?
  • 这个声明来自论文、技术报告、可访问产品,还是只有发布演示?

Sources / 资料源