Logo
FrontierNews.ai

Why AI Still Can't Understand Physics, and Why Tech Giants Are Racing to Fix It

Today's most powerful AI systems, including large language models (LLMs) and computer vision networks, can fluently describe the physical world without actually understanding how it works. A language model can write that a falling glass will break, but it cannot predict whether dropping a specific glass from a specific height onto a specific surface will actually fracture it. A vision system can label an obstacle in a photograph, but it does not grasp that colliding with that obstacle will damage a vehicle and endanger its occupants.

This gap matters most in physical AI, where the stakes are irreversible. In software, a mistaken output can usually be undone; a robot that crushes an object or a car that strikes a pedestrian produces harm that cannot be reversed. This is why organizations such as NVIDIA, Google DeepMind, Meta, Wayve, Waymo, and Tesla now treat world models not as an academic curiosity but as core safety infrastructure.

What Is a World Model, and How Does It Differ from Today's AI?

A world model is a learned internal simulator of an environment. It takes a current state and a proposed action, then predicts the resulting next state, allowing a machine to imagine the consequences of acting before it acts. Think of it like mentally lining up a shot on a pool table before touching the cue.

The distinction from existing AI is fundamental. Large language models are trained by predicting the next word in a sequence of text, which produces mastery of language statistics but does not inherently distinguish correlation from causation. Standard computer vision systems recognize and classify patterns within images but do not simulate how a scene will evolve over time or under intervention. World models differ by modeling dynamics, how the world changes and how an agent's actions change it.

One influential technical approach is Yann LeCun's Joint Embedding Predictive Architecture (JEPA), which predicts within an abstract representation space rather than reconstructing every pixel of a future frame. This deliberately discards unpredictable detail and focuses on patterns that matter for the task. Meta's V-JEPA line is the practical embodiment of this approach. Interactive generative world models such as Google DeepMind's Genie take a different route, producing environment frames one after another in response to both a prompt and a stream of user actions, maintaining consistency over time.

What Can't Current AI Systems Reliably Understand?

Without a robust world model, current AI cannot reliably grasp several critical aspects of reality. These limitations create real risks in physical systems where understanding is essential:

  • Physics and Causality: Current systems cannot reliably understand how physical laws govern interactions or predict causal chains of events.
  • Object Permanence and Spatial Occupancy: AI systems lack a stable understanding of where objects are, how much space they occupy, and whether they continue to exist when out of view.
  • Consequences of Actions: Systems cannot predict what will happen as a result of their own actions before taking them.
  • Other Agents' Intentions: Current AI struggles to understand what other people or entities intend to do next.
  • Long-Horizon Planning: Systems cannot reliably plan sequences of actions that extend far into the future.
  • Novel Situations: When faced with scenarios outside their training data, current AI cannot generalize understanding to new contexts.

These gaps are not merely academic. In robotics and autonomous vehicles, they translate directly into safety risks. A self-driving car that recognizes a pedestrian but does not understand that the pedestrian might step into traffic cannot predict and prevent a collision. A robot that can describe how to pick up a fragile object but does not understand the physics of grip strength and material properties might crush it.

Why Are Tech Giants Investing in World Models Now?

The motivations for developing world models cluster into overlapping rationales. The corrective motivation addresses the fundamental limitations of LLMs and vision systems. A second motivation is safety and economics in physical systems, where understanding consequences before acting is essential. A third is data generation, since world models can create synthetic training data for scenarios that are rare or dangerous to capture in the real world. A fourth is accelerating scientific discovery by allowing researchers to simulate outcomes before running expensive experiments. A fifth is creating new industrial and creative tools. The sixth and longest-term motivation is the pursuit of more general artificial intelligence.

"A world model is a learned internal simulator of an environment, a system that captures the objects, rules, dynamics and causal structure of some slice of reality, takes a current state and a proposed action, and predicts the resulting next state," explained researchers in a 2026 briefing on the topic.

Research briefing on world models, 2026

The term "world model" itself remains contested. There is no consensus on what a world model fundamentally is, what it should predict, or how it should be built. The label is applied to strikingly different systems, from model-based reinforcement learning agents that plan in a compact latent space to generative video systems that produce interactive, controllable environments to physics-informed simulators grounded in scientific law. The idea traces back to Richard Sutton's Dyna architecture from 1990, but new generative techniques have driven a strong resurgence.

What Barriers Stand in the Way of Building World Models?

Building effective world models faces structural constraints that explain why so few organizations can pursue them. The combined demand for data, compute, and capital creates a high barrier to entry. Real-world data is scarce, especially for edge cases and failure modes that matter most for safety. The computational resources required to train these systems are massive. And the capital investment needed to acquire data, build infrastructure, and fund research teams is substantial.

Deep learning figures including Yann LeCun of Meta, Demis Hassabis of Google DeepMind, and Yoshua Bengio of Mila now argue, from different angles, that world models are essential to building AI that is genuinely capable, scientific, and safe. Their consensus signals that the field has moved beyond treating world models as a niche research direction and now sees them as foundational to the next generation of AI systems.

How Organizations Are Approaching World Model Development

Different organizations are pursuing world models through distinct technical pathways. Some focus on compact latent space representations that allow efficient planning. Others emphasize interactive generative approaches that maintain temporal consistency. Still others ground their models in scientific laws and physics principles. This diversity of approaches reflects both the contested nature of what a world model should be and the recognition that different applications may require different architectures.

The race to build world models represents a fundamental shift in how the AI field thinks about the next frontier. Rather than scaling up language prediction or vision classification, leading researchers and organizations are investing in systems that can simulate, predict, and reason about the physical world. For robotics, autonomous vehicles, and the eventual pursuit of artificial general intelligence, this shift may prove as significant as the deep learning revolution itself.

" }