[BidClub_]
Invest Like the Best · · 67 min

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

Patrick O'ShaughnessySergey Levine

YouTube
TL;DR
  • 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.
Digest · the substance, structured for research

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.
Patrick O'Shaughnessy

This is going to be a real treat and a blast to learn about possibly the most exciting, impactful area of technology being developed. Just to set the stage before we go back in time, maybe you could just define physical intelligence as you see it.

Sergey Levine

Fundamentally, the goal of Physical Intelligence is to develop robotic foundation models that can control basically any embodied system to do any task. Broadly speaking, you could imagine that, in the same way that a language model is rapidly evolving toward a system that can do any task that can be expressed in language, what we would like is to build a new class of models that can do any task that can be done by a physical, actuated device.

Part of the thesis of this company is that we believe doing it at the full level of generality might actually, in the long run, be easier than trying to specialize in very specific, narrow application domains. Again, 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 machine translation or sentiment analysis or whatever.

Patrick O'Shaughnessy

It may not be obvious why you would make that bet versus a robot that just does your dishes or something. What are the key trade-offs to understand, and why make the decision that you made?

Sergey Levine

Maybe I can give you a 2-part answer to this. The first is how it relates to the analogy to language models, and the second is what that means in the robotics world.

The first one is a little bit more informed by evidence. In the world of natural language, we saw that there were a lot of efforts to develop domain-specific solutions that tackle specific problems. Somebody would spend a lot of time thinking about how English differs from French and then build a machine-translation system.

1. Defining Physical Intelligence

The reason that language models took over for all of those different application domains is because they can leverage much broader sources of data. It's not even as simple as saying, “We had this data for this application, this data for this application, and we merged everything.” It is actually more than that. When you can leverage weakly labeled data—data that, in the case of language models, you just mine from the web—you actually learn more about the world. You establish a foundation of world understanding, and then building out different applications on top of that foundation turns out to be much more effective.

To bring this into robotics, obviously that calculus doesn't look quite the same because, in robotics, we don't have an internet-sized data set that we can just draw on. But this notion of understanding the world, if anything, is actually more important in robotics, because if you have many different tasks, maybe even many different physical systems, then you can go from training an individual dishwashing specialist or laundry-folding specialist and instead train a model that actually understands physical interaction.

People can master new skills very, very rapidly because we understand physical interaction. We can intuitively grasp what's going to happen in a new, unfamiliar situation, and that bootstraps things really, really quickly. So, if we can draw on data from many sources, many applications, and many robots, then we can have a model that has a physical understanding, and it'll be much easier to put new applications on top of that platform.

Patrick O'Shaughnessy

What is the hardest part about building in this way for you when you see other approaches that are more legible to the average person? You see a robot moving around doing one specific thing, and it looks a certain way. What's the hardest part about this approach as you're doing it?

Sergey Levine

I think this has actually been an issue in my whole career, because when you work on robotic learning—and the more general it is, the more this becomes important—effective robotic learning and effective generalization aren't actually the optimal way to have a really exciting demo.

The way to have a really exciting demo is to pick a really cool task, control everything else in the environment, set it up so that it's perfectly clean and pristine, and just make it work in that one setting. That's the way you make a robot demo.

With generalization, you can't just show it in one spot. The point of generalization is that it does something relatively mundane that any human could do, but it does it in any situation. We had some demos that we released last April where we showed our robot cleaning kitchens. I think it's kind of cool, but if you watch an individual video out of context, it's just like, “Okay, it's picking up plates. Anybody can pick up plates.”

2. The Challenge of Building General Models

Except that we put it into that home just for that demo, and it had never had training data from that setting. So, obviously, you have to understand what's going on to appreciate why this is actually pushing the frontier.

Patrick O'Shaughnessy

What is your model for the stakes of what you're doing? If you are successful, I'm curious for you to define what that would mean—successful other than just, “We crossed this chasm of general physical intelligence,” or something. But if you cross that line, then what?

Sergey Levine

One of the things that I think would be really, really exciting, and that would be enabled by a general-purpose embodied foundation model, is the ability to unlock people's imagination in how they build robots and other embodied systems.

Personal computers were a really big deal in my mind because they made it possible for lots of people to hack together all sorts of really cool stuff. There was this Cambrian explosion of amazing applications that started in the '90s and so on, and then was further accelerated by the internet.

I think something like that might happen in the world of robotics, but it can't happen today because if you want to put together some cool new robotics application or some cool new robotics idea, you're going to have to build this monstrous stack, and you need to basically solve the intelligence problem.

3. The Stakes and Future of General Purpose Robotics

But if there is a solution that someone can build on top of—if there's a foundation model that you can prompt that'll provide basic functionality, and then you can maybe fine-tune it a little bit or adjust it in some way to your application—it actually makes it a lot more tractable for lots of people, lots of companies, and lots of individuals to try out all sorts of different things.

Sometimes we think that robots are going to be one thing. It's just like, “Yeah, there's people, and now we're going to make metal people, and that'll be robots.” But I don't think that's how it's going to be, because no technology has been like that.

It's going to be more like a toolkit where you can put together all sorts of really cool applications and get really creative with it. Maybe I'm going to make a robot with 5 arms, and this one is going to hang from the ceiling. You can figure out the right thing to tackle your domain and maybe also experiment with software. But you need the right platform on top of which to do that, and I think the foundation model can be that thing.

Patrick O'Shaughnessy

What are the pros and cons, in your mind, of the humanoid approach to robotics?

Sergey Levine

One pro of it is that it's really cool. You can show it to somebody, and they're like, “Yeah, I get it.”

Patrick O'Shaughnessy

Yeah, you hear a lot about the Optimus hand.

Sergey Levine

Yeah, but it is cool. I think there's a lot of value to that. There's a lot of value to capturing the imagination, and there's a lot of value to getting people to think about what the future might look like in a way that's understandable.

But in my mind, it's one of many possible kinds of robots that we're likely to have. Fundamentally, I think the intelligence challenge looks very similar for all these different robots, and I don't think we should be tackling intelligence in the context of one specific body. I think we should handle it in a general way, because otherwise it's just really hard to get a handle on this. We need lots of data.

The cool thing about being able to build robots is that, ultimately, they don't have to be constrained to look like humans at all. You can build the right tool for the job. You could imagine that you're building a house with a robot that is a swarm of 1,000 quadcopters.

4. Pros and Cons of Humanoid Robots

I think that in the future we'll have a robotic foundation model that can then be adapted to all sorts of applications, and it might really run the gamut from bulldozers to humanoids to robotic arms like this thing.

Maybe it would need to be adapted to each one. Maybe it would need to be fine-tuned. Maybe it would need something in context to understand how that body works. But the fundamentals of how you interact with objects, how things move in the world, and how causality works—that's all conserved for all these different systems.

Patrick O'Shaughnessy

Do you have a favorite example of what might be possible with true general intelligence that might not be possible with, say, humanoid-only intelligence or something?

Sergey Levine

There are a few things that I think are worth thinking about. One is that we can make machines that are very big and machines that are very small. I think that in the long run—this is not by any means a short-term thing—there are lots of really exciting applications in medicine and surgery where we not only might, in the long run, not be limited to robots that look like humans. We might not be limited to robots that can even be controlled by humans, right?

