Chelsea Finn: This is the State of the Art in Robotics
Y Combinator Startup PodcastFull Title
Chelsea Finn: This is the State of the Art in Robotics
Summary
This episode discusses the advancements in robotics, focusing on the development of general-purpose robots capable of performing diverse real-world tasks with high reliability.
Key to this progress is the application of foundation models, efficient learning algorithms, and memory systems that enable robots to operate autonomously for extended periods.
Key Points
- The trajectory of AI in production has moved from recommendation engines and ad ranking to deep learning applications, and then to general-purpose models like ChatGPT, highlighting a trend towards broader applicability.
- Physical AI and robotics present a higher bar for reliability compared to software-based AI, as mistakes directly impact the physical world and necessitate autonomous operation without constant human oversight.
- Achieving high reliability in robotics requires efficient learning algorithms, such as reinforcement learning, that can iterate on tasks and learn from failures more effectively than manual data collection and labeling.
- Existing reinforcement learning algorithms, successful in language models, face challenges in robotics due to the significant time and computational cost of collecting millions of real-world robot trajectories.
- Inefficiencies in current reinforcement learning for robotics include spending time on "dead-end trajectories" (tasks that go wrong and offer no learning value) and redundant attempts at individual prompts, which can be mitigated by human intervention and generalized value functions.
- The development of general-purpose robots requires advancements in long-term autonomy, which is enabled by memory systems that can process information across multiple timescales (short-term video and long-term textual summaries).
- The evolution of generalist AI has progressed from training models from scratch to using pre-trained models, and more recently, to out-of-the-box generalist models with compositional generalization capabilities.
- A significant advancement is the development of a single general-purpose robot model (PIO7) that matches or exceeds the performance of specialized, fine-tuned models across various tasks without task-specific post-training.
- Compositional generalization allows robots to combine learned skills and concepts to perform novel tasks or interact with unseen objects and platforms, demonstrating a deeper understanding and adaptability.
- The success of these general-purpose models relies on diverse datasets (including low-quality data) and detailed prompting techniques, which enable better generalization and data efficiency.
- Robots are entering a "GPT-like era" for physical intelligence, with real-world deployments increasing across various industries and robot embodiments, moving beyond research demos.
- The democratization of robotics models may differ from LLMs due to the cost of embodied data and hardware, but open-sourcing of models and datasets is still crucial for ecosystem growth.
- Current models typically output target joint positions or gripper positions, with controllers handling the low-level motor commands, offering a balance between model complexity and control.
- The concept of "imagination" or predicting future states/images aids robot learning and performance, though its critical necessity versus other factors is still being explored.
- Improving robot speed requires efficient data collection and faster learning algorithms, potentially surpassing human teleoperation speed in some cases.
- The unexpected ability of models to transfer skills between robot hands (e.g., left to right) without explicit training demonstrates emergent capabilities and a deeper understanding of learned behaviors.
Conclusion
Developing general-purpose robots requires a shift from specialized, fine-tuned models to single, highly capable models that can perform diverse tasks out-of-the-box.
Key advancements enabling this shift include efficient learning algorithms, multi-timescale memory systems, and the use of vast, diverse datasets for training.
The future of robotics involves increased real-world deployment of these advanced AI systems, moving beyond research to practical applications across various industries and embodiments.
Discussion Topics
- How can we accelerate the "ChatGPT moment" for robotics and what will its impact be on daily life?
- What are the ethical implications of increasingly autonomous robots performing complex tasks in the real world?
- How can diverse datasets, including human demonstrations and web data, be most effectively leveraged to train general-purpose robots?
Key Terms
- Reinforcement Learning
- A type of machine learning where an agent learns to make decisions by performing actions in an environment to maximize a reward.
- Foundation Model
- A large, general-purpose AI model trained on a massive amount of data that can be adapted to a wide range of downstream tasks.
- Compositional Generalization
- The ability of an AI model to combine known concepts or skills in novel ways to perform new tasks it hasn't been explicitly trained on.
- SFT (Supervised Fine-Tuning)
- A method of training AI models where they learn from labeled examples, often used to refine a pre-trained model for specific tasks.
- RL (Reinforcement Learning)
- A type of machine learning where an agent learns to make decisions by performing actions in an environment to maximize a reward.
- PPO (Proximal Policy Optimization)
- A popular reinforcement learning algorithm known for its stability and effectiveness in various domains.
- GRPO (Generalized Proximal Policy Optimization)
- An extension or variation of PPO aimed at improving learning efficiency.
- Teleoperation
- The remote control of a robot or machine by a human operator.
- Equivariance
- A property of a function or model where applying a transformation to the input results in a corresponding transformation of the output, often observed in symmetry-aware learning.
Timeline
Introduction to the state of the art in physical intelligence and general-purpose robots.
Historical timeline of AI in production, from recommendations to ChatGPT.
Distinction between AI in software and physical AI regarding error tolerance.
Waymo's autonomous rides as evidence of trustworthy physical AI.
The challenge of achieving long-term autonomy in robotics with an espresso-making example.
The iterative process of improving robot reliability through data and manual tuning.
The need for AI systems to self-iterate and seek out areas for improvement.
Challenges in applying language model reinforcement learning algorithms (PPO, GRPO) to robotics due to data requirements.
Inefficiencies in reinforcement learning for robotics, such as dead-end trajectories.
Human intervention to correct robot errors and guide learning more efficiently.
Amortizing the cost of multiple attempts by generalizing value estimates across different prompts.
Training a general-purpose value function on diverse robot experiences.
Demonstration of a single model performing complex tasks like making a latte.
Quantitative measurement of robot policy reliability over extended periods.
Application of the algorithm to other real-world workflows like box construction and folding.
Quantitative measurement of reliability and throughput for various robotic tasks.
The ability to develop a scalable recipe for high-reliability robotic manipulation.
The critical role of memory for robots to perform long, multi-step tasks.
Technical challenges in naive memory implementation for robotics due to computational costs.
Development of a system with multi-timescale memory (short-term video, long-term text).
Enabling robots to perform non-repetitive, long tasks autonomously with memory.
The goal of developing a single general-purpose model for robotics.
Timeline of generalist AI advancements: deep learning, pre-trained models, out-of-the-box models, and compositional generalization.
The past state of robotics AI: bespoke datasets and training from scratch.
The path towards a single general-purpose model with out-of-the-box capabilities and compositional generalization.
The challenge of achieving general-purpose models versus specialized, fine-tuned models.
Compositional generalization inspired by DALL-E and its implications for data efficiency and concept combination.
The recipe for developing general-purpose models: large, diverse datasets and sufficient model capacity with detailed prompting.
Demonstration of the PIO7 model performing diverse tasks out-of-the-box.
Comparison of the general-purpose PIO7 model's performance against fine-tuned specialists.
The importance of compositional generalization for object and robot platform interactions.
Testing compositional generalization across different robot platforms and unseen tasks.
Analysis of the importance of diverse data and metadata prompting for model performance.
Summary of achievements: single general-purpose model, compositional generalization, and real-world performance.
Current state of physical intelligence in the context of generalist AI timelines.
Real-world deployment of PI models by companies like Ultra and Weave.
Discussion on the "ChatGPT moment" for robotics and its potential timeline.
Advice for small teams on transitioning from per-site models to generalist policies.
Advantages and drawbacks of pursuing a PhD in robotics for industry careers.
The robotics equivalent of internet-scale data and how to acquire it.
The potential for open-source democratization of general-purpose robotics models.
Whether robot models output raw motor commands or target joint positions.
The role of "imagination" or predictive capabilities in robot usefulness.
Factors needed to improve robot task speed.
Most surprising robot task observed and desired future capabilities.
Advice for software engineers looking to enter the robotics field.
Episode Details
- Podcast
- Y Combinator Startup Podcast
- Episode
- Chelsea Finn: This is the State of the Art in Robotics
- Official Link
- https://www.ycombinator.com/
- Published
- August 13, 2026