Stanford Robotics Seminar ENGR319 | Spring 2026 | Towards Trustworthy Autonomy
TL;DR
As learning-based robotics deploy at scale—exemplified by Waymo's 500,000 weekly rides—they face dangerous 'semantic anomalies' where context causes system-level confusion rather than visual novelty. The speaker presents a 'fast and slow' reasoning framework using lightweight embedding models for real-time detection and large language models for safety interventions, enabling trustworthy autonomy without requiring perfect prediction models.
⚠️ The Scale vs. Safety Paradox 2 insights
Mass deployment of learning-based robotics
Waymo now performs nearly 500,000 rides weekly in the US, demonstrating the shift from controlled prototypes to scalable learning-enabled systems operating in messy real-world environments.
Dangerous black-box semantic failure modes
Modern systems fail dangerously by driving into floods, stopping for sunsets mistaken for traffic lights, or braking for billboards displaying stop signs due to spurious correlations in training data.
🧠 Semantic Safety Beyond Physical Obstacles 2 insights
Semantic anomalies versus physical safety risks
Unlike physical safety involving obstacle avoidance, semantic anomalies arise from holistic context—such as inactive traffic lights on trucks or plastic utensils placed in ovens—causing system-level confusion.
Why traditional out-of-distribution detection fails
Standard out-of-distribution methods fail on semantic anomalies because these scenarios are not visually novel, and models remain highly confident even when context renders their predictions unsafe.
⚡ Fast and Slow Reasoning Architecture 3 insights
Real-time embedding-based anomaly detection
Small language models like MPNet and BERT extract semantic embeddings to detect anomalies at 40Hz by comparing current observations against databases of prior robot experiences.
LLM chain-of-thought for safety interventions
Large language models provide zero-shot chain-of-thought reasoning to assess the safety-criticality of detected anomalies and select appropriate recovery behaviors from predefined sets.
Integration with Model Predictive Control
The system maintains dynamically feasible recovery sets with overlapping fallback trajectories, ensuring the robot remains safe during the latency period while waiting for LLM reasoning output.
📊 Validation and Empirical Results 2 insights
Embedding detectors outperform pure LLM reasoning
On synthetic benchmarks, embedding-based detectors achieve higher accuracy than generative LLM reasoning alone, with performance scaling linearly as more nominal concepts are added to the experience database.
Real-world quadrotor safety validation tests
Hardware experiments demonstrate context-aware decisions, such as diverting to alternate landing zones when other drones occupy target boxes while proceeding past novel objects like keyboards deemed safe by the LLM.
Bottom Line
Trustworthy autonomy requires building runtime guardrails—fast embedding-based monitors paired with slow LLM reasoning and predefined recovery behaviors—rather than pursuing perfect prediction models.
More from Stanford Online
View all
Stanford MS&E435 Economics of the AI Supercycle | Spring 2026 | Applications, Coding AI
Vercel founder Guillermo Rauch explains how AI coding agents have expanded the software development market by 10-100x, driving a fundamental shift from traditional web services to 'agentic infrastructure' where tokens replace pixels as the primary commodity and deployment becomes the critical value creator.
Stanford MS&E435 Economics of the AI Supercycle | Spring 2026 | Building AI Factories
Crusoe Energy CEO Chase Lockmiller explains how AI data centers represent history's second-largest infrastructure investment, driven by the economic potential of scalable 'digital labor.' He reveals Crusoe's strategy of building massive AI factories in stranded-power locations like Abilene, Texas, to overcome the industry's critical bottleneck: energized data center capacity.
AI in Healthcare Series: Inside the Rise of AI in Healthcare, Open Evidence and Cyber Risks
Former U.S. Chief Data Scientist DJ Patil warns that healthcare systems are dangerously unprepared for AI-enabled cyberattacks from nation states, while simultaneously seeing rapid democratization of medical knowledge through tools like Open Evidence that are fundamentally reshaping the doctor-patient relationship.
Stanford CS153 Frontier Systems | Scale, AGI, and the Future of Everything
Sam Altman explains how AI has fundamentally altered startup economics, enabling small teams to achieve unprecedented scale, while sharing OpenAI's journey from research lab to product company and arguing that pushing systems beyond conventional scaling limits often reveals emergent properties that consensus thinking misses.