Because currently, for example, robotic surgery is done entirely through teleoperation. So you need something that a person can control in real time with the right level of dexterity. And of course, that limitation holds for current learning-enabled systems, too. But in the long run, we could imagine addressing that.

Patrick O'Shaughnessy

If you think about the most important hash marks on the timeline of robotics research that have gotten us to here, I always think it's super helpful to set the historical context before we talk about what the state is today and where we're going. What could you walk us through? What are the relevant hash marks on the history timeline?

5. Historical Milestones in Robotics Research

Sergey Levine

At some level, doing end-to-end control for robotic systems is a very, very old idea, right? The first, for example, autonomous driving systems that used end-to-end learning existed in the 1980s. Alvin, I think, was from 1986 or 1987, and that was a driving system that was demonstrated to drive on highways, controlled by a neural network from a camera. The neural network was tiny, right? So I think that there are some very venerable concepts.

But historically, what has been really difficult in robotic learning is that you need a system that handles the application you want to address and is cost-effective to train for that application. That means you don't need a huge amount of data for every single application you want to tackle. It also needs to handle long-tail scenarios with common sense, so if something weird takes place in the world, it needs to have a reasonable response to it. And then, for the thing that it's actually supposed to do, it needs to be robust, fast, and reliable.

Getting all those things together is very, very hard because, with machine learning, it works best when there's a lot of data. So if you naively approach a robotic problem and say, “I want to do washing dishes,” right? You'd obviously proceed to collect an enormous amount of data on washing dishes, but that's not cost-effective, because then you go on to the next application and you go through that process all over again. So being able to train general-purpose models that can handle many tasks is essential to this, because now you need a lot less data for each new task.

But then, even further—and this is the thing that has probably changed the most in the last few years—you also need to handle the unusual scenarios. And for the unusual scenarios, you are probably not going to have experience. What you need to rely on is knowledge that you've acquired from other sources that you can ground in that new situation.

People are extremely good at this. So if you're driving a car and there's something going on in the middle of the road and someone put up a sign saying, “Don't go here. There's a gas leak,” or something, you've probably never experienced that before, but you can put these things together and figure out what you're supposed to do in that unusual situation because you have common sense. And this has been a huge mystery in the robotic learning world: where do you get that common sense?

This is what's changed in the last few years, because it turns out that multimodal language models are really good at pulling in knowledge and trying to articulate that knowledge. They're not very good at grounding that knowledge in physical situations, but they know stuff. So now there actually is a path to get that kind of common sense by essentially leveraging the knowledge that is contained in multimodal LLMs. But there's also a challenge, because you have to somehow plug into that knowledge in the right way.

You can't just show it a picture and say, “What would you do here?” because it doesn't have the context. It doesn't know that you are a robot, this is what you look like, and this is what's going on. So that's a technological challenge, and we've made some headway on addressing that technological challenge. The research community in general has, too. But most important is that light at the end of the tunnel: “Okay, now we have this way of pulling in lots of knowledge which can help us handle those long-tail scenarios.”

Patrick O'Shaughnessy

Are there hash mark equivalents on the timeline, like AlexNet or the Transformer? Are there big, major events that you think everyone will point to when writing the history books about this?

Sergey Levine

That's a good question. I think it's very early on right now to answer that definitively. I mean, certainly, I would say that you're going to have to look back at least 10 years down the line, something like that. But probably the first end-to-end learning systems, which were in the '80s, that's definitely a milestone. I think that the first deep reinforcement learning systems, which were in the early 2010s, are probably a milestone because deep reinforcement learning gives us a way to go beyond human-level performance, which I think will be essential for robotic systems.

And then there's the more recent stuff, but that's in the last few years. I don't know how that's going to shake out as far as whether that's something that people will point to, but I do think that the advent of multimodal LLMs that can be adapted to robotic control to bring in that common sense is a really important advance. I think we're probably going to see quite a few important advances in the next few years. Maybe those will be the things people point to.

Patrick O'Shaughnessy

Can you tell us your own personal history of approaching the problem? So maybe the origin of when you first became interested and why, and then how you've decided what to spend your personal time and attention on ever since then?

Sergey Levine

I started working in robotics in 2014, and that was actually after I finished my graduate degree and started a postdoc with Professor Pieter Abbeel at UC Berkeley. I actually hadn't worked on robotics before, but I figured I should get a little bit more education after finishing my degree, and his lab worked on robots, so I tried to apply what I had learned previously to robotics. Before that, I worked on computer graphics, actually.

I think that the thing that I've always wanted to really figure out is how to get AI systems that get better and better the more they do things, because I think that's tremendously powerful. If you can have a system that gets better and better the more it does something, and it just keeps getting better, then there's sort of no limit: it can master all the skills you'd want it to master.

Initially, I tried to approach it in a very blank-slate way, meaning you start with nothing, you practice a particular skill, and you get better at that skill. That was kind of okay: you can do that in a limited setting, and you get something that works, but it's very hard to turn that into a general system that can work in open-world settings. Because if I practice something over here and then it goes over there, now something is different, and it needs to practice all over again.

6. Combining Generative AI and Deep RL

The next thing I tried—and I did this when I worked at Google afterward—was to see if we could do that, but now parallelize it across many robots. So, collective learning: can you put 20 robots in a room and have them all learn together? And that works. It generalizes. But it's very hard for that to handle these tail cases, these edge cases, right? Because now it becomes this kind of savant of this particular task, and that's all it knows in the world.

So what I think is the next step is what I mentioned before: combining this ability to practice skills with lots of prior knowledge. And that's actually a really, really hard problem. You know, it's not just in robotics where it's a hard problem. I think it's a hard problem in all of AI because, arguably, the 2 big impressive results in AI over the last few decades have been generative AI and deep reinforcement learning.

If you want a single example to epitomize generative AI, that's LLMs. Deep reinforcement learning: AlphaGo, right? They're both very, very impressive, and they're very impressive for very different reasons. Generative AI is impressive because it can reproduce some of the things that humans can do. It can draw pictures that look like human pictures and write text.

Deep RL is impressive for the opposite reason. It does things that humans hadn't thought of. Like, it can make Move 37.

Patrick O'Shaughnessy

Exactly.

Sergey Levine

So I think the big challenge—and this is kind of what I'm leading up to and what I hope we'll figure out here at Physical Intelligence—is how to combine those threads.

How to bring in all that knowledge that you get with generative AI, but also go beyond just human-level performance with reinforcement learning—I haven't figured that out yet, but I think we've made some good progress on that.

Patrick O'Shaughnessy

So what literally have you done and are you doing to make that happen?

Sergey Levine

So in the past few years, we started off first by developing the basic foundations. The basic foundation is what's called a vision-language-action model. A vision-language-action model is something you can think of as an LLM that has been adapted for robotic control.

The way these things are trained is they're first trained on text data, then they're adapted with lots of image data from the web to understand images, and then they're adapted to robots with lots of very diverse robot data. Now, that's a starting point. That's a way to take all of that web knowledge, get it into a model that can control robots, and get some interesting behaviors out of it.

From there, we studied two threads: how to get this thing to handle unusual situations with common sense, and how to get it to improve with reinforcement learning. The way you get common sense is by essentially using chain of thought. So the robot enters a scene, and instead of directly starting to move, it thinks about what it was asked to do.

