Artificial Atlas

Who is betting on what in AI, and against whom.

Camps

World models

Predict the world, not text. Learn the dynamics of the environment from video and sensors so an agent can imagine outcomes and plan.

More than $6B raised in 2026
Capital sources TechCrunch 2026-03-09 · World model startups raise billions as VCs bet past LLMs Forbes 2026-06-30
SignalSelf-supervised prediction of video and latent state Video and sensor streams
WhenOffline pretraining, but built to plan at inference by rolling out imagined futures Pretrain once, then freeze · Plan at inference by rolling out imagined futures
RepresentationLatent embeddings (JEPA) or generated pixels (video models). These sub-camps disagree. Latent embeddings (JEPA) · Generated pixels (video models)
Acts inSimulated and physical environments; robotics and driving downstream Simulated environments · The physical world

In plain words

A language model predicts the next word. A world model predicts the next moment: what the scene will look like, where the objects will be, what happens if you push. Train that on video and sensor streams and you get something an agent can plan inside, by imagining outcomes before acting.

Two sub-camps disagree about what to predict. LeCun's JEPA line predicts abstract latent features and argues that generating pixels wastes capacity on irrelevant detail. The video camp (Genie, Cosmos, Luma, Runway, Decart) generates frames directly and points out that its models exist, ship, and produce training data for robots.

The money arrived before the results. AMI Labs raised a $1.03B seed with no product; World Labs raised $1B; Wayve, Waabi, Luma, Runway, Decart, Odyssey and General Intuition each raised hundreds of millions. Genie 3 can generate a playable world in real time, but no latent world model has yet planned a multi-step physical task from raw video better than a vision-language-action model does.

Unfamiliar terms are in the glossary.

Where it stands

The money arrived before the results. Generative video world models (Genie 3, Cosmos 3) exist and are useful as simulators and data engines. JEPA-style latent models have no headline demonstration yet; AMI Labs has $1.03B and no product. LeCun argues pixel reconstruction wastes capacity; the video camp keeps shipping. World-model startups raised more than $6B in the first half of 2026.

What would prove them right. A latent world model that plans a multi-step physical task from raw video with far less data than a vision-language-action model, or one that beats LLM plus tools on long-horizon planning.

The disagreements, both sides cited

Predict pixels or predict latents?

LeCun, AMI Labs, Meta FAIR (V-JEPA)Reconstructing pixels forces the model to predict noise; predict in an abstract space and plan there.
Google DeepMind (Genie), Nvidia (Cosmos), Luma, Runway, DecartGenerated video is useful today: interactive worlds, simulation data for robots, and products.

Is a world model a research program or a video feature?

AMI Labs, World Labs, General IntuitionWorld models are the foundation that replaces LLMs for anything physical.
Sceptics inside the LLM campVideo models are a media product; the planning claim is unproven, and multimodal LLMs absorb the useful parts.

What to watch

  • AMI Labs' first public model. A $3.5B pre-money seed with nothing shipped sets a high bar; the first release will tell whether latent prediction beats video generation on any task.
    TechCrunch 2026-03-09
  • Robot-learning results that credit a world model for sample efficiency, such as Nvidia GR00T N2, which is built on world-model research.
  • Whether driving companies (Wayve, Waabi, Tesla) attribute deployments to learned simulators rather than to more fleet data.
    CNBC 2026-02-24

People (14)

Researchers 9

JFJim FanNVIDIA, Co-lead, GEAR lab
RFRob FergusMeta, Head of FAIR
JHJeff HawkeOdyssey, Co-founder and CTO
JJJustin JohnsonWorld Labs, Co-founder
AKAlex KendallWayve, CEO and co-founder
Yann LeCunYann LeCunAMI Labs, Founder and executive chairman; JEPA
Fei-Fei LiFei-Fei LiWorld Labs, Co-founder and CEO
Raquel UrtasunRaquel UrtasunWaabi, Founder and CEO
SXSaining XieAMI Labs, Co-founder and chief science officer

Founders 5

OCOliver CameronOdyssey, Co-founder and CEO
AJAmit JainLuma AI, Co-founder and CEO
ALAlexandre LeBrunAMI Labs, CEO
DLDean LeitersdorfDecart, Co-founder and CEO
PDPim de WitteGeneral Intuition, Co-founder and CEO

Researchers have held a research or faculty role; scientist-founders count. Founders, executives and investors are listed separately so nobody mistakes a boardroom for a lab. Where someone argues for a different camp than the one they work in, it says so.

Where it is studied

Universities and institutes with people in this camp, from the roles recorded here. Not a ranking, and not complete: a place is listed when someone in the atlas works there.

Also publishing here (16)

