Y Combinator Startup Podcast - The GPT Moment for Robotics Is Here

Episode Date: April 16, 2026

Physical Intelligence is building a foundation model that can control any robot to do any task — what the team describes as the GPT-1 moment for robotics.The company's cross-embodiment approach ...trains across many different robot platforms, and recent results show tasks being performed zero-shot that last year required hundreds of hours of data collection.In this episode of The Lightcone, co-founder Quan Vuong sat down with Garry, Jared, Diana, and Harj to talk about why robotics is finally ready for its scaling moment, how PI runs its models in the cloud rather than on-device, and the playbook for what Quan sees as a Cambrian explosion of vertical robotics companies.

Transcript
Discussion (0)
Starting point is 00:00:00 The equation, I think, for starting a robotic business has changed and will continue to change at an accelerating pace. Because the upfront cost is not that high anymore. Everyone's sort of spending a lot of time in the digital world. And it feels like now is the time to start thinking about the world of atoms. You literally just gave people the playbook for how to build a vertical robotics company. This has really been our mission from the start is to create that Cambrian explosion. It still blows my mind. I didn't know if this would exist even in my entire lifetime.
Starting point is 00:00:41 Welcome back to another episode of the Lightcone. Today, we have a very special guest, Kwan Vuong. He's one of the co-founders of Physical Intelligence, which we think might be the robotics AI lab that brings about the GPT1 moment for all of robotics. Kwong, thank you for joining us. Pleasure to be here, has been a long-time admirer of YC, and our mission is to build a model that can control any robot to do any task that is physically
Starting point is 00:01:10 capable of and to do so as such a high level of performance that's going to be useful to people in all walks of life. And so GPT1 for robotics, you know, what is it, you know, is the chat GPT moment for robotic real? Our perspective here is that we want to build a model that's really intelligence. We want to build a platform that allow us to externalize that intelligence to the rest of world and allow them to use it to build very interesting application in all sorts of vertical and robotics. And we think that it's going to be more like a peeling and audience analogy where you start from a really strong-based model
Starting point is 00:01:48 that have all sorts of common sense knowledge and already works to some extent on your robot. You have then a mixed autonomy system, very similar, for example, to a autonomous driving car today. And then you actually deployed a system to do a system, a real job. That system might make mistake. It's okay. And then over time by actually exposing the system to the complexity and the edge case of the real world, that system get incrementally, even just slightly better over time every day. And, you know, one day you wake up and you
Starting point is 00:02:19 certainly have a system that is just fully autonomous and just provide tremendous value. Might be helpful to give the audience a bit of a mini history lesson on why robotics is so hard. And there's been a lot of breakthroughs in the last two years. And I mean, just to simplify the robotics problem is three pillars, semantics, which I think we got a lot of analogs and with language models that somehow we port it into robotics. Then you have the planning. And then the last thing is control, which needs to be done in real time and interact with a environment that changes. What goes through the seminal papers that a lot of the team of Pi robotics publish
Starting point is 00:02:59 that gave you the inkling that the GPT one moment is near. And that started in 2024. So the dream to build general purpose robots has been a long-time dream, I think, in humanity. Like, you know, we're not the first to say that our mission is to build a model that can work on any robot. And we're really fortunate to be in this moment in time in history where we feel that it's possible
Starting point is 00:03:23 to kind of walk back a little bit, a few years before. there was, I think the first is Seikhan, which to me was the first demonstration of language model and how you can bring all of the common sense knowledge in language model into robotics, and therefore that significantly kind of reduces the need to collect robot-specific data. So for example, if you have a task of, oh, I want to go to the YC office to record a podcast, you know, what a step I need to take. You can ask a language model, you know, just show me the step and show me the plan. and that worked incredibly well.
Starting point is 00:03:58 And then the way kind of language model infiltrate, if you will, in robotic, is it start at the planning level, at the semantic level. But there's still the control problem, you know, at the end of the day, you still need a mechanism to convert the plan into low-level action that can actually acturage the robot. And that brings us to Palm E, and that brings us to RT2, which stands for robotic transformer 2. And what this two work really show is that if you start,
Starting point is 00:04:25 from a vision language model that is really powerful, and you kind of use robotic data to adapt this model to speak robot language, if you will. Then you see a lot of transfer from the kind of knowledge that exists in the vision language model down to the low-level action. One of my favorite example, when we did the RT2 project,
Starting point is 00:04:49 was you can have picture of celebrity on the table. If a picture of Taylor Swift, you have a picture of the quiz. of England. And you can ask the robot, you know, pick up the co-can and move it to Taylor Swift, even though the concept of Taylor Swift, it just doesn't exist in the robot data at all in that work. You can do other examples such as kind of spatial reasoning that doesn't exist in the robot data at all. Like, for example, move the dinosaurs next to the red car. And these are just completely unseen object in robot data. And so that was RT2 and that was Palm E. Now,
Starting point is 00:05:25 RT2 and Palm E are single embodiment exercise. Just for the audience, single embodiment meaning it worked for a very specific robot. It worked for a very specific robot. In robotic, you can ask the question, how do you scale? Especially how do you scale data collections? And one of the insight that we had back then was, you know, maybe the data from one robot is not that different from another robots anyway. If you have enough robots in your training data,
Starting point is 00:05:52 Maybe what the model learned isn't to control one specific robot, what the model learned is something that's more abstract, which is how do I kind of learn a general notion of what it means to control any particular robotic platform, and therefore I will be better at controlling any particular platform. And that brings us to what we call open cross embodiment and robotic transformer X. That was a big paper,
Starting point is 00:06:17 because it was the first that showed potential scaling laws that applied to robotics, because now you could start training all these models across multiple kinds of hardware, not just one, which has never been done in robotics ever before. Because from all the research labs, they would all train with a very specific set of sensor actuators and motors, and it was all very finicky with that particular hardware, right? Yeah. One of the really interesting result from open cross embodiment, and let me provide the context here,
Starting point is 00:06:47 is that you can take, let's say, 10 different robot platform, collect data from them, train a policy and really optimize the policy to work well on that platform. So let's say, you know, you have that, you have 10 different platforms, 10 different policies. And now if you simply take the data and absorb it into a model that is high capacity enough to really absorb that data and you can compare, you have this general list, right, that learn to control how to the 10 different robot. You can compare it to the specialist that has been optimized to work well on a particular embodiment.
Starting point is 00:07:19 How does it compare? And the interesting result from OpenX is it was 50% better. Wow. And that was really surprising because in robotic, it's hard enough to get your model to work on one particular robot platform. And one of the reason why I say that we're really fortunate to be in this moment in time in robotics is because Open Act was really only possible because of the support that we received from the robotic community. It was a huge collaboration across the robotic community. And the reason where that's really important is there is this joke in robotic grad school that, you know, if you want to add two years to your PhD, just work on a new robot platform.
Starting point is 00:08:02 You know, by that logic, if you want to have 10 robot platform, that's 20 years. Why is that? It takes like a year or two to just get the platform up and running to even collect the data. Yeah. Is it fair to say that the data set that was created from. embodiment X is similar to the scale of an impact that ImageNet did for vision, because it was huge and it was the first large data set across multiple hardware, huge collaboration. I still think that ImageNet was more impactful in the vision community, and the reason for
Starting point is 00:08:34 that is a few. The first is that ImageNet also allowed for reproducible evaluation, right? You know, OpenX as an effort was more about making data. available for kind of people to use. And evaluation is a really difficult problem in robotic that OpenX did not solve. And the second is I think OpenX is a drop in the bucket at this point in the robotic community. If you measure in the scale and the volume
Starting point is 00:09:06 and the diversity of data that the community is collecting, I think OpenX at this point is a drop in the bucket. I mean, I guess we started talking about sort of GP1, but even GP1, you know, That was sort of this moment where you can prove, you, Alec Radford figured out that there was a neuron based on a very specific input and output. And then that allowed the scaling laws to sort of take hold. The biggest problem in robotics I've heard is basically actually exactly what we've been talking about.
Starting point is 00:09:33 It's like it's the data problem. You know, language you could bootstrap off of like, you know, the sum total of what you could get off the internet, which is actually quite a lot. Can you give us like a sense for like scale? Is it like petabytes? Like, you know, what do you think is necessary as an input to, you know, the true GPD1 of robotics? Yeah. So the data scarcity problem in robotic, there's a few way to look at it.
Starting point is 00:09:59 The first way is that it's really two problems in this guys. There is a generation, data generation problem, and there's data capture problem. And the difference is that the data capture is that there might already be lots of robotic data that is being generated. But there's just never been really an incentive to capture it to make. it easy for digestion in training. And that's one of the goal that OpenX was trying to solve, which is if you have robotic data, it's a really good idea to capture it and make it possible to train on. The second way to look at it is that robotic is very different from language model.
Starting point is 00:10:33 There is not an internet of robotic data that you can use. And so you see this kind of very operationally heavy effort to collect data. And that's the question of is it going to scale? the way that I look at it is let's take the US GDP, 24 trillion US dollars. Let's say if we actually solve robotics, a model that can control any robot to do any task, napkin math maybe contribute 10% to US GDP, well, that's already a massive number. And I think that promise is one of the reason that warrants the investment into data collections in robotics. And the third way to look at it, is we're very focused on cross embodiment.
Starting point is 00:11:18 And cross embodiment, there is the data collection aspect of as well, which is to really make sure that your model and your organizations and infrastructure are set up to consume data from many different sources of robots. And that actually allowed you to scale easier. For example, if I would contrast our approach compared to, let's say a company that have a particular hardware platform that they optimize for and they scale, it's not an approach that have really allowed people to scale
Starting point is 00:11:46 because it's just much harder to figure out how do you manufacture like a thousand unit of something for now compared to making sure that you yourself are ready to absorb data from like a thousand different types of robots that are already in the community. I mean, it's a crazy problem, isn't it? I mean, the hardware itself, even within the same design of embodiment,
Starting point is 00:12:10 if there's a hardware run that goes awry or like one of the servos is slightly different, like you see it in the data, right? And then how do you control for that? Yeah. So I think we were doing kind of like an inventory of robot in the company. We were so shocked to find that there are no robot, no two robot platform that are the same. And if you ask people in the Roy community, sometimes there's debate about multi-robot versus single robot. And the argument is that, you know, single robot is simpler to scale. And actually, that's how it plays out in practice. How it plays out in practice is even if you have a single robot that you're optimizing for, over time that platform is going to drift. You know, maybe you want to make
Starting point is 00:12:50 hardware change or you have software change. You end up in a situation where it's much harder for you to reuse old data because, you know, in machine learning, if you want to generalize from a distribution, you would like many sample from that distribution. And if you just have one robot platform that have a major change every three months, maybe you have a few data point from that distribution. Whereas if you start from the hypothesis that if you have many robot platform in your fleet, your model is going to learn something more abstract, which is how do I control a robot, not any particular robot, then the model will be able to ingest data from, you know,
Starting point is 00:13:25 a slightly different robot barrier. Yeah. And actually, we're starting to see immersion property in this kind of robot large rotation model. That's good news. We're doing where you start to see like interesting transfer. between different data sources. For example, today, it's possible to perform tasks
Starting point is 00:13:44 zero shot, zero shot, meaning you don't collect any data. And these are the tasks that last year might have required like hundreds and hundreds of hours. What are some examples? Yeah, do we have any videos we can see that, like, show it? So, you know, I get some flag when I come back because this is not published result. Hopefully this will come out soon.
Starting point is 00:14:00 So, you know, I want to reserve the excitement for that. And I'm kind of like building up the excitement a little bit. So hopefully this will come out soon. All right. These are not simple tasks. These are, like, actually difficult tasks that just last year required like hundreds of hours of data collections. You hear it here on light cone first that there's some emergent properties that are going to come out of pie. Can you give us a sense of like the flavor of the tasks?
Starting point is 00:14:24 It's really easy to fool yourself. And so we wanted to test across like feel different tasks of different flavor. A task that require position, that does require reasoning with multiple objects in the scene. It all seems to have this property. That's really nice. So it does seem like that's something that's kind of a more general property that emerge rather than we just got lucky. And certainly the models started working on one particular task.
Starting point is 00:14:50 Could you help us understand where we are now in terms of like what's working and how well it's working? Like, we're not quite at the chat GPT moment yet. Like, where are we? And I think you brought some videos that you were going to show us to help everybody visualize what the current state of the art actually looks like. I think where we are is I think if you have a test where it's okay for the robot to make a mistake, and it's possible for you to set up a mixed autonomy system where you have a person that takes over when the robot make a mistake and provide corrections.
Starting point is 00:15:21 It is possible to get to a level of performance where it starts to make sense to think about scaling robot deployment. And the example that I specifically want to highlight here is this blog post, that we did with Weave and Ultra. And it's great that these are both YC company. I want to provide a little bit of context here first. The context is that Pi is a primarily research organization. We want to focus on building the best model. But we also want to not be tunnel vision.
Starting point is 00:15:54 We want to make sure that the model that we built actually going to be useful and actually perform tasks that people in society cares about. And one of the really good way for us to do so is to partner really close. with company that want to get robot out there today. And the way that these relationship work is that we treat each other, like we're on the same team, very free flow of information, and we design a system that try to get the best possible performance for the tasks that this company care about. So let me talk about WEIFs.
Starting point is 00:16:26 What you're seeing in this video is a system that we built together folding really diverse item of laundry in a real laundromats and the mission. You can see, you know, people walking outside. And why this task is difficult is because there's just infinite possibility of observation space. Like, you know, clothing are deformable. And no two items of clothing here are the same. And these are also unseen. You know, these are not like clothing items that are seen in the training data. Yeah, I love this team. They are some of the most cracked people out of Apple. ever met. Gary was the partner. We maybe, I want to, like, explain, like, what Weave is and what they're, like, what their, like, company is. Yeah. I mean, they're actually, you know, shipping their first robots into the home. We sort of talked about it as, you know, being able to do household tasks like this. And I think they were very inspired by physical intelligence's first demos with, um, with laundry folding. So it's actually a total trip to hear about it, you know, a bit a year ago. We were talking about them doing it. And then now to see them do it work. in hand-in-hand with you is really awesome.
Starting point is 00:17:34 I think this is a great example of like, you know, you need the model smarts, you need the data collection, and then the hardware and the sort of system integration all working together is just hard to nail. Yeah, and to get back to your question about why robotic is hard, it's really, it is a really hard system problems.
Starting point is 00:17:54 Like, you need everything to work well and work well together to get this result. And like we've is such an incredible team for us to work with to get this result. And it actually didn't even take us that long to get this result. It was roughly where we set a goal and maybe it was like two weeks afterwards where we got a model that was, got a model and a system that was good enough at performing this task. It still like blows my mind to see a robot actually folding laundry because I remember
Starting point is 00:18:22 until basically until chat GPT, I didn't know if this would exist even in my entire lifetime. Because like folding laundry, I mean, it's always been like the turning test for robot. because there's no way to like deterministically program a system the way that you did like pre-AI to do this because the space is like so infinite. And like we've shown that it's possible for us to do like basically everyone can do this. Like robots will be able to do everything. It's only a matter of like improving it from here. There was a funny story where when we first published Pi Zero, people thought of us as the laundry company. Because the demo was just focused on laundry and actually picking home tasks, especially tasks that has to do.
Starting point is 00:19:02 with deformable object. It's a very intentional choice on our end. We're not just after the home. We really want to make it broadly applicable. But picking home tasks for us to start with has a few benefits. One is relatable. You know, you can see the laundry folding demo and you can kind of like grok how this is going to be useful. And you can get a sense of why it's hard. And the second is that it's really easy to set up to test generalization. You can talk about Ultra, which is your company, Jared, a demo of it. Yeah, this is Ultra. The thing that I love about this video, as you see, you know, it's bright outside, and you see this is 4x speed and it's 100 minutes.
Starting point is 00:19:39 If I scroll to the end, the sun has set. Oh, wow. That was one of the big problems in robotics where it would be so sensitive to the environment in lighting and mess up the vision system, the semantics and part of it. Yeah, and the interesting thing here is that it is possible to get to the level of autonomy
Starting point is 00:20:01 that the robot is just performing the task. This is autonomy at scale. This is ready to be skilled. Kwan, because this task is less familiar than laundry folding. Do you want to explain what the robot is doing here and what Ultra is like doing as a company? Ultra is a company that want to make it really easy
Starting point is 00:20:19 to adapt robot to new tasks. And right now they're focusing on logistics space, which is really important because there's lots of labor shortage in logistics. And the task that we focus on together here is, you know, if you order an item from Amazon, you sometimes get this soft pouch that item gets shipped from. And the task here is you have a tray of these items here, and the robot is supposed to pick one of them at the time, and place it inside this pouch.
Starting point is 00:20:48 The machine would then close it, and then pick up the pouch and put it on the left here to be ready for shipping. Now, this heart is hard because there are many different types of object that can be in this tray. and the opening here is actually very narrow so you see this interesting example of the robot kind of nudging the item to go into the pouch and that's really hard. Like that require very good understanding of the scene and like very precise motion
Starting point is 00:21:17 to nudge the object into the pouch. The other thing that's hard about this task is the level of autonomy that's required. Like this is running for an entire day. There is still human intervention. I want to say in this like full day operation. But the level of intervention is actually quite minimal. This is not just like some like demo station, right?
Starting point is 00:21:41 This is actually recorded in an actual e-commerce warehouse where they're actually shipping real products to real customers. This isn't just like a like a lab. This is packaging real customer, real order for customer to be shipped out in a real warehouse. So this is really cool because I think when people think about robots, they tend to think of the consumer use cases like we've, because that's, you know, what we're familiar with in our daily life. What I find really interesting is that there's like a million applications like this ultra thing that you wouldn't think of as obviously like, oh, who packs the like soft pouch of things that you get from like Amazon? Well, there's some person like who does that and this is like a job that we can now build a robot to do.
Starting point is 00:22:18 The interesting thing about the approach is that you're converting it from a very difficult engineering problem into a operation problem of how do I identify this? use case and how do I collect the right data, which is, in some sense, more scalable because you can build the system that allow you to collect data for many different tasks. So it's now a problem of how do I scale data collection rather than, you know, for every new task, how do I design a really difficult engineering system to solve it? YC startup school is back. We're hands selecting the most promising builders in the world and flying them out to San Francisco for July 25th and 26 to discuss the cutting edge of tech. now for a spot. Okay, back to the video. I think one thing that the audience may not know is that you have a
Starting point is 00:23:04 very unique technical insight that in the past robotics folks would have kind of gasped and be shocked because robots need to run in real time. A lot of times all of the compute runs in on device, but you guys have done something very different. Can you tell us more about that so that this works in real time with large models and really well? So the context here is that we know we talk to many companies that would like to deploy robots. And one of the first question we get is what compute units should we get on the robot? You know, it's expensive, it's going to increase the bomb cost, and I'm worried that it's going to go out in fashion very quickly because the model
Starting point is 00:23:42 change, the model gets bigger, how do I make sure that the hardware that I'm going to commit to today is going to be viable for a couple of years? It's a very difficult question. People are often really surprised when I tell them that almost all of the robot evaluation that we run at pie today, including the really, complicated demo that we have shown making coffee, folding laundry, mobile robots navigating around. The model actually hosted in the cloud. And, you know, this is not like a cloud as a server in the office. It's a real cloud. The model is hosted in a data center somewhere. And
Starting point is 00:24:15 within this high-frequency control loop that is controlling the robot, the robot is actually querying an API endpoint that hosts the model, sending it images and language command and getting back action, that then execute it directly on the robot. And this is surprising because of precisely the reason that you mentioned, you know, how do you actually make it work? This is why it's really important for Pi to couple system, hardware, and model development and research, like, very tightly together because, like, it allows us to solve for this problem. So, for example, one of the insight that we have here is that you can actually bury the inference time within the robot control loop because, you know, if I'm a robot, I have enough action for me to execute for the next
Starting point is 00:25:02 hundred milliseconds. Like, there's no reason for me to wait until I finish executing that action to ask my model for a different action. You know, I can do it as fast as inference, essentially. And so, you know, maybe when I only have 50 milliseconds of action worth left, I can ask for the next set of action. And when the current 50 milliseconds is over, like, I have something that's ready for me to continue. with, you know, my next 100 milliseconds.
Starting point is 00:25:29 So that's one of the inside, the other kind of algorithmic improvement. We refer to them as real-time chunking. Desire inference in such a way that you know there's going to be a delay in how long it takes to query the model on the cloud, basically. Like the problem here, if I get a little bit more technical, is an action chunk is a sequence of action that I can execute on the robot. So, you know, it's not just one action. And if I have an action chunk that I can execute for a hundred milliseconds and 50 milliseconds in,
Starting point is 00:26:03 I want to predict another action chunk. And I'm going to transition to that new action chunk after my current 50 milliseconds is over. How do I make sure the two are consistent? Like, you know, how do I make sure that if I'm moving this way, the next action chunk is going to allow me to continue to be smoothly moving this way? You can pre-compute. Yeah, you can pre-compute. And, like, that's one of the algorithmic improvement that will make to,
Starting point is 00:26:25 make inference using model hosted in the cloud possible. I studied computer engineering, so I'm not really an algorithms person, but when it comes to systems like that, like pipelining, like get me all over that. That sounds great. That's so interesting. I mean, this simplifies, it's a brilliant choice because it simplifies so much of the system for the robots. You don't need all these clunky, I don't know, people have two operating systems that sometimes for robots, embedded R-Taws, and then the regular one and all these complex, giant compute and power
Starting point is 00:26:57 and this is what the initial versions of a Waymo used to run basically a server on the trunk and you can't afford to do that with General Day robotics which is brilliant that you figure out how to do it. Yeah, you don't have to. I mean, you can do things. Some of it obviously has to be some compute there, but a lot of the compute can happen elsewhere.
Starting point is 00:27:15 And then there must be a video, like this thing that we're looking at in the top left, like how much of that is sort of like video feedback, how much of it is like local processed. I mean... Is there any compute locally on this robot or is it just like a dumb like video camera that streams data to the cloud?
Starting point is 00:27:32 For this, I am not 100% sure, but I am inclined to believe that it's just a dumb computer. Like for this specific video, I don't remember, but I'm just 100% confidence that we can make this work with a dumb computer on the robot. And one other interesting thing about our collaboration with Weev and Ultra is one of never seen their robot in person.
Starting point is 00:27:53 Oh, wow. Two is I have very little idea about how their robot actually works. Interesting. And that's a very intentional choice. I want to stay away from that as far as possible. I also don't know how they collect data. I intentionally don't ask them this question to understand whether it's possible for an organization like Pi to parachute into their resisting system and to work really
Starting point is 00:28:20 closely with them on the thing that actually matters to get the system to work and not have to learn about how they've set up their system because in a way that's like a more scalable recipe. Yeah, you completely decouple a lot of the hardware control loop choices from the, from the semantics and planning, which is just works, which is brilliant. Yeah, I mean, I'm really surprised. It works. And when we started the company, we thought that real deployment is only going to be a, it's only
Starting point is 00:28:50 going to be in the conversation like five years into the life of the company. Because the problem is just really hard. And we're two years in, and this is the result that we have. And real deployment and scaling the number of robots is a really serious consideration today. And so the pace of progress has just been very pleasantly much faster than we expected originally. Often on this podcast, we talk about what all this means for startup founders. I think that might be an interesting question for us to explore here. So if you imagine someone was listening to this podcast, maybe they're like a college student that's studying computer science and they think robots are really cool and they want to do something like this. How should they
Starting point is 00:29:28 get started and what are the skills that they need? Do they need to be a mechanical engineer to be able to build a robot like this? Can they just buy an off-the-shelf like robot arm and camera system and like what? And load pie and you're often running in like a day. Yeah. Before I actually answer your question, let me provide a few more context. The first is that robotic is traditional really hard because it's an extremely vertically integrated business. You need to have your own customer relationship, your own hardware, your autonomy stack, your own safety certification, your own everything. And the barrier to entry is just really high because of that.
Starting point is 00:30:05 And one of the things that we're trying to change is that we're trying to provide a foundation of physical intelligence that the community can build on top of that allow them to onboard autonomy onto their robot and their tasks much quicker. than before. So that's the first. We want to provide that kind of seat of intelligence that allow people to move much faster so that they can focus on other problems. The second thing is that I think the recipe for starting a vertical robotic business today is, one, have a really good understanding of the existing workflow because the robotic system needs to fit in doing this thing workflow. And the second is to be very meticulous about identifying
Starting point is 00:30:49 where the opportunity is. If there's a workflow that need X number of work today, where is the robot when you insert it's going to make the biggest difference. And two is to really be scrappy when it comes to hardware and data collections. You don't need an incredibly expensive robot that is capable of very precise motion. Today, to be able to do this task. And the reason why is this model really reactive? And so they can compensate for some of the inaccuracy in the actual robot movement.
Starting point is 00:31:19 and to ensure that you have the ability to collect data and to run evaluation, especially evaluation in real deployment. The next step after that is to get a mixed autonomy system that allow you to get to the point where it's break-even. They break-even economically. Break-even economically. Because the reason why that's important is because it allows you to then scale the number of robots. Because if you lose money in every robot, it's very hard to scale. That has been historically one of the biggest challenges for robotic companies that they go into growth stage.
Starting point is 00:31:49 just a payback pack period, it just doesn't make sense. Yeah, so the equation, I think, for starting a robotic business, has changed and will continue to change at an accelerating pace, because the upfront cost is not that high anymore. And now, you know, what is the upfront cost? The upfront cost is much cheaper hardware, ability to collect data, ability to collect evaluation, and ability to kind of like understand the use.
Starting point is 00:32:19 use case to see where they should insert the robot. It's not about having incredibly expensive hardware. It's not about having your own proprietary, I think, autonomy, classical stack anymore to be able to do this task. And so it allowed company to focus on the component that will actually allow them to differentiate themselves from the rest of the space. Now that you sort of unbundled it and you no longer need to build this fully vertically integrated company in order to build a robotics company, are we on the precipice of a Cambrian? an explosion of vertical robotics companies where there's going to be like a thousand companies like Ultra going after you know every like communal job in the economy and like getting a deep
Starting point is 00:32:59 understanding of the customer building a robot that can solve that problem doing a like mixed human machine deployment until it like can run fully autonomously and building a company in every sector is that is that the future that you see people building on top of pie it's funny that you mentioned cambrian explosion because when we wrote this blog post there was that term there's a very kind of like hotly debated. We are, I think, academics at heart, and we want to be kind of very measure when we communicate. But, you know, myself personally, I believe there's going to be a Cambrian explosions of robotic company across the entire world and across many, many different vertical just because it's just so much cheaper to build. And it doesn't require, you know,
Starting point is 00:33:43 someone with 20 years of experience in robotic to start anymore. You know, it requires someone that is really scrappy, that can move really quickly, can do the system integration, can understand customer what they want to start the deployment. I mean, what's coming up for me is, obviously, we work with a lot of robotics companies and to meet a lot of founders, and it feels like there's this continuum. One is, to use an analogy to, you know, personal computing. You could argue that industrial robotics today is basically like mainframe or mini-computer level. Like, you know, if you look back in the 70s, huge public companies,
Starting point is 00:34:24 like digital computer that, you know, just did like these sort of very, very expensive deployments, but like they were very, very specialized. And it was all extreme enterprise. Like, you know, the idea of a personal computer was ridiculous, right? You know, it took the Altair and then Apple One and Apple II and then IBM PCXT to, like, create personal computing. And then, like, the traditional advice for robotics for many years is like, go after. like dirty and dangerous. And then of course those are sort of the industrial cases. Like you, you know, you have these giant Tesla robots in the gigafactory and things like that. It feels like what you said around profitability is really, really big. So, you know, does that mean that
Starting point is 00:35:05 the people who do the vertical robot cambering explosion sort of moment, the people who are sort of first in that, like it sounds like they would be the first to be. profitable and not dirty and dangerous? I think this is already happening today. I think we have the fortune of having lots of visibility into the robotic community because, you know, people would like to talk to us. People would like to learn, you know, what it's like to build a foundation model for a robotic and people would like to know, how do I get the same level of autonomy?
Starting point is 00:35:41 And there are so many companies and businesses that we talk to that would love to put the robot into their space, that it's okay for the robot to make a mistake, and they just need it so much. I really believe that the recipe that I mentioned earlier of identify where the robot can fit in, focus on cheaper hardware, collect data, run evaluation, mix autonomy, break-even, scale robots will work across many different vertical. And I'm seeing it play out today, and it's just incredibly exciting to see. And this is pretty cool that you literally just gave people the playbook for how to build a vertical robotics company, like this is a playbook
Starting point is 00:36:18 that could possibly be followed successfully hundreds or thousands of times. And the reason why I want to mention it is because I do want to see that Cambrian explosions, and we want to help enable it. You know, for Pi, if we talk about why Pi is going to fail,
Starting point is 00:36:34 it's probably going to be because the problem is just way too hard. You know, maybe it takes 50 more years to solve the robotic problem and, you know, not a couple of years, five, ten. And so we want to enable the community. We want to accelerate progress, and that's why we're very open.
Starting point is 00:36:50 We publish our research. We open source pi zero and pi 05. And people are sort of shock when they ask me, you know, is there any difference between pi zero and pi 05 that you open source versus the model that we use internally pi zero and pie 05? And the answer was, I actually know it's the same model. Like the pretrained model weights that you're using that we open source is also the pre-trained model weights that our research, you internally use.
Starting point is 00:37:14 for pi zero and pi 05. And so we really want to help accelerate progress in the community and to create that Cambrian explosions. Yeah, that's very inspiring. I mean, I feel like that's everyone's sort of spending a lot of time in the digital world. And it feels like, you know, now is the time to start thinking about, you know, the world of atoms.
Starting point is 00:37:35 And this is sort of the perfect mix of actually, like, you know, how do you take electrons and turn it into abundance in the, you know, Adam's world. And I think about Dario Amade's essay, all watched over by machines of loving grace. And when you really think about the perfect manifestation of that, it's not like, you know, perfect agents that look over you just like in the electronic world. It's, you know, actually something a little bit more akin to what we're seeing here. Yeah. And this has really been our mission from the start is to create that Cambrian explosion. And, you know, this is why we choose to focus on the model because we believe that is the boronet to just really make robot
Starting point is 00:38:19 useful across many different tasks in the world. And that's why we also focus on cross embodiment. You know, success for us is not defined as only our model on our robot performing tasks that is useful. The surface area for success is actually much larger, which is our model performing really useful tasks on somebody else robot out there. Maybe we don't even know what the robot is like. in a way that's useful to the end consumer. Could we maybe talk a little bit about the humans behind the robots here? How do the company get to start? Like who are your co-founders?
Starting point is 00:38:54 How do you all get together? And what skills do you each bring to such a complex problem? Sometimes the joke I make here is that the human behind the robots are also robots. Not really. Yeah. So Pi is a very, I would say, and traditional company. We have a like larger than average founding teams. and some of us work really closely together
Starting point is 00:39:15 when we were at the Robart team at Google and the Robarist team at Google was, I think, a really, really great environment for seeing the sign of life and creating the relationships and the community that allow the Robart community and these advances to flourish. There is Locky, which we met when we were thinking about
Starting point is 00:39:36 starting the company and it has just been really instrumental in making sure that we're a good business. and there is Adnan, our hardware lead, that came over from Andro. And Adnan has a really difficult job because if you want to work on cross embodiment, you know, remember my joke about how if you want to add two years to your grad school, you bring on one more robots. The hardware problem and the operational problem for us is how do we build, improve, and scale a fleet of Heather Jo Genius robot.
Starting point is 00:40:08 You know, it's just not one robot platform. and because we built the organization from scratch in the beginning to support that, I think we're able to do it, but it's just a really hard problem. Because there's just like no two different robots in the fleet. How do you make sure that everything runs smoothly? We're really good at Diva and Conquer, if you ask. How many co-founders are there in total? We have Brian, we have Chelsea, Sergei, myself, Lucky and Adnan.
Starting point is 00:40:37 Is it just necessary to have that many co-founders to, solve a problem as big as this, or was it a case like you were already sort of like a unit together, you'd already work together and you just, whatever you started, you would all have. Yeah, one common question that we have is, you know, why band together? And, you know, the first is that we really enjoy each other company. We spend a lot of time at work and it's, you know, in some sense, give meaning to life. And so we really want to enjoy the relationship we have at work. And the second is that, you know, any one of us could have started a company and be successful. But the problem is just so incredibly hard.
Starting point is 00:41:15 And the chances of success is just so much higher that we bent together and we can divide and conquer the problems. And, you know, that's, I think one of the main reason why the progress has been much faster than we expected. But what are the differences of you working before in either academia, or a big industry, big company like Google and are supposed to now on a startup. This is the first time for a lot of you doing a startup, right? Yeah, this is the first time for a lot of us. One of the really surprising thing that we learned when we started the company is that the infrastructure for supporting large-scale general purpose robot, which is not there.
Starting point is 00:41:59 And, you know, this starts from the software itself. How do you collect data? What device do you use to collect data? how do you manage the data, how do you annotate the data, how you get visibility into the data, how do you run evaluation, how you build operational process? Like, there wasn't company that offer this kind of services, which is very different from software, and we were really surprised to find out. And so we ends up writing a lot of the software at Pi ourselves.
Starting point is 00:42:27 But I think this is another area of incredible opportunity of kind of building services for a robot company. Like, you know, if you can offer remote tele-off, for example, if you can offer data collections, if you can offer annotation service. Because, you know, these are functions that doesn't need to be repeated from one company to the next. So I think there's lots of opportunity to build kind of support for growing robotic business. So that's one thing, like one surprising thing that I learned. And the second is, I think one of the reason why we have managed to achieve such progress is that there is a really tight loop of collaboration in the entire life cycle of model development, going from what tasks you collect data for?
Starting point is 00:43:11 If you collect data for the task, how do you do it? What hardware do you use? It was after you collect the data, how do you get visibility, how do you ensure data quality? How do you then make sure that you can easily train on that data? After you train on that, how do you run evaluation? Evaluation is really hard problem in robotic because it scales super linearly to model capability. Like, let's say you have a model that can perform a two-minute task. Running evaluation for that is very different from running evaluation for a task that's 20 minutes.
Starting point is 00:43:40 It's not 10 times harder. It's more than 10 times harder. After you run evaluation, how you can distill the learning from that evaluation to know how to improve the model further? Like one of the really side project that I would love to take on is to build an automated robotic research scientist, which is really one of the bottleneck we have today because this is a really difficult skill set that require intuition about the entire stack. So, you know, I would love it if there is a model
Starting point is 00:44:11 that can ingest multi-model data such as this and analyze philomodes, you know, understanding, oh, is the robot performing this way because of the data that was collected or the way that it was annotated or the way that we train the model and then, you know, suggest idea and actually try them to figure out if, you know, those hypotheses are correct. So that's something that I would love to have
Starting point is 00:44:32 and would, like, dramatically unlock us. So sometimes I make the joke in the company that we should record all of the meetings and then train a model to basically just make prediction about what is the next set of experiments. Oh, you could. You totally could.
Starting point is 00:44:45 What if it's open claw and obsidian and markdown files and, like, you know, a brain.m.D with, like, ontology that's custom to your use case. And what if it's 100 open claws and the background that you orchestrate? I think there's two sides. The first is that we already see a little bit of a side of life,
Starting point is 00:45:04 where for simple failure modes during evaluation, if you can describe the way that the robot fail in text very precisely and very clearly, then you can ask the language model to make very reasonable recommendation about what the next step is. But the flip side is that this only works for simple cases today. And the reason why that's the case is because I think it's pretty, fundamental limitation of the model that we have today, which is that they are not at the core model that take action in the world and see the consequences of its own action, especially action
Starting point is 00:45:40 that changes the physical world. And so I think this kind of very fundamental understanding about how the physical world works is missing from the really large foundation model. And I think that's one of the ingredient that's missing, to be able to build this automated robot research scientists. What's interesting about OpenCla, I don't know. I mean, basically it can go and it can just do things, which is interesting. And then at that point, it's on the research lab to provide like, you know, CLI MCP endpoints to the things that might control robots or reconfigure rooms or, I mean,
Starting point is 00:46:20 I think Carpathie feels like he's starting to talk a bunch about this, where, you know, if you mix auto research plus what he's been talking about. out with markdown files. It might just happen in the open. There's a sort of sense that you have to make something much, much more complicated to make it work, but what if that's just wrong? What if we just have markdown files and agents? And you could make it yourself with, you know, literally Claude Code and MCP today. What if it's not an algorithm problem? It's just literally an integration challenge. We have a version of this internally that I use a lot. That would There was a point when I was spending an embarrassingly large amount of money on API queries.
Starting point is 00:47:05 Yeah, yeah. And my team was like, Quentin, what are you doing? Oh, I'm that guy at Y Combinator right now. So to give you an example, we have a clot skill that essentially serving the role of a pre-training on-call today. So we have this pre-training runs that are really large. very, I think, a difficult exercise to keep them alive, to, you know, for them to continue to churn, just because there's so many things that can go wrong. And we have a prototype, a pre-training
Starting point is 00:47:39 on-call that kind of babysit the run and have the permission to take action to remedy error that it see. And one of the surprising outcome of that exercise is that it leads about 50% improvement in compute usage, like just overall compute utilization for that Lashbri training run, which is huge for us. And, you know, this is just a small, simple prototype that I built. And I think that's a lot more to be done. Kwan, this is incredible. Thank you so much for everything.
Starting point is 00:48:09 Thank you for making physical intelligence. Thank you for showing us these incredible demos. And honestly, like the thing that gives me the most hope is this idea that there's an entity, there's a, you know, research lab out there that is focused. on giving this to the world, you know, about to create this Cambrian explosion of robotic startup. So someone watching right now will be inspired by this and, you know, start playing with your models and they might create a robot that touches billions of people's lives in for the good. Thank you for having me. Been a pleasure to the listener. The one takeaway that I
Starting point is 00:48:45 want you to have is I think robotic has changed a lot and the cost of building in robotic has decreased and I think we'll continue to dramatically decrease. And it also require a very different kind of scrappy skill set that young startup needs. We hope to enable really an explosion of many, many different robotic use case. And, you know, always reach out to us if you want to collaborate. Thanks, man. Thanks a much.
Starting point is 00:49:13 Thank you. Thank you.

There aren't comments yet for this episode. Click on any sentence in the transcript to leave a comment.