If it was told, “Clean up the kitchen,” it looks at the scene and says, “Okay, based on this, I should pick up the plate.” It literally talks to itself. It says, “Pick up the plate,” and then it goes and does it. That unlocks all this prior knowledge because those intermediate inferences benefit from the web-scale pretraining.

That handles edge cases. Then the reinforcement-learning part comes in after you've practiced it a few times, and you keep getting better and better at the task directly through your experience. For example, we had this demo on making espresso. That system practiced making those espressos many, many times and used that to improve robustness, improve speed, and improve throughput. We're not done with that. I think there's a lot more to do there, but we have the starting point.

Patrick O'Shaughnessy

Sorry to be thick about it, but the robot data itself is the right way to think about it. I'm looking at the Gen 1 of these things. I see a camera here; maybe there's some sensors somewhere else. Is the data effectively being gathered by various sensors strategically placed on the robot at different parts?

Sergey Levine

Yeah. Something I'll say about sensors is that I think you can actually get away with less than one might think and still do quite a lot. So this platform here has 3 cameras, 1 on each wrist and a base camera. It doesn't have touch sensing or force sensing. It's very bare-bones and very low-cost.

I'm sure that more sensors could make it better, but a good learning method can actually compensate for deficient sensing fairly well. The wrist cameras are essentially a touch sensor in disguise because you can see local deformations when you touch something.

7. Moravec's Paradox

Patrick O'Shaughnessy

If I think about the analogy to the expert systems of the ’80s and ’90s in basic AI, the lesson that scales all you need, and the counterintuitive nature of that—that you're not teaching it any specific thing, just blasting it with data, and there's this reservoir of internet data—talk about the reservoir and how to create the reservoir of data needed for this.

Sergey Levine

Yeah. I don't think anybody really knows how much robot data is needed to have truly generalizable and powerful embodied AI. But my sense is that we actually don't need to know. What we need to do is get to the point where these systems are useful enough that they can go out to the world and gather more data themselves.

Like, to put it bluntly, Tesla doesn't worry about how much data their cars can collect.

Patrick O'Shaughnessy

Right.

Sergey Levine

If anything, it's the other way around. That's a little too much data, right? So I think that the key is not so much to quantify, like, here is exactly the price tag of getting the ultimate robot dataset. The key is to get a system that can go out to the world, that's useful enough, that does a wide variety of different things, and that can keep pulling in more data.

Patrick O'Shaughnessy

You brought up the example of Tesla—the beautiful system of a thing that's useful without the AI to begin with, because a human drives it and it gathers data. Why then not start with your best guess at something that's useful as a single robot to have the same sort of flywheel thing happen?

Sergey Levine

Yeah.

Patrick O'Shaughnessy

I think it's a good idea.

Sergey Levine

Yeah.

Patrick O'Shaughnessy

And do you think that's an approach that you'll pursue?

Sergey Levine

I don't think that there's one right answer, right? I think there are some domains where deploying a system under human control makes a lot of sense. There are some domains where deploying a partially autonomous system is very reasonable. It's kind of domain-dependent, right? Because robots aren't just one thing.

Maybe some people might not want a robot in their home that is constantly being controlled by a person off-site, but maybe for some applications that doesn't matter.

Patrick O'Shaughnessy

Yeah. If you mark the start of Physical Intelligence through today, what has been the most surprising thing to you that you've discovered, or about the nature of how the research has gone?

Sergey Levine

One of the things that's been surprising to me is that I think we've made a lot more progress on dexterity than I thought we would. I had an expectation based on my prior work that generalization—being able to handle all sorts of different scenes and all sorts of different objects—would steadily get better if we just collected more and more data.

But what was surprising is that we could also get these systems to perform very dexterous behaviors without really doing anything particularly special for that. The same, by the way, also applied to getting systems to work on different embodiments, where we could get our models to work on all sorts of other robots, including robots with multi-fingered hands and robots with different numbers of degrees of freedom.

Obviously, we needed to get data and we needed to fine-tune the model, but the model itself didn't need to change. It didn't even need to be told through any kind of prompt what the robot was. That was also surprising to me because I would have thought that we would need some fancy techniques to adapt the system to faster, more dexterous, more complex tasks and also to different kinds of embodiments. But it actually seems to generalize pretty well across those.

Patrick O'Shaughnessy

I'm always interested in the spectrum of capabilities, and especially where the systems today are more advanced than you think people would probably expect and where they're less advanced than people might expect.

Sergey Levine

This is something that's always been very tricky to understand in robotics. There's this idea that roboticists always talk about called Moravec's paradox. It's actually true in all areas of AI, but especially in robotics, it's a big deal.

We kind of have a cognitive bias to think that things that are easy for us will be easy for the machine, right? Solving calculus problems is difficult for most people, but picking up a cup is easy for most people, so we think, “Machines should be able to do this.”

But it's actually the other way around: there are things that are easy for us because they have to be, otherwise we wouldn't survive. We're very good at spotting the tiger in the jungle because the people who weren't so good at it got eaten by the tiger, and they're not around anymore.

Because of that, we have this cognitive bias and think that there are things that should be very easy, but they're actually very difficult engineering challenges. However, something that is changing is that machine learning slightly changes that equation. Programming something by hand to pick up any cup anywhere is difficult. Getting a machine learning system to do it, if you have data for it, is actually not that difficult.

8. Kitchen Robots

I think increasingly what we'll see is a shift where domains where collecting data is straightforward actually end up falling into the easy bucket over time, even if they are physically intricate. But there will be domains where collecting data is difficult, where you need to use more common sense, where you need to reason at multiple levels of abstraction, and connect physical skills that you've learned in other areas to knowledge that you got from the web. Those will be tough, and that's where we'll need more technology advances.

Patrick O'Shaughnessy

What is the science of common sense? You mentioned common sense before. When we say that, what does that mean?

Sergey Levine

For the purpose of robotic learning, we can think of it as applying semantic inferences using knowledge learned from other domains to the current physical task at hand. You can think of common sense as sort of the opposite of muscle memory. If you play a sport and practice something a lot, you hardly think about it. You just do it on autopilot.

Common sense, in my mind—I don't know if this is the conventional definition, but I think it's a reasonable definition—is when you know something to be true because you saw it, read about it, or heard it, and now you're in a situation where that fact is highly pertinent to what you need to do. You're able to make that connection, apply it to your situation, ground it in the environment that you're in, and make the right decision.

Patrick O'Shaughnessy

One of the other differences that's so interesting to me is that everyone's used a chatbot now. You query it, you get an answer; you query it, you get an answer. We're now seeing what happens with Claude Code and other things, where you give it something complicated and it's able to do a very long task. The measure is how long it can go without failing. What's the similar long-range thing in robotics?

Sergey Levine

It's something that we're working on quite a bit right now, and in fact, the methodology is not that different at some level. The way that our models work now, as I mentioned, is that they use this kind of chain-of-thought process to reason about the task. When you have that, you can actually do very long-horizon tasks. You can have a robot that takes out all the dishes from the dishwasher, puts them in the correct cabinets, wipes down the counter, and does all that kind of stuff.

