ATLAS World Models
T-02The Old Charts

History, Foundations & Probabilistic Formulation

12°N, 8°W — the surveyed foothills beneath the modern field

Where "world model" ideas came from before the name existed — and the probability math that makes them precise.

latent statepartial observabilitybelieftrajectory distribution
First Bearings

For anyone finding this territory for the first time

Long before anyone said "world model," scientists and engineers were already building small imagined versions of reality to make decisions — weather forecasters ran tiny simulated atmospheres, chess players imagined future boards, thermostats predicted temperature swings. The idea is old. What changed recently is that machines learned to build these little imagined worlds themselves, from experience, instead of being told the rules by a person.

A key idea threading through all of it is that the world is only ever partly visible. You don't see everything at once — you see a slice, a snapshot, a glimpse — and you have to guess the rest. That guess is called a belief, and keeping it updated, moment to moment, is most of what "understanding a situation" turns out to mean.

Surveyor's Field Notes

For the practitioners building on this ground

Formally, the field inherits from control theory and Bayesian filtering: an environment is a partially observable Markov decision process (POMDP), where the true state s_t is hidden and only an observation o_t is available. A belief state b_t = p(s_t | o_{1:t}, a_{1:t}) summarizes everything seen so far into a distribution over what might be true. Classical filtering (Kalman filters, particle filters) computed this exactly or approximately under strong assumptions; modern world models replace those assumptions with a learned latent variable and a neural transition function, trained to make the belief update itself a differentiable, learnable operation.

Casting the problem this way — as inference over trajectory distributions rather than deterministic bookkeeping — is what lets the same mathematical scaffolding stretch from a robot arm to a video generator to a language model's internal state.

Chief Cartographer's Brief

For the person deciding whether to fund the expedition

The practical takeaway for anyone evaluating this space: "world models" are not a single 2023-era invention, they are the modern, learned incarnation of decision-theoretic machinery that has been load-bearing in aerospace, finance, and operations research for decades. That lineage matters commercially — it means the safety and uncertainty-quantification tooling built for those older fields (confidence intervals on a belief, calibration checks, filter divergence detection) is directly reusable, not something that has to be invented from scratch for AI systems.

It also sets expectations correctly: a world model's output is a belief, not a fact. Any deployment should be evaluated on calibration — does its confidence match its accuracy — not just on how convincing its predictions look.

Further Charts & Source Material

← T-01 World Models: An Overview T-03 Environments, Simulators & Rollouts →
← Return to the full atlas