Can Robots Get a Grip?
Key insights
Books referenced
- The Two Cultures - C. P. Snow - Goldberg cites this 1959 book, in which Snow (himself a scientist who socialized with writers) observed that scientists and humanities people mutually look down on each other as two mutually uninterested species; Goldberg says this divide is still largely true between scientists and artists today.
Media referenced
- The Bitter Lesson - article - 2019 essay by reinforcement-learning pioneer Rich Sutton (recent Turing Award winner) arguing that rule-based, hand-engineered approaches to language, vision, and gameplay were consistently beaten by throwing more data and compute at pattern-finding methods; Goldberg says he believes this lesson will eventually apply to robotics too.
- Are Our Tools Becoming Part of Us? (Freakonomics Radio, 2024, with Blaise Aguera y Arcas) - podcast - Referenced in the listener-question segment; a listener named Cam had asked Levitt in that episode whether randomness/noise is ever beneficial, and Levitt says Goldberg's domain-randomization story finally gives him a real answer to that question.
Companies
- Tesla / Optimus - Musk's humanoid robot project and self-driving program; Goldberg is skeptical of near-term Optimus capability claims and views the humanoid form as partly a strategy to reposition Tesla as a higher-multiple robotics company and distract from stalled self-driving progress.
- Waymo - Contrasted with Tesla: Waymo uses LiDAR plus explicit modeling and has a low accident rate despite far less total driving data than Tesla, which Goldberg attributes to Waymo retaining 'good old fashioned engineering' rather than relying on end-to-end camera-only learning.
- Intuitive Surgical - Multi-billion-dollar maker of surgical robots; Goldberg's lab collaborates with CEO Gary Guthart on augmenting surgeon dexterity (e.g., suturing assistance) for these human-operated 'puppet' systems.
- Ambi Robotics - Company Goldberg co-founded with student Jeff Mahler to commercialize the Dex-Net grasping research for e-commerce order picking; demand surged during the pandemic e-commerce boom, and the company quietly accumulated roughly 22 years' cumulative worth of real-world picking data.
- Physical Intelligence - Robotics company whose scientist Michael Black devised the 'hours of training data' metric (converting text tokens to reading-speed-equivalent hours) used to compare robot demonstration data to language-model training data.
- DeepMind - Developer of AlphaZero, cited as an example of an A.I. system that mastered chess in a day via self-play, because chess is a perfect-information game with no physical uncertainty to model.
- NVIDIA - Jensen Huang cited alongside Elon Musk as a leading proponent of the current humanoid-robotics hype wave.
Techniques and frameworks
- Dex-Net (Dexterity Network) - Goldberg lab's approach: generate a huge simulated dataset of 3D objects and candidate grasp points, evaluate each grasp's robustness via Monte Carlo integration under simulated position/friction perturbations, and train a neural network to predict grasp success probability from raw point-cloud data (never identifying what the object is).
- Domain randomization - Injecting the right kind of simulated noise (perturbing grasp position, friction, center of mass) into otherwise-imprecise physics simulators so that models trained purely in simulation transfer successfully to real robots; Goldberg dates this breakthrough to 2016.
- Gartner Hype Cycle - Framework Goldberg invokes to explain the pattern of inflated early expectations, a subsequent crash of disillusionment, and eventual slower real progress, as happened with the internet and with robotics/A.I. during his own 1980s graduate career.
- Hours-of-training-data comparison metric - A normalization method (converting token counts to hours via average human reading speed) that lets researchers compare how much training data large language models consume versus how much real-world demonstration data robots have, revealing an enormous gap.
Summary
Steve Levitt talks with U.C. Berkeley robotics professor and artist Ken Goldberg, who has worked on robotic grasping for more than 40 years, about why picking up an object remains one of the hardest unsolved problems in robotics even as A.I. has apparently "solved" vision, language, and games like chess. Goldberg traces his path from building a chrome-plating robot with his tinkering father as a kid, through a formative junior year in Scotland studying under early A.I. pioneers, to a PhD at Penn's GRASP Lab, where his dissertation proved a mathematical completeness theorem for orienting polygonal parts with a simple two-fingered gripper, without any sensing. That early, theory-first approach eventually gave way to a data-driven one: Dex-Net, Goldberg's landmark project, trained a neural network on millions of simulated grasp scenarios, deliberately injecting realistic noise (a technique called domain randomization) so a model trained entirely in simulation could transfer successfully to real robots, reaching over 90 percent bin-picking success. Goldberg and his student Jeff Mahler commercialized this as Ambi Robotics, which rode the pandemic e-commerce boom to quietly accumulate roughly 22 years' worth of real-world picking data.
Much of the conversation is a plain-language tour of why grasping is fundamentally harder than it looks. Goldberg walks through the layered obstacles: unreliable 3D vision (even good cameras and LiDAR can't give a precise depth map), unreliable tactile sensing (his own senior thesis on touch sensors was plagued by false positives and false negatives), and above all the raw physics of contact, illustrated by his go-to example of a pencil on a table whose motion under a finger's push is mathematically undecidable because of unseeable microscopic friction. Levitt connects this to a broader puzzle: machines that automate human labor (dishwashers, washing machines, farm combines) succeed by doing the job in a way that suits the machine, not by mimicking human hands, and the truly hard, still-unautomated steps (loading the dishwasher, folding laundry) are exactly the contact-rich manipulation tasks Goldberg studies.
The episode's most striking framing is a data comparison: converting robot demonstration hours and language-model text tokens into a common "hours of training data" unit reveals that today's most data-rich robot-manipulation datasets (roughly 10,000 hours, mostly humans physically puppeting robots through household tasks) sit about 100,000 years behind the roughly 1.2 billion hours that trained a large language model like Qwen. Goldberg calls this "the data gap" and treats it as the central reason robotics lags language and vision by so much, despite following the same underlying "bitter lesson" logic (per Rich Sutton's 2019 essay) that more data and compute beat hand-engineered rules. He and Levitt then use the Tesla-versus-Waymo contrast to complicate the pure data story: Tesla has an estimated 500 times more driving data than Waymo but performs worse, because Waymo pairs its data with explicit LiDAR-based modeling ("good old fashioned engineering") that Tesla's end-to-end, camera-only approach forgoes, a point Goldberg finds ironic given Musk's rigorous, model-based engineering successes at SpaceX.
This sets up Goldberg's skepticism about Tesla's humanoid robot, Optimus. He is genuinely "worried" rather than excited about the current humanoid hype wave, invoking the Gartner Hype Cycle and his own experience of the 1980s A.I. winter (when he graduated into a robotics job market that had collapsed from earlier over-promised excitement) as a warning that inflated near-term expectations risk a damaging backlash. He argues locomotion and acrobatics look impressive in humanoid demos because they transfer well from simulation, while genuine dexterity (folding laundry, tying shoelaces, chopping vegetables) is nowhere close, and suggests Optimus's humanlike form serves financial narrative purposes (robotics companies command higher valuation multiples, and the humanoid story distracts from stalled self-driving progress) as much as functional ones. The two also range into Goldberg's parallel life as an exhibited artist (his internet-controlled "Telegarden," installations with wife filmmaker Tiffany Shlain, a dance piece with Stanford roboticist-dancer Catie Cuan) and his work in radiation oncology at UCSF, where the same "move something precisely through uncertain space" problem shows up in delivering radioactive seeds to treat cancer. On robotic surgery, Goldberg clarifies that today's surgical robots (like Intuitive Surgical's) are not autonomous; they are human-driven "puppets" whose main value is ergonomics and precision, which leads into his closing view that the future of robots and A.I. is complementarity, not substitution, and that he is not worried about an imminent "singularity."
The episode closes with a listener-mailbag segment where Levitt revisits a 2024 question from a listener named Cam about whether randomness is ever beneficial, a question Levitt had previously found no good example for, and says Goldberg's domain-randomization story (deliberately injecting noise into simulated training data specifically so the resulting model handles real-world imprecision better) is the first genuinely convincing case he's encountered for muddling data on purpose.
Notable Quotes
"We have this incredible ability to adapt to changing conditions. And science has not figured that out. So it's very hard to reproduce that in robots." - Ken Goldberg
"What's easy for robots, like lifting heavy objects is very hard for humans, but what's very easy for us, like just literally picking up a glass of water, still remains incredibly hard for robots to do reliably." - Ken Goldberg
"We're a hundred thousand years off, okay? It's not going to happen next year. I'd bet on that." - Ken Goldberg
"As a roboticist, I feel like this is raising expectations unrealistically. There's a real danger of people becoming disillusioned." - Ken Goldberg
"If you look at what their hands are doing, then they're always just clumsily, maybe pick up a box, but they're not tying shoelaces or washing dishes or chopping vegetables or folding laundry." - Ken Goldberg