Lex Fridman Podcast - Peter Norvig: Artificial Intelligence: A Modern Approach

Episode Date: September 30, 2019

Peter Norvig is a research director at Google and the co-author with Stuart Russell of the book Artificial Intelligence: A Modern Approach that educated and inspired a whole generation of researchers ...including myself to get into the field. This conversation is part of the Artificial Intelligence podcast. If you would like to get more information about this podcast go to https://lexfridman.com/ai or connect with @lexfridman on Twitter, LinkedIn, Facebook, Medium, or YouTube where you can watch the video versions of these conversations. If you enjoy the podcast, please rate it 5 stars on iTunes or support it on Patreon. Here's the outline with timestamps for this episode (on some players you can click on the timestamp to jump to that point in the episode): 00:00 - Introduction 00:37 - Artificial Intelligence: A Modern Approach 09:11 - Covering the entire field of AI 15:42 - Expert systems and knowledge representation 18:31 - Explainable AI 23:15 - Trust 25:47 - Education - Intro to AI - MOOC 32:43 - Learning to program in 10 years 37:12 - Changing nature of mastery 40:01 - Code review 41:17 - How have you changed as a programmer 43:05 - LISP 47:41 - Python 48:32 - Early days of Google Search 53:24 - What does it take to build human-level intelligence 55:14 - Her 57:00 - Test of intelligence 58:41 - Future threats from AI 1:00:58 - Exciting open problems in AI