The interesting thing here is that we found, maybe about 6 months ago, that our models had gotten to the point where they could be improved just from supervising them with high-level instructions. You take a robot, put it in a new kitchen, and ask it to clean the kitchen. It gets to work and then fails somewhere. So, what do you do?

Traditionally, what we would do in that situation is add more teleoperation data to cover a wider range of kitchens. But what we tried, kind of on a whim, was to see what would happen if we didn't add more teleoperation data. What if we just added more data labeled with the semantic command? Basically, just take whatever the robot experienced and label it with some semantic commands, but don't add any more low-level actions.

That actually helps. It improves the robot's ability to generalize. What that means is that the bottleneck had shifted from the lowest level—meaning the robot's ability to physically do the task—to this middle level, where the system is now more bottlenecked by its ability to interpret the scene and select the correct next step, which can be supervised with language. That's a big deal, because now someone can literally talk to the robot.

Patrick O'Shaughnessy

Coaching, basically.

Sergey Levine

Yeah, exactly, and make it better just by talking to it.

Patrick O'Shaughnessy

If we're in 2050 and there's no robot in my kitchen doing my dishes for me, what do you think the most likely explanation is for it not having gotten there by that point?

Sergey Levine

My suspicion is that there is a long tail of challenges that has to do with the interaction of technology and people. In some ways, autonomous cars aren't that different in this regard. Getting to a level of comfort with deploying autonomous vehicles on the road was a significant challenge that ran in parallel with getting the technology to that level.

9. Simulation vs. Real-World Data

For example, Tesla's early self-driving was a bit controversial because it wasn't perfect. There was a question of whether people were comfortable with that level of imperfection. So, probably there are some tasks for robots where people will be comfortable with something that's not perfect, something that needs to learn from its mistakes. There are some areas where people will not be comfortable.

Patrick O'Shaughnessy

Are you comfortable with occasionally breaking your dishes? Maybe in a few years it will stop breaking those dishes, but maybe in the meantime it's not quite there. Are you comfortable with a robot like that in a home where there are small children?

Sergey Levine

Maybe not, and that's okay, right? I think that figuring out how those factors interact and what that means for the timeline, and for how these systems get better with experience, is a tricky question. I think it needs to be approached very carefully, with a lot of sensitivity. There may be some domains where it makes a lot more sense for these systems to be deployed, bootstrapped, and used to collect more data. Maybe other domains require more care.

Patrick O'Shaughnessy

Could you imagine a purely technical explanation for why something might not work?

Sergey Levine

I think the place where I would see the biggest technical risk is dealing with the breadth of different situations. If we were talking about a well-defined but slightly chaotic environment, like cleaning hotel rooms or assisting human cooks in a restaurant, I think I have a very good sense for how to get that under control.

10. The Robot Olympics

If you're imagining a robot going into a home, one place where I can anticipate a challenge is that there are a lot of other unexpected things that can happen, and you need a system that's very good at inferring what's going on and adapting to it or reacting intelligently. We have a lot of ideas for how we can approach it, but that's the hardest part of the problem.

When you're in a situation where just about anything could happen and you're controlling a physical device that affects the world around it, you really need to get things right, at least at some level, pretty much in every case. It doesn't mean that you always have to succeed, but it does mean that you always have to do something sensible that people are okay with. I think there are a lot of really good ideas for how to do that, but that is probably the most challenging part of the equation.

Patrick O'Shaughnessy

If I go back to thinking about the right model for the Physical Intelligence approach to doing this whole exercise, help me make it as simple as possible. One way to think about it might be that we're going to build a whole variety of different kinds of things, with different kinds of form factors, to do a whole variety of different kinds of things, mash all this data together, and start to experiment with how we can make it better on evals. Is that just the simplest way of doing it, or is there an even simpler way?

I'm asking because I'd love to then contrast it with some other approaches that you're interested in, that you're not doing, that others are doing.

Sergey Levine

I see. In my mind, the most important thing to get right is to get the system to be general, and in particular, to get it to be general with respect to how it can be improved. Hand-designed robotic controllers are not very general with respect to how they can be improved, because it requires a human engineer to go in and improve them.

A learning-based perception system is more general because all it requires is human labelers to go in and label more data. A system that learns autonomously from data that it gathers through its own experience is even more general because you don't even need the human labelers. So, the key is this generality, particularly with respect to improvement, and the decisions we make are, to a very large extent, centered around that.

I don't know if the correct design for a robot is to have 3 cameras. I don't know if it needs a touch sensor. I think we're very agnostic to that. We'll try a lot of those different choices. I'm not even sure if, in the long run, it's going to have a language model. Maybe it will have some other kind of model that's trained on very diverse data. But the key is this level of generality.

Patrick O'Shaughnessy

What other approaches are the most interesting to you?

Sergey Levine

I think one thing that's a very important question in this area, and something that I think the research community and the tech community have not fully answered, is the dichotomy between different data sources, particularly with respect to real data and simulation. It's a very controversial topic. I have a very strong opinion about it, but I think it's worth acknowledging that if we look, for example, at humanoids—if you've seen videos of humanoids doing all these acrobatics—there's a particular pipeline that makes that work, which is very heavily reliant on simulation and actually very light on real-world data.

Often, there is actually zero real-world data. And then there are the approaches that work well for robotic manipulation, which are often the opposite. They often use very little simulated data, large amounts of real-world data, and very large foundation models. It is surprising that in these 2 robotic domains, the dominant approaches look so different.

Now, it may be that 1 will win out and there is a particular approach that can handle everything in the long run, or maybe there’s some sort of synthesis of these ideas that’s important. I don’t know the answer. I have my own subjective opinions. I think the approach we’re taking is a very good one, but I think it’s interesting to look at that and see why these things are so different.

Patrick O'Shaughnessy

Can you talk about the contrast between cool and useful? The Boston Dynamics robot is very cool. The backflip is super cool. I don’t know what I need that requires a robot to do a backflip, so I’m curious how you think about optimizing around cool versus useful.

Sergey Levine

I think the strategy we’ve taken—I don’t know if it’s the right strategy—is subject to the constraint that it’s useful: make it as cool as possible. That’s reflected in our blog posts and our videos. We make decisions first and foremost based on our assessment of what will drive the technology forward toward this truly general, broadly applicable robotic foundation model.

But in doing that, we try to stress-test it against the toughest challenges we can throw at it. The toughest challenges are often ones that look cool. We didn’t set out, for example, to build a robot that can make espresso or fold the laundry, but in the process of building these general systems, we figured these would be particularly challenging, particularly exciting things to try with them to see how far we can push them.

Patrick O'Shaughnessy

Can you talk about the robot Olympics?

Sergey Levine

Yeah. There was a gentleman named Benji Holson who used to work at Everyday Robots, part of Alphabet before it dissolved, and he spends a lot of time thinking about tasks that robots can do. He wrote a really interesting blog post a while back where he basically said, “Hey, there was this robot Olympics held in China where robots would run around on a track and jump and so on, but maybe these aren’t the real challenges we should worry about. How about a robot Olympics centered around everyday tasks that people do?”

11. The Physiological Reality of Embodiment

That’s more of a paradox thing, where the tasks are things that people find really easy but that robots struggle with. He had things like opening a door, washing a frying pan with grease on it, and using a plastic bag to pick up dog poop. Those are things that people don’t find particularly challenging, but no current robotic system can do them. He listed maybe a dozen of these things.

