MoE Capital ยท AI Infrastructure Analysis

The Model That
Dreams the World

How two research traditions โ€” RL dreaming and video generation โ€” converged to create video world models, and why $10 billion is riding on the result.

May 1, 2026 ยท Henry Yin & Naomi Xia ยท MoE Capital

$10B+
Invested in 18 months
r=0.995
DreamDojo policy eval accuracy
44,711
Hours human video (DreamDojo)
2
Research threads converged

โšก Two Threads Converging

What we now call "video world models" came from two separate research traditions that developed in parallel for decades, then merged around 2024โ€“2025.

Thread A ยท 1990โ€“2025

Learning to Dream (RL World Models)

1943Kenneth Craik: humans carry "small-scale models" of reality in their heads
1990Schmidhuber: "Making the World Differentiable" โ€” formalise internal models for neural networks
2018World Models (Ha & Schmidhuber): agent trains entirely in imagined rollouts, deploys to reality
2019Dreamer (Hafner): RSSM combines deterministic memory + stochastic uncertainty
2020MuZero: reward/value-only world model masters Go, chess, Atari โ€” no pixel generation
2025DreamerV3 in Nature (150+ benchmarks); V4 replaces RNN with transformers, 25ร— faster
Thread B ยท 2016โ€“2025

Learning from Watching (Video)

2016Finn et al.: action-conditional video prediction for real robot pushing โ€” too blurry for complex tasks
2022R3M, VPT: internet-scale video pretraining transfers physical knowledge to robots
2024Sora: video diffusion at scale โ€” objects fall, light scatters. But bidirectional, not interactive
2024Genie 1: latent action models learn interaction from unlabeled video
2025AR-DiT + Self Forcing: video diffusion becomes causal and real-time โ€” the convergence moment
2026DreamDojo: r=0.995 policy evaluation; DreamZero: joint video + action prediction

๐Ÿ“ Five Properties of a True World Model

Xun Huang proposed five properties that separate a world model from a video generator. The first two are binary prerequisites.

Hard Constraint
๐Ÿ• Causal
Time flows forward only. Bidirectional attention (like Sora) violates this. Without causality, you cannot inject an action mid-stream.
Hard Constraint
๐Ÿ•น๏ธ Interactive
Responds to actions in real time. Without this, it's a movie, not a simulation. The closed loop โ€” act, see consequence, react โ€” is what robotics requires.
Spectrum
๐Ÿ” Persistent
Maintains coherence over duration. Current SOTA: Genie 3 sustains minutes at 720p. Hours remain unsolved for any system.
Spectrum
โšก Real-time
Fast enough for the application. SOTA: 10โ€“30 FPS. DreamZero runs at 7Hz โ€” sufficient for some robotics, not for fast manipulation.
Spectrum
๐ŸŒ Physically Accurate
Respects real-world physics. The hardest property and the most contested. Generating convincing video โ‰  accurate physical simulation.

๐ŸŽฏ What Are World Models Good For?

From most proven to most speculative โ€” the honest maturity map of world model applications.

Use CaseMaturityKey Evidence
AV Simulation Production Wayve GAIA model ($1.2B Series D); Waymo. Synthesises diverse driving scenarios for stress-testing self-driving policies.
Entertainment / Gaming Production demos Decart's Oasis: playable Minecraft-like at 20 FPS. GameNGen runs DOOM on a neural net. Genie 3 at 24 FPS 720p. Cost ~$100/hr.
Policy Evaluation Near-term DreamDojo: r=0.995 with real-world outcomes. Rank 20 candidate policies without 20 expensive robot trials.
Synthetic Training Data Promising DreamGen: 22 new behaviors from 1 teleoperation demo. But marginal gains are modest vs. more teleoperation or augmentation.
Sample-efficient Learning Proven in labs DayDreamer (Hafner et al.): quadruped walks from scratch in 1 hour. Imagines thousands of rollouts between each real attempt.
Direct Robot Control Speculative DreamZero: 2ร— VLA generalization (self-reported). No independent replication. VLAs keep advancing rapidly in parallel.

