Pioneers Insight Method Research Author
World's Top Researcher on AI, LLMs, and Robot Intelligence
Back to Episodes

World's Top Researcher on AI, LLMs, and Robot Intelligence

Summary

  • Physical Intelligence’s core bet: build robotic foundation models “that can control basically any embodied system to do any task” — because full generality “might actually in the long run be easier” than special-casing narrow applications, exactly as LLMs beat bespoke machine-translation systems by leveraging weakly labeled web data to build world understanding first. Sergey Levine’s punchline: “there is one problem, not many different problems” — not a humanoid problem, a car problem, and a bulldozer problem.
  • The most tradeable research update: the bottleneck has moved up the stack. About six months ago PI found its models improve just by adding data labeled with semantic commands — no new teleoperated actions — meaning physical dexterity is less of the constraint; scene interpretation is, and “someone can literally talk to the robot” and coach it better. Middle-level reasoning representations are PI’s next visible problem.
  • Don’t size the dataset — build the flywheel. “I don’t think anybody really knows how much robot data is needed… we actually don’t need to know”; the goal is a system useful enough to deploy and self-collect — “Tesla doesn’t worry about how much data their cars can collect. If anything, it’s the other way around.” Meanwhile hardware has deflated from the $400k PR2 to ~$30k lab robots to arms at “maybe a tenth of that.”
  • Humanoid skepticism, gently held: humanoids are “one of many possible kinds of robots,” and the field’s unresolved schism is that humanoid acrobatics run on heavy simulation with “often actually zero real world data” while manipulation runs on large real-world datasets and big foundation models — “I don’t know the answer” on which wins.
  • On timing, Levine is “on the optimistic end when it comes to established robotics researchers and on the pessimistic end relative to robotics entrepreneurs.” The last tasks to fall: elder care and “changing a child’s diaper will be really really hard” — “the pinnacle of Moravec’s paradox.” If there’s no kitchen robot by 2050, the likeliest culprit is the socio-technical long tail; technically, open-world breadth is the key risk.
  • For operators preparing: the key uncertainty is demonstrations versus autonomous reinforcement learning — “is it 90/10 or 10/90?” — which flips the correct setup entirely; and the labor template is coding tools, not replacement: a productivity “dance” between people and robots, co-evolving.

Deep dive

1. The bet: one foundation model for any body, any task

  • Levine’s definition of the mission: robotic foundation models “that can control basically any embodied system to do any task” — with the company thesis that generality is easier than narrowness, “in much the same way that for language models, it turned out to be easier in some ways to solve natural language tasks in their full generality than to narrowly target like machine translation or sentiment analysis.”
  • The mechanism behind the analogy: LLMs won because they leverage weakly labeled data — web-mined text built a “foundation of world understanding” on which building different applications became more effective. Robotics has no internet-scale dataset, but the logic bites harder: instead of training a “dishwashing specialist or laundry folding specialist,” train a model that “actually understands physical interaction” — people master new skills fast precisely because they have that base.
  • Patrick’s frame for why this matters (he discloses he’s a PI investor): robotics has a scarecrow problem — ever-cooler bodies proliferating, “but what they all really need is an intelligence, a brain.”

2. Generalization makes bad demos — judge the field accordingly

  • Levine’s career-long frustration: “effective generalization isn’t actually the optimal way to have a really exciting demo.” The demo playbook is pick a cool task, control the environment, make it pristine. Generalization looks mundane — PI’s April release showed a robot cleaning a kitchen it had zero training data from, and out of context “it’s just like, okay, it’s picking up plates.” Public demos are “a demonstration at the edge of capability”; the real signal is in papers, or talking to individual researchers for “the inside story.”
  • Patrick’s pushback on Boston Dynamics — very cool for decades, nothing useful for customers: “a fair question for lots of robotics companies, to be fair.” Levine’s defense of demos “used correctly in service to a mission” — “you just have to be honest in setting up that challenge.” PI’s own rule: “subject to the constraint that it’s useful, make it as cool as possible” — espresso and laundry weren’t goals, they were stress tests.

3. The stakes: robotics’ personal-computer moment

  • Success means unlocking imagination, not building metal people: like PCs triggered “a Cambrian explosion of amazing applications” in the ’90s, a promptable, fine-tunable robotic foundation model lets anyone build robotics applications without solving intelligence themselves or assembling a “monstrous stack.”
  • “We sometimes think robots are going to be like one thing… metal people. But I don’t think that’s how it’s going to be because no technology has been like that.” His toolkit vision: five arms, one hanging from the ceiling, “a swarm of 1,000 quadcopters” building a house — and long-run surgical robots not limited to what humans can teleoperate in real time.
  • Form-factor innovation is currently strangled by the AI challenge — every new body means system ID and dynamics characterization. “If you could just put together a robot in your garage, load up a robotic foundation model, and tell it to do a bunch of stuff… that could be a really powerful engine.” Hence PI has open-sourced its models to get many hands experimenting.