Senior authors in this camp's core literature, found through the alphaXiv research index and listed on the strength of one paper each. Being on this list means they publish in the field, not that they have taken a side. The full list is on the People page.

Labs and companies (12)

AMI Labs $3.5B valuationJEPA world models. $1.03B seed at $3.5B pre, March 2026, no product yet.
Decart $4B valuationReal-time playable world models (Oasis, Lucy); driving simulation. Reported Anthropic acquisition talks, August 2026.
General IntuitionWorld models and agents trained on Medal gameplay clips.
Google DeepMind NASDAQ:GOOGLGenie 3 (August 2025) generates playable worlds in real time; Project Genie opened it to subscribers in January 2026.
Luma AI $4B valuationVideo generation rebranded as world models; $900M from HUMAIN plus a 2 GW cluster.
MoonvalleyLicensed-data video model (Marey) for film.
NVIDIA NASDAQ:NVDACosmos world foundation models as a data engine for robots; Cosmos 3 announced at GTC 2026.
Odyssey $1.45B valuationInteractive video world models for simulation; $1.45B in June 2026.
Runway $5.30B valuationVideo generation repositioned as world simulation; $5.3B.
Waabi $3B valuationSimulation-first autonomous trucking, now robotaxis with Uber.
Wayve $8.60B valuationEnd-to-end driving with generative world models; $8.6B in February 2026.
World Labs $1B valuationMarble: 3D worlds from images and text. $1B, Feb 2026.

Also active here: Genesis AI (Genesis physics simulator as the data engine.); Meta (FAIR still does V-JEPA under Rob Fergus.); OpenAI (Sora positioned as a world simulator.).

Signature ideas

JEPA

Joint-Embedding Predictive Architecture. Encode two views of the world, predict one embedding from the other, never decode to pixels. LeCun's 2022 position paper laid out the whole program.

Energy-based models

Instead of a probability over outputs, learn a scalar energy that is low for plausible states. Lets a model say "this is compatible" without enumerating every pixel.

Read A Tutorial on Energy-Based Learning (LeCun et al.) Predicting Structured Data, MIT Press 2006-08-19
Predict in latent space, not pixels

The JEPA camp's central argument: the world has too much unpredictable detail to model at the pixel level, so predict what matters and ignore the rest.

Model-based RL (Dreamer)

Learn a compact world model from experience, then train the policy inside the model's imagination. Hafner's Dreamer line took this from Atari to real robots.

Interactive video generation

Generate the next frame conditioned on the player's action, fast enough to play. Genie 3 does it at 24 frames per second.

Spatial intelligence

Fei-Fei Li's term for models that perceive, generate and reason about 3D space rather than text. World Labs' Marble is the product version.

Persistent 3D scenes

A generated world that stays consistent when you turn around and come back, rather than re-imagining it each frame.

Read Marble: a multimodal world model World Labs 2025-11-12

Read in this order

  1. World Models 2018

    Ha and Schmidhuber: an agent that learns a compressed model of its environment and trains inside its own dream.

  2. A Path Towards Autonomous Machine Intelligence 2022

    LeCun's position paper. JEPA, hierarchical planning and why predicting pixels is the wrong target.

  3. Self-Supervised Learning from Images with a Joint-Embedding Predictive Architecture 2023

    I-JEPA: prediction in representation space, the first working piece of the plan.

  4. Mastering Diverse Domains through World Models 2023

    DreamerV3. One learned world model, many tasks, no per-task tuning.

  5. Genie: Generative Interactive Environments 2024

    Action-conditioned worlds learned from unlabeled video; the generative branch of the camp.

  6. V-JEPA 2 2025

    Video world model that plans on a real robot with no robot data in pretraining.

How money reaches this camp

LabAccessNote
Google DeepMindNASDAQ:GOOGLAlphabet (GOOGL): Genie 3, Veo.
NVIDIANASDAQ:NVDANvidia (NVDA): Cosmos world models plus the GPUs.
MetaNASDAQ:METAMeta (META): V-JEPA continues at FAIR, but the company moved its bet to camp 1.
AMI Labsprivate$1.03B seed at $3.5B pre; Bezos, Nvidia, Samsung, Temasek.
World Labsprivate$1B round with $200M from Autodesk.
Wayveprivate$8.6B; Microsoft, Nvidia, Uber and SoftBank on the cap table.
Runwayprivate$5.3B.
Luma AIprivate$4B+; Saudi HUMAIN is the lead.
Decartprivate$4B; reported Anthropic acquisition talks.
Waabiprivate$3B; Uber and Volvo.

Not investment advice. Private valuations are what the last round implied; "reported" means the press, not the company, gave the figure. Full table on the Capital page.