๐Ÿ’ฐ The $10 Billion Bet

Capital deployed in the past 18 months, organised by layer. Companies using world models have raised more than companies building them.

Pure World Model Builders
  • World Labs $1.23B
  • AMI Labs $1.03B
  • Runway $860M+
  • Rhoda $450M
  • Decart $153M
  • Embo $100M+
Robot Foundation Models
Platform / Open-Source
Big Tech Pivots
  • OpenAI post-Sora robotics
  • Tesla Optimus
  • xAI Games 2026

๐Ÿ—๏ธ NVIDIA's Physical AI Stack

The 800-pound gorilla. Every layer open-sourced under Apache 2.0. Strategy: become the CUDA layer for physical AI โ€” give away the software, sell the hardware (Blackwell GB200).

๐Ÿค–
GR00T N2 โ€” Robot Brain
Productised robot brain. End of 2026. Sits at the top of the stack.
โ†‘
โšก
DreamZero โ€” World Action Model
Joint video + motor action prediction in one forward pass. 7Hz on Blackwell GB200.
โ†‘
๐ŸŽฏ
DreamDojo โ€” Policy Evaluator
44,711 hr egocentric video. r=0.995 policy evaluation. Ranks candidates without real trials.
โ†‘
๐ŸŽฌ
Cosmos Predict โ€” Video Foundation
14B params, 200M video clips. Apache 2.0 open-source.

For startups building pure world models, this is existential: DreamDojo is free. The moat must come from domain-specific data NVIDIA doesn't have, faster inference, or vertical integration.


๐Ÿง  The JEPA Contrarian Bet

Not everyone is building video world models. Yann LeCun and AMI Labs ($1.03B) are betting that predicting pixels is fundamentally wasteful.

๐Ÿงฎ
The JEPA Argument
Most pixel-level detail is irrelevant to understanding dynamics. JEPA encodes observations into abstract representations and predicts future representations directly โ€” never generating video. V-JEPA 2: pretrained on 1M+ hours, fine-tuned on 62 hours of robot data, 80% zero-shot pick-and-place.
๐ŸŽฅ
The Counter-Argument
Pixel-level prediction may capture physical details that abstract representations miss. More importantly: you can watch what a video model thinks will happen. JEPA's predictions are abstract vectors that humans cannot inspect. Physical contact forces, deformation, and texture may require pixel-level fidelity.

๐Ÿ”€ The Great Parallel

Jim Fan (NVIDIA GEAR Lab) names the pattern: robotics is copying the LLM playbook step by step.

๐Ÿ“š
Step 1 ยท Pretraining
LLMs: predict the next token on internet text. World models: predict the next physical state from internet video. Cosmos and DreamDojo are doing this now.
๐ŸŽฏ
Step 2 ยท Action Fine-tuning
LLMs: instruction tuning / RLHF collapses the distribution to useful outputs. Robots: action fine-tuning collapses simulation onto the thin slice that matters for real-world tasks.
๐Ÿ‹๏ธ
Step 3 ยท RL Last Mile
LLMs: RL carries alignment and reasoning. Robots: RL carries the last mile of dexterous manipulation where pattern matching from demonstrations isn't enough.
"Our generation was born too late to explore the Earth and too early to explore the stars. We may have arrived just in time to teach machines how to dream the physical world into existence." โ€” Henry Yin & Naomi Xia

๐Ÿ”ต Knowledge Graph Explorer

30 entities ยท 33 relationships ยท click nodes/edges to resolve IRIs via URIBurner

Click node to inspect ยท drag to pin ยท dbl-click unpin
๐Ÿ‘ค People ๐Ÿข Orgs ๐Ÿ“ฆ Systems ๐Ÿ’ญ Concepts
Charge strength
Link distance
Edge labels
Resolver
Arrow style
Person
Organization
System/Model
Concept

โ“ FAQ

Key questions about world models, the JEPA bet, and the investment landscape.

