07/13 2026
439
"World models" have become a buzzword in artificial intelligence, spanning model-based reinforcement learning, video synthesis, embodied robotics, and the broader vision of "Physical AI." Researchers across disciplines are developing systems labeled as "world models," and even everyday consumers are encountering the term in various contexts.
However, a persistent challenge remains: within academia, there is no unified agreement on the precise definition or internal architecture of "world models." This article leverages the latest cutting-edge research to address three fundamental questions: What exactly is a world model? What variations exist? What capabilities do they offer?
Origins: A 1943 Insight
The concept of world models is not new. As early as 1943, psychologist Kenneth Craik proposed that organisms survive and reproduce by constructing "working models" of the physical world in their brains. 
The core idea is that organisms do not rely solely on slow, trial-and-error physical interactions. Instead, the brain simulates hypothetical scenarios internally, predicts the outcomes of potential actions, and pre-computes optimal strategies. This forms the foundation of today's "world models": running simulations of the world in the mind before taking action.
Today, this concept is widely applied in fields like autonomous driving, humanoid robotics, and computer vision.
Classification: Fei-Fei Li's "Tripartite Functional Framework"
Amidst the diverse definitions, Fei-Fei Li, often referred to as the "Godmother of AI," recently proposed a functional classification system for world models. In her latest article, "Functional Classification of World Models," she categorizes them into three types based on their output capabilities:

This classification standardizes the language around what world models can output. However, it has limitations: it specifies only outputs and use cases, not the internal structure, functioning, or architecture of world models. This leads to the next debate.
Architectural Debate: Pixel Reconstruction or Latent Space Prediction?
The internal construction methods of world models remain a topic of intense debate, with two main schools of thought:
Both schools share a common belief, analogous to large language models (LLMs): The success of LLMs lies in compressing human linguistic knowledge. Similarly, the core goal of world models is to compress the physical laws of the real world (the joint distribution of sensory observations and agent actions). If world models succeed, it means the knowledge of the physical world has been compressed into the model.
Thus, the debate centers on a single question: How should the world be represented, and to what degree should it be compressed? Precise pixel-level reconstruction is not the ultimate goal; the key is retaining sufficient useful information for downstream applications. The challenge lies in balancing high-fidelity physical details with abstract semantics through lossy compression.
Data Determines the Upper Bound: Internet Videos as the Greatest Treasure
The LLM era has proven that data sets the upper bound of AI capabilities. This principle holds equally in the physical world: with fixed architecture and compute, the diversity of physical experiences represented in training data determines the upper bound of generalization. Architecture and compute only affect how efficiently this bound is approached, not the bound itself.
The problem is that data collected by robots and autonomous driving hardware is far from sufficient in scale or diversity. Currently, the only data source that meets demand is the open internet: hundreds of billions of images, videos, and texts.
Internet videos, in particular, are crucial. The raw pixel streams of everyday videos implicitly encode foundational priors governing physical reality:

However, this knowledge is "hidden in unlabeled pixels" and not directly accessible. The mainstream approach uses a two-stage pipeline:

Formal Definition: One Model, Three Characteristics
Based on the above discussion, a working definition of world models can be proposed: World models are compressed representations of state transition processes in the physical world, constructed under constraints of limited computational resources.
Under computational constraints, general-purpose physical world models naturally exhibit three characteristics:
This definition also brings a paradigm shift. Most existing models answer the question, "Given current observations, what will happen next?" A true physical world model, however, must answer, "What is happening, why is it happening, and what will happen?"—requiring cognitive reasoning: identifying discrete operational states of the system, delineating boundaries between normal and abnormal conditions, and tracing the causal trajectory of system evolution.

Why does this matter? Because the physical world differs fundamentally from the digital world: digital data, once generated, is permanently readable. Language models trained years ago can still answer quantum mechanics questions today. In contrast, physical systems are inherently non-stationary and constantly changing. The most critical events (e.g., safety failures, rare fault modes) may never appear in static training corpora.
This is why static world models struggle to cope with the physical world—we need self-consistent dynamic systems that can adjust autonomously and in real-time based on general-purpose representations for specific applications, without collapsing when new modalities are introduced.
Two Perspectives: Tools for Understanding vs. Tools for Prediction
Scholars view world models through two complementary lenses:
Building on this, the World Action Model (WAM) bridges prediction and action: it can reason using explicit future video (visual planning), compact latent trajectories, or structured spatial representations like optical flow, 3D point flows, or RGB-D trajectories. On Fei-Fei Li's functional axis for world models, WAM is primarily a planner but often doubles as a simulator—since future state prediction is integral to action generation, not merely an auxiliary tool.
If we classify current mainstream world models, the following diagram emerges:

Beyond Robotics: Can World Models Advance Scientific Research?
The preceding discussion focuses on everyday physical environments—robots, vehicles, manipulable objects. Can this framework extend to scientific research? Absolutely, because the underlying paradigm remains unchanged: three elements persist—system states, observable measurements, and implementable interventions. Applied to disciplines:
Indeed, existing scientific models already partially embody this framework: GraphCast in meteorology learns autoregressive transition models of global atmospheric states for medium-range forecasting (e.g., predicting typhoons)—a structured scientific simulator. However, it is not yet an agentic world model, as it does not select interventions or form a "prediction-action" loop. Similarly, MDGen at the molecular scale learns generative models of molecular dynamics trajectories but does not constitute a complete experimental planning system.
A full-fledged agentic scientific world model must go further: it should not merely generate plausible measurements but capture mechanisms, adhere to physical constraints and invariants, quantify its own uncertainty, support counterfactual interventions, and integrate these capabilities into an experimental loop—posing hypotheses, predicting outcomes, executing experiments, and updating internal states based on new evidence.
Conclusion
To summarize what world models are, we can condense the full text into three sentences:
Finally, follow Vehicle for upcoming articles delving deeper into the key technologies and architectures of world models.
References and Images
*Unauthorized reproduction or excerpting is strictly prohibited.