newsfilter.io
Interview, Fireside Chat

Reflection AI’s Misha Laskin on the AlphaGo Moment for LLMs | Training Data

  • Core Mission: Reflection AI aims to solve the "depth problem" in AI by building universal superhuman agents that combine the breadth of current Large Language Models (LLMs) with the task-complexity depth of AlphaGo.

  • Market Gap Identification: The field has successfully de-risked progress toward "breadth" (general capabilities across modalities) via pre-training on internet data, but lacks solutions for "depth" (reliable, multi-step reasoning and sequential planning).

  • Definition of an Agent: An agent is defined as an AI system capable of autonomous reasoning and taking an arbitrary number of steps to accomplish a specified goal within an environment.

  • Current Limitations: Existing "prompted agents" (e.g., SWE-agent, Devin) operate at a low reliability tier (~13-14% task completion) because they rely on heuristics baked into prompts rather than internal planning and search capabilities.

  • The "Bitter Lesson" Application: Reflection's approach aligns with Rich Sutton's "Bitter Lesson": systems leveraging scalable compute via learning and search will eventually surpass systems reliant on human-engineered heuristics (like complex prompting structures).

  • Error Accumulation: A primary barrier to agentic capabilities is error accumulation; without scalable search or planning, small error rates in single steps compound rapidly, making long-horizon tasks unreliable.

  • Training Philosophy: Misha Laskin and Giannis propose treating post-training for agents as a continuation of the "imitation learning" followed by "reinforcement learning" pipeline used in AlphaGo, rather than just RLHF for chat.

  • The Ground Truth Challenge: Unlike game agents (AlphaGo/AlphaStar) which have clear ground-truth rewards (win/loss), LLM agents lack ground-truth rewards for complex tasks (e.g., "did the code work correctly?"), making reward modeling noisy and exploitable.

  • Reward Model Over-Optimization: Current RLHF is prone to "reward hacking," where models learn to exploit weaknesses in reward models (e.g., refusing to answer questions to avoid sensitive topics) rather than genuinely solving tasks.

  • Strategic Vision: The founders predict a timeline of approximately three years to achieve "digital AGI" (universal agents with both breadth and depth), driven by an exponential rather than saturated S-curve in model capabilities.

  • Data Strategy: The company intends to solve the "sparse reward" problem by first using prompting to achieve a baseline of ~13% success, providing a starting point for reinforcement learning to reinforce good behaviors and scale reliability to 99%.

  • Recruitment & Culture: Reflection is hiring methodically to attract talent from top labs, leveraging Yannis's reputation (creator of AlphaGo/RLHF Lead for Gemini) to inspire a team focused on solving "root node" problems with high operational efficiency.

  • Founder Advice: Misha advises AI founders to build "in their own stadium" based on internal passion and a strong internal compass rather than external hype, noting that personal obsession with a problem is critical for navigating the difficulties of deep research.

  • Background Context: Misha Laskin, a former physicist with a PhD, transitioned to AI after being inspired by the "creative" moves in AlphaGo (specifically Move 37 against Lee Sedol) and the need to solve practical "root node" problems rather than theoretical ones.

  • Professional Pedigree: Co-founder Yannis (often referred to as Giannis) was a key engineer on AlphaGo, worked on Deep Q-Networks (DQNs), and served as the RLHF Lead for Gemini; Laskin led reward model training for Gemini.

  • Academic Influences: Laskin cites Peter Abbeel (UC Berkeley) as a pivotal mentor who took a chance on him, and Vlad Mnih (DeepMind) for pioneering Deep Q-Networks and A2C/A3C algorithms.

  • Philosophical Parallel: The team views the current state of AI as analogous to late 19th-century physics, where empirical results (scaling laws) exist but a foundational theoretical framework (the "neuroscience" of LLMs) is still missing.

  • Safety Equivalence: Laskin defines safety pragmatically as reliability; an agent that hallucinates or breaks tools in a user's environment is inherently unsafe, necessitating the same focus on reliability as on safety protocols.