Lex Fridman Podcast XX
[0] The following is a conversation with Kyle Voked.
[1] He's the president and the CTO of Cruise Automation, leading an effort to solve one of the biggest robotics challenges of our time, vehicle automation.
[2] He's a co -founder of two successful companies, Twitch and Cruise, that have each sold for a billion dollars.
[3] And he's a great example of the innovative spirit that flourishes in Silicon Valley, and now is facing an interesting and exciting challenge of matching that spirit with the mass production and the safety -centric culture of a major automaker like General Motors.
[4] This conversation is part of the MIT Artificial General Intelligence series and the Artificial Intelligence podcast.
[5] If you enjoy it, please subscribe on YouTube, iTunes, or simply connect with me on Twitter at Lex Friedman, spelled F -R -I -D.
[6] And now, here's my conversation with Kyle Vote.
[7] You grew up in Kansas, right?
[8] Yeah, and I just saw that picture you had hidden out there, so I'm a little bit worried about that now.
[9] So in high school, in Kansas City, you joined Shawnee Mission North High School Robotics Team.
[10] Yeah.
[11] Now, that wasn't your high school.
[12] That's right.
[13] That was the only high school in the area that had a, like, a teacher who was willing to sponsor a first robotics team.
[14] I was going to troll you a little bit.
[15] Jog your memory a little bit.
[16] Yep.
[17] I was trying to look super cool and intense.
[18] You did.
[19] was battle bots is a serious business so we're standing there with a welded steel frame and looking tough so go back there what is that drew you to robotics well i think i i've been trying to figure this out for a while but i've always like building things with legos and when i was really really young i wanted the the legos that had motors and other things and then you know lego minestorms came out and for the first time you could program Lego contraptions and i think uh things just sort of snowballed from that but i remember um seeing, you know, the Battlebots TV show on Comedy Central and thinking that is the coolest thing in the world, I want to be a part of that.
[20] And not knowing a whole lot about how to build these 200 -pound fighting robots.
[21] So I sort of obsessively poured over the internet forums where all the creators for Battlebots would sort of hang out and talk about, you know, document their build progress and everything.
[22] And I think I read, I must have read like, you know, tens of thousands of forum posts from from basically everything that was out there on what these people were doing and eventually like sort of triangulated how to how to put some of these things together and and uh ended up doing battle bots which was you know it was like 13 or 14 which was pretty awesome i'm not sure if the show's still running but so battle bots is uh so there's not an artificial intelligence component it's remotely controlled and it's almost like a mechanical engineering challenge of building things that can be broken they're radio controlled so uh and i think that they allowed some limited form of autonomy but you know in a two minute match you're in the way these things ran you're really doing yourself a disservice by trying to automate it versus just you know do the practical thing which is drive it yourself and there's an entertainment aspect just just going on youtube there's like some of them wield an axe some of them i mean there's that fun so what drew you to that aspect was it the mechanical engineering was it the dream to create like Frankenstein and sentient being, or was it just like the Lego, you like tinkering with stuff?
[23] I mean, that was just building something.
[24] I think the idea of, you know, this radio -controlled machine that can do various things if it has like a weapon or something was pretty interesting.
[25] I agree it doesn't have the same appeal as, you know, autonomous robots, which I, you know, sort of gravitated towards later on.
[26] But it was definitely an engineering challenge because everything you did in that competition was pushing, components to their limits.
[27] So we would buy like these $40 DC motors that came out of a winch, like on the front of a pickup truck or something.
[28] And we'd power the car with those and we'd run them at like double or triple their rated voltage.
[29] So they immediately start overheating.
[30] But for that two minute match, you can get, you know, a significant increase in the power output of those motors before they burn out.
[31] And so you're doing the same thing for your battery packs, all the materials in the system.
[32] And I think there is something, something, uh, uh, intrinsically interesting about just seeing like where things break and did you offline see where they break did you take it to the testing point like how did you know two minutes or was there a reckless let's just go with it and see we we weren't very good at battle bots we lost all of our matches the what is the first round like the one i built first both of them were these wedge shaped robots because a wedge even though it's sort of boring to look at is extremely effective you drive towards another robot and the front edge of it gets under them and then they sort of flip over kind of like doorstopper.
[33] And the first one had a pneumatic polished stainless steel spike on the front that would shoot out about eight inches.
[34] The purpose of which is what?
[35] Pretty, pretty ineffective actually, but it looks cool.
[36] And, uh, was it to help with the lift?
[37] No, it was, it was just to try to poke holes in the other robot.
[38] And then, uh, the second time I did it, which is the following, I think maybe 18 months later, we had, uh, well, a titanium axe with a, with a hardened steel tip on it that was powered by a hydraulic cylinder, which we were activating with liquid CO2, which had its own set of problems.
[39] So great.
[40] So that's kind of on the hardware side.
[41] I mean, at a certain point, there must have been born a fascination on the software side.
[42] So what was the first piece of code you've written?
[43] Go back there.
[44] See, what language was it?
[45] What was it?
[46] Was it Emacs?
[47] V. was it a more respectable modern ID?
[48] Do you remember any of this?
[49] Yeah, well, I remember, I think maybe when I was in third or fourth grade, the school, I was at elementary school, had a bunch of Apple II computers, and we'd play games on those.
[50] And I remember every once in a while something would crash or wouldn't start up correctly, and it would dump you out to what I later learned was like sort of a command prompt.
[51] And my teacher would come over and type.
[52] I actually remember this to this day for some reason, like PR, number, number six, or PR pound six, which is peripheral six, which is the disk, which is fire up the disc and load the program.
[53] And I just remember thinking, wow, she's like a hacker, like teach me these codes, these error codes, is what I called them at the time.
[54] But she had no interest in that.
[55] So it wasn't until I think about fifth grade that I had a school where you could actually go on these Apple twos and learn to program.
[56] And so it was all in basic, you know, where every line, you know, the line numbers are all number, or that every line is numbered and you have to, like, leave enough space between the numbers so that if you want to tweak your code you go back and if the first line was 10 and the second line is 20 now you have to go back and insert 15 and if you need to add code in front of that you know 11 or 12 and you hope you don't run out of line numbers and have to redo the whole thing and there's go -to statements yeah go -to and it's very basic maybe hence the name but a lot of fun and that was like that was you know when you first program you see the magic of it it's like it just just like this world opens up with you know endless possibilities for the things you could build or or accomplish with that computer So you got the bug then.
[57] So even starting with basic and then what C++ plus throughout?
[58] What did you, was there computer programming computer science classes in high school?
[59] Not where I went.
[60] So it was self -taught, but I did a lot of programming.
[61] The thing that, you know, sort of pushed me in the path of eventually working on self -driving cars was actually one of these really long trips driving from my house in Kansas to, I think, Las Vegas where we did the Battlewots competition.
[62] and I had just gotten my, I think my learner's permit or early driver's permit.
[63] And so I was driving this, you know, 10 -hour stretch across western Kansas where it's just you're going straight on a highway and it is mind -numbingly boring.
[64] And I remember thinking even then with my sort of mediocre programming background that this is something that a computer can do, right?
[65] Let's take a picture of the road.
[66] Let's find the yellow lane markers and, you know, steer the wheel.
[67] And, you know, later I'd come to realize this had been done, you know, since the the 80s or the 70s or even earlier, but I still wanted to do it.
[68] And sort of immediately after that trip switched from sort of battle bots, which is more radio -controlled machines, to thinking about building, you know, autonomous vehicles of some scale, start off with really small electric ones and then, you know, progress to what we're doing now.
[69] So what was your view of artificial intelligence at that point?
[70] What did you think?
[71] So this is before, there's been waves in artificial intelligence, right?
[72] The current wave with deep learning, It makes people believe that you can solve in a really rich, deep way, the computer vision perception problem.
[73] But like before the deep learning craze, you know, how do you think about, how would you even go about building a thing that perceives itself in the world, localizes itself in the world, moves around the world?
[74] Like when you were younger, I mean, what was your thinking about it?
[75] Well, prior to deep neural networks or convolutional neural arts, these modern techniques we have, or at least ones that are in use today, it was all a heuristic space.
[76] And so like old school image processing.
[77] And I think extracting, you know, yellow lane markers out of an image of a road is one of the problems that lends itself reasonably well to those heuristic -based methods.
[78] You know, like just do a threshold on the color yellow and then try to fit some lines to that using a Huff Transform or something and then go from there.
[79] Traffic like detection and stop sign detection, red, yellow, yellow, green.
[80] And I think you can, you could, I mean, if you wanted to do a full, I was just trying to make something that would stay in between the lanes on a highway, but if you wanted to do the full, you know, set of capabilities needed for a driverless car, I think you could, and we've done this at Cruz, you know, in the very first days, you can start off with a really simple, you know, human written heuristic just to get the scaffolding in place for your system.
[81] Traffic light detection, probably a really simple, you know, color thresholding on day one just to get the system up and running before you migrate to, you know, a deep learning based technique or something else.
[82] And, you know, back in, when I was doing this, my first one, it was on a pinium, 233 megahertz computer in it.
[83] And I think I wrote the first version in basic, which is like an interpreted language.
[84] It's extremely slow.
[85] Because that's the thing I knew at the time.
[86] And so there was no, no chance at all of using, there's no computational power to do any sort of reasonable deep nets like you have today.
[87] So I don't know.
[88] kids these days are doing.
[89] Our kids these days, you know, at age 13 using neural networks in their garage.
[90] I mean, that would be awesome.
[91] I get emails all the time from, you know, like 11, 12 -year -olds saying I'm having, you know, I'm trying to follow this TensorFlow tutorial and I'm having this problem.
[92] And their general approach in the deep learning community is of extreme optimism of, as opposed to, you mentioned like, heuristics, you can you can separate the autonomous driving a problem into modules and try to solve it sort of rigorously or you can just do it end to end and most people just kind of love the idea that you know us humans do it end to end to end we just perceive and act we should be able to use that uh do the same kind of thing when you're on that's and that that kind of thinking you don't want to criticize that kind of thinking because eventually they will be right yeah and so it's exciting and especially when they're younger to explore that as a really exciting approach but yeah it's it's changed uh the the language, the kind of stuff you're tinkering with, it's kind of exciting to see when these teenagers grow up.
[93] Yeah, I can only imagine if your starting point is, you know, Python and TensorFlow at age 13, where you end up, you know, after 10 or 15 years of that, that's pretty cool.
[94] Because of GitHub, because the state are tools for solving most of the major problems in artificial intelligence are within a few lines of code for most kids.
[95] And that's incredible to think about, also on the entrepreneurial side.
[96] And on that point, was there any thought about entrepreneurship before you came to college is sort of building this into a thing that impacts the world on a large scale?
[97] Yeah, I've always wanted to start a company.
[98] I think that's just a cool concept of creating something and exchanging it for value or creating value, I guess.
[99] So in high school, I was trying to build like, you know, servo motor drivers, little circuit boards and sell them online or other other things like that and certainly knew at some point I wanted to do a startup but it wasn't really I'd say until college until I felt like I had the I guess the right combination of the environment the smart people around you and some free time and a lot of free time at MIT so you came to MIT as an undergrad 2004 that's right and that's when the first DARPA grand challenge was happening yeah the timing of that is beautifully poetic so So how did you get yourself involved in that one?
[100] Originally there wasn't a...
[101] Official entry?
[102] Yeah, faculty -sponsored thing.
[103] And so a bunch of undergrads, myself included, started meeting and got together and tried to haggle together some sponsorships.
[104] We got a vehicle donated, a bunch of sensors, and tried to put something together.
[105] And so we had, our team was probably mostly freshmen and sophomores, you know, which was not really a fair fight against maybe the, you know, postdoc and faculty -led teams from other schools.
[106] But we got something up and running.
[107] We had our vehicle drive -by -wire and, you know, very, very basic control and things.
[108] But on the day of the qualifying, sort of pre -qualifying round, the one and only steering motor that we had purchased, the thing that we had, you know, retrofitted to turn the steering wheel on the truck, died.
[109] And so our vehicle was just dead in the water, couldn't steer.
[110] So we didn't make it very far.
[111] On the hardware side.
[112] So was there software component was there like how did your view of autonomous vehicles in terms of artificial intelligence evolve in this moment i mean you know like you said from the 80s has been autonomous vehicles but really that was the birth of the modern wave the the thing that captivated everyone's imagination that we can actually do this so what how were you captivated in that way uh so how did your view of autonomous vehicles change at that point um i'd say at that point in time it was it was a curiosity as in like is this really possible and I think that was generally the spirit and the purpose of of that original DARPA grand challenge which was to just get a whole bunch of really brilliant people exploring this space and pushing the limits and and I think like to this day that DARPA challenge with its you know million dollar prize pool was probably one of the most effective you know uses of taxpayer money dollar for dollar that I've seen, you know, because that small sort of initiative that DARPA put out sort of, in my view, was the catalyst or the tipping point for this whole next wave of autonomous vehicle development.
[113] So that was pretty cool.
[114] So let me jump around a little bit on that point.
[115] They also did the urban challenge where it was in the city, but it was very artificial and there's no pedestrians.
[116] And there's very little human involvement except a few professional drivers.
[117] yeah do you think there's room and then there was the robotics challenge with humanoid robots right so in your now role is looking at this you're trying to solve one of the you know autonomous driving one of the harder more difficult places in San Francisco is there a role for DARPA to step in to also kind of help out like challenge with new ideas specifically like pedestrians and so on all these kinds of interesting things well I haven't I haven't thought about it from that perspective is there anything DARPA could do today to further accelerate things?
[118] And I would say my instinct is that that's maybe not the highest and best use of their resources in time because like kickstarting and spinning up the flywheel is I think what they did in this case for very, very little money.
[119] But today this has become, this has become like commercially interesting to very large companies and the amount of money going into it and the amount of people like going through your class and learning about these things and developing these skills is just, just, you know, orders of magnitude more than it was back then.
[120] And so there's enough momentum and inertia and energy and investment dollars into this space right now that I don't, I don't, I think they can just say mission accomplished and move on to the next area of technology that needs help.
[121] So then stepping back to MIT, you left MIT junior junior year.
[122] What was that decision like?
[123] As I said, I always wanted to do a company in, or start a company.
[124] and this opportunity landed in my lap, which was a couple guys from Yale, were starting a new company, and I googled them and found that they had started a company previously and sold it actually on eBay for about a quarter million bucks, which was a pretty interesting story.
[125] So I thought to myself, these guys are, you know, rock star entrepreneurs.
[126] They've done this before.
[127] They must be driving around in Ferraris because they sold their company.
[128] And, you know, I thought I could learn a lot from them.
[129] teamed up with those guys and went out to California during IAP, which is MIT's month off on one -on -one -way ticket and basically never went back.
[130] We were having so much fun.
[131] We felt like we were building something and creating something and it was going to be interesting that I was just all in and got completely hooked.
[132] And that business was Justin TV, which is originally a reality show about a guy named Justin, which morphed into a live video stream.
[133] platform, which then morphed into what is Twitch today.
[134] So that was, that was quite an unexpected journey.
[135] So no regrets?
[136] No. Looking back, it was just an obvious, I mean, one -way ticket.
[137] I mean, if we just pause on that for a second, there was no, how did you know, these were the right guys, this is the right decision?
[138] You didn't think it was just follow the heart kind of thing?
[139] Well, I didn't know, but, you know, just trying something for a month during I, P .E seems pretty low risk, right?
[140] Right.
[141] And then, you know, well, maybe I'll take a semester off.
[142] MIT's pretty flexible about that.
[143] You can always go back, right?
[144] And then after two or three cycles of that, I eventually threw in the towel.
[145] But, you know, I think it's, I guess in that case, I felt like I could always hit the undo button if I had to.
[146] Right.
[147] But nevertheless, from when you look in retrospect, I mean, it seems like a brave decision that, you know, it would be difficult for a lot of people to make.
[148] It wasn't as popular.
[149] I'd say that the general...
[150] you know, flux of people out of MIT at the time was mostly into, you know, finance or consulting jobs in Boston or New York.
[151] And very few people were going to California to start companies.
[152] But today, I'd say that's, it's probably inverted, which is just a sign of the times, I guess.
[153] Yeah.
[154] So there's a story about midnight of March 18, 2007, where TechCrunch, I guess, announced Justin TV earlier than it was supposed to a few hours.
[155] The site didn't work.
[156] I don't know if any of this is true, you can tell me. And you and one of the folks at Justin TV, Emma Scheer, quoted through the night.
[157] Can you take me through that experience?
[158] So let me say a few nice things that the article I read quoted.
[159] Justin Kahn said that you were known for Bureau Coding through problems and being a creative, quote, creative genius.
[160] So on that night, what was going to be?
[161] going through your head, or maybe put another way, how do you solve these problems?
[162] What's your approach to solving these kinds of problems where the line between success and failure seems to be pretty thin?
[163] That's a good question.
[164] Well, first of all, that's nice of Justin to say that.
[165] I think, you know, I would have been maybe 21 years old then and not very experienced at programming.
[166] But as with everything in a startup, you're sort of racing against the clock.
[167] And so our plan was the second we had this live streaming camera backpack up and running where Justin could wear it.
[168] And no matter where he went in a city, it would be streaming live video.
[169] And this is even before the iPhones.
[170] This is like hard to do back then.
[171] We would launch.
[172] And so we thought we were there and the backpack was working.
[173] And then we sent out all the emails to launch the company and do the press thing.
[174] And then, you know, we weren't quite actually there.
[175] And then we thought, oh, well, you know, they're not going to announce it until maybe 10 a .m. the next morning.
[176] And it's, I don't know, it's 5 p .m. now.
[177] So how many hours do we have left?
[178] What is that?
[179] Like, you know, 17 hours to go.
[180] And that was going to be fine.
[181] Was the problem obvious?
[182] Did you understand what could possibly be?
[183] Like, how complicated was the system at that point?
[184] It was, it was pretty messy.
[185] So to get a live video feed that looked decent, from anywhere in San Francisco.
[186] I put together this system where we had like three or four cell phone data modems and they were like we take the video stream and, you know, sort of spray it across these three or four modems and then try to catch all the packets on the other side, you know, with unreliable cell phone networks.
[187] It's pretty low -level networking.
[188] Yeah.
[189] And putting these like, you know, sort of protocols on top of all that to reassemble and reorder the packets and have time buffers and error correction and all that kind of stuff.
[190] And the night before, it was just staticky.
[191] Every once in a while, the image would go staticy, and there would be this horrible, like, screeching audio noise because the audio was also corrupted.
[192] And this would happen, like, every five to ten minutes or so.
[193] And it was a really, you know, off -putting to the viewers.
[194] Yeah.
[195] How do you tackle that problem?
[196] What was the, you're just freaking out behind a computer?
[197] There's, are there other folks working on this problem?
[198] Like, were you behind a whiteboard?
[199] Were you doing a, uh, uh, pair coding.
[200] Yeah, it's a little lonely because there's four of us working on the company and only two people really wrote code.
[201] And Emmett wrote the website and the chat system and I wrote the software for this video streaming device and video server.
[202] And so it's my sole responsibility to figure that out.
[203] And I think it's those, you know, setting deadlines trying to move quickly and everything where you're in that moment of intense pressure that sometimes people do their best and most interesting work.
[204] And so even though that was a terrible moment, I look back on it fondly because that's like, You know, that's one of those character -defining moments, I think.
[205] So in 2013, October, you founded Cruise Automation.
[206] Yeah.
[207] So progressing forward, another exceptionally successful company was acquired by GM in 16 for $1 billion.
[208] But in October 2013, what was on your mind?
[209] What was the plan?
[210] How does one seriously start to tackle one of the, hardest robotics, most important impact for robotics problems of our age?
[211] After going through Twitch, Twitch was, and is today pretty successful.
[212] But the work was, the result was entertainment, mostly.
[213] Like, the better the product was, the more we would entertain people and then, you know, make money on the ad revenues and other things.
[214] And that was, that was a good thing.
[215] It felt good to entertain people.
[216] But I figured, like, you know, what is really the point of becoming a really good engineer in developing these skills other than, you know, my own enjoyment.
[217] And I realized I wanted something that scratched more of an existential itch, like something that truly matters.
[218] And so I basically made this list of requirements for a new, if I was going to do another company.
[219] And the one thing I knew in the back of my head that Twitch took like eight years to become successful.
[220] And so whatever I do, I better be willing to commit, you know, at least 10 years to something.
[221] And when you think about things from that perspective, you certainly, I think, raise the bar on what you choose to work on.
[222] So for me, the three things where it had to be something where the technology itself determines the success of the product, like hard, really juicy technology problems, because that's what motivates me. And then it had to have a direct and positive impact on society in some way.
[223] So an example would be like, you know, healthcare, self -driving cars because they save lives, other things where there's a clear connection to somehow improving other people's lives.
[224] And the last one is it had to be a big business because for the, positive impact to matter it's got to be a large scale scale yeah and i was thinking about that for a while and i made like i tried writing a gmail clone and looked at some other ideas and then it just sort of light bulb went off like self -driving cars like that was the most fun i had ever had in college working on that and like well what's the state of the technology has been 10 years maybe maybe times have changed and maybe now is the time to make this work and i poked around and looked at the only other thing out there really at the time was the google self -driving car project and i thought surely there's a way to have an entrepreneur mindset and sort of solve the minimum viable product here and so I just took the plunge right then and there and said this is something I know I can commit 10 years to it's probably the greatest applied AI problem of our generation and if it works it's going to be both a huge business and therefore like probably the most positive impact I can possibly have on the world so after that light bulb went off I went all in on cruise immediately and got to work did you have an idea how to solve this problem which aspect of the problem to solve, you know, slow, like we just had Oliver from Voyage here, slow -moving retirement communities, urban driving, highway driving.
[225] Did you have, like, did you have a vision of the city of the future where, you know, the transportation is largely automated, that kind of thing?
[226] Or was it sort of more fuzzy and gray area than that?
[227] My analysis of the situation is that Google's putting a lot, had been putting a lot, lot of money into that project.
[228] They had a lot more resources.
[229] And so, and they still hadn't cracked the fully driverless car.
[230] You know, this is 2013, I guess.
[231] So I thought, what, what can I do to sort of go from zero to, you know, significant scale so I can actually solve the real problem, which is the driverless cars?
[232] And I thought, here's the strategy.
[233] We'll start by doing a really simple problem or solving a really simple problem that creates value for people.
[234] So eventually ended up deciding on automating highway driving, which is relatively more straightforward as long as there's a backup driver there.
[235] And, you know, the go -to -market will be able to retrofit people's cars and just sell these products directly.
[236] And the idea was, we'll take all the revenue and profits from that and use it to do the, so sort of reinvest that in research for doing fully driverless cars.
[237] And that was the plan.
[238] The only thing that really changed along the way between then and now is we never really launched the first product.
[239] We had enough interest from investors and enough of a signal that this was something that we should be working on, that after about a year of working on the highway autopilot, we had it working at a prototype stage, but we just completely abandoned that and said, we're going to go all in on driverless cars now as the time.
[240] Can't think of anything that's more exciting, and if it works more impactful, so we're just going to go for it.
[241] The idea of retrofit is kind of interesting, being able to, It's how you achieve scale.
[242] It's a really interesting idea, is it something that's still in the back of your mind as a possibility?
[243] Not at all.
[244] I've come full circle on that one.
[245] After trying to build a retrofit product, and I'll touch on some of the complexities of that, and then also having been inside an OEM and seeing how things work and how a vehicle is developed and validated, when it comes to something that has safety critical implications, like controlling the steering and other control inputs on your car, It's pretty hard to get there with a retrofit or if you did, even if you did, it creates a whole bunch of new complications around liability or how did you truly validate that or, you know, if something in the base vehicle fails and causes your system to fail, whose fault is it?
[246] Or if the car's anti -lock brake systems or other things kick in or the software has been, it's different in one version of the car you retrofit versus another and you don't know because the manufacturer has updated it behind the scenes.
[247] there's basically an infinite list of long -tail issues that can get you.
[248] And if you're dealing with a safety -critical product, that's not really acceptable.
[249] That's a really convincing summary of why it's really challenging.
[250] But I didn't know all that at the time, so we tried it anyway.
[251] But as a pitch also at the time, it's a really strong one.
[252] Because that's how you achieve scale.
[253] And that's how you beat the leader at the time of Google or the only one in the market.
[254] The other big problem we ran into, which is perhaps the biggest problem from a business model perspective, is we had kind of assumed, that we started with an Audi S4 as the vehicle we retrofitted with this highway driving capability.
[255] And we had kind of assumed that if we just knock out like three making models of vehicle, that'll cover like 80 % of the San Francisco market.
[256] Doesn't everyone there drive, I don't know, a BMW or a Honda Civic or one of these three cars?
[257] And then we surveyed our users when we found out that it's all over the place.
[258] We would, to get even a decent number of units sold, we'd have to support like, you know, 20 or 50 different models.
[259] And each one is a little butterfly that takes time and effort.
[260] to maintain, you know, that retrofit integration and custom hardware and all this.
[261] So it was a tough business.
[262] So GM manufactures and sells over 9 million cars a year.
[263] And what you with crews are trying to do some of the most cutting -edge innovation in terms of applying AI.
[264] And so how do those, you've talked about a little bit before, but it's also just fascinating to me. We work a lot of automakers, you know, the difference between the gap between Detroit, and Silicon Valley, let's say, just to be sort of poetic about it, I guess, how do you close that gap?
[265] How do you take GM into the future where a large part of the fleet would be autonomous, perhaps?
[266] I want to start by acknowledging that GM is made up of, you know, tens of thousands of really brilliant, motivated people who want to be a part of the future.
[267] And so it's pretty fun to work with them.
[268] The attitude inside a car company like that is, you know, embracing this, this transformation and change rather than fearing it.
[269] And I think that's a testament to the leadership at GM, and that's flown all the way through to everyone you talk to, even the people in the assembly plants working on these cars.
[270] So that's really great.
[271] So starting from that position makes it a lot easier.
[272] So then when the people in San Francisco at Cruz interact with the people at GM, at least we have this common set of values, which is that we really want this stuff to work because we think it's important and we think it's the future.
[273] that's not to say, you know, those two cultures don't clash.
[274] They absolutely do.
[275] There's different, different sort of value systems.
[276] Like in a car company, the thing that gets you promoted and sort of the reward system is following the processes, delivering the program on time and on budget.
[277] So any sort of risk taking is discouraged in many ways because if a program is late or if you shut down the plant for a day, you can count the millions of dollars that burn by pretty quickly.
[278] Whereas I think, you know, most Silicon Valley companies and in Cruz and the methodology, we were employing, especially around the time of the acquisition, the reward structure is about trying to solve these complex problems in any way, shape, or form or coming up with crazy ideas that, you know, 90 % of them won't work.
[279] And so meshing that culture of sort of continuous improvement and experimentation with one where everything needs to be, you know, rigorously defined up front so that you never slip a deadline or miss a budget was a pretty big challenge.
[280] And that we're over three years in now after the acquisition.
[281] And I'd say like, you know, the investment we made in figuring out how to work together successfully and who should do what and how we bridge the gaps between these very different systems and way of doing engineering work is now one of our greatest assets because I think we have this really powerful thing.
[282] But for a while it was both both GM and crews were very steep on the learning curve.
[283] Yeah.
[284] So I'm sure it was very stressful.
[285] It's really important work because that's how to revolutionize the transportation, really to revolutionize any system, you know, you look at the healthcare system or you look at the legal system.
[286] I have people like Laura's come up to me all the time.
[287] Like everything they're working on can easily be automated.
[288] But then that's not a good feeling.
[289] Yeah.
[290] Well, it's not a good feeling, but also there's no way to automate because the entire infrastructure is really, you know, based, is older and it moves very slowly.
[291] And so how do you close the gap between, I have an, how can I replace, of course, lawyers don't want to be replaced with an app, but you could replace a lot of aspect when most of the data is still on paper.
[292] And so the same thing with automotive, I mean, it's fundamentally software.
[293] so it's basically hiring software engineers it's thinking in a software world i mean i'm pretty sure nobody in silicon valley has ever hit a deadline so and then on gm's that's probably true yeah and gmsi is probably the opposite yeah uh so that's that culture gap is really fascinating so you're optimistic about the future of that yeah i mean from what i've seen uh it's impressive and i think like especially in silicon valley it's easy to write off building cars because you know people have been doing that for over 100 years now in this country and So it seems like that's a solved problem, but that doesn't mean it's an easy problem.
[294] And I think it would be easy to sort of overlook that and think that, you know, we're Silicon Valley engineers, we can solve any problem, you know, building a car, it's been done.
[295] Therefore, it's, you know, it's not a, it's not a real engineering challenge.
[296] But after having seen just the sheer scale and magnitude and industrialization that occurs inside of an automotive assembly plant, that is a lot of work that I am.
[297] very glad that we don't have to reinvent to make self -driving cars work.
[298] And so to have, you know, partners who have done that for 100 years and have these great processes and this huge infrastructure and supply base that we can tap into is just remarkable because the scope and surface area of the problem of deploying fleets of self -driving cars is so large that we're constantly looking for ways to do less.
[299] So we can focus on the things that really matter more.
[300] and if we had to figure out how to build and assemble and, you know, to build the cars themselves.
[301] I mean, we work closely with GM on that.
[302] But if we had to develop all that capability in -house as well, you know, that would just make, make the problem really intractable, I think.
[303] So, yeah, just like your first entry, the MIT DARPA challenge, when it was what the motor that failed, if somebody that knows what they're doing with the motor, did it?
[304] It would have been nice if we could focus on the software or not.
[305] not the hardware platform.
[306] So from your perspective now, you know, there are so many ways that autonomous vehicles can impact society in the next year, five years, 10 years.
[307] What do you think is the biggest opportunity to make money in autonomous driving, sort of make it a financially viable thing in the near term?
[308] What do you think would be the biggest impact there?
[309] Well, the things that drive the economics for, fleets of self -driving cars are there's sort of a handful of variables one is you know the cost to build the vehicle itself so the material cost how many you know what's the cost of all your sensors plus the cost of the vehicle and every all the other components on it another one is the lifetime of the vehicle it's very different if your vehicle drives 100 ,000 miles and then it falls apart versus you know two million and then you know if you have a fleet it's kind of like an airplane where, or a airline where once you produce the vehicle, you want it to be in operation as many hours a day as possible producing revenue.
[310] And then, you know, the other piece of that is how are you generating revenue?
[311] I think that's kind of what you're asking.
[312] And I think the obvious things today are, you know, the ride sharing business, because that's pretty clear that there's demand for that.
[313] There's existing markets you can tap into.
[314] And large urban areas, is that kind of thing.
[315] Yeah, yeah.
[316] And I think that there are some real benefits to having cars without drivers compared to sort of the status quo for people who use ride share services today.
[317] You know, you get privacy, consistency, hopefully significantly improved safety, all these benefits versus the current product.
[318] But it's a crowded market.
[319] And then other opportunities which you've seen a lot of activity in the last, really in the last six or 12 months is, you know, delivery, whether that's parcels and packages, food or groceries.
[320] Those are all sort of, I think, opportunities that are that are pretty ripe for these, you know, once you have this core technology, which is the fleet of autonomous vehicles, there's all sorts of different business opportunities you can build on top of that.
[321] But I think the important thing, of course, is that there's zero monetization opportunity until you actually have that fleet of very capable driverless cars that are as good or better than humans.
[322] And that's sort of where the entire industry is sort of in this holding pattern right now.
[323] Yeah, they're trying to achieve that baseline.
[324] So, but you said sort of not reliability, consistency.
[325] It's kind of interesting.
[326] I think I heard you say somewhere, I'm not sure if that's what you meant, but, you know, I can imagine a situation where you would get an autonomous vehicle.
[327] And, you know, when you get into an Uber or Lyft, you don't get to choose the driver in a sense that you don't get to choose the personality of the driving.
[328] Do you think there's a, there's room to define the personality of the car the way it drives you in terms of aggressiveness?
[329] for example, in terms of sort of pushing the bond.
[330] One of the biggest challenges in the time I'm driving is the trade -off between sort of safety and assertiveness.
[331] And do you think there's any room for the human to take a role in that decision, sort of accept some of the liability, I guess?
[332] I wouldn't, no, I'd say within reasonable bounds, as in we're not going to, I think it'd be highly unlikely we'd expose any knob that would let you.
[333] you know, significantly increase, you know, safety risk.
[334] I think that's just not something we'd be willing to do.
[335] But I think driving style or like, you know, are you going to relax the comfort constraints slightly or things like that?
[336] All of those things make sense and are plausible.
[337] I see all those as, you know, nice optimizations once, again, we get the core problem solved in these fleets out there.
[338] But the other thing we've sort of observed is that you have this intuition that if you sort of slam your foot on the gas right after the light turns green and aggressively accelerate, you're going to get there faster, but the actual impact of doing that is pretty small.
[339] You feel like you're getting there faster, but so the same would be true for AVs, even if they don't slam the pedal to the floor when the light turns green, they're going to get you there within, you know, if it's a 15 minute trip, within 30 seconds of what you would have done otherwise if you were going really aggressively.
[340] So I think there's this sort of self -deception that my aggressive driving style is getting me there faster.
[341] Well, so that's, you know, some of the things I study, some of the things I'm fascinated by the psychology of that.
[342] I don't think it matters that it doesn't get you there faster.
[343] It's the emotional release.
[344] Driving is a place, being outside of a car, somebody said it's like the real world version of being a troll.
[345] So you have this protection, this metal protection, you're able to sort of yell at the world, like release, your anger, whatever is about it.
[346] So there's an element of that that I think, autonomous vehicles would also have to giving an outlet to people, but it doesn't have to be through driving or honking or so on.
[347] There might be other outlets.
[348] But I think to sort of even just put that aside, the baseline is really, you know, that's the focus, that's the thing you need to solve, and then the fun human things can be solved after.
[349] So from the baseline of just solving autonomous driving, you're working in San Francisco, one of the more difficult cities to operate in, what is what is the in your view currently the hardest aspect of autonomous driving is negotiating with pedestrians is it the edge cases of perception is it planning is there mechanical engineering is it data fleet stuff what are your thoughts on the challenge the more challenging aspects there that's a that's a good question i think before we go to that though i just want to i like what you said about the psychology aspect of this because i think one observation I've made is I think I read somewhere that I think it's maybe Americans on average spend you know over an hour a day on social media like staring at Facebook and so that's just you know 60 minutes of your life you're not getting back and it's probably not super productive and so that's 3 ,600 seconds right and that's that's time you know it's a lot of time you're giving up and if you compare that to people being on the road if another vehicle whether it's a human driver or autonomous vehicle delays them by even three seconds.
[350] They're laying in on the horn, you know, even though that's, that's, you know, one one thousandth of the time they waste looking at Facebook every day.
[351] So there's, there's definitely some, you know, psychology aspects of this, I think that are pretty interesting, road rage in general.
[352] And then the question, of course, is if everyone is in self -driving cars, do they even notice these three -second delays anymore?
[353] Because they're doing other things or reading or working or just talking to each other.
[354] So it'll be interesting to see where that goes.
[355] In a certain aspect, people, people need to be distracted by something entertaining, something useful inside the car.
[356] so they don't pay attention to the external world.
[357] And then they can take whatever is psychology and bring it back to Twitter and the focus on that as opposed to sort of interacting, sort of putting the emotion out there into the world.
[358] So it's an interesting problem, but baseline autonomy.
[359] Yeah, I guess you could say self -driving cars, you know, at scale, will lower the collective blood pressure of society probably by a couple points without all that road rage and stress.
[360] So that's a good externality.
[361] so back to your question about the technology and the I guess the biggest problems and I have a hard time answering that question because you know we've been at this like specifically focusing on driverless cars and all the technology needed to enable that for a little over four and a half years now and even a year or two in I felt like we had completed the functionality needed to get someone from point A to point B as in if we need to do a left turn maneuver or or if we need to drive around a, you know, a double parked vehicle into oncoming traffic or navigate through construction zones, the scaffolding and the building blocks was there pretty early on.
[362] And so the challenge is not any one scenario or situation for which, you know, we fail at 100 % of those.
[363] It's more, you know, we're benchmarking against a pretty good, or pretty high standard, which is human driving.
[364] All things considered, humans are excellent at handling edge cases in unexpected scenarios where computers are the opposite.
[365] it.
[366] And so beating that baseline set by humans is the challenge.
[367] And so what we've been doing for quite some time now is basically it's this continuous improvement process where we find sort of the most uncomfortable or the things that could lead to a safety issue, other things, all these events, and then we sort of categorize them and rework parts of our system to make incremental improvements and do that over and over and over.
[368] again and we just see sort of the overall performance of the system, you know, actually increasing in a pretty steady clip.
[369] But there's no one thing.
[370] There's actually like thousands of little things and just like polishing functionality and making sure that it handles, you know, every version and possible permutation of a situation by either applying more deep learning systems or just by, you know, adding more test coverage or new scenarios that that we develop against and just grinding on that.
[371] We're sort of in the unsexy phase of development right now, which is doing the real engineering work that it takes to go from prototype to production.
[372] You're basically scaling the grinding, sort of taking seriously the process of all those edge cases, both with human experts and machine learning methods, to cover all those situations.
[373] Yeah, and the exciting thing for me is I don't think that grinding ever stops.
[374] Right.
[375] Because there's a moment in time where, you cross that threshold of human performance and become superhuman.
[376] But there's no reason, there's no first principles reason that AV capability will tap out anywhere near humans.
[377] Like, there's no reason it couldn't be 20 times better, whether that's just better driving or safer driving or more comfortable driving or even a thousand times better given enough time.
[378] And we intend to basically chase that, you know, forever to build the best possible product.
[379] Better and better and better and always new edge cases come up and your experiences.
[380] And you want to automate that process as much as possible.
[381] So what do you think in general in society?
[382] When do you think we may have hundreds of thousands of fully autonomous vehicles driving around?
[383] So first of all, predictions, nobody knows the future.
[384] You're a part of the leading people trying to define that future, but even then you still don't know.
[385] But if you think about hundreds of thousands of vehicles.
[386] So a significant fraction of vehicles in major cities are autonomous.
[387] Do you think, are you with Rodney Brooks, who is 2050 and beyond?
[388] Or are you more with Elon Musk, who we should have had that two years ago?
[389] Well, I mean, I would love to have it two years ago, but we're not there yet.
[390] So I guess the way I would think about that is let's flip that question around.
[391] So what would prevent you to reach hundreds of thousands of vehicles?
[392] That's a good refraising it.
[393] Yeah, so I'd say it seems the consensus among the people developing self -driving cars today is to sort of start with some form of an easier environment, whether it means, you know, lacking inclement weather or, you know, mostly sunny or whatever it is, and then add capability for more complex situations over time.
[394] And so if you're only able to deploy in areas that meet sort of your criteria or the current domain, you know, operating domain of the software you developed, that may put a cap on how many cities you could deploy in.
[395] But then as those restrictions start to fall away, like maybe you add, you know, capability to drive really well and safely in heavy rain or snow, you know, that that probably opens up the market by two or threefold in terms of the cities you can expand into and so on.
[396] And so the real question is, you know, I know today if we wanted to, we could produce that many autonomous vehicles, but we wouldn't be able to make use of all of them yet because we would sort of saturate the demand in the cities in which we would want to operate initially.
[397] So if I were to guess, like, what the timeline is for those things falling away and reaching hundreds of thousands of vehicles.
[398] Maybe a range is better.
[399] I would say less than five years.
[400] Less than five years.
[401] Yeah.
[402] And, of course, you're working hard to make that happen.
[403] So you started two companies that were eventually acquired for each $4 billion.
[404] So you're a pretty good person to ask, what does it take to build a successful startup?
[405] I think there's sort of survivor bias here a little bit, but I can try to find some common threads for the things that worked for me, which is, you know, in both of these companies, I was really passionate about the core technology.
[406] I actually, like, you know, lay awake at night thinking about these problems and how to solve them.
[407] and I think that's helpful because when you start a business there are like to this day there are these crazy ups and downs like one day you think the business is just on you're just on top of the world and unstoppable and the next day you think okay this is all going to end you know it's just it's just going south and it's going to be over tomorrow and and so I think like having a true passion that you can fall back on and knowing that you would be doing it even if you weren't getting paid for it helps you weather those those tough times so that's one thing I think the other one is really good people.
[408] So I've always been surrounded by really good co -founders that our logical thinkers are always pushing their limits and have very high levels of integrity.
[409] So that's Dan Kahn in my current company and actually his brother and a couple other guys for Justin TV and Twitch.
[410] And then I think the last thing is just, I guess, persistence or perseverance.
[411] And that can apply to sticking to sort of or having conviction around their original premise of your idea and sticking around to do all the, you know, the unsexy work to actually make it come to fruition, including dealing with, you know, whatever it is that you're not passionate about, whether that's finance or HR or operations or those things.
[412] As long as you are grinding away and working towards, you know, that North Star for your business, whatever it is, and you don't give up and you're making progress every day, it seems like eventually you'll end up in a good place.
[413] And the only things that can slow you down are, you know, running out of money or I suppose your competitor is destroying you, but I think most of the time it's people giving up or somehow destroying things themselves rather than being beaten by their competition or running out of money.
[414] Yeah, if you never quit, eventually you'll arrive.
[415] So, it's a much more concise version of what I was trying to say.
[416] Yeah, it was good.
[417] So you went the Y Combinator out twice.
[418] Yeah.
[419] What do you think in a quick question, do you think is the best way to raise funds in the early days?
[420] Or not just funds, but just community, develop your idea, and so on.
[421] Can you do it solo or maybe with a co -founder with like self -funded?
[422] Do you think Y Combinator is good?
[423] Is it good to do VC route?
[424] Is there no right answer or is there from the Y Combinator experience something that you could take away that that was the right path to take?
[425] There's no one size fits all answer.
[426] But if your ambition, I think, is to, you know, see how big you can make something or or rapidly expand and capture a market or solve a problem or whatever it is, then going to venture back route is probably a good approach so that capital doesn't become your primary constraint.
[427] Why Combinator I love because it puts you in this sort of competitive environment where you're surrounded by, you know, the top maybe 1 % of other really highly motivated, you know, peers who are in the same place.
[428] And that that environment, I think, just breeds success, right?
[429] If you're surrounded by really brilliant hardworking people, you're going to feel, you know, sort of compelled or inspired to try to emulate them and or beat them.
[430] And so even though I had done it once before, and I felt like, you know, I'm pretty self -motivated.
[431] I thought, like, look, this is going to be a hard problem.
[432] I can use all the help I can get.
[433] So surrounding myself with other entrepreneurs is going to make me work a little bit harder or push a little harder than it's worth it.
[434] And so that's why I did it, you know, for example, the second time.
[435] Let's, let's go philosophical existential.
[436] If you go back and do something differently in your life starting in high school and MIT leaving MIT you could have gone the PhD route doing the startup going to see about a startup in California and you or maybe some aspects of fundraising is there something you regret something you not necessarily regret but if you go back you could do differently I think I've made a lot of mistakes like you know pretty much everything you can screw up I think I've screwed up at least once but I you know I don't regret those things I think it's hard to it's hard to look back on things even if they didn't go well and call it a regret because hopefully you know took away some new knowledge or learning from that so I would say there was a period yeah the closest I can I can come to is there's a period in Justin TV I think after seven years where you know the company was going one direction which is towards Twitch in video gaming and I'm not a video gamer I don't really even use Twitch at all all.
[437] And I was still working on the core technology there, but my heart was no longer in it because the business that we were creating was not something that I was personally passionate about.
[438] It didn't meet your bar of existential impact.
[439] Yeah.
[440] And I'd say I probably spent an extra year or two working on that.
[441] And I'd say like I would have just tried to do something different sooner.
[442] Because those were two years where I felt like, you know, from this philosophical or existential thing, I just felt that something was missing.
[443] And so I would have, if I could look back now and tell myself, it's like, I would have said exactly that.
[444] Like, you're not getting any meaning out of your work personally right now.
[445] You should, you should find a way to change that.
[446] And that's part of the pitch I use to basically everyone who joins Cruz today.
[447] It's like, hey, you've got that now by coming here.
[448] Well, maybe you needed the two years of that existential dread to develop the feeling that ultimately was the fire that created Cruz.
[449] So you never know.
[450] You can't remember.
[451] Yeah.
[452] Good theory.
[453] yeah so last question what does 2019 hold for crews after this i guess we're going to go and and i'll talk to your class but one of the big things is going from prototype to production uh for autonomous cars and what does that mean what does that look like and 2019 for us is is the year that we try to cross over that threshold and reach you know superhuman level of performance to some degree with the software and have all the other of the thousands of little building blocks in place to to launch um you know our first commercial product.
[454] So that's what's in store for us, or in store for us.
[455] And we've got a lot of work to do.
[456] We've got a lot of brilliant people working on it.
[457] So it's, it's all up to us now.
[458] Yeah, from Charlie Miller and Chris Vells, like the people I've crossed paths with a few, it sounds like you have an amazing team.
[459] So like I said, it's one of the most, I think one of the most important problems in artificial intelligence of this century.
[460] It'll be one of the most defining.
[461] That's super exciting that you work on it.
[462] And the best of luck in 2018, I'm really excited to see what Cruz comes up with.
[463] Thank you.
[464] Thanks for having me today.
[465] Thanks, call.