Models & technology

World Model

A world model is an AI's internal model of how an environment behaves, used to predict what happens next in response to time and action.

Simulating what happens next

A world model lets an AI predict how an environment works and what will happen next as time passes or as actions are taken.

Just as a person imagines that pushing a cup will tip it over, or that a car must stop if someone steps into the road, the AI simulates change internally. The environment can be the physical world, a game, or a generated virtual space.

What it is used for

  • Letting a robot predict the outcome before acting
  • Training self-driving systems across varied road conditions
  • Generating games and virtual spaces in real time
  • Synthesizing dangerous situations so they can be practiced safely
  • Letting agents plan over longer horizons

Trying many actions inside a world model, rather than failing repeatedly in reality, makes training robots and agents both safer and more efficient.

How it differs from video generation

Video generation aims to produce convincing footage from text or an image. A world model emphasizes predicting consistently how the environment changes in response to what the user or the AI does, not just how it looks.

The two are converging. Models that generate a controllable world from text, and world foundation models that use video generation to train physical AI, both exist.

It is not reality

The world a model produces is an approximation from its training data. Convincing appearance does not mean physics, places, or human behavior are reproduced accurately, and running one for a long time tends to accumulate inconsistencies with earlier states.

Training robots or self-driving systems requires validation in the real environment as well as in simulation. Footage recreating real places or disasters also needs labeling and safeguards so it is not mistaken for real.

Related terms

Sources and review information

Last reviewed July 20, 2026

Back to the AI Glossary

Search this site