Transcript
Discussion (0)
Starting point is 00:00:00 The following is a conversation with Peter Norvig. He's the director of Research at Google and the co-author, which drew Russell of the book, Artificial Intelligence and Modern Approach, that educated and inspired a whole generation of researchers, including myself, to get into the field of Artificial Intelligence. This is the Artificial Intelligence Podcast. If you enjoy it, subscribe on YouTube, give it 5 stars and iTunes, support on Patreon, or simply connect with me on Twitter. Alex Friedman spelled F-R-I-D-M-A-N.
Starting point is 00:00:32 And now, here's my conversation with Peter Norvig. Most researchers in the AI community, including myself, own all three editions, right, Green and Blue, of the Artificial Intelligence and Modern Approach. It's a field defining textbook as many people are aware that you wrote with Stuart Russell. How has the book changed and how have you changed in relation to it from the first edition to the second to the third and now fourth edition as you work on it?
Starting point is 00:01:17 Yeah, so it's been a lot of years, a lot of changes. One of the things changing from the first to maybe the second or third was just the rise of computing power, right? So I think in the first edition, we said, here's predicate logic, but that only goes so far because pretty soon you have millions of short little predicate expressions and they can possibly fit in memory. So we're going to use first-order logic that's more concise. And then we quickly realized, oh predicate logic is pretty nice because there are really fast
Starting point is 00:01:59 sat solvers and other things and look there's only millions of expressions and that fits easily into memory or maybe even billions fit into memory now. So that was a change of the type of technology we needed just because the hardware expanded. Even to the second edition? Yeah. The resource constraints from Luce and significantly to the second. And that was really 2000's second edition? Right.
Starting point is 00:02:22 So 95 was the first and then 2000, 2001 or so and then moving on from there. I think we're starting to see that again with the GPUs and then more specific type of machinery, like the GPUs and you're seeing custom A6 and so on for deep learning. So we're seeing another advance in terms of the hardware. Then I think another thing that we especially notice this time around is in all three of the first editions, we kind of said, well, we're going to find AI as maximizing expected utility and you tell me your utility function. And now we've got 27 chapters with the cool techniques for how to optimize that. I think in this edition, we're saying more, you know what?
Starting point is 00:03:12 Maybe that optimization part is the easy part, and the hard part is deciding what is my utility function. What do I want? And if I'm a collection of agents or a society, what do we want as a whole? So you touch that topic in this edition. You get a little bit more into utility. Yeah, that's really interesting. On a technical level, we're almost pushing the philosophical.
Starting point is 00:03:33 I guess it is philosophical, right? So we've always had a philosophy chapter, which I was glad that we were supporting. And now it's less kind of the, you know, Chinese room type argument and more of these ethical and societal type issues. So we get into the issues of fairness and bias and just the issue of aggregating utilities. So how do you encode human values into a utility function? Is this something that you can do purely through data in a learned way, or is there some systematic? Obviously, there's no good answers yet.
Starting point is 00:04:15 There's just beginnings to this to even opening the door to these. So there is no one answer. Yes, there are techniques to try to learn that. So we talk about inverse reinforcement learning. So reinforcement learning, you take some actions, you get some rewards, and you figure out what actions you should take. An inverse reinforcement learning, you observe somebody taking actions, and you figure out, well, this must be what they were trying to do. If they did this action. It must be because they want it.
Starting point is 00:04:47 Of course, there's restrictions to that, right? So lots of people take actions that are self-destructive, or they're suboptimal in certain ways. So you don't want to learn that. You want to somehow learn the perfect actions rather than the ones they actually take. So that's a challenge for that field. Then another big part of it is just kind of theoretical of saying what can we accomplish? And so you look at this work on the programs to predict recidivism and decide who should get parole or who should get bail
Starting point is 00:05:27 or whatever. And how are you going to evaluate that? And one of the big issues is fairness across protected classes, protected classes being things like sex and race and so on. And so two things you want is you want to say, well, if I get a score of say six out of 10, then I want that to mean the same whether, no matter what race I'm on. Yes. So I want to have a 60% chance of reoccurring regardless.
Starting point is 00:06:01 And the makers of the, one of the makers of a commercial program to do that says, that's what we're trying to optimize. And look, we achieved that. We've reached that kind of balance. And then on the other side, you also want to say, well, if it makes mistakes, I want that to affect both sides of the protected class equally. And it turns out they don't do that, right?
Starting point is 00:06:25 So they're, they're twice as likely to make a mistake that would harm a black person over a white person. So that seems unfair. So you'd like to say, well, I want to achieve both those goals. And then it turns out you do the analysis and it's theoretically impossible to achieve both those goals. So you have to trade them all one against the other. So that analysis is really
Starting point is 00:06:45 helpful to know what you can aim for and how much you can get. You can't have everything, but the analysis certainly can't tell you where should we make that tradeoff point. But nevertheless, then we can assume and celebrate where that tradeoff should be. Yeah, so at least we now, we're arguing in an informed way, even we're not asking for something impossible. We're saying here's where we are and here's what we aim for. And this strategy is better than that strategy. So that's, I would argue, is a really powerful and really important first step. But it's a doable one, sort of removing undesirable degrees of bias in systems in terms of protected classes.
Starting point is 00:07:25 And then there's something I listen to your commencement speech, or there's some fuzzier things like you mentioned angry birds. Do you want to create systems that feed the dopamine enjoyment, that feed, that optimize for you returning to the system, enjoying the moment of playing the game of getting likes or whatever this kind of thing, or some kind of long-term improvement. I you even thinking about that, that's really going to the philosophical area. Yeah, I think that's a really important issue too. It's really thinking about that. I don't think about that as an AI issue as much. But as you say, the point is we've built this society in this infrastructure where we say we have a marketplace
Starting point is 00:08:19 for attention and we've decided as a society that we like things that are free. And so we want all apps on our phone to be free. And that means they're all competing for your attention. And then eventually they make some money some way through ads or in game sales or whatever. But they can only win by defeating all the other apps by instilling your attention. And we build a marketplace where it seems like they're working against you rather than working with you. And I'd like to find a way where we can change the playing
Starting point is 00:08:59 field so we feel more like, well, these things are on my side. Yes, they're letting me have some fun in the short term, but they're also helping me in the long term, rather than competing against me. And those aren't as conflicting objectives. They're just the incentives, the direct current incentives, as we try to figure out this whole new world, seem to be on the easier part of that, which is feeding the dopamine, the rush. But for maybe take a quick step back at the beginning of the artificial intelligence and modern approach book of writing. So here you are in the 90s. When you first sat down, let's do it to write the book to cover an entire field, which is one of the only
Starting point is 00:09:45 books that successfully done that for AI and actually in a lot of other computer science fields, you know, it's a huge undertaking. So it must have been quite daunting. What was that process like? Did you envision that you would be trying to cover the entire field? Was there systematic approach to it? That was more step by step. How did it feel?
Starting point is 00:10:08 So I guess it came about, you know, go to lunch with the other AI faculty at Berkeley and we'd say, you know, the field is changing, seems like the current books are a little bit behind. Nobody's come out with a new book recently, we should do that. And everybody said, yeah, yeah, that's a great thing to do. I mean, never did anything. Right And then I ended up heading off to industry. I went to
Starting point is 00:10:32 Sunlab so I thought well, that's the end of my possible academic publishing career But I met Stuart again at a conference like a year later And said you know that book we're always talking about You guys must be half done with it by now, right? And he said, well, we keep talking, we never do anything. So I said, well, you know, we should do it. And I think the reason is that we all felt it was a time where the field was changing. And that was in two ways. So, you know, the good old fashioned AI was based primarily on Boolean logic. You had a few tricks to deal with uncertainty.
Starting point is 00:11:13 And it was based primarily on knowledge engineering. The way you got something done is you went out and interviewed an expert and you wrote down by hand everything they knew. And we saw in 95 that the field was changing in two ways. One, we were moving more towards probability rather than bully and logic, and we were moving more towards machine learning rather than knowledge engineering. And the other books hadn't caught that way if they were still in the more in the old school, although certainly
Starting point is 00:11:45 they had part of that on the way. But we said, if we start now completely taking that point of view, we can have a different kind of book, and we were able to put that together. And what was literally the process, if you remember, did you start writing a chapter, did you outline? Yeah, I guess we did an outline and then we sort of assigned chapters to each person. At the time, I had moved to Boston, Stuart was in Berkeley. So basically, we did it over the internet and, you know, that wasn't the same as doing it today. It meant, you know, dial up lines and tell them that you're letting in and you know, you tell them that it into one shell and you type cat file name and you hoped it was
Starting point is 00:12:38 captured at the other end. And certainly you're not sending images and figures back and forth. Right, right. I didn't work. But did you anticipate where the field would go from that day, from the 90s, did you see the growth into learning-based methods, into data-driven methods that followed in the future decades? We certainly thought that learning was important. I guess we missed it as being as important as it is today. We missed this idea of big data. We missed that idea of deep learning hadn't been invented yet.
Starting point is 00:13:21 We could have taken the book from a complete machine learning point of view right from the start. We chose to do it more from a point of view of we're going to first develop different types of representations. And we're going to talk about different types of environments. Is it fully observable or partially observable and is it deterministic or stochastic and so on and made it more complex along those axes rather than focusing on the machine learning axis first? Do you think there's some sense in which the deep learning craze is extremely successful for particular set of problems? And eventually you know, eventually, it's going to, in the general case, hit challenges. So in terms of the difference between perception
Starting point is 00:14:12 systems and robots that have to act in the world, do you think we're going to return to AI, modern approach type breadth, in addition five and six. In future decades, do you think a deep learning will take its place as a chapter and as bigger as in as bigger view of AI? Yeah, I think we don't know yet how it's all gonna play out. So in the new edition, we have a chapter on deep learning. We got Ian Goodfellow to be the guest author for that chapter.
Starting point is 00:14:46 So he said he could condense his whole deep learning book into one chapter. I think he did a great job. We were also encouraged that he, you know, we gave him the old neural net chapter and said, that's one of that modernize that. And he said, you know, half of that was okay. That certainly there's lots of new things that have been developed, but some of the core was still the same. So I think we'll gain a better understanding of what you can do there.
Starting point is 00:15:21 I think we'll need to incorporate all the things we can do with the other technologies. Right? So, deep learning started out, convolutional networks, and very close to perception. And since move to be able to do more with actions and some degree of longer term planning, with actions and some degree of longer term planning. But we need to do a better job with representation and reasoning and one shot learning and so on. And I think we don't know yet how that's gonna play out. Do you think looking at the some success,
Starting point is 00:16:02 but certainly eventual demise, partial demise of experts to symbolic systems in the 80s. Do you think there is kernels of wisdom and the work that was done there with logic and reasoning and so on that will rise again in your view? So certainly, I think the idea of representation and reasoning is crucial that you know sometimes you just don't have enough data about the world to learn Denoubo so you've got to have some idea of representation whether that was programmed in or told or whatever and then be able to take steps of reasoning. I think the problem with
Starting point is 00:16:49 the good old-fashioned AI was one we tried to base everything on these symbols that were atomic. And that's great if you're like trying to define the properties of a triangle, because they have necessary insufficient conditions. But things in the real world don't. The real world is messy and doesn't have sharp edges, and atomic symbols do. So that was a poor match. And then the other aspect was that the reasoning was universal and applied anywhere, which in some sense is good, but it also means there's no guidance as to where to apply.
Starting point is 00:17:31 And so you started getting these paradoxes like, well, if I have a mountain and I remove one grain of sand, then it's still a mountain. And but if I do that repeatedly, at some point, it's not. Right. And with logic, there's nothing to stop you still a mountain, but if I do that repeatedly, at some point it's not. With logic, there's nothing to stop you from applying things repeatedly. But maybe with something like deep learning, and I don't really know what the right name for it is, we could separate out those ideas. So one we could say, you know, Mountain isn't just an
Starting point is 00:18:07 atomic notion. It's some sort of something like word embedding that has a more complex representation. And secondly, we could somehow learn, yeah, there's this rule that you can remove one grain of sand. And you can do that a bunch of times, but you can't do it near infinite amount of times. But on the other hand, when you're doing induction on the integer, sure, then it's fine to do it an infinite number of times. And if we could somehow we have to learn when these strategies are applicable, rather than having the strategies be completely neutral and available everywhere. Anytime you use neural networks, anytime you learn from data, form representation from data in an automated way, it's not very explainable as to, or it's not introspective to us humans
Starting point is 00:19:02 in terms of how this neural network sees the world, where why does it succeed so brilliantly on so many cases and fail so miserably in surprising ways and small. So what do you think is this is the future there can simply more data, better data, more organized data solve that problem, or is there elements of the symbolic systems that need to be brought in, which are a little bit more explainable? Yeah. So I prefer to talk about trust and validation and verification rather than just about explainability.
Starting point is 00:19:39 And then I think explanations are one tool that you use towards those goals. And I think it is an important issue that we don't want to use these systems unless we trust them and we want to understand where they work and where they don't work. And an explanation can be part of that, right? So I apply for loan and I get denied. I want some explanation of why. And you have in Europe we have the GDPR that says you're required to be able to get that. But on the other hand, the explanation alone is not enough, right? So
Starting point is 00:20:15 you know, we're used to dealing with people and with organizations and corporations and so on and they can give you an explanation and you have no guarantee that that explanation relates to reality Right, so the bank can tell me well you didn't get the loan because you didn't have enough collateral And that may be true or it may be true that they just didn't like my Religion or or something else I can't tell from the explanation and that's that's true Whether the decision was made by by computer or by a person So I want more I Do want to have the explanations and I want to be able to have a conversation to go back and forth and said well
Starting point is 00:20:56 You gave this explanation, but what about this and what would have happened if this had happened and What what what I need to change that? So I think a conversation is a better way to think about it than just an explanation as a single output. And I think we need testing of various kinds, right? So in order to know, was the decision really based on my collateral or was it based on my religion or skin color or whatever? I can't tell if I'm only looking at my case, but if I look across all the cases,
Starting point is 00:21:29 then I can detect a pattern. Right, so you want to have that kind of capability. You want to have these adversarial testing. Right, so we thought we were doing pretty good at object recognition and images. We said, look, we're at sort of pretty close to human level performance on image net and so on. And then you start seeing these adversarial images
Starting point is 00:21:51 and you say, wait a minute, that part is nothing like human performance. You can mess with it really easily. You can mess with it really easily, right? And yeah, you can do that to humans too, right? So we, in a different way perhaps. Right, humans don't know what color the dress was. Right.
Starting point is 00:22:07 And so they're vulnerable to certain attacks that are different than they attacks on the machines. But the attacks on the machines are so striking. They really change the way you think about what we've done. And the way I think about it is I think part of the problem is we're seduced by our low dimensional metaphors. Right. Yeah. So, you know, you look in a textbook and you say, okay, now we've mapped out the space.
Starting point is 00:22:37 And, you know, Cat is here and Dog is here. And maybe there's a tiny little spot in the middle where you can't tell the difference, but mostly we've got it all covered. And if you believe that metaphor, then you say, well, we're nearly there. And, you know, there's only going to be a couple of adversarial images. But I think that's the wrong metaphor and what you should really say is it's not a 2D flat space that we've got mostly covered. It's a million dimension space and Cat is this string that goes out in this crazy path. And if you step a little bit off the path in any direction,
Starting point is 00:23:12 you're in nowhere's land and you don't know what's going to happen. And so I think that's where we are. And now we've got to deal with that. So it wasn't so much an explanation, but it was an understanding of what the models are and what they're doing, and now we can start exploring. How do you fix that? Yeah, validating the robustness of the system, so on. But take you back to this word trust. Do you think we're a little too hard on our robots in terms of the standards we apply? of the standards we apply. So, you know, of, there's a dance, there's a dance and nonverbal and verbal communication between humans. You know, if we apply the same kind of standard
Starting point is 00:23:55 in terms of humans, you know, we trust each other pretty quickly. You know, you and I haven't met before and there's some degree of trust right that nothing's gonna go crazy wrong and yet to AI when we look at AI systems where we seem to approach the skepticism always always and it's like they have to prove through a lot of hard work that they're even worthy of even inkling of our trust. What do you think about that? How do we break that barrier, close that gap? I think that's right. I think that's a big issue.
Starting point is 00:24:30 It's just listening, my friend Mark Moffett, his naturalist, and he says, the most amazing thing about humans is that you can walk into a coffee shop or a busy street in a city. And there's lots of people around you that you've never met before and you don't kill each other.
Starting point is 00:24:50 He says chimpanzees cannot do that. Yeah, right. Right. If a chimpanzee's in a situation where here's some that aren't from my tribe, bad things happen. Especially in a coffee shop that's delicious food around. Yeah, but we humans have figured that out. For the most part, we still go to or we still do terrible things,
Starting point is 00:25:14 but for the most part, we learn to trust each other and live together. So that's going to be important for our AI systems as well. And also I think a lot of the emphasis is on AI, but in many cases AI is part of the technology but isn't really the main thing. So a lot of what we've seen is more due to communications technology than AI technology. Yeah, you want to make communications technology, then AI technology. Yeah, you want to make these good decisions, but the reason we're able to have any kind of system at all is we've got the communications so that we're collecting the data and so that we can reach lots of people around the world.
Starting point is 00:25:58 I think that's a bigger change that we're dealing with. Speaking of reaching a lot of people around the world, and inside of education, you've one of the many things in terms of education you've done, you've taught the Intradah Artificial Intelligence course that signed up 100,000, 160,000 students. It's one of the first successful examples of a MOOC, Massive Open online course. What did you learn from that experience? What do you think is the future of MOOCs of education online?
Starting point is 00:26:29 Yeah, it was a great fun doing it, particularly being right at the start, just because it was exciting and new, but it also meant that we had less competition. So one of the things you hear about, well the problem with MOOCs is the completion rates are so low, so it must be a failure. And I got to admit, I'm a prime contributor, right?
Starting point is 00:26:54 I've probably started 50 different courses that I haven't finished, but I got exactly what I wanted out of them, because I had never intended to finish them. I just wanted to dabble in a little bit, either to see the topic matter or just to see the pedagogy. How are they doing this class? So I guess the main thing I learned is when I came in I thought the challenge was information saying if I'm just take the stuff I want you to know and I'm very clear and explain it well, then my job is done and the good things are going to happen. And then in doing the course, I learned, well, yeah, you got to have the information. But really, the motivation is the most important thing.
Starting point is 00:27:40 That if students don't stick with it, then then doesn't matter how good the content is. And I think being one of the first classes we were helped by sort of exterior motivation. So we tried to do a good job of making it enticing and setting up ways for the community to work with each other to make it more motivating. But really a lot of it was, hey, this is a new thing and I'm really excited to be part of a new thing And so the students brought their own motivation
Starting point is 00:28:10 And so I think this is great because there's lots of people around the world who have never had this before you know Would never have the opportunity to Go to Stanford and take a class or go to MIT or go to one of the other schools. But now we can bring that to them. And if they bring their own motivation, they can be successful in a way they couldn't before. But that's really just the top tier of people that are ready to do that. The rest of the people just don't see or people just don't see or don't have their motivation and don't see how if they push through and we're able to do it, what advantage that would get them. So, I think we got a long way to go before we're able to do that. And I think it'll be some of it is based on technology, but more of it's based on the
Starting point is 00:28:59 idea of community. You got to actually get people together. Some of the getting together can be done online. I think some of it really has to be done in person in order to build that type of community and trust. You know, there's an intentional mechanism that we've developed a short attention span, especially younger people,
Starting point is 00:29:21 because sort of short and shorter videos online. There's a whatever the way the brain is developing now with people that have grown up with the internet, they have quite a short attention span. I would say I had the same when I was growing up too, probably for different reasons. I probably wouldn't have learned as much as I have if I wasn't forced to sit in a physical classroom, sort of bored, sometimes falling asleep, but sort of forcing myself through that process to sometimes extremely difficult computer science courses. What's the difference in your view between in-person education experience, which you, first
Starting point is 00:30:04 of all, you yourself had and you yourself taught and online education. And how do we close that gap if it's even possible? Yeah. So I think there's two issues. One is whether it's in person or online, so it's sort of the physical location. And then the other is kind of the affiliation, right?
Starting point is 00:30:23 So you stuck with it in part because you were in the classroom and you saw everybody else was suffering the same way you were. But also because you were enrolled, you had paid tuition. Sort of everybody was expecting you to stick with it. Society parents. Yeah. Cause peers. Right. And so those are two separate things. I mean, you could certainly imagine I pay a huge amount of tuition and everybody signed up and says, yes,
Starting point is 00:30:54 you're doing this. But then I'm in my room and my classmates are in different rooms, right? We could have things set up that way. So it's not just the online versus offline, I think it's more important is the commitment that you've made. And certainly it is important to have that kind of informal, I meet people outside of class. We talk together because we're all in it together. I think that's a really important both in keeping your motivation and also that's
Starting point is 00:31:27 where some of the most important learning goes on. So you want to have that. Maybe, you know, especially now we start getting into higher bandwidths and augmented reality and virtual reality, you might be able to get that without being in the same physical place. Do you think as possible we'll see a course at Stanford for example that for students enrolled students is only online in the near future or literally sort of it's part of the curriculum and there is no. Yeah so you're starting to see that I know Georgia Tech has a master's that's done that way. Oftentimes it's sort of they're creeping in in terms of a master's that's done that way. Oftentimes, it's sort of, they're creeping in in terms of a master's program or sort of further education considering the constraints of students and so on.
Starting point is 00:32:13 But I mean, literally, is it possible that we, you know, Stanford MIT, Berkeley, all these places go online only in the next few decades? Yeah, probably not, because they've got a big commitment to a physical campus. Sure. So there's a momentum that's both financial and culturally. And then there are certain things that's just hard to do virtually. So we're in a field where if you have your own computer and your own paper and so on, you can do the work anywhere. But if you're in a biology lab
Starting point is 00:32:54 or something, you know, you don't have all the right stuff at home. Right. So our field programming, you've also done a lot of programming yourself. In 2001, you wrote a great article about programming called Teacher Self Programming in 10 years, sort of response to all the books that say Teacher Self Programming in 21 days. So, if you're giving advice to someone getting to programming today, this is a few years since you've written that article. What's the best way to undertake that journey? I think there's lots of different ways, and I think programming means more things now.
Starting point is 00:33:34 And I guess, you know, when I wrote that article, I was thinking more about becoming a professional software engineer. And I thought that's a career or long field of study. But I think there's lots of things now that people can do where programming is a part of solving what they want to solve without achieving that professional level status. Right, so I'm not gonna be going
Starting point is 00:34:02 and writing a million lines of code, but I'm a biologist or a physicist or something or even a historian and I've got some data and I want to ask a question of that data and I think for that you don't need 10 years. So there are many shortcuts to being able to answer those kinds of questions. And you see today a lot of emphasis on learning to code, teaching kids how to code. I think that's great, but I wish they would change
Starting point is 00:34:36 the message a little bit, right? So I think code isn't the main thing. I don't really care if you know the syntax of JavaScript or if you can connect these blocks together in this visual language. But what I do care about is that you can analyze a problem. You can think of a solution. You can carry out, you know, make a model, run that model,
Starting point is 00:35:03 test the model, see the results, verify that they're reasonable, ask questions, and answer them. So it's more modeling and problem solving, and you use coding in order to do that, but it's not just learning coding for its own sake. That's really interesting. So it's actually almost, in many cases, it's learning to work with data to extract something useful out of data. So when you say problem solving, you really mean taking some kind of maybe collecting and some kind of data set, cleaning it up and saying something interesting about it, which is useful in all kinds of domains.
Starting point is 00:35:40 And I see myself being stuck sometimes in kind of the old ways. So, you know, I'll be working on a project maybe with a younger employee and we say, oh, well, here's this new package that could help solve this problem. And I'll go and I'll start reading the manuals. And, you know, I'll be two hours into reading the manuals. Then my colleague comes back and says, I'm done. I downloaded the package, I installed it. I tried calling some things.
Starting point is 00:36:12 The first one didn't work. The second one on work, now I'm done. And I say, but I have under questions about how does this work and how does that work? And they say, who cares? I don't need to understand the whole thing. I answered my question. It's a big complicated package. I don't understand the rest of it thing. I answered my question. It's a big complicated package. I don't understand the rest of it,
Starting point is 00:36:27 but I got the right answer. And it's hard for me to get into that mindset. I want to understand the whole thing. And if they wrote a manual, I should probably read it. And but that's not necessarily the right way. And I think I have to get used to dealing with more, being more comfortable with uncertainty and not knowing everything.
Starting point is 00:36:48 Yeah, so I struggle with the same, instead of the the spectrum between Donk-Nuth, it's kind of the very, you know, before you can say anything about a problem, he really has to get down to the machine code to assembly. Versus exactly what you said you said of several students in my group that you know, 20 years old, and they can solve almost any problem within a few hours that would take me probably weeks because I will try to, as you said, read the manual. So do you think the nature of mastery, you're mentioning biology, sort of outside disciplines, applying programming, but computer scientists. So over time, there's higher and higher levels of abstraction available
Starting point is 00:37:34 now. So with this week, there's a, you know, the TensorFlow summit. Right. So if you're, if you're not particularly into deep learning, but you're still a computer scientist, you can accomplish an incredible amount with TensorFlow without really knowing any fundamental internals of machine learning. Do you think the nature of mastery is changing, even for computer scientists, like what it means to be an expert programmer?
Starting point is 00:38:02 Yeah, I think that's true. We never really should have focused on programmer, right, because it's still, it's the skill and what we really want to focus on is the result. So we built this ecosystem where the way you can get stuff done is by programming it yourself. At least when I started it, you know, library functions meant you had square root and that
Starting point is 00:38:25 was about it, right? Everything else you built from scratch. And then we built up an ecosystem where a lot of times, well, you can download a lot of stuff that does a big part of what you need. And so now it's more a question of assembly rather than manufacturing. And that's a different way of looking at problems. From another perspective, in terms of mastery, and looking at programmers or people that reason about problems in a computational way, so Google, you know, from the hiring perspective, from the perspective of hiring or building a team of programmers. How do you determine if someone's a good programmer?
Starting point is 00:39:07 Or if somebody, again, I want to deviate from, I want to move away from the word programmer, but somebody who could solve problems of large scale data and so on. What's, how do you build a team like that through the interviewing process for you? Yeah, and I think as a company grows, you get more expansive in the types of people you're looking for, right? So I think, you know, in the early days, we'd interview people and the question we were trying to ask is, how close are they to Jeff Dean? And most people were pretty far away, but we take the ones that were, you know, not that far away. And so we got kind of a homogeneous group of people who are really great programmers.
Starting point is 00:39:50 Then as a company grows, you say, well, we don't want everybody to be the same, to have the same skill set. And so now we're hiring biologists in our health areas and we're hiring physicists, we're hiring mechanical engineers, we're hiring, you know, social scientists and ethnographers and people with different backgrounds who bring different skills. So you have mentioned that you still make partaking code reviews, given that you still may partake in code reviews. Given that you have a wealth of experience, as they've also mentioned, that what errors do you often see and tend to highlight in the code of junior developers
Starting point is 00:40:34 of people coming up now, given your background from Lisp to a couple of decades of programming? Yeah, that's a great question. Sometimes I try to look at flexibility of the design. Yes, this API solves this problem, but where is it going to go in the future? Who else is going to want to call this? Are you making it easier for them to do that?
Starting point is 00:41:03 There's a matter of design. Is it documentation? Is it sort of a nemorphous thing you can't really put it anymore? It's just how it feels. If you put yourself on the shoes of a developer, would you use this kind of thing? I think it is how you feel, right? And so, yeah, documentation is good, but it's more a design question, right? If you get the design right, then people will figure it out whether the documentation is
Starting point is 00:41:28 good or not. And if the design is wrong, then it'll be harder to use. How have you, yourself, changed as a programmer over the years? In a way, you've already started to say of you want to read the manual, you want to understand the core, the syntax to the how the language is supposed to be used and so on. But what's the evolution been like from the 80s, 90s to today? I guess one thing is you don't have to worry about the small details of efficiency as much as you used to. Right. So like I remember I did my list book in the 90s and one of the things I wanted to do was say, here's how you do an object system. And basically we're going to make it so each object is a hash table
Starting point is 00:42:20 and you look up the methods and here's how it works. And then I said, of course, the real common list object system is much more complicated. It's got all these efficiency type issues. And this is just a toy. Nobody would do this in real life. And it turns out Python pretty much did exactly what I said and said objects are just dictionaries. And yeah, they have a few little tricks as well, but
Starting point is 00:42:47 mostly, you know, the thing that would have been 100 times too slow in the 80s is now plenty fast for most everything. So you had to as a programmer let go of perhaps an obsession that I remember coming up with of trying to write a Fishing code. Yeah. To say, what really matters is the total time it takes to get the project done. And most of that is going to be the programmer time. So if you're a little bit less efficient, but it makes it easier
Starting point is 00:43:18 to understand and modify, then that's the right tradeoff. So you've written quite a bit about Lisp. You've become programmers and Lisp. You have a lot of code out there that's the right tradeoff. So you've written quite a bit about Lisp. You've become programmers and Lisp. You have a lot of code out there that's in Lisp. So myself and people who don't know Lisp should look it up. It's my favorite language for many AI researchers. It is a favorite language.
Starting point is 00:43:39 The favorite language they never use at these days. So what part of Lisp do you find most beautiful and powerful? So I think the beautiful part is the simplicity that in half a page you can define the whole language. And other languages don't have that so you feel like you can hold everything in your head. And then a lot of people say, well, then that's too simple. You know, here's all these things I want to do. And, you know, my Java or Python or whatever has a hundred or 200 or 300 different syntax rules and don't I need all those.
Starting point is 00:44:17 And list answer was, no, we're only going to give you eight or so syntax rules, but we're going to allow you to define your own. And so that was a very powerful idea. And I think this idea of saying, I can start with my problem and with my data, and then I can build the language I want for that problem and for that data, and then I can make a list to find that language. So you're sort of mixing levels and saying,
Starting point is 00:44:49 I'm simultaneously a programmer in a language and a language designer, and that allows a better match between your problem and your eventual code. And I think Liz had done that better than other languages. Yeah, it's a very elegant implementation of functional programming. But why do you think Liz has not had the mass adoption and success of languages like Python? Is it the parentheses? Is it all the parentheses?
Starting point is 00:45:18 Yeah, so I think a couple of things. So one was, I think it was designed for a single programmer or a small team and a skilled programmer who had the good taste to say, well, I am doing language design and I have to make good choices. And if you make good choices, that's great. If you make bad choices, you can hurt yourself. And it can be hard for other people on the team to understand it. So I think there was a limit to the scale of the size of a project in terms of number of people that Lisp was good for. And as an industry, we kind of grew beyond that. I think it is, in part, the parentheses.
Starting point is 00:46:02 One of the jokes is the acronym for Lisp is lots of irritating silly parentheses. My acronym was Lisp is syntactically pure, saying all you need is parentheses and atoms. But I remember, we had the AI textbook and because we did it in the 90s, we had pseudocode in the book, but then we said, well, we'll have list-bond line because that's the language of AI at the time. And I remember some of the students complaining because they hadn't had lists before
Starting point is 00:46:36 and they didn't quite understand what was going on. And I remember when a student complained, I don't understand how this pseudocode corresponds to this list. And there was a one-to-one correspondence between the symbols in the code and the pseudocode. And the only thing difference was the parentheses. So I said, it must be that for some people, a certain number of left parentheses shuts off their brain.
Starting point is 00:47:01 Yeah, it's very possible in that sense, and Python just goes the other way. Yeah, and so that was a point at which I said, okay, can't have only Lisp, that's a language, because I, you know, I don't want to, you know, you only got 10 or 12 or 15 weeks or whatever it is to T.J.I. and I don't want to waste two weeks of that teaching Lisp. So I said, I got to have another language. Java was the most popular in language at the time. I started doing that. And then I said, it's really hard to have a one-on-one correspondence between the pseudocode and the Java, because Java is so verbose. So then I said, I'm going to do a survey and find the language that's
Starting point is 00:47:37 most like my pseudocode and turn out Python basically was my pseudocode. Somehow, I had channeled Guido designed a pseudocode. Somehow I had channel Guido designed a pseudocode that was the same as Python, although I hadn't heard of Python at that point. And from then on, that's what I've been using because it's been a good match. So what's the story in Python behind Pytudes? You're a GitHub you with puzzles and exercises and Python. It's pretty fun. Yeah, just it.
Starting point is 00:48:07 It seems like fun. I like doing puzzles and I like being an educator. I did a class with Udacity. Udacity 212, but I think it was. So it was basically problem solving using Python and looking at different problems. This Pytudes feed that class in terms of the exercises. I was wondering what the class came first.
Starting point is 00:48:31 Yeah. Some of the stuff that's in Pytudes was right up so what was in the class and then some of it was just continuing to work on new problems. So what's the organizing madness of Pytudes? Is it just a collection of cool exercises? Just whatever I thought was fun. Okay, awesome. So you were the director of search quality at Google
Starting point is 00:48:52 from 2001 to 2005 in the early days, when there's just a few employees and when the company was growing like crazy, right? So I mean, Google revolutionized the way we discover, share, and aggregate knowledge. So this is one of the fundamental aspects of civilization, information being shared. And there's different mechanism throughout history, but Google's just 10X improved that, right? And you're a part of that, right? People discovering that information.
Starting point is 00:49:28 So what were some of the challenges on a philosophical or the technical level on those early days? It definitely was an exciting time. And as you say, we were doubling in size every year. And the challenges were we wanted to get the right answers, right? And we had to get the right answers, right? And we had to figure out what that meant.
Starting point is 00:49:49 We had to implement that and we had to make it all efficient. And we had to keep on testing and seeing if we were delivering good answers. And now when you say good answers, it means whatever people are typing in in terms of keywords in terms of that kind of thing, that the results to get are ordered by the desirability for them of those results. Like the first thing they click on will likely be the thing that they were actually looking for. Right.
Starting point is 00:50:19 One of the metrics we had was focused on the first thing. Some of it was focused on the whole page. Some of it was focused on the whole page, some of it was focused on top three or so. So we looked at a lot of different metrics for how well we were doing and we broke it down into subclasses, maybe here's a type of query that we're not doing well on, then we try to fix that. Early on we started to realize that we were in an adversarial position.
Starting point is 00:50:47 So we started thinking, well, we're kind of like the card catalog in the library. So the books are here, and we're off to the side, and we're just reflecting what's there. And then we realized every time we make a change, the webmasters make a change. And it's game theoretic. And so we had to think, not only, is this the right move for us to make now, but also if we make this move, what's the counter move going to be? Is that going to get us into a worse place?
Starting point is 00:51:18 In which case, we won't make that move. We'll make it a different move. And did you find, I mean, I assume with the popularity and the growth of the internet that people were creating new content. So you're almost helping guide the creation. Yeah, so that's certainly true, right? So we definitely changed the structure of the network, right?
Starting point is 00:51:37 So if you think back, you know, in the very early days, Larry and Sergey had the PageRank paper, and John Climberg had this hubs and authorities model, which says the web is made out of these hubs, which will be my page of cool links about dogs or whatever, and people with just list links. And then there be authorities which were the ones that page about dogs that most people link to. That doesn't happen anymore. People don't bother to say my page of cool links because we took over that function, right?
Starting point is 00:52:16 So we changed the way that worked. Did you imagine back then that the internet would be as massively vibrant as it is today? I mean, it was already growing quickly, but it's just another I don't know if you've ever if today if you sit back and just look at the internet With wander the amount of content that's just constantly being created constantly being shared. Yeah, I It's it's always been surprising to me. I guess I'm not very good at predicting the future in the future. Okay. And I remember, you know, being a graduate student in 1980 or so, and you know, we had the arpanette. And then there was this proposal to commercialize it,
Starting point is 00:53:01 have this internet, and it's a crazy Senator Gore. commercialize it, and have this internet, and it's a crazy Senator Gore. Thought that might be a good idea. And I remember thinking, oh, come on, you can't, you can't expect a commercial company to understand this technology. They'll, they'll, they'll never be able to do it. Yeah. Okay. We can have this.com domain, but it won't go anywhere.
Starting point is 00:53:20 So I was wrong. I was right. At the same time, the nature of what it means to be a commercial company has changed too. So Google and the way it's at its founding is different than what companies were before, I think. Right. So there's all these business models that are so different than what was possible back then. So in terms of predicting the future, what do you think it takes to build a system that approaches human level intelligence? You've talked about, of course, that we shouldn't be so obsessed about creating human level intelligence, which just create systems that are very useful for humans.
Starting point is 00:53:56 But what do you think it takes to approach that level? Right. So certainly, I don't think human level intelligence is one thing right So I think there's lots of different tasks lots of different capabilities I also don't think that should be the goal right so I you know I wouldn't want to create a calculator that could do multiplication at human level right that would be a step backwards and so for many things We should be aiming far beyond human level. For other things, maybe human level is a good level to aim at. And for others, we'd say, well,
Starting point is 00:54:33 let's not bother doing this because we already have humans can take on those tasks. So, as you say, I like to focus on what's a useful tool. And in some cases, being on human level is an important part of crossing that threshold to make the tool useful. So we see in things like these personal assistants now that you get either on your phone or on a speaker that sits on the table, you want to be able to have a conversation with them. And I think as an industry, we haven't quite figured out what the right model is for what these things can do. And we're aiming towards, well, you just have a conversation with them the way you can with the person. But we haven't delivered on that model yet.
Starting point is 00:55:19 So you can ask it, what's the weather, you can ask it, play some nice songs, five or six other things, and then you run out of stuff that it can do. In terms of a deep meaningful connection. You've mentioned the movie Hur as one of your favorite AI movies. Do you think it's possible for a human being to fall in love with an AI system? AI assistant, as you mentioned, so taking this big leap from what's the weather to, having a deep connection. Yeah, I think as people, that's what we love to do.
Starting point is 00:55:52 And I was at a showing of her where we had a panel discussion and somebody asked me, what other movie do you think her similar to? And my answer was life of Brian Which which is not a science fiction movie But both movies are about wanting to believe in something that's not necessarily real Yeah, by the way for people don't know it's Monty Python. Yeah, yeah Brilliant we put right so I mean, I think that's just the way we are
Starting point is 00:56:24 We we want to trust we want to, we want to fall in love, and it doesn't necessarily take that much, right? So, you know, my kids fell in love with their teddy bear, and the teddy bear was not very interactive, right? So that's all us. Pushing our feelings onto our devices and our things. And I think that that's what we like to do. So we'll continue to do that.
Starting point is 00:56:50 So yeah, as human beings, we'll long for that connection. And just AI has to do a little bit of work to catch us in the other end. Yeah. And certainly, you know, if you can get to a dog level, a lot of people have invested a lot of love in their pets. And their pets, some people, as I've been told, in working with autonomous vehicles, have invested a lot of love into their inanimate cars.
Starting point is 00:57:15 So it really doesn't take much. So what is a good test to linger on a topic that may be silly or a little bit philosophical? What is a good test of intelligence in your view? Is natural conversation like in the touring test, a good test, put another way, what would impress you if you saw a computer do it these days? Yeah, I mean, I get impressed all the time. Right, so really impressive.
Starting point is 00:57:45 Go playing, Starcraft playing, those are all pretty cool. And I think, sure, conversation is important. I think we sometimes have these tests where it's easy to fool the system, where you can have a Chatbot that can have a conversation, but you never It never gets into a situation where it has to be deep enough that It really reveals itself as being intelligent or not. I think
Starting point is 00:58:21 You know, Turing suggested that But I think if he were alive, he'd say, you know, I didn't really mean that seriously. And I think, you know, this is just my opinion, but I think Turing's point was not that this test of conversation is a good test. I think his point was having a test is the right thing. So rather than having the philosophers say, oh no, AI is impossible, you should say, well, we'll just have a test and then the result of that, we'll tell us the answer.
Starting point is 00:58:51 And it doesn't necessarily have to be a conversation test. That's right. And coming up with you better test as a technology evolves is probably the right way. Do you worry as a lot of the general public does about, not a lot, but some vocal part of the general public does about, not a lot, but some vocal part of the general public about the existential threat of artificial intelligence. So looking farther into the future, as you said, most of us are not able to predict much.
Starting point is 00:59:15 So when shrouded in such mystery, there's a concern of, well, you think it's starting to think about worst case. Is that something that occupies your mind, space, much? So I certainly think about threats. I think about dangers. And I think any new technology has positives and negatives. And if it's a powerful technology, it can be used for bad as well as for good.
Starting point is 00:59:41 So I'm certainly not worried about the robot apocalypse and the Terminator-type scenarios. I am worried about change in employment and are we going to be able to react fast enough to deal with that? I think we're already seeing it today where a lot of people are disgruntled about the way income inequality is working and automation could help accelerate those kinds of problems. I see powerful technologies can always be used as weapons, whether they're robots or drones or whatever. Some of that we're seeing due to AI, a lot of it, you know, need AI. And I don't know what's a what's a worst threat if it's autonomous drone or it's a CRISPR technology becoming available or we have lots of threats to face and some of them involve AI and some of them don't.
Starting point is 01:00:41 So the threats that technology presents you for the most part optimistic about technology also alleviating those threats or creating new opportunities or protecting us from the more detrimental effects of these things. Yeah, I don't know. It's again, it's hard to predict the future. And as a society, so far, we've survived the nuclear bomb and other things. Of course, only societies that have survived are having this conversation. So maybe that's a survivorship bias there. Yeah. What problem stands out to you as exciting, challenging, impactful to work on in the near
Starting point is 01:01:21 future for yourself, for the community in your broadly. So we talked about these assistance and conversation. I think that's a great area. I think combining common sense reasoning with the power of data is a great area. In which application? In conversation, like George, I just broadly. Just in general. Yeah.
Starting point is 01:01:48 As a programmer, I'm interested in programming tools, both in terms of the current systems we have today with TensorFlow and so on. Can we make them much easier to use for broader class of people? And also can we apply machine learning to the more traditional type of programming, right? So, you know, when you go to Google and you type in a query and you spell something wrong, it says, did you mean? And the reason we're able to do that is because lots of other people made a similar error and then they corrected it. We should be able to go into our code bases
Starting point is 01:02:25 and our bug fix bases. And when I type a line of code, it should be able to say, did you mean such and such? If you type this today, you're probably going to type in this bug fix tomorrow. Yeah, that's a really exciting application of almost an assistant for the coding programming experience at every level. So I think I could safely speak for the entire AI community. First of all, for thanking you for the amazing work you've done, certainly for the amazing work you've done with AI Modern Approach book. I think we're all looking forward very much for the fourth edition and then the fifth edition and so on. So Peter, thank you so much for talking today.
Starting point is 01:03:08 Yeah, thank you. Pleasure. Thank you.

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