From principle to instantiation
Lessons 1 and 2 gave the idea and the machinery. This lesson is the payoff: what happens when a JEPA is actually built, scaled, and used.
The line runs in three steps, and each adds a genuinely new capability:
- I-JEPA (images, CVPR 2023): does the architecture learn good representations at all? It answers yes, efficiently and without hand-crafted augmentations.
- V-JEPA (video): extend masking through time, so the model must predict how things move, not just what is spatially adjacent. Temporal prediction is where physical understanding can appear.
- V-JEPA 2 (arXiv:2506.09985): scale to over a million hours of video, then add action conditioning, turning a passive predictor into a world model that can be used to plan.
The arc matters conceptually. A representation learner tells you what is there. A world model tells you what happens next if I do this, and that is the ingredient planning requires. LeCun's argument from Lesson 1, that prediction for planning must happen in an abstract space where prediction is possible, is exactly what this progression tests. The endpoint is a robot performing tasks in an unfamiliar lab it was never trained in.

