Energy-Based Models: A Foundation for the Next Generation of AI

BlogYann LeCunMay 14, 2026

AI Summary

LeCun's tutorial and framework for energy-based models (EBMs) is one of the most underappreciated contributions in modern deep learning. EBMs define a scalar energy function over configurations of variables — low energy means compatible/likely, high energy means incompatible/unlikely. The model doesn't need to produce a probability distribution over all possible outputs; it just needs to assign low energy to correct answers and high energy to wrong ones. This is more general than maximum likelihood training (which forces models to assign probabilities to everything, including things that should be impossible) and more stable than adversarial training (GANs). LeCun argues EBMs are the natural framework for JEPA and world models because a world model doesn't need to predict everything that could happen — it needs to assign low energy to states of the world that are consistent with observed data and constraints. This connects to his argument against autoregressive models: LLMs use maximum likelihood, which forces them to put probability mass everywhere, leading to confabulation. An EBM-style world model can be 'skeptical' — assigning very high energy (low plausibility) to claims that contradict observed world structure. The tutorial is long (70 slides + notes) but represents LeCun's clearest technical statement of why the next generation of AI needs EBMs or JEPA-style objectives rather than generative objectives.

Original excerpt

EBMs don't predict outputs — they score compatibility between inputs and outputs. This is more general, more principled, and more natural for building world models than generative approaches that must predict every possible output.

The connection to JEPA: in latent space, JEPA implements an implicit EBM where the energy function is the distance between predicted and observed representations. This is why JEPA produces better representations than generative models for downstream tasks.

Frequently asked questions

What is "Energy-Based Models: A Foundation for the Next Generation of AI" about?

LeCun's tutorial and framework for energy-based models (EBMs) is one of the most underappreciated contributions in modern deep learning. EBMs define a scalar energy function over configurations of variables — low energy means compatible/likely, high energy means incompatible/unlikely. The model does…

Who wrote "Energy-Based Models: A Foundation for the Next Generation of AI"?

"Energy-Based Models: A Foundation for the Next Generation of AI" was written by Yann LeCun. It is curated in the Yann LeCun vault on Burn 451, which covers ai skepticism · world models · beyond transformers.

How can I read more content from Yann LeCun?

The complete Yann LeCun reading list is available at burn451.cloud/vault/yann-lecun. Each article includes an AI-generated summary so you can decide what to read in seconds. Connect the Burn 451 MCP server to Claude or Cursor to query all Yann LeCun articles as live AI context.

Can I use "Energy-Based Models: A Foundation for the Next Generation of AI" with Claude or Cursor?

Yes. Install the burn-mcp-server npm package and connect it to Claude Desktop, Claude Code, or Cursor. Once connected, your AI can search and reference this article and the full Yann LeCun vault in real time — no manual copy-paste required.

22 more articles in this vault.

Import the full Yann LeCun vault to Burn 451 and build your own knowledge base.

Content attributed to the original author (Yann LeCun). Burn 451 curates publicly available writing as a reading index. For removal requests, contact @hawking520.