Interview
Juergen Schmidhuber: Godel Machines, Meta-Learning, and LSTMs | Lex Fridman Podcast #11
Core Philosophy and the Nature of Intelligence
- The Goal of AI: The ultimate objective is a "general solver"—a machine that recursively improves its own learning algorithm (meta-learning) to solve all solvable problems, multiplying human creativity toward understanding the universe.
- Simplicity and Beauty: Schmidhuber posits that the most powerful theories and the "shortest program" explaining the universe are inherently beautiful; simplicity (compressibility) is the metric for truth and elegance.
- Determinism vs. Randomness: He argues there is no physical evidence for fundamental quantum randomness; he suspects the universe is deterministic (like a pseudo-random generator, e.g., digits of Pi) and that a short program could compress the entire history of the universe.
- History as Compression: Scientific progress is defined as "compression progress," where theories (e.g., Kepler's ellipses, Newton's gravity, Einstein's relativity) allow the prediction of future data, reducing the information needed to describe the universe.
Meta-Learning and Problem Solving Architectures
- Meta-Learning Distinction: True meta-learning involves the system introspecting and modifying its own learning algorithm, distinct from current "transfer learning" which merely adapts fixed top layers of a network to new data.
- The Gödel Machine: A theoretically optimal self-referential program (proposed in a 1987 diploma thesis and 2004 paper) that rewrites its own code to improve, but suffers from a large additive constant overhead that makes it impractical for "small" problems.
- Universal vs. Practical Solvers: Universal solvers (like Marcus Hutter's AIXI) are asymptotically optimal for large problems but have prohibitive overheads for small, everyday tasks; practical systems (like RNNs) use suboptimal but efficient methods like gradient descent.
- PowerPlay: A proposed algorithm where agents search not just for solutions, but for pairs of problems and problem-solver modifications, specifically seeking the "easiest" new problem that forces the system to generalize beyond its current capabilities.
Curiosity, Creativity, and Consciousness
- Curiosity as Evolutionary Bias: Humans are "curious agents" because evolution favored explorers who could solve survival problems; artificial curiosity (intrinsic rewards for compression/insight) is a prerequisite for AGI.
- Creativity Definition: Distinguishes between "applied creativity" (solving a specific prompt like painting a pope) and "pure creativity" (the PowerPlay approach of defining one's own questions and problems).
- Consciousness as a Side Effect: Schmidhuber views consciousness as a non-intended side effect of data compression; agents develop internal "self-models" (subnetworks representing the agent) to better predict outcomes and plan, creating an illusion of self-awareness.
- Intrinsic Motivation: Artificial systems can be rewarded for discovering new patterns (compression depth), mimicking the "fun" of scientific discovery where the agent actively seeks data it cannot yet predict.
Architecture and Specific Technologies
- LSTM Dominance: Long Short-Term Memory (LSTM) networks are described as the "deepest" neural networks due to their ability to handle long time lags (depth) required for tasks like speech recognition (e.g., distinguishing "11" from "7" requires remembering data 50 steps back).
- Credit Assignment: While LSTMs handle "looking back" (past), they struggle with "looking forward" (multiple possible futures), which requires reinforcement learning (RL) to select action sequences.
- Controller-Model Systems: A 2015 architecture where a "controller" (agent) learns to exploit a "model" (predictive network) to plan, allowing the controller to ignore the model when it is inaccurate or reuse its compressed knowledge to speed up problem solving.
- Theoretical vs. Practical: While logic programming is essential for theoretical optimality (theorem proving), it is less useful for pattern recognition tasks like self-driving or object manipulation, which rely on deep learning and gradient descent.
Future Trajectories and Economic Impact
- The Next Wave of AI: Schmidhuber predicts a shift from "passive pattern recognition" (current AI used for ads/phones) to "active AI" that shapes data through physical actions, affecting 98% of the economy (manufacturing, robotics).
- Simulation and Learning: The future of robotics relies on learning predictive models of the world from interaction (like human babies) rather than using perfect physics simulations or imitation learning.
- Automation and Employment: Historical trends show that automation creates new jobs (e.g., the shift from 60% agricultural work to 1% today); Schmidhuber is optimistic that "homo ludens" (the playing man) will continue inventing new roles.
- Existential Risks: He expresses skepticism about AGI being a threat to humans; he suggests future AGI will likely focus on interacting with themselves and exploring the universe's resources (solar energy, matter) rather than dominating humans, potentially becoming "ants" that ignore humans once they understand them.
Cosmological Perspective
- Fermi Paradox Interpretation: Schmidhuber rejects the idea that advanced civilizations are hiding in dark matter or galaxy clusters, concluding it is plausible that humanity is the first intelligence in our local light cone.
- Universal Expansion: He foresees an "AI ecology" of trillions of AIs expanding across the visible universe, limited only by the speed of light, eventually filling the cosmos with intelligence over a timescale of thousands of eons.