We wanted to give this a shot. This wasn’t actually part of a concerted research project. It was more that we had developed processes and systems for ingesting new tasks that we wanted to use for all sorts of tasks, and we figured a good way to test this was to say, “Here’s a big list of tasks. Let’s just go through this process that we’ve developed and see if it works, basically.” It’s almost like a test of our internal operations and model-training system.

Then we tried these things, and it turned out that we could solve almost all of them. There was 1 we couldn’t do: turning a dress shirt inside out, because the grippers on this thing wouldn’t fit inside the sleeve. We probably need to change the gripper. On a technicality, we didn’t succeed at peeling an orange because they said, “Do it with the fingers,” and our fingers weren’t strong enough, so we had to use a little tool, basically a little knife. But everything else we could do.

What was interesting to me is that, obviously, it’s cool—the videos are nice—but if anybody watches those videos, 1 thing that’s important to keep in mind is that we didn’t develop anything special for this. We literally used this as a test of our task-onboarding process. I think that’s interesting because it suggests the power of generality: when you have this kind of general system, you can onboard all these crazy tasks without really doing anything particularly sophisticated.

Patrick O'Shaughnessy

I was curious before, when you said superhuman ability, like on dexterity or something like that, where we’re limited by what we can do or maybe by what we can control, even if it gets smaller. What are some of the other dimensions like that where we might surpass human ability in terms of physical ability? What are the other trend lines that are most interesting to you?

Sergey Levine

Here’s a fun 1. We were working on a task where our robot had to plug in cables, like power cables or Ethernet cables or something like that. When a person does this without having practiced a lot, they pause frequently, right? You have to process what’s going on. You have to make sure that it’s all aligned and all that stuff, so you do it very slowly.

12. Controversies in the Robotics Community

If you’re teleoperating a robot, you do it even more slowly because there’s this level of indirection. It turns out to be pretty straightforward to find all those pauses and remove them. You can speed things up further, so you can get a task where a person demonstrates what it means to succeed, and then you can have the robot practice the task and succeed in the same way, but a lot more quickly and a lot more efficiently.

The most general way to do this is with reinforcement learning, but there are also some simple tricks you can do if you just want speed. That’s 1 example of something where you can have a machine that does it a lot better. At some level, you have a processing bottleneck. That’s why a person does it slowly, because they have to process what’s going on, but speeding up processing is something that people understand quite well in computer science.

Patrick O'Shaughnessy

There’s this amazing Michael Crichton novel called Prey. Is it a question about form factor? It seems like for a given problem, there may be an optimal shape, or set of optimal shapes, for the robot to perform the task, and that what you should do is analyze the problem, then have something that can almost morph or transform into the form factor. How do you think about that—the innovation on the form-factor side rather than the data and model side?

Sergey Levine

I think that, in general, in robotics, the ability to innovate on form factors has been very constrained because of the AI challenge. If you have a traditional AI pipeline—you’re doing some motion planning and stuff like that—it’s hard to just cobble together some new robot. When you do that, you have to characterize the dynamics of the system. You have to do system identification. You have to build up all this stuff.

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, maybe it won’t be perfect out of the box. Maybe it needs more data to really perfect it, but you can at least get the thing moving. I think that could be a really powerful engine just to get everybody to experiment with this stuff.

I don’t think that I’m the right person to design the perfect robot. There are people here, of course, who are a lot better at that. But in general, I think it’s just like with personal computers. The key is to let people experiment and play around with it and radically lower the barrier to entry for that. I think then we’ll see a lot more creativity.

When people first started using personal computers, there were a limited number of form factors. Now you can have a computer in your phone, a computer in your car, or embed a computer in your refrigerator. They’re everywhere, and they’re very different. Generality, good software, and a good foundation on which you can build applications—those are key to enabling that.

Patrick O'Shaughnessy

Professor Andy Clark once described to me the feeling of physical intelligence for a human as being like learning how to ride a bike. There’s that moment when you didn’t know how to do it, and then you do know how to do it, and that feeling is physical intelligence—that snap of understanding.

Sergey Levine

There’s actually a physiological explanation for this. There were studies that were done in monkeys using tools, and you can actually find which neurons activate for the monkey to figure out where its hand is. It turns out that if it’s using a tool, they activate based on the location of the tool tip, not based on the location of the hand.

The tool being an extension of your body is a real physiological thing. Your brain literally does that.

Patrick O'Shaughnessy

So, knowing that, what does that do to impact the approach to your research?

Sergey Levine

I think, to me, it says that physical intelligence should be, at some level, agnostic to embodiment. A good foundation model should figure out how to manipulate whatever body it’s controlling and whatever tools it has at hand—that there’s basically 1 problem, not many different problems.

There isn't a humanoid problem and a car problem and a bulldozer problem and a robot bolted to the table problem. There is one problem, and if you solve it at this full level of generality, that's really, really powerful.

Patrick O'Shaughnessy

We're in the early stages of seeing some of the job and other sorts of transformation in businesses and the economy that LLMs make possible. Certainly, we've seen it in engineering. How do you think about what might happen, or what you hope will happen, when we're at a similar stage, whenever that happens to be, for robotics, where all of a sudden we have this thing that's general and useful?

People are creative. Where do you think the world's very efficient at deploying these things? Where do you expect to see the world start to change most in the early days post-physical intelligence?

Sergey Levine

Yeah, that's a really interesting question. I really don't know. I don't think anybody would have been able to predict how the LLM stuff evolves. People would have guessed, but this is why I keep coming back to this idea that maybe the key is to let people try lots of things.

13. What Makes a Great Researcher

One of the really amazing things about applications of LLMs is that they are really accessible. Somebody could put together a really cool new prototype that, under the hood, is just prompting ChatGPT or something, but they can experiment with it, try it out, and see what it does. There's an amazing power to having lots of smart people rapidly iterating and prototyping lots of things.

That's why Physical Intelligence has really put a premium on engagement. We've open-sourced our models. We would like to engage with lots of other companies that are building robots, because we all see a lot of power in this effect of having many people trying out lots of things.

Patrick O'Shaughnessy

What are the major controversies in the robotics community?

Sergey Levine

Obviously, I'm an academic, so to me, a controversy is someone getting in an argument with me at a conference. But I can tell you that the kinds of arguments that I've found myself in have followed an interesting trajectory.

In the early days, the main argument I would have with people was whether learning has a place in robotic AI. Part of why that was often a controversial point is that, in a traditional engineering pipeline, robots look very different from software artifacts. They're physical, they can affect stuff around them, there are safety considerations, and there are a lot of weird situations they can get into.

It took a really long time for the robotics research community to really internalize that you don't necessarily need to program in things like knowledge of physics. You don't necessarily need a physics simulator inside your robot when it's planning. We can actually have a learning system figure all that stuff out, and that was a very controversial thing for a very long time.

I think at this point there's a lot of acceptance that learning is a really important part of robotics, but I don't think there's still universal acceptance that end-to-end learning is the right way to go. I don't think there's universal acceptance of the bitter lesson.

The bitter lesson says that you should not program the machine to think the way you think it should think, but you should let it learn from data. That is not a universally accepted idea. I think there are good arguments against it, but I think that in the long run, if we want that generality—especially generality in the machine's ability to improve—then we need it to primarily learn from data.

