Why Robotics Still Isn't Solved - But Could Be Soon | YC Paper Club
YC Paper Club discusses why robotics remains unsolved despite repeated predictions of breakthrough years, presenting four fundamental challenges (physical modeling, deformable objects, sensorimotor feedback, embodiment drift) and showcasing recent advances in memory-augmented policies, embodied reasoning, sim-to-real learning, and world action models.
Summary
The YC Robotics Club gathered to discuss the persistent gap between robotics hype cycles and actual capabilities. The opening speaker noted this is the 10th year of predictions that robotics will be solved, dating back to AlphaGo. Despite impressive recent demonstrations (Aloha for teleoperation, diffusion policies, VLMs), core unsolved problems remain.
Four fundamental walls blocking progress were identified: (1) Physical real world modeling—video prediction models fail to respect physics and don't bridge the sim-to-real gap; (2) Action conditioning—models struggle when conditioning on actions, requiring massive data to learn the ST+1 transition function; (3) Sensorimotor feedback—robots lack the rich tactile sensing humans possess (detecting normal force, tangent force, friction coefficients), limiting world model learning; (4) Embodiment drift—actuator degradation, corrosion, and battery decay change robot dynamics over time, requiring continuous retraining.
Marcel presented Multiscale Embodied Memory (MAM), addressing long-horizon task execution through hierarchical memory. High-level policies track task progress using compressed text-based memory while low-level policies maintain dense visual frames for dextrous control. This architecture enabled tasks lasting tens of minutes, including in-context adaptation where robots recover from mistakes mid-execution—a capability lacking in standard policies.
Milan discussed self-supervised bootstrapping for embodied reasoning, proposing that reasoning type should be discovered rather than imposed uniformly. The R3B approach treats reasoning as a latent variable, using variational inference to identify task-relevant reasoning patterns (e.g., move-and-gripper reasoning for manipulation, affordance reasoning for legged locomotion). Results showed selective reasoning outperforms exhaustive reasoning across embodiments.
Tyler presented Sim-to-Real for tool use, training a single policy via RL in GPU-accelerated simulation to perform diverse dextrous manipulation across novel tools. Rather than learning from teleoperation, the system generates decades of interaction data in days, enabling zero-shot generalization to unseen tools and tasks by conditioning policies on goal pose sequences extracted from human videos. Play-to-Perfect extends this to precise assembly through pre-training on task-agnostic play.
Nico argued that the robotics industry should shift toward robotics application companies—businesses solving specific customer problems end-to-end using existing hardware and starting with teleoperation, rather than pursuing general foundation models. Success requires fast iteration: replica customer environments for testing, repeatable evaluation metrics encoding business-specific requirements, and efficient data collection with continuous training-evaluation loops. He emphasized that physical data's multimodal, episodic nature requires specialized infrastructure different from web data systems.
General Instinct presented optimizations for world action models (WAMs), which predict future frames and kinematics simultaneously to learn physics-grounded action policies. While WAMs outperform VLMs, standard implementations are prohibitively slow (2 GB GPU memory, $70k hardware per unit). Their optimizations—distilling diffusion steps from 50 to 1-2, using cross-attention between video and action transformers instead of explicit frame decoding, and asymmetrical denoising—achieved 500ms inference per 16-frame chunk on consumer GPUs, making deployment economically viable.
Key Insights
- This is the 10th year of predictions that robotics will be solved, with each breakthrough (AlphaGo, Mujoko, Aloha, diffusion policies) followed by promises of imminent commercialization, yet fundamental challenges remain unaddressed as of mid-2026.
- Robots lack rich tactile sensing that humans use for world models without vision—humans can identify objects in a backpack purely through touch, detecting normal force, tangent force, moisture, temperature, vibration, and friction coefficients, while robots have only one force-torque sensor per fingertip.
- Memory is a necessary component for solving long-horizon robotic tasks, but most policies (PaLM-E, Groot) have no memory, causing failures like robots washing dishes forever or burning food because they lack context of elapsed time.
- Embodied reasoning should be task-specific rather than a fixed template applied uniformly—manipulation benefits from move-and-gripper reasoning while legged locomotion benefits from structural affordance reasoning, and perceptual reasoning often introduces distracting objects rather than aiding action prediction.
- Robotics application companies starting with teleoperation on specific customer problems and modest hardware outperform approaches pursuing general foundation models, and successful companies treat autonomy as a scaling factor rather than a prerequisite, requiring replica customer environments and business-specific evaluation metrics.
Topics
Transcript
[0:05] [music] Welcome to YC Paper Club. How you guys doing today? [laughter] Okay. How do you guys like this one? We're we're we're going to change it every time now. So So today it's actually YC Robotics Club. Okay. So this is the 10th year of next year. robotics will be solved that I've encountered in my career. Um I remember when AlphaGo came out 10 years ago, everyone said next year, you know, clearly we have the [0:37] algorithm. All we need to do is scale it up. And then Mujoko came and then we had, you know, literally in in 3,000 uh iterations where we we can train a robot to uh to walk. This is quite…
Full transcript available for MurmurCast members
Sign Up to AccessMore from Y Combinator
Max Hodak: What Really Kills Deep Tech Startups?
Max Hodak, CEO of Science (a retinal prosthesis company), explains that deep tech startup success is determined by infrastructure and iteration speed rather than technical brilliance. He emphasizes that proper systems for purchasing, recruiting, and performance management are as critical as the core technology, and shares specific processes Science uses to scale efficiently.
Building the First Data Centers in Space
Philip Johnston, CEO of StarCloud, discusses building data centers in space to address Earth's energy bottleneck for AI. The company launched its first satellite (StarCloud 1) in November 2025 with an Nvidia H100 GPU, and has raised $170 million to deploy a constellation of 88,000 satellites that could provide 20 gigawatts of compute capacity.
Patrick Collison: "What If You Succeed?"
Patrick Collison discusses Stripe's founding story, the importance of concrete customer problems, and shares data suggesting it's the best time ever to start a business. He argues that despite AI advancement, there will be many winners rather than centralization, and emphasizes the value of deep learning alongside AI tools.
Multi-GPU Kernels, Intelligence per Watt, Heterogeneous Inference, and More | YC Paper Club
This YC Paper Club event focused on chip and kernel specialization in AI systems, featuring discussions on multi-GPU kernel optimization, energy-efficient inference, AI-generated kernel code, heterogeneous inference hardware, and GPU-accelerated game engine simulation. Speakers explored how specialization across hardware, software, and algorithms can dramatically improve efficiency and performance across different AI workloads.
Blake Scholl: The Future Was Supposed to Be Faster
Blake Scholl, founder of Boom Aerospace, discusses building the first independently developed supersonic jet by applying software development principles to hardware manufacturing. He argues that startups can compete in regulated industries by building solutions that solve regulatory concerns, and emphasizes that passion, iteration, and vertical integration are key to breakthrough innovation in deep tech.