Dwarkesh Podcast - Demis Hassabis — Scaling, superhuman AIs, AlphaZero atop LLMs, AlphaFold

Episode Date: February 28, 2024

Here is my episode with Demis Hassabis, CEO of Google DeepMindWe discuss:* Why scaling is an artform* Adding search, planning, & AlphaZero type training atop LLMs* Making sure rogue nations can't stea...l weights* The right way to align superhuman AIs and do an intelligence explosionWatch on YouTube. Listen on Apple Podcasts, Spotify, or any other podcast platform. Read the full transcript here. Timestamps(0:00:00) - Nature of intelligence(0:05:56) - RL atop LLMs(0:16:31) - Scaling and alignment(0:24:13) - Timelines and intelligence explosion(0:28:42) - Gemini training(0:35:30) - Governance of superhuman AIs(0:40:42) - Safety, open source, and security of weights(0:47:00) - Multimodal and further progress(0:54:18) - Inside Google DeepMind Get full access to Dwarkesh Podcast at www.dwarkesh.com/subscribe

Transcript
Discussion (0)
Starting point is 00:00:00 So I wouldn't be surprised if we had HGI-like systems within the next decade. It was pretty surprising to almost everyone, including the people who first worked on the scaling hypotheses, that how far it's gone. In a way, I look at the large models today, and I think they're almost unreasonably effective for what they are. It's an empirical question whether that will hit an asymptote or a brick wall. I think about superhuman intelligence. Is it still controlled by a private company? As Gem and I are becoming more multimodal, and we start ingesting audio-visual data,
Starting point is 00:00:30 as well as text data, I do think our systems are going to start to understand the physics of the real world better. The world's about to become very exciting, I think, in the next few years as we start getting used to the idea of what true multimodality means. Okay, today it is a true honor to speak with Demis Asavis, who is the CEO of Deep Mind. Demis, welcome to the podcast. Thanks for having me. First question, given your neuroscience background, how do you think about intelligence?
Starting point is 00:00:56 Specifically, do you think it's like one higher level general reasoning circuit or do you think it's thousands of independent subskills and heuristics? Well, it's interesting because intelligence is so broad and, you know, what we use it for is so sort of generally applicable. I think that suggests that, you know, there must be some sort of high level, common things in, you know, common kind of algorithmic themes, I think, around how the brain processes the world around. us. So of course, then there are specialized parts of the brain that do specific things, but I think there are probably some underlying principles that underpin all of that. Yeah. How do you make sense of the fact that in these LLMs, though, when you give them a lot of data in any specific domain, they tend to get asymmetrically better in that domain. Wouldn't we expect a sort of like general improvement across all the different areas?
Starting point is 00:01:51 Well, I think you, first of all, I think you do actually sometimes get surprising improvement in other domains when you improve in a specific domain. So, for example, when these large models sort of improve at coding, that can actually improve their general reasoning. So there is some evidence of some transfer, though I think we would like a lot more evidence of that. But also, you know, that's how the human brain learns too, is if we experience and practice a lot of things like chess
Starting point is 00:02:17 or, you know, writing, creative writing, or whatever that is, we also tend to specialize and get better at that specific thing, even though we're using sort of general learning techniques and general learning systems in order to get good at that domain. Yeah. Well, what's been the most surprising example of this kind of transfer for you? Like, you see language and code or images and text? Yeah, I think probably, I mean, I'm hoping we're going to see a lot more of this
Starting point is 00:02:41 trying to transfer, but I think things like getting better at coding and math then generally improving your reasoning. That is how it works with us as human learners. but I think it's interesting seeing that in these artificial systems. And can you see the sort of mechanistic way in which, let's say in the language and code example, there's like, I found the place in a neural network that's getting better with both the language and the code, or is it that too far down the week? Yeah, well, I don't think our analysis techniques are quite sophisticated enough to be able to hone in on that.
Starting point is 00:03:13 I think that's actually one of the areas that a lot more research needs to be done on kind of mechanistic analysis of the representations that these systems, build up. And, you know, I sometimes like to call it virtual brain analytics in a way. It's a bit like doing fMRI or single cell recording from a real brain. What's the analogous sort of analysis techniques for these artificial minds? And there's a lot of great work going on on this sort of stuff. People like Chris Ola, I really like his work. And a lot of computational neuroscience techniques, I think, could be brought to bear on analyzing these current systems we're building. In fact, I try to encourage a lot of my computational neuroscience friends to start thinking
Starting point is 00:03:53 in that direction and applying their know-how to the large models. Yeah. What do other AI researchers not understand about human intelligence that you have some sort of like insight on, given your neuroscience background? I think neuroscience has added a lot. If you look at the last sort of 10, 20 years that we've been at it at least, and I've been thinking about this for 30 plus years. I think in the earlier days of this sort of new wave of AI, I think neuroscience was providing a lot of interesting directional clues.
Starting point is 00:04:26 So things like reinforcement learning, combining that with deep learning, you know, some of our pioneering work we did there, things like experience replay, even the notion of attention, which has become super important. A lot of those original sort of inspirations come from some understanding about how the brain works, not the exact specifics. Of course, one's an engineered system, the other one's a natural system. So it's not so much about a one-to-one mapping of a specific algorithm. It's more kind of inspirational direction, maybe some ideas for architecture or algorithmic ideas or representational ideas. And because you know the brain's in existence proof that general intelligence is possible at all, I think, you know, the history of human endeavors has been that once you know
Starting point is 00:05:08 something's possible, it's easier to push hard in that direction because you know it's a question of effort then and sort of a question. of when, not if. And that allows you to, you know, I think make progress a lot more quickly. So I think neuroscience has had a lot of, has inspired a lot of the thinking, at least in a soft way behind where we are today. But as for, you know, going forwards, I think that there's still a lot of interesting things to be resolved around planning and how does the brain construct the right world models. You know, I studied, for example, how the brain does imagination, or you can think of it as mental simulation.
Starting point is 00:05:50 So how do we create, you know, very rich visual, spatial simulations of the world in order for us to plan better? Yeah. Actually, I'm curious how you think that will sort of interface with LLM. So obviously, deep mind is at the frontier and has been for many years, you know, with systems like Alpha Zero and so forth, of having these agents who can like think through different steps to get to an end outcome. All right.
Starting point is 00:06:09 Will this just be, is a path for LLM's to have this sort of tree search kind of thing on top of them? How do you think about this? I think that's a super promising direction, in my opinion. So, you know, we've got to carry on improving the large models and we've got to carry on basically making the more and more accurate predictors of the world. So in effect, making them more and more reliable world models. That's clearly and necessary, but I would say probably not sufficient component of an AGI system. And then on top of that, I would, you know, we're working on things like alpha zero like planning mechanisms on top that make use of the, you know, that make use of that model in order to make concrete plans to achieve certain goals in the world and perhaps sort of
Starting point is 00:06:50 chain thought together or lines of reasoning together and maybe use search to kind of explore massive spaces of possibility. I think that's kind of missing from our current large models. How do you get past the sort of immense amount of compute that these approaches tend to require? So even the Ophago system was a pretty expensive system because you had to do this sort of run an element element on each node of the tree. How do you anticipate that'll get made more efficient? Well, I mean, one thing is Moore's law tends to, tends to help if, you know, over every year, of course, more computation comes in. But we focus a lot on efficient, you know, sample efficient methods and reusing existing data, things like experience replay. And also just
Starting point is 00:07:37 looking at more efficient ways. I mean, the better your world model is, the more efficient your search can be. one example I always get with Alpha Zero our system to play Go and chess and any game, is that it's stronger than world champion level, human world champion level, all these games. And it uses a lot less search than a brute force method, like Deep Blue, say, to play chess. Deep Blue, one of these traditional stockfish or deep blue systems would maybe look at millions of possible moves for every decision it's going to make. Alpha Zero and AlphaGo made, you know, looked at around tens of, tens of,
Starting point is 00:08:12 thousands of possible positions in order to make a decision about what to move next. But a human grandmaster, a human world champion, probably only looks at a few hundreds of moves, even the top ones, in order to make their very good decision about what to play next. So that suggests that obviously the brute force systems don't have any real model other than the heuristics about the game. Alpha Zero has quite a decent model, but the world, but the human, you know, human, top human players have a much richer, much more accurate model than of Go or chess. So that allows them to make, you know, world-class decisions on a very small amount of search. So I think there's a sort of trade-off there. Like, you know, if you improve the
Starting point is 00:08:55 models, then I think your search can be more efficient and therefore you can get further with your search. Yeah. I have two questions based on that. The first being with Alpha's Go, you had a very concrete wind condition of, you know, at the end of the day, do I win this game ago or not? and you can reinforce on that. When you're just thinking of like an LLM putting out thought, do you think there will be this kind of ability to discriminate in the end, whether that was like a good thing to reward or not? Well, of course, that's why we, you know,
Starting point is 00:09:21 we pioneered and Deep Minds sort of famous for using games as a proving ground, partly because obviously it's efficient to research in that domain. But the other reason is obviously it's, you know, extremely easy to specify a reward function, winning the game or improving the score, something like that's sort of built into most games. So that is one of the challenges of real world systems is how does one define the right objective function, the right reward function and the right goals and specify them in a general way, but they're specific enough and actually points the system in the right direction. And for real world problems, that can be a lot harder. But actually, if you think about it, even scientific problems, there are usually ways that you can specify the goal that you're after.
Starting point is 00:10:06 And then when you think about human intelligence, you're just saying, well, you know, the humans thinking about these thoughts are just super sample efficient. I understand coming up with relativity, right? There's just like thousands of possible permutations of the equations. Do you think it's also this sort of sense of like different heuristics of like, I'm going to try this approach instead of this? Or is it a totally different way of approaching coming out with that solution than, you know, what AlphaGo does to plan the next move? Yeah. Well, look, I think it's different because there's our brains are not built for doing Monte Carlo research, right? it's just not the way our organic brains would work.
Starting point is 00:10:39 So I think that in order to compensate for that, people like Einstein have come up, their brains have using their intuition, and we maybe come to what intuition is, but they use their sort of knowledge and their experience to build extremely, you know, in Einstein's case, extremely accurate models of physics, including these sort of mental simulations.
Starting point is 00:10:59 I think if you read about Einstein and how he came up with things, he used to visualize and sort of really kind of feel what these physical systems should be like, not just the mathematics of it, but have a really intuitive feel for what they would be like in reality. And that allowed them to think these sort of very outlandish thoughts at the time. So I think that it's the sophistication of the world models that we're building, which then, you know, if you imagine your world model can get you to a certain node in a tree that you're searching, and then you just do a little bit of search around that node, that leaf node, and that gets you to these original places.
Starting point is 00:11:35 But obviously, if your model and your judgment on that model is very, very good, then you can pick which leaf nodes you should sort of expand with search much more accurately. So therefore, overall, you do a lot less search. I mean, there's no way that, you know, any human could do a kind of bruteful search over any kind of significant space. Yeah, yeah, yeah. A big sort of open question right now is whether RL will allow these models to do the self-play synthetic data to get over the data bottle.
Starting point is 00:12:02 Nick. It sounds like you're optimistic about this. Yeah, I'm very optimistic about that. I mean, I think, well, first of all, there's still a lot more data, I think, that can be used, especially for one views like multimodal and video and these kind of things. And obviously, you know, society's adding more data all the time. But I think to the internet and things like that. But I think that there's a lot of scope for creating synthetic data. We're looking at different ways, partly through simulation, using very realistic games environments, for example, to generate realistic data, but also self-play.
Starting point is 00:12:37 So that's where systems interact with each other or converse with each other, and in the sense of, you know, worked very well for us with AlphaGo and Alpha Zero, where we got the systems to play against each other and actually learn from each other's mistakes and build up a knowledge base that way. And I think there are some good analogies for that. It's a little bit more complicated, but to build a general kind of world data. How do you get to the point where these models, the sort of synthetic data they're outputting and their self-plate they're doing, is not just more of what they've already got in their
Starting point is 00:13:07 data set, but is something they haven't seen before. You know what I mean, to actually improve the abilities? Yeah, so there I think there's a whole science needed, and I think we're still in the nascent stage of this of data curation and data analysis. So actually analyzing the holes that you have in your data distribution, and this is important for things like fairness and bias and other stuff to remove that from the system, is to is to try and really make sure that your data set is representative of the distribution you're trying to learn.
Starting point is 00:13:34 And, you know, there are many tricks there. One can use like overweeting or replaying certain parts of the data. Or you could imagine if you identify some gap in your dataset, that's where you put your synthetic generation capabilities to work on. Yep. So, you know, but nowadays people are paying attention to the RL stuff that Alph, deep-minded many years before. What are the sort of either early research directions or something that was,
Starting point is 00:13:58 done way back in the past, but people just haven't been any attention to that you think will be a big deal, right? Like there's a time where people weren't paying attention to scaling. What's the thing now where it's like totally underrated? Well, actually, I think that, you know, there's the history of the sort of last couple of decades has been things coming in and out of fashion, right? And I do feel like a while ago and, you know, maybe five plus years ago when we were pioneering with AlphaGo and before that DQN where it was the first system, you know, that worked on Atari about our first big system really more than 10 years ago now that scaled up Q learning and reinforcement learning techniques to combine that with deep learning, to create deep reinforcement learning,
Starting point is 00:14:33 and then use that to scale up to complete some, you know, master some pretty complex tasks, like playing Atari games just from the pixels. And I do actually think a lot of those ideas need to come back in again. And as we talked about earlier, combine it with the new advances in large models and large multimodal models, which is obviously very exciting as well. So I do think there's a lot of potential for combining some of those. older ideas together with the new ones. Is there any potential for something to come, the AGI to eventually come from just a pure RL approach?
Starting point is 00:15:06 Like the way we're talking about it, it sounds like there'll be, the LLM will form the gripe prior and then this sort of tree search will go on top of that. Is there a possibility just like completely out of the dark? I certainly, you know, theoretically, I think there's no reason why you couldn't go full alpha zero like on it. And there are some people here at Google DeepMind and in the RL community who work on that, right and fully assuming no priors, no data and just build all knowledge from scratch. And I think that's valuable because, of course, you know, those ideas and those algorithms
Starting point is 00:15:40 should also work when you have some knowledge too. But having said that, I think by far probably my betting would be the quickest way to get to AGI and the most likely plausible way is to use all the knowledge that's existing in the world right now on things like the web and that we've collected and we have these scalable algorithms like transformers that are capable of ingesting all of that information. And I don't see why you wouldn't start with a model as a kind of prior or to build on and to make predictions that helps bootstrap your learning. I just think it doesn't make sense not to make use of that.
Starting point is 00:16:15 So my betting would be is that the final AGI system will have these large multi-models as part of the overall solution. probably won't be enough on their own. You will need this additional planning search on top. Okay. This sounds like the answer to the question I'm about to ask, which is, what is somebody who's been in this field for a long time and seeing different trends come and go, what do you think that the strong version of the scaling hypothesis gets right and what does it get wrong?
Starting point is 00:16:43 It's just the idea that you just throw enough compute at a wide enough distribution of data and you get intelligence. Yeah. Look, my view is this is kind of an empirical question right now. So I think it was pretty surprising to almost everyone, including the people who first worked on the scaling hypotheses that how far it's gone. In a way, I mean, I sort of look at the large models today and I think they're almost unreasonably effective for what they are. You know, I think it's pretty surprising some of the properties that emerge, things like, you know,
Starting point is 00:17:09 it's clearly, in my opinion, got some form of concepts and abstractions and some things like that. And I think if we were talking five plus years ago, I would have said to you, maybe we need an additional algorithmic breakthrough in order to do that, like, you know, maybe more like the brainworks. And I think. that's still true if we want explicit, abstract concepts, neat concepts, but it seems that these systems can implicitly learn that. Another really interesting, I think, unexpected thing was that these systems have some sort of grounding, you know, even though they don't experience the world multimodally, or at least until more recently when we have the multimodal models.
Starting point is 00:17:43 And that's surprising that the amount of information that can be, and models that can be built up just from language. And I think that I'd have some hypotheses about why that is. I think we get some grounding through the RLHF feedback systems because obviously the human raters are by definition grounded, grounded people. We're grounded, right, in reality. So our feedback's also grounded. So perhaps there's some grounding coming in through there. And also maybe language contains more grounding, you know, if you're able to ingest all of it, then we perhaps thought, or linguists perhaps thought before. So it's actually some very interesting philosophical questions. I think we haven't, people haven't even really scratched the surface off yet, that looking at
Starting point is 00:18:24 at the advances that have been made. You know, it's quite interesting to think about where it's going to go next. But in terms of your question of, like, you know, large models, I think we've got to push scaling as hard as we can, and that's what we're doing here. And, you know, it's an empirical question whether that will hit an asymptote or a brick wall. And there are, you know, different people argue about that. But actually, I think we should just test it. I think no one knows.
Starting point is 00:18:47 And but in the meantime, we should also double down on innovation and invention. And this is something that Google research and Deep Mind and Google Brain have, you know, we've pioneered many, many things over the last decade. That's something that's our bread and butter. And, you know, you can think of half our effort as to do with scaling and half our efforts to do with inventing the next architectures, the next algorithms that will be needed, knowing that you've got this scaled larger and larger model coming along the lines. So my betting right now, but it's a loose betting, is that you would need both.
Starting point is 00:19:20 but I think you know, you've got to push both of them as hard as possible, and we're in a lucky position that we can do that. Yeah, I want to ask more about the grounding. So you can imagine two things that might change, which would make the grounding more difficult. One is that if these models get smarter, they're going to be able to operate in domains where we just can't generate enough human labels,
Starting point is 00:19:39 just because we're not smart enough, right? So if it does like a million line pull request, you know, how do we tell it like this is within the constraints of our morality and the end goal we wanted and this isn't? And the other is, it sounds like you're saying more, of the compute so far we've been doing your next token prediction and in some sense it's a guardrail because you're you have to talk as a human would talk and think as a human would think. Now if additional compute is going to come in the form of reinforcement learning where just like get
Starting point is 00:20:04 to the end objective, we can't really trace how you got there. When you combine those two, how worried are you that the sort of grounding goes away? Well, look, I think if the grounding, you know, if it's not properly grounded, the system won't be able to achieve those goals properly, right? I think so. I think in a sense, you sort of have to have the grounding, or at least some of it, in order for a system to actually achieve goals in the real world. I do actually think that as these systems and things like Gemini are becoming more multimodal, and we start ingesting things like video and, and, you know, audiovisual data as well as text data, and then, you know, the system starts correlating those things together. I do,
Starting point is 00:20:46 I think that is a form of proper grounding, actually. So I do think our systems are going to start to understand, you know, the physics of the real world better. And then one could imagine the active version of that is being in a very realistic simulation or game environment where you're starting to learn about what your actions do in the world and how that affects the world itself, the world stay itself, but also what next learning episode you're getting. So, you know, these RL agents we've always been working on and pioneered like Alpha Zero and AlphaGo, they actually affect their active learners. What they decide to do next affects what the next learning piece of data or experience they're going to get. So there's this very interesting sort of feedback loop. And, of course, if we ever want to be good at things like robotics, we're going to have to understand how to act in the real world. Yeah.
Starting point is 00:21:35 So there's a grounding in terms of will the capabilities be able to proceed or will they be like enough in touch with the reality to be able to like do the things we want? And there's another sense of grounding of, we've gotten lucky in the sense that since they're trained on human thought, they like maybe think like a human. To what extent does that stay true when more of the compute for trading comes from just did you get the right outcome and not guard real by like, are you like proceeding on the next token as a human would? Maybe the broader question I'll like post to you is, and this is what I asked Shane as well, what would it take to align a system that's smarter than a human, maybe things in alien concepts. And you can't like really monitor the million line pull request because you can't really understand the whole thing. Yeah. And you can't give labels. Look, is this something Shane and I and many others here.
Starting point is 00:22:15 We've had that forefront of our minds for since before we started deep mind. And because we planned for success, crazy. You know, in 2010, no one was thinking about AI, let alone AGI. But we already knew that if we could make progress with these systems and these ideas, you know, the technology that would be created being unbelievably transformative. So we already were thinking, you know, 20 years ago about, well, what, you know, what would the consequences of that be, both positive and negative? Of course, the positive direction is,
Starting point is 00:22:41 amazing science, things like AlphaFold, incredible breakthroughs in health and science and maths and discovery, scientific discovery. But then also we've got to make sure these systems are sort of understandable and controllable. And I think there's sort of several, you know, this would be a whole sort of discussion in itself, but there are many, many ideas that people have from much more stringent eval systems. I think we don't have good enough at evaluations and benchmarks for things like can the system deceive you, can it extortate his own code, sort of undesirable behaviors. And then there's ideas of actually using AI, maybe narrow AIs, so not general learning ones, but systems that are specialized for a domain to help us as the human scientists analyze and
Starting point is 00:23:27 summarize what the more general system is doing. So kind of narrow AI tools. I think that there's a lot of promise in creating hardened sandboxes or simulations so that are hardened with cybersecurity arrangements around the simulation, both to keep the AI in, but also as cybersecurity to keep hackers out. And then you could experiment a lot more freely within that sandbox domain. And I think a lot of these ideas are, and there's many, many others, including the analysis stuff we talked about earlier, where can we analyze and understand what the concepts are that this system's building, what the representations are. So maybe they're not so alien to us, and we can actually keep track of the kind of knowledge that it's building.
Starting point is 00:24:13 Yeah, yeah. So being back up fit, I'm curious what your timelines are. So Shane said his like, I think modal outcome is 2028. I think that maybe is median. Yeah. What is yours? Yeah. Well, you know, I don't have prescribed kind of specific numbers to it because I think
Starting point is 00:24:26 there's so many unknowns and uncertainties and, you know, human ingenuity and endeavor comes up with surprises all the time. So that could meaningfully move the timelines. But I will say that when we started DeepMind back in 2010, you know, we thought of it as a 20-year project and actually I think we're on track, which is kind of amazing for 20-year projects because usually they're always 20 years away. Sure, sure, yeah. So that's the joke about, you know, whatever it is. You know, quantum AI, you know, take your pick. And but I think we, you know, I think we're on track.
Starting point is 00:24:56 So I wouldn't be surprised if we had AGI-like systems within the next decade. And do you buy the model that once you have an AGI, you have a system that basically speeds up further AI research? Maybe not like an overnight sense, but, you know, over the course of months and years, you have much faster progress than you would have had the right side. I think that's potentially possible. I think it partly depends what we decide. We as society decide to use the first AGI, nascent AGI systems or even proto-AGI systems for. So, you know, even the current LLMs seem to be pretty good at coding.
Starting point is 00:25:29 So, and, you know, we have systems like Alpha Code. We also got theorem-proving systems. So one could imagine combining these ideas to, together and making them a lot better. And then I could imagine these systems being quite good at designing and helping us build future versions of themselves. But we also have to think about the safety implications of that, of course. Yeah, I'm curious what you think about that.
Starting point is 00:25:52 So, I mean, I'm not saying this is happening this year or anything, but eventually you'll be developing a model where during the process of development, you think, you know, there's some chance that once it's fully developed, it'll be capable of like an intelligence explosion, like dynamic. What would have to be true of that model at that point? where you're like, you know, I've seen these specific evals. I've like, I've like, understand it's internal thinking enough and like its future thinking that I'm comfortable continuing development of the system.
Starting point is 00:26:16 Well, look, we need we need a lot more understanding of the systems than we do today before I would be even confident of even explaining to you what we would need to tick box there. So I think actually what we've got to do in the next few years in the time we have before those systems start arriving is is come up with the right evaluations and metrics. and maybe ideally formal proofs, but, you know, it's going to be hard for these types of systems, but at least empirical bounds around what these systems can do. And that's why I think about things like deception and as being quite root-node traits that you don't want, because if you're confident that your system is sort of exposing what it actually thinks,
Starting point is 00:26:58 then you could potentially, that opens up possibilities of using the system itself to explain aspects of itself to you. The way I think about that actually is like if I was to play a game of chess against Gary Kasparov, which I played in the past or Magnus Carlson, you know, the amazing chess players graceful time, I wouldn't be able to come up with a move that they could, but they could explain to me why they came up with that move, and I could understand it post hoc, right? And that's the sort of thing one could imagine one of the capabilities that we could make use of these systems. is for them to explain it to us and even maybe the proofs behind why they're thinking something.
Starting point is 00:27:40 Certainly in a mathematical, any mathematical problem. Got it. Do you have a sense of what the converse answer would be? So what would have to be true where tomorrow morning you're like, oh man, I didn't anticipate this. You see some specific observation tomorrow morning where like we've got to stop Gemini 2 training. Like what would specifically? Yeah, I could imagine that. And this is where, you know, things like the sandbox simulations, I would hope we're experimenting
Starting point is 00:28:02 in a safe, secure environment. environment and then, you know, something happens in it where very unexpected happens and new unexpected capability or something that we didn't want, you know, explicitly told the system we didn't want that it did, but then lied about. You know, these are the kinds of things where one would want to then dig in carefully, you know, with the systems that are around today, which are not dangerous, in my opinion, today, but in a few years they might be, have potential. And then you would sort of ideally kind of pause and then really get to the bottom of why it was doing those things before one continued.
Starting point is 00:28:42 Yeah. Going back to Gemini, I'm curious what the bottlenecks were in the development. Like, why not make it immediately one order of magnitude bigger if like scaling works? Well, look, first of all, there are practical limits. How much compute can you actually fit in one data center? And actually, you know, you're bumping up against very interesting. distributor computing kind of challenges, right? Fortunately, we have some of the best people in the world on those challenges
Starting point is 00:29:09 and cross-data center training or these kinds of things. Very interesting challenges, hardware challenges, and we have our TPUs and so on that we're building and designing all the time, as well as using Drupu's. And so there's all of that. And then you also have to, the scaling laws, you know, they don't just work by magic. You still need to scale up the hyper parameters and various innovations.
Starting point is 00:29:31 are going in all the time with each new scale. It's not just about repeating the same recipe. At each new scale, you have to adjust the recipe. And that's a bit of an art form in a way. And you have to sort of almost get new data points. If you try and extend your predictions and extrapolate them, say, several orders of magnitude out, sometimes they don't hold anymore, right? Because new capabilities, there can be step functions in terms of new capabilities
Starting point is 00:29:55 and some things hold and other things don't. So often you do need those. intermediate data points actually to correct some of your hyperparaminal optimization and other things. So the scaling law continues to be true. So there's sort of various practical limitations onto that. So, you know, kind of one order of magnitude is about probably the maximum that you want to carry on, you want to sort of do between each era. Oh, that's so fascinating. You know, in the GPT for technical report, they say that they were able to predict the training loss, you know, tens of thousands of times less compute than GPD4, they could see the curve.
Starting point is 00:30:34 But at the point you're making is that the actual capabilities that loss implies, it may not be clear. Yeah, the downstream capabilities sometimes don't follow from the, you can often predict the core metrics like training loss or something like that, but then it doesn't actually translate into MMLU or math or some other actual capability that you care about. They're not necessarily linear all the time. So there's sort of nonlinear effects there. What was the biggest surprise to you during the development of Gemini?
Starting point is 00:31:00 So something like this happening? Well, I mean, I wouldn't say there was one big surprise, but it was very interesting, you know, trying to train things at that size and learning about all sorts of things, from organization or how to babysit such a system and to track it. And I think things like getting a better understanding of the metrics you're optimizing versus the final capabilities that you want. I would say that's still not a perfectly understood mapping.
Starting point is 00:31:30 But it's an interesting one that we're getting better and better at. Yeah, yeah. There's a perception that maybe other labs are more compute efficient than DeepMind has been with Gemini. I don't know what you make of that for something. I don't think that's the case. I mean, you know, I think that actually Gemini, one, used roughly the same amount of compute, maybe slightly more than what was rumored for GPT4. I don't know exactly what was used.
Starting point is 00:31:52 So I think it was in the same ballpark. I think we're very efficient with our compute, and we use our compute for many things. One is not just the scaling, but going back to earlier to these more innovation and ideas, you've got to, you know, it's only useful a new innovation, a new invention, if it also can scale. So in a way, you also need quite a lot of compute to do new invention because you've got to test many things at least some reasonable scale and make sure that they work at that scale. And also some of new ideas may not work at a toy scale, but do work. at a larger scale. And in fact, those are the more valuable ones. So you actually, if you think
Starting point is 00:32:28 about that exploration process, you need quite a lot of compute to be able to do that. I mean, the good news is, is I think we're pretty lucky at Google that we, I think this year certainly we're going to have the most compute by far of any sort of research lab. And, you know, we hope to make very efficient and good use of that in terms of both scaling and the capability of our systems and also new inventions. Yeah. What's been the biggest surprise to you if you go back to yourself in 2010 when you're starting deep mind in terms of what EA progress has looked like. Did you anticipate back then that it would in some large sense amount to spend, you know, dumping billions of dollars into these models, or did you have a different sense of what it
Starting point is 00:33:05 would look like? We thought that. And actually, you know, if you, I know you've interviewed my colleague, Shane. And he always thought that in terms of like compute curves and then maybe comparing roughly to like the brain and how many neurons and synapses there are very loosely. But we're actually interestingly in that kind of regime now, roughly in the right order of magnitude of, you know, number of synapses in the brain and, and, and, and, and the sort of compute that we have. But I think more fundamentally, you know, we, we always thought that
Starting point is 00:33:32 we bet on generality and learning, right? So those were always at the core of any technique we would use. That's why we triangulated on reinforcement learning and search and, and, and, and, and, and, and, and, and, and, and, and, and, and, and, and, and, and, and, and, and, and, and, and crafted human priors, which we thought was the sort of failure mode, really, of the efforts to build AI in the 90s, right, places like MIT, where there are very, you know, logic-based systems, expert systems, you know, masses of hand-coded, hand-crafted human information going into that turned out to be wrong or too rigid. So we wanted to move away from that. I think we spotted that trend early and became, you know, and obviously we use games as our proving ground and
Starting point is 00:34:19 we did very well with that. And I think all of that was very successful. And I think, and maybe inspired others to, you know, things like AlphaGo, I think was a big moment for inspiring many others to think, oh, actually these systems are ready to scale. And then, of course, with the advent of transformers invented by our colleagues at Google, you know, research and brain, that was then, you know, the type of deep learning that allowed us to ingest masses of amounts of information. And that, of course, is really turbocharged where we are today. So I think that's all part of the same lineage. You know, we couldn't have predicted every twist and turn there, but I think the general direction we were going in was the right one.
Starting point is 00:34:57 Yeah. And in fact, it's, it's like fascinating because actually if you like read your old papers or Shane's old papers, Shane's thesis, I think in 2009, he said like, well, you know, the way we would test for AI is, can you compress Wikipedia? And that's like literally the loss function of RELOMs or like your own paper in like 2016 before Transformers were just like you were comparing neuroscience and AI. And he said, attention is what is needed. Exactly. Yeah, exactly. So we had these things called out. And actually, we had some early attention papers, but they weren't as elegant as Transformers in the end, like new atturing machines and things like this.
Starting point is 00:35:26 And then Transformers was the nicer and more general architecture of that. Yeah, yeah, yeah. When you extrapolate all this out forward and you think about superhuman intelligence, or is, like, what does that landscape look like to you? Is it still controlled by a private company? Like, what should the governance of that look like concretely? Yeah, look, I would love, you know, I think that this has to be, this is so consequential this technology.
Starting point is 00:35:52 I think it's much bigger than any one company or even industry in general. I think it has to be a big collaboration with many stakeholders from civil society, academia, government. And the good news is I think with the popularity of the recent chatbot systems and so on, I think that has woken up many of these other parts of society that this is coming and what it will be like to interact with these systems. And that's great. So it's opened up lots of doors for very good.
Starting point is 00:36:19 conversations. I mean, an example of that was the Safety Summit in the UK hosted a few months ago, which I thought was a big success to start getting this international dialogue going. And, and, you know, I think the whole of society needs to be involved in deciding what do we want to deploy these models for? How do we want to use them? What do we not want to use them for? You know, I think we've got to try and get some international consensus around that. And then also making sure that the benefits of these systems benefit everyone, you know, for the good of everyone and society in general. And that's why I push so hard things like AI for science. And I hope that, you know, with things like our spin out isomorphic, we're going to start curing diseases,
Starting point is 00:36:56 you know, terrible diseases with AI and accelerate drug discovery, amazing things, climate change and other things. I think big challenges that face us and face humanity, massive challenges actually, which I'm optimistic we can solve because we've got this incredibly powerful tool coming along down the line of AI that we can apply and I think help us and solve many of these problems. So, you know, ideally we would have a big consensus around that and a big discussion, you know, sort of almost like the UN level, if possible. You know, one interesting thing is if you look at these systems, you chat with them and they're immensely powerful and intelligent.
Starting point is 00:37:33 But it's interesting to the extent of which they haven't, like, automated large sections to the economy yet, whereas five years ago, I showed you Gemini, you'd be like, wow, this is like, you know, totally coming for a lot of things. So how do you account for that? Like what's going on where it hasn't had the broader impact? Yeah, I think it's, we're still, I think that just shows we're still at the beginning of this new era. Yeah.
Starting point is 00:37:53 And I think that for these systems, I think there are some interesting use cases, you know, you know, where you can use things to, you know, these chatbot systems to summarize stuff for you and, and maybe do some simple writing and maybe more kind of boilerplate type writing. But that's only a small part of what, you know, we all do every day. So I think for more general use cases, I think we still need new capabilities, things like planning and search, but also maybe things like personalization and memory, episodic memory. So not just long context windows, but actually remembering what we spoke about 100 conversations ago.
Starting point is 00:38:32 And I think once those start coming in, I mean, I'm really looking forward to things like recommendation systems that help me find better, more. more enriching material, whether that's books or films or music and so on. You know, I would use that type of system every day. So I think we're just scratching the surface of what these AI, say, assistants could actually do for us in our general everyday lives. And also in our work context as well, I think they're not reliable yet enough to do things like science with them. But I think one day, you know, once we fix factuality and grounding and other things, I think they could end up becoming like, you know, the world's best research assistant for you as a scientist or as a, as a, as a, as a, as a, as a, as a, as a,
Starting point is 00:39:11 clinician. I want to ask about memory, by the way. You had this fascinating paper in 2007 where you talk about the links between memory and imagination and how they, in some sense, are very similar. People often claim that these models are just memorizing. How do you think about that claim that people make? Is memorization all you need? Because it's in some, some deep sense, that's compression or, you know, what's your intuition here? Yeah, I mean, sort of at the, One maybe could try and memorize everything, but it wouldn't generalize out of your distribution. And I think these systems are clearly, I think the early criticisms of these early systems were that they were just regurgitating and memorizing.
Starting point is 00:39:49 But I think clearly the new era, the Gem and IGPT4 type era, they are definitely generalizing to new constructs. But actually, you know, in my thesis and that paper particularly that started that area of imagination in neuroscience was showing that, you know, first of all, memory, certainly at least human memory, is a reconstructive process. It's not a videotape, right? We sort of put it together back from components that seems familiar to us, the ensemble. And that's what made me think that imagination might be the same thing, except in this case,
Starting point is 00:40:18 you're using the same semantic components, but now you're putting it together into a way that your brain thinks is novel, right, for a particular purpose like planning. And so I do think that that kind of idea is still probably missing from our current systems, this sort of pulling together different parts of your world model to simulate something new that then helps with your planning, which is what I would call imagination. Yeah, for sure. So, yeah, now you guys have the best models in the world, you know, with the Gemini models. Do you plan on putting out some sort of framework like the other two major AI labs have?
Starting point is 00:40:54 Once we see these specific capabilities, unless we have these specific safeguards, we're not going to continue development or we're not going to ship the product out. Yes, we have, actually, I mean, we have already lots of internal checks and balances, but we're going to start publishing. Actually, you know, sort of watch this basis. We're working on a whole bunch of blog posts and technical papers that we'll be putting out in the next few months that, you know, along the similar lines of things like responsible scaling laws and so on.
Starting point is 00:41:20 We have those implicitly internally and various safety councils and so on, people like Shane, chair, and so on. But it's time for us to talk about that more publicly, I think. So we'll be doing that throughout the course of the deal. That's great to hear. And another thing I'm curious about is, so it's not only the risk of like, you know, the deployed model being something that people can use to do bad things,
Starting point is 00:41:41 but also rogue actors, but foreign agents, so forth, being able to steal the weights and then fine-tune them to do crazy things. How do you think about securing the weights to make sure something like this doesn't happen, making sure a very like key group of people have access to them and so forth? Yeah, it's interesting.
Starting point is 00:41:57 So first of all, there's sort of two parts of this. One is security, one is open source, maybe we can discuss, but the security, I think, is super key, like just as sort of normal cyber security type things. And I think we're lucky at Google DeepMind. We're kind of behind Google's firewall and cloud protection, which is, you know, I think best in class in the world, corporately. So we already have that protection. And then behind that, we have specific deep mind protections within our co-base. So it's sort of a double layer of protection. So I feel pretty good about that. That's, I mean, you know, you can never be complacent.
Starting point is 00:42:31 on that, but I feel it's already sort of best in the world in terms of cyber defences. But we've got to carry on improving that. And again, things like the hardened sandboxes could be a way of doing that as well. And maybe even there are, you know, specifically secure data centers or hardware solutions to this too that we're thinking about. I think that maybe in the next three, four, five years, we would also want air gaps and various other things that are known in the security community. So I think that's key. And I think all frontier labs should be doing that because otherwise, you know, nation states and other things, rogue nation, you know, states and other other dangerous actors, that there would be obviously a lot of
Starting point is 00:43:09 incentive for them to steal things like the weights. And then, you know, of course, open source is another interesting question, which is we're huge proponents of open source and open science. I mean, almost every, you know, we published thousands of papers and things like AlphaFold and transformers, of course, and AlphaGo, all of these things we put out there into the world published and open source many of them, graphcast most recently our weather prediction system. But when it comes to the core technology, the foundational technology and very general purpose,
Starting point is 00:43:40 I think the question I would have is, if, you know, for open source proponents is that how does once stop bad actors, individuals or, you know, up to rogue states, taking those same open source systems and repurposing them because they're general. purpose for harmful ends, right? So we have to answer that question. Yeah, yeah. And I haven't heard a compelling, I mean, I don't know what the answer is to that, but I haven't heard a compelling
Starting point is 00:44:07 clear answer to that from proponents of just sort of open sourcing everything. So I think there has to be some balance there, but, you know, obviously is a complex question of, of what that is. Yeah, yeah. I feel like tech doesn't get the credited deserves for like funding, you know, hundreds of billions of dollars worth of R&D. And, you know, obviously, we have deep bind with systems like Alpha Fold and so on. But when we talk about securing the weights, you know, as we said, like maybe right now it's not something that, like, is going to cause the end of the world or anything. But as these systems get better and better, the worry that, yes, a foreign agent or something
Starting point is 00:44:38 gets access to them. Presumably right now, there's like dozens to hundreds of researchers who have access to the weights. How do you, what's that plan for, like, getting into like the situation, getting the weights in a situation rooms. If you're like, if you need to access to them, it's like, you know, some extremely strenuous process. Nobody, nobody individual can really take them out. Yeah. Yeah.
Starting point is 00:44:55 I mean, one has to balance that with, with, with, allowing. for collaboration and speed of progress. Actually, another interesting thing is, of course, you won, you know, brilliant independent researchers from academia or things like the UK AI Safety Institute and US one to be able to kind of red team these systems. So one has to expose them to a certain extent, although that's not necessarily the weights. And then, you know, we have a lot of processes in place about making sure that, you know, only if you need them that you have access to, you know,
Starting point is 00:45:27 those people who need access, have access. And right now, I think we're still in the early days of those kinds of systems being at risk. And as these systems become more powerful and more general and more capable, I think one has to look at the access question. Some of these other labs have specialized in different things relative to safety, like Anthropic, for example, with interpability. And do you have some sense of where you guys might have an edge so that, you know, now that you have the frontier model, you're going to scale up safety, where you guys are going to
Starting point is 00:45:57 be able to put out the best frontier research on TAP? Yeah, I think, you know, well, we helped pioneer RLHF and other things like that, which can also be obviously used for performance, but also for safety. I think that, you know, a lot of the self-play ideas and these kinds of things could also be used potentially to auto-test a lot of the boundary conditions that you have with the new systems. I mean, part of the issue is that with these sort of very general systems, there's so much surface area to cover like about how these systems behave. So I think we are going to need some automated testing and again with things like simulations and games environment, very realistic environments,
Starting point is 00:46:37 virtual environments. I think we have a long history in that and using those kinds of systems and making use of them for building AI algorithms. So I think we can leverage all of that history. And then you know around at Google we're very lucky we have some of the world's best cybersecurity experts, hardware designers. So I think we can bring that to bear in, you know, for security and safety as well. Great, great. Let's talk about Gemini. Yeah. So, you know, now you guys have the best model in the world. So I'm curious, you know, the default way to interact with these systems has been through chat so far. Now that we have multimodal and all these new capabilities, how do you anticipate that changing or do you think that'll still be the case?
Starting point is 00:47:17 Yeah, I think we're just at the beginning of actually understanding what a full multimodal model system how exciting that might be to interact with. And it'll be quite different to, I think, what we're used to today with the chatbots. I think the next versions of this over in the next year, 18 months, you know, maybe we'll have some contextual understanding around the environment around you through a camera or whatever it is, a phone.
Starting point is 00:47:41 You know, I could imagine that as the next autumn glasses, the next step. And then I think that we'll start becoming more fluid in understanding, oh, let's sample from a video. let's use voice, maybe even eventually things like touch and, you know, if you think about robotics and other things, you know, sensors, other types of sensors. So I think the world's about to become very exciting, I think, in the next few years as we start getting used to the idea of what true multimodality means.
Starting point is 00:48:11 On the robotic subject, I said when I was on the podcast that the reason opening I gave up on robotics was because they didn't have enough data in that domain, at least at the time they or pursuing it. I mean, you guys have put out different things like Robo Transformer and other things. Do you think that's still a bottleneck for robotics progress, or will we see progress in the world of Adams as well as a lot of it? Yeah, well, we're very excited about our progress with things like Gato and RT2, you know, robotic transformer.
Starting point is 00:48:36 And we actually think, so we've always liked robotics and we've had, you know, amazing research and now we still have that going now because we like the fact that it's a data poor regime because that pushes us on very interesting research directions that we think are going to be useful anyway, like sampling efficiency and data efficiency in general and transfer learning, learning from simulation, transferring that to reality, all of these very, you know, sim to real,
Starting point is 00:49:01 all of these very interesting, actually general challenges that we would like to solve. So the control problem. So we've always pushed hard on that. And actually, I think, so Ilya's right, that is more challenging because of the data problem. But it's also, I think we're starting to see the beginnings of these large models being transferable to the robotics regime, learning in the general domain, language domain, and other things. And then just treating tokens like Gatto as any type of token.
Starting point is 00:49:32 You know, the token could be an action. It could be a word. It could be part of an image, a pixel or whatever it is. And that's what I think true multimodality is. And to begin with, it's harder to train a system like that than a straightforward text, a language system. but actually, you know, going back to our early conversation of transfer learning, you start seeing that a true multimodal system, the other modalities benefit some different modalities.
Starting point is 00:49:58 So you get better at language because you now understand a little bit about video. So I do think it's harder to get going, but actually ultimately we'll have a more general, more capable system like that. Whatever happened to Gato, like that was super fascinating that you could have like play games and also do like video and also do text. Yeah, we're still working on those kinds of systems, but you can imagine we're just trying to, those ideas,
Starting point is 00:50:21 we're trying to build into our future generations of Gemini, you know, to be able to do all of those things and, and robotic transformers and, you know, things like that are kind of, you can think of them as sort of follow-ups to that. Well, we see asymmetric progress towards the domains in which the self-play kinds of things
Starting point is 00:50:37 are talking about will be especially powerful. So math and code, you know, obviously recently you have these papers out about this, or yeah, you can use these things to do really cool novel things. Will they just be like superhuman coders, but like in other ways they might be still worse on humans or how do you think about that sort of? Yeah, so look, I think that, you know, we're making great progress with math and things like theory improving and coding.
Starting point is 00:51:01 But it's still interesting, you know, if one looks at, I mean, creativity in general and scientific endeavor in general, I think we're getting to the stage where our systems could help the best human scientists make their breakthroughs quicker, like almost triage the search space in some ways, or perhaps find a solution like AlphaFold does with a protein structure. But it can't, they're not at the level where they can create the hypothesis themselves or ask the right question. And as any top scientists will tell you, that that's the hardest part of science is actually asking the right question, boiling down that space to like, what's the critical question
Starting point is 00:51:37 we should go after the critical problem and then formulating that problem. in the right way to attack it. And that's not something our systems, well, we really have any idea how our systems could do. But they are suitable for searching large combinatorial spaces if one can specify the problem in that way with a clear objective function. So that's very useful for already many of the problems we deal with today,
Starting point is 00:52:01 but not the most high-level creative problems. So DeepMindobl you see has published all kinds of interesting stuff and speeding up science in different areas. How do you think about that in the context of if you think AGI is going to happen in the next 10, 20 years? Why not just wait for the AGI to do it for you? Why build these domain-specific solutions? Yeah, well, I think we don't know how long AGI is going to be.
Starting point is 00:52:25 And we always used to say, you know, back even when we started deep mind, that we don't have to wait for AGI in order to bring incredible benefits to the world. and especially, you know, my personal passion has been AI for science and health. And you can see that with things like AlphaFold and all of our various nature papers of different domains, our material science work and so on. I think there's lots of exciting directions. And also impact in the world through products, too. I think it's very exciting and a huge opportunity, unique opportunity we have as part of Google
Starting point is 00:53:00 of the, you know, they've got dozens of billion user products, right, that we can immediately ship our advances into and then billions of people can, can, you know, improves their daily lives, right, and enriches their daily lives and enhances the daily lives. So I think it's a fantastic opportunity for impact on all those fronts. And I think the other reason from a point of view of AGI specifically is that it battle test your ideas, right? So you don't want to be in a sort of research bunker where you just, you know, theoretically are pushing things, some things forward.
Starting point is 00:53:35 but then actually your internal metrics start deviating from real-world things that people would care about, right, or real-world impact. So you get a lot of feedback, direct feedback from these real-world applications that then tells you whether your systems really are scaling or actually, you know, do we need to be more data-efficient or sample efficient because most real-world challenges require that, right? And so it kind of keeps you honest and pushes you, you know, keep sort of nudging and steering your research directions to make sure they're on the right path. So I think it's fantastic. And of course, the world benefits from that, society benefits from that on the way, many, many, maybe many, many years before AGI arrives. Yeah. Well, the development of Gemini is super interesting because it comes right at the heels of merging these different organizations, brain and deep mind. Yeah, I'm curious, what have been the challenges there?
Starting point is 00:54:28 I would have been the synergies. And it's been successful in the sense that you have the best model in the world now. Yeah, it's been like. Well, look, it's, it's been fantastic, actually, over the last year. Of course, it's been challenging to do that like any big integration coming together. But you're talking about two, you know, world-class organizations, long-storied histories of inventing many, many important things, you know, from deep reinforcement learning to transformers. And so it's very exciting actually pooling all of that together and collaborating much more
Starting point is 00:54:55 closely. We always used to be collaborating, but more on a, on a, you know, sort of project by project basis versus a much deeper, broader collaboration like we have now. And Gemini is the first fruit of that collaboration, including the name Gemini, actually, you know, implying twins. And of course, a lot of other things that have made more efficient like pooling compute resources together and ideas and engineering, which I think at the stage we're at now where there's huge amounts of world-class engineering that has to go on to build the frontier systems, I think it makes sense to coordinate that more closely. Yeah.
Starting point is 00:55:31 So, I mean, you and Shane started DeepMind partly because you were concerned about safety. You saw AGI coming as like a live possibility. Do you think the people who were formerly part of brain, the half of Google DeepMind now, do you think they approached it in the same way? Have there been cultural differences there in terms of that question? Yeah, no, I think overall, and this is why, you know, I think one of the reasons we joined forces we Google back in 2014 is I think the entirety of Google and alphabet, not just brain and deep mind, take these questions very seriously of responsibility
Starting point is 00:55:59 and, you know, our kind of mantra is to try and be bold and responsible with these systems. So, you know, I would class it as I'm obviously a huge techno-optimist, but I want us to be cautious with that given the transformative power of what we're bringing into the world, you know, collectively. And I think it's important, you know, I'm getting to me, one of the most important technologies humanity will ever event. So we've got to put, you know, all our efforts into getting this right and be thoughtful and sort of also humble about what we know and don't know about the systems that are coming and the uncertainties around that. And in my view, the only sensible approach when you have huge uncertainty is to be sort of
Starting point is 00:56:39 cautiously optimistic and use the scientific method to try and have as much foresight and understanding about what's coming down the line and the consequences of that before it happens. You know, you don't want to be live A, B testing out in the world with these very consequential systems because unintended consequences may be quite severe. So, you know, I want us to move away as a field from a sort of move fast and break things attitude, which is, you know, maybe serve the value very well in the past and obviously created important innovations. But I think in this case, you know, we want to be bold with the positive things that it can do
Starting point is 00:57:15 and make sure we realize things like medicine and science and advancing all of those things, whilst being responsible and thoughtful as far as possible with mitigating the risks. Yeah, yeah. And that's why it seems like the responsible scaling policies or something that is a very good empirical way to pre-commit to these kinds of things. Yes, exactly. Yeah, and I'm curious if you have a sense of, like, for example, when you're doing these evaluations, is if it turns out your next model could help a layperson build a pandemic
Starting point is 00:57:43 class with a bio-weapon or something, how you would think? think, first of all, of making sure those weights are secure so that that doesn't get out. And second, what would have to be true for you to be comfortable deploying that system? How comfortable, like, how would you make sure that that lane capability isn't exposed? Yeah, well, first, I mean, you know, the secure model part, I think we've covered with the cybersecurity and make sure that's well-classed, and you're monitoring all those things. I think if a capability was discovered like that through red teaming or external testing by, you know, government institutes or academia or whatever independent testers, then we would have to fix that
Starting point is 00:58:20 loophole depending what it was, right? If that required more a different kind of perhaps constitution or different guardrails or more RLHF to avoid that or removing some training data, I mean, depending on what the problem is, I think there could be a number of mitigations. So the first part is making sure you detect it ahead of time. So that's about, the right evaluations and right benchmarking and right and right testing and then the question is how one would fix that before you know you deployed it sure but I think it would need to be fixed before it was deployed generally for sure if that was an exposure service right right final question you know you've been thinking in terms of like the angle of Asia at a time and other people thought
Starting point is 00:59:04 it was ridiculous in 2010 now that we're seeing this like slow takeoff where we're actually seeing these like generalization and intelligence what is like the psychologically seeing this, what has that been like, have it just like sort of priced into a world model so you like it's not new news for you or is it like actually just seeing it live? You're like, wow, like, this is something like really changed or how hard up, what does it feel like? Yeah, well, for me, yes, it's already priced into my world model of how things were going to go, at least from the technology side. But obviously I didn't, we didn't necessarily anticipate the general public would be that interested this early in the sequence, right, of things. Like maybe one could think of
Starting point is 00:59:40 if we were to produce more, if say like a chat GPT and chatbots hadn't got the kind of got the interest they'd ended up getting, which I think was quite surprising to everyone that people were ready to use these things, even though they were lacking in certain directions, right? Impressive though they are. Then we would have produced more specialized systems, I think, built off of the main track, like alpha folds and alpha goes and so on and our scientific work. And then I think the general public maybe would have only paid attention later down the road where in a few years time, where we have more generally useful assistant type systems. So that's been interesting.
Starting point is 01:00:19 So that's created a different type of environment that we're now all operating in as a field. So, and it's a little bit more chaotic because there's so many more things going on and there's so much VC money going into it. And everyone's sort of almost losing their minds over it, I think. And what I just, the thing I worry about is I want to make sure that as a field, we act responsibly and thoughtfully and scientifically about this and use the scientific method to approach this in a, in a, as I said, an optimistic but careful way. And I think that's the, I've always believed that's the right approach for something like AI. And I just hope that doesn't get lost in this huge rush. Sure, sure. Well, I think that's a great place to close.
Starting point is 01:01:01 Demas so much. Thanks, too. Thank you so much for your time and for coming on the podcast. Thanks. It's been a real pleasure. Hey everybody. I hope you enjoy that episode. As always, the most helpful thing you can do is to share the podcast. Send it to people you think might enjoy it, put it in Twitter, your group chats, etc. It just splits the world. Appreciate you listening. I'll see you next time. Cheers.

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