Patrick O'Shaughnessy

What is the good argument against it?

Sergey Levine

My best attempt at steel-manning this is that if you want something reliable in a really complicated, open-world setting, then you can't afford not to use what you already know about the physical world. We've got textbooks full of this stuff, so why don't we just plug in what we know from the textbooks?

Patrick O'Shaughnessy

What is compositional learning? Can you describe that?

Sergey Levine

There's an example I can give you, which is maybe the more vivid way to communicate this. This is an example that is due to one of my students, actually.

He had this idea where he asked a language model to provide a recipe for how to make a sandwich in the International Phonetic Alphabet. The International Phonetic Alphabet is made up of symbols that they use in a dictionary to explain how to pronounce a word. It's very peculiar because it only ever appears for individual words in a dictionary. You never see free-form text written in the International Phonetic Alphabet.

But if you ask a good language model, it will write paragraphs in IPA for you. That is compositional generalization. It means that you have never seen this particular language or this particular alphabet used to write paragraphs, but you understand paragraphs. You understand that it's compositional with different alphabets, so you can solve the problem.

You can imagine the same thing coming up in robotics: you've learned a repertoire of skills, and now you can combine and mix those skills and apply them to solve new problems.

Patrick O'Shaughnessy

It makes me wonder what the last types of tasks you think will be possible for a robotic system to achieve.

Sergey Levine

I think changing a child's diaper will be really, really hard.

Patrick O'Shaughnessy

Say more.

Sergey Levine

I think this really is just Moravec's paradox all over again. People are extremely good at certain things. We're very good at physical things, and we're also very good at interacting with other people. That makes sense. We have to be. That's a lot of our systems.

14. How Businesses Should Prepare for Robotics

Things that involve behaviors that interact with other people, where you actually have to help somebody—like helping somebody get out of bed or something like that—I think are a lot harder than people appreciate. I think elderly care and taking care of small children are going to be hard, and they're probably going to be harder than people think.

Mhm.

Patrick O'Shaughnessy

And the stakes are very high. I want my baby to be safe.

Sergey Levine

Not just that. The stakes are high in many places. It's just that this is probably the pinnacle of something that fools us into thinking that it's easier than it really is, right?

We are so evolved for interacting with people and doing things physically. If you're helping somebody get up the stairs or get out of bed or something like that, you don't have to think very carefully about how you're going to do that. You kind of know. So I think it's really the pinnacle of Moravec's paradox.

Patrick O'Shaughnessy

If I think about an LLM as a brain, and now it's effectively studied everything—I don't know how else to put it—and then I think about a robotics model's brain instead, what are the dark parts of the brain? What has it not been able to study or penetrate or learn? What are the areas that have just been really difficult, that matter but have been hard to—

Sergey Levine

Mhm.

Patrick O'Shaughnessy

—for us to get into?

Sergey Levine

One of the things that people are remarkably good at is using physical analogies to understand other situations. I don't know whether this is something that LLMs can or can't do, but it is something that people use a lot. They use it in everyday life, and they also use it for very sophisticated problems.

For example, you could say, “That company has a lot of momentum.” That's a physical analogy. You know exactly what it means. I don't have to explain that statement to you. But if you actually think about that, it is quite a complex thing. There's a lot riding on that word “momentum.”

There is an interview with Richard Feynman where he talks about analogies that he makes regarding subatomic particles. He says, “Okay, we use the word ‘spin.’ The thing is not really spinning. It's not like a spinning top.” But all those kinds of analogies really help us make sense of it, and not just in a way that allows us to explain concepts—they actually lead to conclusions. They lead to inferences, and those inferences actually make sense.

It's kind of remarkable that we are so primed to interact with the physical world, so primed to have physical intelligence, that you can use it in everyday speech by saying that a company has a lot of momentum, and you can use it when advancing fundamental theoretical physics.

That's kind of remarkable. I don't know if LLMs can do that. Maybe they can, but I think that really understanding physical interactions, causal structures, and all that kind of stuff is something kind of special about that, and it's clearly something that people get a lot of mileage out of.

Patrick O'Shaughnessy

I'd love to talk about the role of researchers and the actual people doing the research. In the LLM world, it's fairly shocking how few people on a global scale are responsible for basically all the progress in LLMs. Someone like Ilya Sutskever is an example. What is that like in robotics? How many people in the world are truly impacting this trajectory?

And then I want to ask about what good research means.

Sergey Levine

I think those kinds of questions are often very hard to answer about science, because we sometimes have a tendency, especially when we look at history, to underline particular milestones. Certainly in machine learning, this is the case. You can say, "Okay, AlexNet was a big step forward. This was a big step forward." That's true.

But I think it's also important to remember that these advances happen because lots of people are trying lots of things, and even some of the failures are actually very instructive. I complained before, in a low-key way, about the controversy around end-to-end robotic learning, but I don't know if robotic learning would have advanced the same way if it were not for the controversy, so to speak.

It is true that you can look through the list of successes and mark down that these folks have had a history of repeatedly hitting home runs. But I think, in reality, in the scientific community, it's not just the home runs that are responsible for progress. Even some of the failures and some of the bad ideas are very instructive in pushing toward the good ideas.

Patrick O'Shaughnessy

Yeah, it's fascinating to think about. The example you gave before is so interesting, where the research insight was, "Just give it some coaching and it gets better." It seems like that sort of insight can be very powerful and high-leverage, which makes me wonder: What have you learned about what makes for a great researcher?

Sergey Levine

Research is definitely different from engineering because, in research, the important thing is to get to an answer to a question, which often requires cutting some corners. One of the most delicate decisions in research is when to try new things and when to stick with what you're already trying. That's very delicate. It's very hard to figure that out.

If you get it wrong and you don't stick with something for long enough, you might be right there. You might be about to get to the answer, and then you stop just short of it. That's terrible. Or you could get stuck hammering against something that's never going to give way for years.

So deciding when to turn a little bit and look this way and that, to open yourself up to more opportunities, versus when you should keep hammering on the thing because you're about to get the solution—that's often the most important decision. Some people have an instinct for getting that right, and that counts for a lot.

Patrick O'Shaughnessy

You've obviously been in and around, and are one of, great researchers. What are these people like as people? How do they tend to be distinctive from the average person?

Sergey Levine

I think they're just the same. I'm thinking about the people that I deeply respect, who are really good at this stuff, and I have a very hard time thinking of a single set of personality traits. The one constant is that there's no constant, basically.

15. Tracking Progress Through Research Papers

There might be a commonality in that, to do effective science, you have to be very passionate about it. But even that passion can come from many different places. I've worked with people who were remarkably effective and were driven purely by the desire for novelty. They don't give a damn about what their technology does. They don't give a damn about whether it's useful. They just want cool new ideas.

I've also worked with other people who really want to solve a particular thing. They're just as happy building stuff, testing out experiments, or hammering away at things—whatever it takes. All those types can be very effective.

Patrick O'Shaughnessy

You mentioned the distinction between research and engineering, which also makes me think of manufacturing. Elon would be fond of saying that the factory is the product. The hardest part of this whole equation is actually the scale-up of whatever this thing ends up looking like—making 100 million of those.

How do you think about that part of the equation, or is it too remote at this stage to spend too much of your time on?