Xun Huang proposed five properties: Causal (time flows forward only), Interactive (responds to actions in real time), Persistent (maintains coherence over duration), Real-time (10โ€“30 FPS), and Physically accurate (respects real-world physics). Causality and interactivity are binary โ€” without them you have a movie, not a world model. Sora fails on both; DreamDojo satisfies all five.

DreamDojo โ€” pretrained on 44,711 hours of egocentric video, achieving r=0.995 policy evaluation accuracy โ€” is free under Apache 2.0. "We built a world model" is no longer a moat. Defensibility must come from domain-specific data NVIDIA doesn't have, faster inference, or vertical integration into a product beyond the model itself.

Yann LeCun and AMI Labs ($1.03B) argue that predicting pixels is fundamentally wasteful. JEPA predicts in abstract representation space, never generating video. V-JEPA 2 achieved 80% zero-shot pick-and-place from just 62 hours of robot data. The counter: pixel prediction may capture physical details abstract representations miss, and you can watch what a video model thinks will happen.

No โ€” they are converging. Pi-0.7 (the leading VLA, April 2026) integrates a lightweight world model for subgoal planning. The question isn't which approach is winning; it's whether either is close enough to general manipulation that scaling will finish the job.

Jim Fan's observation that robotics is copying the LLM playbook: world model pretraining mirrors token prediction; action fine-tuning mirrors instruction tuning; RL carries the last mile. The same three-step recipe that took LLMs from GPT-3 to o1 in six years. If correct, current systems are the GPT-2 of Physical AI.

Policy evaluation is the clearest near-term value: DreamDojo achieves r=0.995 with real-world outcomes. AV simulation (Wayve GAIA) is the most mature production deployment. Entertainment (Oasis, GameNGen) has the most tangible demos. Direct robot control remains the most speculative.

OpenAI shut down the Sora app in March 2026, framing it as a pivot to "world simulation for robotics." Sora uses bidirectional attention โ€” making it a movie generator, not a true world model. The team lead left OpenAI three weeks after the shutdown announcement.


๐Ÿ“– Glossary
Mechanism (Genie) that discovers an action space from unlabeled video by compressing "what changed between two frames" into a vector โ€” without labeled actions.
Recurrent State Space Model (Hafner, PlaNet 2019). Combines deterministic memory with stochastic uncertainty โ€” solved a core representation problem enabling the Dreamer series.
Autoregressive Diffusion Transformer (Xun Huang, CVPR 2025). Makes video diffusion causal โ€” generates frames sequentially rather than all at once. Prerequisite for real-time interactivity.
NeurIPS 2025 technique distilling 35 denoising steps into 4. Enables real-time interactive generation from general-purpose video foundation models for the first time.
NVIDIA's scaling law (Rยฒ=0.9983) between hours of human egocentric video and robot task performance โ€” the empirical foundation for using human internet video to train robots.
2022 system (Hafner et al.) that deployed Dreamer on real robots. Quadruped learned to walk in 1 hour by imagining thousands of practice runs between each real attempt.
Visual encoder (CoRL 2022) pretrained on Ego4D egocentric video. A Franka arm using R3M features learned manipulation from 20 demos โ€” early proof human video transfers physical knowledge.
NVIDIA's productised robot brain at the top of the physical AI stack. Planned end of 2026. Sits above Cosmos โ†’ DreamDojo โ†’ DreamZero in the hierarchy.

๐Ÿ“‹ Provenance

Skills, platforms, and environments that generated this knowledge graph and infographic.

Knowledge Extraction
KG Generator Skill
๐Ÿ”— Visit
HTML Infographic
RDF Infographic Skill v1.1
๐Ÿ”— Visit
LLM Reasoning
Claude Sonnet (claude-sonnet-4-6)
๐Ÿ”— Visit
Execution Environment
Cowork Desktop Environment
๐Ÿ”— Visit
Linked Data Resolver
URIBurner
๐Ÿ”— Visit
RDF Quad Store
OpenLink Virtuoso Server
๐Ÿ”— Visit