4. Multimodal LLMs offer a path

  • The history in three hash marks: end-to-end control is old (Alvin — likely ALVINN — drove highways with a tiny neural network in “1986 or 87”); deep RL in the early 2010s opened the path “beyond human-level performance”; and the recent advance is multimodal LLMs that “know stuff” and offer a path to common-sense handling of long-tail scenarios — though “they’re not very good at grounding that knowledge in physical situations.”
  • His working definition: common sense is “the opposite of muscle memory” — knowledge acquired elsewhere (read, seen, heard) applied and grounded in the current situation, like improvising around a gas-leak sign you’ve never encountered.
  • Moravec’s paradox governs the capability map: we assume cup-picking is easy because it’s easy for us — “the people that weren’t so good at spotting the tiger got eaten by the tiger.” ML shifts the equation: domains where data collection is straightforward fall into the easy bucket even if physically intricate; domains needing multi-level reasoning and hard-to-collect data stay tough.
  • The dark part of the robot brain: physical analogy. “That company has a lot of momentum” — you know exactly what it means, yet “there’s a lot riding on that word.” Feynman’s “spin” analogies “actually lead to inferences” in particle physics. “I don’t know if LLMs can do that.” Related: compositional generalization — a student asked an LLM for a sandwich recipe in International Phonetic Alphabet, a format that only ever appears word-by-word in dictionaries, and it wrote paragraphs; robots should similarly recombine learned skills for novel problems.

5. The recipe — and the research culture that produced it

  • Levine’s arc: computer graphics, then a 2014 postdoc with Pieter Abbeel having “zero robotics experience,” chasing one idea — systems that “get better and better the more they do things.” Blank-slate skill practice worked only in limited settings; Google’s “arm farm” (a couple dozen robots collecting data, 2015) generalized but produced “a savant of this particular task.”
  • The synthesis he’s still chasing: AI’s two great results are generative AI (LLMs — reproduces what humans do) and deep RL (AlphaGo’s Move 37 — “things that humans hadn’t thought of”). Combining web-scale knowledge with beyond-human improvement is the goal — “I haven’t figured out yet, but I think we’ve made some good progress.”
  • Concretely: vision-language-action models — trained on text, adapted with web images, then diverse robot data — plus chain of thought: the robot “literally talks to itself” (“pick up the plate”) so intermediate inferences benefit from web-scale pretraining, then reinforcement learning through practice — the espresso demo improved robustness, speed, and throughput by repetition.
  • The culture behind it: the arm farm was bottom-up — a just-started “level four research scientist” asked Jeff Dean and Vincent Van Houcke for a warehouse of idle robots, and Jeff said “yeah, let’s do it — what do you need?” He’s inspired by organizations that empower pet projects: “ChatGPT was basically John Schulman’s pet experiment for a while. It wasn’t a concerted corporate strategy with lots of spreadsheets and pie charts.” On great researchers: “the one constant is that there’s no constant” — the decisive skill is knowing when to keep hammering versus when to turn and look around.

6. The bottleneck moved up the stack: you can now coach the robot

  • The finding, tried “kind of on a whim” about six months ago: when a robot fails in a new kitchen, adding experience labeled only with semantic commands — no new teleoperated low-level actions — improves generalization. The bottleneck had shifted from physically doing the task to “its ability to interpret the scene and select the correct next step, which can be supervised with language.” Patrick: “coaching, basically.” Levine: “exactly — make it better just by talking to it.”
  • The next visible problem: middle-level reasoning representations. LLMs make text-to-text convenient, “but that’s not necessarily the best representation for what an embodied system needs to do — sometimes it needs to think spatially, sometimes semantically.” Structuring that internal thinking “might be a very important question,” and the answer may differ from LLM-world answers.