Sergey Levine

No, I think it's an important part of the equation. I'm not sure it's the part of the equation that we most need to figure out right now, but it's certainly part of it.

As you might have guessed from my answers to the other questions, I prefer to think about this by figuring out the hard part and then enabling a lot of experimentation on the other parts, right? So, yes, making a robot at scale is difficult. Making a robot at scale is even more difficult if you don't know what kind of software is going to run it afterward and you're not even sure whether it's the right kind of robot.

I think one of the really valuable things we can get out of general-purpose AI tools like robotics foundation models is the ability to get a lot of the other stuff figured out, so that at least some of the uncertainty goes away. When you scale things up, you have some confidence that this is really going to work.

Patrick O'Shaughnessy

A lot of people who listen to this are entrepreneurs and people who run companies. A very popular question has become: How should a traditional company begin to think about using LLMs or preparing itself for the ongoing improvement of these models? How would you answer the same question for robotics?

Sergey Levine

It's a very good question. It's also a very difficult question because the technology is changing so rapidly. I want to illustrate why this question is difficult with an example.

Here's a particular uncertainty about the technology. It's going to be a little bit specific, but it's an example: Will the robots rely more on demonstrations or on reinforcement learning from autonomous data? We're working on both of those things, and they're clearly both important. But how somebody should prepare for the technology will be pretty different if they're expecting that they need lots of teleoperation to produce lots of demonstrations and a little bit of autonomous experience versus the opposite—a tiny number of demonstrations and huge amounts of autonomous experience.

16. The Next Step: Mid-Level Reasoning

Is it 90/10 or 10/90? That's something we're hopefully going to learn about over the next few years, but it does change the correct approach pretty dramatically. So that's a case study of how changes in technology will dramatically alter this.

Patrick O'Shaughnessy

From a business standpoint, is the right way to think about it just to get really clear on the economics of the labor in your business or something? I'm curious how you think about the way that this will change the nature of labor itself.

Sergey Levine

I think coding tools are a really nice example to look at as a template for how this might work. It's not like coding tools came on the scene and suddenly we don't need software engineers anymore. It's that the coding tools increase the productivity of individual software engineers.

There's some amount of work that needs to be done to make sure that people are able to use them. There's some amount of technology development that needs to be done to make them useful for the appropriate use case, and these things are co-evolving. They're also still changing. Coding agents are different from code-completion tools, and so on.

But I think it's a nice template for us to look at to see how AI tools combine with people doing a job, increase their productivity, and also raise new challenges. I think we'll actually see something like that with robotics, too.

A more realistic template is not that the humanoid goes in and the people just leave. It'll be more like there are some aspects of the job that can be done by a robot, some that can be done with a robot working together with a person, some where the person needs to do something special to make the robot more productive, and some where it's the other way around, where the robot does something that makes the human more productive.

It'll be this kind of dance that we've seen with coding tools.

Patrick O'Shaughnessy

Do you have a favorite robot that's not part of what Physical Intelligence is doing?

Sergey Levine

I do really like the Boston Dynamics robot, especially the new version of the Atlas, because it is, in some ways, very human-like and, in some ways, very not human-like.

They made some interesting decisions about how they want more range of motion on the joints, so it can do some pretty cool things. It's also a very agile robot, which is really cool. It makes those awesome demos. So I'm a big fan of that. I'm generally a big fan of everything that Boston Dynamics has done.

Patrick O'Shaughnessy

Should or could anything be read into the fact that Boston Dynamics has been doing very cool demos for a very long time and doesn't actually do anything useful for people or customers?

Sergey Levine

Yeah, it's a fair question.

I think it's also a fair question for lots of robotics companies, to be fair. What I'll say in general terms is that there is a lot of value in demos that serve to illustrate challenges on the road to something useful and productive. Obviously, you can also do a demo without being on the road to something useful and productive, but I think there is value in demos.

I think that demos that are used correctly in service to a mission can provide people with an illustration of what to expect, and they also provide a challenge. You just have to be honest in setting up that challenge.

Patrick O'Shaughnessy

How much do you think about the business endpoints? I think, to this point, Roomba is the best-selling robot of all time in the consumer category, which is kind of surprising. Of course, we might be on the edge of some sort of Cambrian explosion, but how much of your cycles do you spend thinking about, “This is the shape of a product that might result from this, and maybe this is the way we bootstrap our way to all this data”?

Sergey Levine

I certainly spend some time thinking about it. I think it's just something that's very hard to reduce to a very concrete answer right now. But it's not too bad to think about a space of possibilities. A lot of what we're doing when we develop our models, experiment with different tasks, and do demos like the Robot Olympics is prototyping what it looks like when we try to do something real with this, obviously at different degrees of reality, and seeing what goes wrong.

It is something we think about a lot. It's not something that I have even close to a concrete answer to, but there is a space of possibilities, and a lot of what we're actually planning to do in 2026 is also experiment with different things in that space.

Patrick O'Shaughnessy

When you study the history of general-purpose technologies—which this certainly would be a major one if it comes to fruition—you often find this constellation of things happening around that thing that enable it. Obviously, LLMs are a direct complement to what you're doing. Are there any other surprising technology areas or trends that help you do what you do but are different?

Sergey Levine

One interesting thing is that robotics hardware has become dramatically more affordable over the last few years. When I started working in robotics about a decade ago, I worked with a robot called a PR2, which I believe had a cost of about $400,000. When I started my lab at UC Berkeley, I used a robot that was in the ballpark of $30,000. Now, each arm on this thing is maybe a tenth of that. We think they can be even less.

17. The Kindest Thing

That's not due to any one single technology. It actually involves both hardware and software. The low-cost arms that we have here wouldn't be useful in an industrial setting because traditional control methods that rely on a great deal of precision wouldn't be able to use them. So, there's a wide range of different factors—a cluster, a constellation, as you said—that have pushed down the price point of these things. I think that does make it a lot more practical to think about general-purpose robotics today.

Patrick O'Shaughnessy

For people who would want to be fairly technical about following major milestones that are happening in this field, where does that information show up? A lot of it shows up in research papers.

Sergey Levine

Research papers, unfortunately, are not a very accessible source of information because it takes a bit of care to sort through everything and figure out what the signal is and what something really means. Research results are intended for an audience that already understands the starting point from all the past research results, but that's a big one.

I think robotics, and technology in general, is one of those things where the public-facing artifacts, like the demos and videos that somebody might post on social media, are often not very good for providing a sense of the true underlying state of things because they're meant more as a demonstration at the edge of capability. Grounding what the demo really means requires digging deeper.

So, probably research papers are the way to go. Sometimes, even worse than that, you have to actually go talk to the individual people and find out what the inside story really is. Maybe that's not a great situation to be in, but that's kind of how science works.

Patrick O'Shaughnessy

As we look forward to the future in your mission, what feels the most uncertain?

Sergey Levine

I do think the timeline is uncertain. If anything, my sense of the timeline has gotten more optimistic since we started, but it's uncertain because of the nature of the technology. There's a bootstrap challenge: getting to a particular level of usefulness so that robots can be deployed, do useful tasks, and start collecting data from open-world settings at scale. Getting past that activation energy is such a sudden kind of event, so I think there is a lot of uncertainty about the timing of that.

