How two research traditions โ RL dreaming and video generation โ converged to create video world models, and why $10 billion is riding on the result.
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
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.
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).
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.
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.