7. Don’t size the dataset — build the flywheel; hardware is deflating to meet it

  • “I don’t think anybody really knows how much robot data is needed… my sense is that we actually don’t need to know.” The key is a system useful enough to deploy widely and keep pulling in data: “to put it bluntly, Tesla doesn’t worry about how much data their cars can collect. If anything, it’s the other way around.”
  • Patrick’s follow-up — why not build one useful human-operated robot and run the Tesla flywheel? “I think it’s a good idea” — but domain-dependent: “maybe some people might not want a robot in their home that is constantly being controlled by a person offsite, but maybe for some applications that doesn’t matter.”
  • The enabling constellation: the PR2 cost ~$400,000 a decade ago; his Berkeley lab robot ~$30,000; now each arm is “maybe a tenth of that,” with less to come. The low-cost arms here would not be useful in an industrial setting with traditional precision-dependent control; learning can compensate for deficient sensing — the platform runs three cameras, no touch or force sensing, and “the wrist cameras are essentially a touch sensor in disguise because you can see local deformations.”

8. Dexterity surprised him — and the Robot Olympics was nearly a sweep

  • The biggest surprise since founding: dexterity came with little special treatment. Very dexterous behavior and cross-embodiment transfer — multi-fingered hands, different degrees of freedom — needed fine-tuning data but no model changes, “it didn’t even need to be told through any kind of prompt what the robot was. I would have thought that we would need some fancy techniques.”
  • The Robot Olympics: Benji Holson (ex-Everyday Robots) blogged a dozen Moravec-style everyday tasks — open a door, wash a greasy frying pan, pick up dog poop with a plastic bag. PI ran them through its standard task-onboarding process as an operations test — “we didn’t develop anything special for this” — and solved almost all of them, failing only turning a dress shirt inside out (grippers too big for the sleeve) and peeling an orange “on a technicality” (fingers too weak; used a little knife). “It suggests the power of generality.”
  • Where robots go superhuman: plugging in cables. Humans pause to process alignment; teleoperators pause more. “It turns out to be pretty straightforward to go in and find all those pauses and remove them” — RL is the general route, simple tricks work for pure speed.

9. The live controversies: the bitter lesson and the sim-versus-real dichotomy

  • The field’s argument has moved from “does learning have a place in robotic AI?” — controversial for years — to whether end-to-end learning wins. “I don’t think there’s universal acceptance of the bitter lesson”: don’t program the machine to think how you think it should think; let it learn from data. His steelman of the opposition: in a complicated open world “you can’t afford not to use what you already know about the physical world, and we’ve got textbooks full of this stuff.”
  • The dichotomy he calls genuinely unresolved: humanoid acrobatics pipelines are “very heavily reliant on simulation… often actually zero real world data,” while manipulation uses little sim, lots of real data, and very large foundation models. “It may be that one will win out… or maybe there’s some sort of synthesis. I don’t know the answer — I have my own subjective opinions.”
  • Embodiment-agnosticism has physiology on its side: in monkey tool-use studies, the neurons tracking hand position fire on the location of the tool tip, not the hand — “the tool being an extension of your body is a real physiological thing.” His conclusion: a good foundation model should manipulate whatever body it’s controlling — “there is one problem, not many different problems.”

10. Timelines, the last tasks to fall, and how to position

  • Where he sits in the distribution: “optimistic end when it comes to established robotics researchers, pessimistic end relative to robotics entrepreneurs.” Robotics history has “precious few successes,” and his co-founder Carol’s line applies: “when you’ve climbed the mountain, only then do you see if there’s another mountain after it.” Timing is extra-uncertain because deployment is a bootstrap event — “getting past the activation energy” so robots can collect open-world data at scale.
  • If there’s no kitchen robot by 2050, his suspicion is the socio-technical long tail, though he also flags open-world breadth as the biggest technical risk — like early Tesla self-driving, “are people comfortable with this level of imperfection?” “Are you comfortable with occasionally breaking your dishes… in a home where there’s small children? Maybe not. And that’s okay.” The purely technical risk is open-world breadth: hotel rooms and restaurant kitchens he has “a very good sense for how to get under control”; homes where “just about anything could happen” require doing “something kind of sensible… pretty much in every case.”
  • The last tasks to fall: “changing a child’s diaper will be really really hard.” Elder care and childcare — helping someone out of bed — are “the pinnacle of Moravec’s paradox” because humans are hyper-evolved for physical interaction with other people; “they’re probably going to be harder than people think.”
  • How operators should prepare: the load-bearing uncertainty is demonstrations versus autonomous experience — “is it 90/10 or 10/90?” — which flips the right investment (teleoperation rigs versus task modification versus new hardware). “Machine learning requires data, so let me collect data” is the wrong default — “you need the right kind of data,” and it’s domain- and thesis-dependent. The labor template is coding tools: not sudden replacement but a co-evolving productivity “dance.” PI itself plans to “experiment with different things in that space” of product shapes in 2026.