That's exacerbated by the fact that the timeline looks different depending on what kind of technology is deployed. The example I gave before was whether data collection should be through teleoperation, with autonomous systems, or something in between—maybe shared autonomy, maybe this coaching kind of thing. Those all change the picture in terms of how deployments work and how in-the-wild data collection works. Because of that, I do think there's quite a bit of uncertainty about the timing.

Patrick O'Shaughnessy

You're in such an interesting position because you're at the center of research, and lots of different kinds of people are talking to you and asking you questions. What are questions that you're surprised people don't ask you? What are the things that people don't ask you about that they should?

Sergey Levine

I think the question you asked earlier about how somebody should prepare actually has a variant that would be something like, “Okay, if I want to start using autonomous robots for a thing, what should I start setting up?” Should I set up teleoperation? Should I modify my task in some way so that it's more accessible? Should I design new hardware? Maybe I should design new hardware so I can plug your software into it.

I think people make a lot of assumptions about that. For example, one assumption is, “Well, machine learning requires data, so let me just figure out something that will collect data.” That's not often the best assumption because you need the right kind of data. Maybe some data is easy. It's easy to get videos of people doing something, but that doesn't mean it's the right kind of data.

It might be domain-dependent. It might depend on your thesis about the technology that will succeed. I think people make a lot of assumptions about that. Not that I necessarily have a better answer for them even if they ask me, but it's something where there's a big space of possibilities.

Patrick O'Shaughnessy

We talked about these big, uncertain, long-term timelines. What is the very next thing you're trying to solve that's extremely visible?

Sergey Levine

Without giving too much away, what I can say is that a big focus for us right now is better understanding this kind of middle-level reasoning part of the problem. We think that we have a pretty good sense for how to acquire low-level physical behaviors, but getting those low-level physical behaviors to generalize requires bringing to bear a lot of this kind of common-sense knowledge. The representation of that might be really important.

LLMs make certain kinds of representations very convenient. They make it very convenient to basically turn text into other text. But that's not necessarily the best representation for what an embodied system needs to do. Sometimes it needs to think about things more spatially, sometimes semantically, and sometimes in other representations.

Trying to figure out exactly how to structure that kind of internal thinking process might be a very important question. The answer to that question might be different in the world of embodied foundation models than it is in the world of LLMs. That's a concrete thing that we're working on now.

Patrick O'Shaughnessy

Where do you think you fall? If I could somehow get the 100 most informed and active robotics researchers in the room at once and poll them on how certain they are that things will have unlimited capabilities, and how soon that might happen, where do you fall in that distribution?

Sergey Levine

I'm on the optimistic end when it comes to established robotics researchers and on the pessimistic end relative to robotics entrepreneurs.

Patrick O'Shaughnessy

Interesting. I understand the entrepreneur part for sure. They're optimistic by nature. Why are you on the optimistic end of the researcher community?

Sergey Levine

Robotics has a very long history with precious few successes, especially when it comes to robotic AI. Let me put it this way: if we're being honest about it, most robots that are out there doing useful work are still running, and that's because the robotics problem is hard. Maybe that's not our fault. It's just a difficult problem.

Because of that, I do think there's good reason for caution. Maybe we've made a lot of headway on this part of the problem, but there are many other problems that still remain.

Right? Now, part of why I'm optimistic about this is that I have a sense of what has proven tough for me before, and I can see a lot of the puzzle pieces that I'm imagining could be slotted in to address many of those things. But, as my co-founder Carol likes to say, when you've climbed the mountain, only then do you see if there's another mountain after it, right? And in robotics, there's been a lot of experience of lots of mountains.

Patrick O'Shaughnessy

Given that endurance is required, who or what most inspires you?

Sergey Levine

I am actually quite inspired by Boston Dynamics. Again, I think there are a lot of things that we can debate on the technology side, but I think there is a lot of value in repeatedly showing something that people wouldn't have thought possible, even if there are all sorts of caveats and assumptions and so on. Certainly in robotics, whatever we might say about demos and whatnot, I think it's very fair to say that people have revised their thoughts about what's possible from seeing some of that stuff. So, I think that's definitely one.

I think I'm also inspired by organizations that create an atmosphere for experimentation. There are some research labs that have done a very good job of this. I think, actually, OpenAI has historically done a great job of creating an atmosphere where individual researchers can experiment with things and be empowered to see those things through. 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. It was a pet project.

I think there's something pretty inspiring about organizations that empower people to have pet projects turn into world-changing successes. Certainly, one of the aspirations that I and my co-founders have here at Physical Intelligence is to provide some of that to the best of our ability. It's hard to do. It's very hard to have an organization that has that kind of capability.

Patrick O'Shaughnessy

I feel like Google used to have that one-day-you-can-do-whatever-you-want thing. Is that the spirit of it?

Sergey Levine

I was absolutely shocked when I started working at Google at the level of leverage that I felt I could have. One of the projects that I did with many of my colleagues there in 2015 was colloquially called the arm farm. We took a couple dozen robots, put them in a lab, and had them collect data. That was a very bottom-up thing.

I found out from somebody that they had a warehouse full of robots that nobody was using. I asked Jeff Dean and Vincent Van Houcke if we could stick them in a lab. I was just thinking, “Okay, they're not going to take me seriously.” I had just started; I was a Level 4 research scientist. Jeff was like, “Yeah, let's do it. What do you need?”

I just remember feeling like, wow, I had never in my life thought that I could have that kind of leverage. Obviously, I was very young at the time. I think that's very special. Getting to a place where people can unlock their creativity and have that kind of agency can make for a very remarkable place.

Patrick O'Shaughnessy

My friend Jesse has this great question, which is: for companies that you're not involved with, which one do you most hope succeeds, and why? People used to say Boom a lot because they want to fly places faster. Increasingly, as I've asked this question, people have said BYD because the sheer impact that it might have if you're successful is massive on such a global scale. It's been really fun just to hear about all the ins and outs of how you're thinking about the problem and attacking it. When I do these interviews, I have the same traditional last question for everyone: What is the kindest thing that anyone's ever done for you?

Sergey Levine

It's a tough question to answer because I do think there are many moments in my career where I felt like I got a leg up on something. I think I have the kind of personality where I sometimes don't appreciate things in the moment and only reflect on them afterward. I don't think I have a single answer to that, but probably the 3 moments in my career that stand out. Actually, one of them I'd already mentioned to you, which was the arm farm thing. I'm especially grateful to Jeff and Vincent for being willing to take that bet on me and my colleagues.

There are a couple other moments. Certainly, when I started my postdoc with Pieter Abbeel at Berkeley, I had zero robotics experience. I had done virtual character animation and computer graphics, right? I felt like that was sort of a bet on my potential, more so than my actual accomplishments. There was another moment even earlier that maybe is even more minor, where, when I was in college, I got an internship at NVIDIA that really got me to experience some cool stuff when I was just a sophomore. I think the hiring manager for that also took a bet on me.

I think these kinds of things really matter in a person's career. Maybe at the moment I should have been more grateful, but certainly in hindsight, it's something that made a big difference. Hopefully I can make that difference in other people's careers as well.

Patrick O'Shaughnessy

Well, I've learned so much from you and your co-founders, and so much today. Thank you so much for your time.

Sergey Levine

Thank you.