← Latest papers
💬 NLP

From Tokens to States: LLMs as a Special Case of World Models and the Continuous Path Beyond

This paper challenges the binary distinction between large language models and world models by arguing that LLMs are a degenerate special case of world models, proposing a continuous spectrum of architectures from token prediction to latent-space simulation while highlighting the significant research challenges in scaling to action-labelled environments and adapting transformer architectures for continuous-state prediction.

Original authors: Paul Dubois

Published 2026-06-29
📖 5 min read🧠 Deep dive

Original authors: Paul Dubois

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

The Big Misunderstanding: Two Different Worlds?

Imagine the AI community is arguing about two different types of travelers.

  • Group A (LLMs): Says, "We are just word predictors. We look at the last word you typed and guess the next one. We don't know anything about the real world; we just know how words fit together."
  • Group B (World Models): Says, "We are reality simulators. We build a mental map of how the world works so we can plan ahead, like a chess player thinking three moves ahead."

The paper argues that these two groups are actually looking at the same thing from different angles. The author, Paul Dubois, says: "You aren't looking at two different species; you are looking at a puppy and a full-grown wolf. The puppy is just a very restricted version of the wolf."

Claim #1: The "Puppy" is actually a "Wolf" in a tiny room

The paper claims that Large Language Models (LLMs) are actually World Models, but they are stuck in a very small, boring room.

  • The Room (State): In a normal World Model, the "room" is the whole universe (cars, weather, people, physics). In an LLM, the "room" is just a string of words.
  • The Action: In a normal World Model, you can do many things (drive, jump, talk). In an LLM, the only thing you can do is add one word.
  • The Trick: Even though the LLM is only allowed to add words, it secretly builds a map of the world inside its brain (its hidden layers).
    • The Analogy: Imagine a person who is only allowed to speak in single words. If you ask them to play a game of chess using only words like "Pawn," "King," "Check," they can't move the pieces physically. But inside their head, they are visualizing the entire chessboard perfectly. The words are just the interface, but the world model is living inside their mind.

The paper proves this by showing that models trained only on text can actually "see" things like the layout of a chessboard or the passage of time, even though they were never taught those concepts directly.

Claim #2: It's a Smooth Ramp, Not a Cliff

Many experts (like Yann LeCun) say we need to abandon word-predicting models entirely and switch to a completely new system called JEPA (a system that predicts future states in a "latent" or hidden space).

The paper says: "No, don't jump off a cliff. Just walk up a ramp."

The author describes a continuous spectrum (a smooth slide) connecting the simple word-predictor to the complex reality-simulator. You don't have to throw away the old model; you just relax the rules one by one.

Here is the path up the ramp:

  1. The Starting Point (Standard LLM): Predicts one word at a time.
    • Pros: We have infinite data (the whole internet) and a perfect tool (the Transformer architecture) for this.
  2. Step 1: Multi-Token Prediction: Predicts a few words at once.
    • Change: We stop forcing the model to guess one letter at a time. It gets a tiny bit smarter at reasoning, but we still use internet text and the same tools.
  3. Step 2: Future Summary: Predicts a compressed summary of the future.
    • Change: Instead of guessing the next word, it guesses the "gist" of the next paragraph. Still uses internet text.
  4. Step 3: Next-Latent Prediction: Predicts the next "thought" (a hidden state) instead of a word.
    • Change: The model stops outputting words and starts outputting internal concepts. This is harder to train, but we can still use internet text.
  5. The Top of the Ramp (JEPA): Predicts the next state of the real world based on an action.
    • The Big Drop: Here, the easy stuff disappears.
      • Data Problem: We can't use the internet anymore. We need data from robots, self-driving cars, or video games where we know exactly what action caused what result. This data is rare and hard to get.
      • Tool Problem: The "Transformer" tool we used for words might not work well for continuous reality. We might need a brand-new tool.

The Two Big Bottlenecks

The paper identifies two main reasons why we are stuck at the bottom of the ramp (the LLM stage) and haven't reached the top (the JEPA stage):

  1. The Data Cliff:
    • At the bottom: We have trillions of words on the internet to learn from. It's free and easy.
    • At the top: We need millions of specific, labeled interactions (like a robot bumping into a wall). This is expensive and hard to collect.
  2. The Architecture Question:
    • At the bottom: The Transformer is a machine built specifically for words. It's like a wrench that fits perfectly on a square bolt.
    • At the top: We need to predict continuous reality (like fluid motion). The wrench might not fit. We might need a whole new tool, but we don't know what it looks like yet.

Conclusion: Don't Burn the Bridge

The paper concludes that we don't need to throw away our current AI models.

  • LeCun is right that simple word-predictors can't do complex physical planning on their own.
  • But he is wrong to say we need to start over.

Instead, we should view the current models as the first step on a long journey. We can slowly upgrade them, step-by-step, moving from predicting words to predicting concepts, and finally to predicting reality. The destination is clear, but the path is a gradual climb, not a sudden leap.

In short: LLMs are not "fake" world models; they are just world models with their hands tied behind their backs. If we slowly untie those hands, we get to the powerful AI we want, without needing to invent a completely new universe.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →