TechnicalResearch

AI Can't Learn The Way Humans Do - This Could Fix That

Y Combinator

The video explains how world models—neural networks that predict future states of an environment given actions—could solve AI's sample efficiency problem and potentially unlock AGI. By learning to simulate environments like humans do, AI systems could train policies on synthetic data rather than requiring millions of real-world examples, as demonstrated in recent robotics and gaming applications.

Summary

The discussion begins by framing sample efficiency as a critical unsolved problem in AI: while humans learn new tasks from a handful of examples, state-of-the-art models require tens of thousands of data points. The speakers define key RL concepts including state transition functions, policies, and world models—the transition function that predicts the next state given current state and action. They use optimal control of a drone landing as a concrete example, showing how a perfect world model (Newton's laws) enables closed-form solutions via convex optimization without needing to collect training samples. When an adversary is introduced, the problem becomes non-differentiable and stochastic, forcing reliance on reinforcement learning techniques like value iteration and policy gradients. The conversation then contrasts increasingly complex domains: chess has a large state space but small action space, making Monte Carlo Tree Search viable for AlphaGo-style planning; Go expands this further; self-driving cars face infinite state spaces (all possible road conditions) and moderate action spaces (steering angles and throttle); robotics compounds all these challenges with massive action spaces (10^16+ for a 16-DOF robot) and scarce action-labeled data. The key innovation discussed is world models that learn state transitions from unlabeled video, then add action conditioning from small amounts of labeled data (500 hours mentioned). This approach, pioneered by Jürgen Schmidhuber's World Models paper and advanced through Danijar Hafner's Dreamer series, enables training policies entirely on synthetic rollouts from the learned model. Recent work like Dream-Zero and Gaia apply pre-trained video diffusion models (C Dancer, Sora) with minimal action conditioning to achieve strong results. The speakers discuss latent world models and JPA (Joint Embedding Predictive Architecture), which compress high-dimensional observations into latent spaces where prediction and action conditioning are tractable. The discussion emphasizes neuroscientific support for world modeling as the core function of the cerebral cortex and the evolutionary advantage it provided. Open problems remain: physics-informed neural networks don't actually enforce physical laws well (cannot achieve machine precision); test-time planning remains computationally expensive; real-time adaptation to distribution shifts is unsolved; tactile and proprioceptive feedback integration is missing from current robotic systems; and there's no mechanism for offline learning analogous to sleep-based memory consolidation that occurs via hippocampal replay in biological systems.

Key Insights

  • Perfect world models eliminate the need for environment sampling entirely—Newton's laws allow NASA to plan asteroid intercepts years in advance without collecting training data, demonstrating that differentiable world models enable closed-form optimal control solutions.
  • AlphaGo's Monte Carlo Tree Search only works because Go has a small action space (361); scaling it to larger action spaces becomes computationally infeasible—a hypothetical 1000x1000 Go board requiring 60 million model invocations per move instead of 24,000.
  • Self-driving cars have action spaces of 365,000+ (steering wheel angles × brake/gas severities) versus chess's ~8 moves, and crucially lack paired state-action data since most public dashcam footage doesn't include the steering inputs, making supervised learning approaches inadequate.
  • World models trained only on unlabeled video (state transitions) can be fine-tuned with minimal action-labeled data (500 hours) by post-training action conditioning, enabling policy learning on synthetic rollouts—the key unlock for using abundant YouTube video data for robotics.
  • Standard neural networks cannot achieve machine precision on simple interpolation tasks and will not converge to near-zero residuals, suggesting current architectures (specifically transformers) lack the compression necessary for high-fidelity world modeling required for tasks like detecting dead spots on basketball courts.

Transcript

[0:00] One of the biggest open problems in AI right now is how to solve sample efficiency. That is, how do you get models to quickly learn new tasks or skills from relatively small amounts of training data? Humans do this incredibly well. We can learn new games, concepts, and skills, often after just a handful of tries. Our best models, on the other hand, often need tens of thousands of data points just to learn. >> So, today we're going to discuss what many top researchers believe is the most promising path to closing that gap. World models. We're going to discuss the motivation and math behind world models, current applications, and why this approach might be the key…

Full transcript available for MurmurCast members

Sign Up to Access

More from Y Combinator

Get AI summaries like this delivered to your inbox daily

Get AI summaries delivered to your inbox

MurmurCast summarizes your YouTube channels, podcasts, and newsletters into one daily email digest.