So we talked three years ago. I'm curious in your view, what has been the biggest update of the last three years? What has been the biggest difference between what I felt like last three years versus now? Yeah, I would say actually the underlying technology, like the exponential of the technology, has gone broadly speaking, I would say, about as I expected it to go. I mean, there's like plus or minus, you know, a couple, there's plus or minus a year to here, there's plus or minus a year to there.
I don't know that I was predicted the specific direction of code, but actually when I look at the exponential, it is roughly what I expected in terms of the March or the models from like, you know, smart high school student to smart college student to like, you know, beginning to do PhD and professional stuff and in the case of code, reaching beyond that. So, you know, the frontier is a little bit uneven. It's roughly what I expected. I will tell you though what the most surprising thing has been.
The most surprising thing has been the lack of public recognition of how close we are to the end of the exponential. To me, it is absolutely wild that, you know, you have people, you know, within the bubble and outside the bubble, you know, but you have people talking about these, these, you know, just the same tired old hot-button political issues and like, you know, or around us, we're like near the end of the exponential. I want to understand what that exponential looks like right now because the first question I asked you when we recorded it three years ago was, you know, what's up with scaling, how does it work?
I have a similar question now, but I feel like it's a more complicated question because, at least from the public's point of view, yes, three years ago there were these, you know, well-known public trends where across many orders of magnitude of compute, you can see how the loss improves. And now we have RL scaling and there's no publicly known scaling law for it. It's not even clear what exactly the story is of, is this supposed to be teaching the model skills, is this supposed to be teaching meta-learning.
What is the scaling hypothesis at this point? Yeah, so I have actually the same hypothesis that I had even all the way back in 2017. So in 2017, I think I talked about it last time, but I wrote a doc called the big blob of compute hypothesis. And, you know, it wasn't about the scaling of language models in particular. When I wrote it, GPT-1 had just come out, right? So that was one among many things, right?
There was back in those days, there was robotics. People tried to work on reasoning as a separate thing from language models. There was scaling of the kind of RL that happened, you know, kind of happened in AlphaGo and that happened at Dota at OpenAI. And, you know, people remember Starcraft at DeepMind, you know, the AlphaStar. So it was written as a more general document. And the specific thing I said was the following.
That, and, you know, it's very, you know, written Sutton, put out the bit or less in a couple years later. But, you know, the hypothesis is basically the same. So what it says is, all the cleverness, all the techniques, all the kind of, we need a new method to do something like that, doesn't matter very much. There are only a few things that matter. And I think I listed seven of them. One is like how much raw compute you have. The other is the quantity of data that you have.
Then the third is kind of the quality and distribution of data, right? It needs to be a broad, broad distribution of data. The fourth is, I think, how long you train for. The fifth is you need an objective function that can scale to the moon. So the pre-training objective function is one such objective function, right? Another objective function is, you know, the kind of RL objective function that says like you have a goal, you're going to go out and reach the goal.
Within that, of course, there's objective rewards like, you know, like you see in math and coding. And there's more subjective rewards like you see in RL from human feedback or kind of higher order, higher order versions of that. And then the sixth and seventh were things around kind of like normalization or conditioning, like, you know, just getting the numerical stability so that kind of the big blob of compute flows in this laminar way instead of, instead of running into problems.
So that was the hypothesis. And as hypothesis, I still hold. I don't think I've seen very much that is not in line with that hypothesis. And so the pre-trained scaling laws were one example of kind of what we see there. And indeed, those have continued going. Like, you know, I think now it's been widely reported like, you know, we feel good about pre-training. Like pre-training is continuing to give us gains.
What has changed is that now we're also seeing the same thing for RL, right? So we're seeing a pre-training phase and then we're seeing like an RL phase on top of that. And with RL, it's actually just the same. Like, you know, even other companies have published in some of their releases, have published things that say, look, we train the model on math contests, AIME or the kind of other things. And how well the model does is log linear and how long we've trained it. And we see that as well. And it's not just math content. It's a wide variety of RL tasks. And so we're seeing the same scaling in RL that we saw for pre-training.
You mentioned Richard Sutton and the bitter lesson. Yeah. I interviewed him last year. And he is actually very non-Elelem-pilled. And if I, if I, I don't know if this is his perspective, but one way to pair a phrase, the subjection is something like, look, something which possesses the true core of human learning would not require all these billions of dollars of data and compute and these bespoke environments to learn how to use Excel or how to use PowerPoint, how to navigate a web browser.
And the fact that we have to build in these skills using these RL environments hints that we're actually lacking this core human learning algorithm. And so we're scaling the wrong thing. And so yeah, that is a question. Why are we doing all this RL scaling? If we do think there's something that's going to be human-like and it's a bit of a learn on the fly. Yeah. Yeah. So I think, I think this kind of puts together several things that should be kind of thought of differently.
Yeah. I think there is a genuine puzzle here, but it may not matter. In fact, I would guess it probably, it probably doesn't matter. So let's take the RL out of it for a second. Because I actually think RL and it's a red herring to say that RL is any different from pre-training in this matter. So if we look at pre-training scaling, it was very interesting. Back in 2017, when Alec Radford was doing GPT-1, if you look at the models before GPT-1, they were trained on these data sets that didn't represent a wide distribution of text. You had these very standard language modeling benchmarks.
GPT-1 itself was trained on a bunch of, I think it was fan fiction, actually. But it was like literary text, which is a very small fraction of the text that you get. And what we found with that, and in those days it was like a billion words or something. So small data sets and represented a pretty narrow distribution, like a narrow distribution of what you can see in the world. And it didn't generalize well. If you did better on I forgot what it was, but it's some kind of fan fiction corpus, it wouldn't generalize that well to the other tab.
We had all these measures of how well does a model do it predicting all of these other kinds of texts. You really didn't see the generalization. It was only when you trained over all the tasks on the internet, when you did a general internet scrape from something like Common Crawl or Scraping Links and Reddit, which is what we did for GPT-2. It's only when you do that that you kind of started to get generalization. And I think we're seeing the same thing on RL, that we're starting with first very simple RL tasks like training on math competitions, then we're kind of moving to broader training that involves things like code as a task.
And now we're moving to do many other tasks. And then I think we're going to increasingly get generalization. So that kind of takes out the RL versus the pre-training side of it. But I think there is a puzzle here either way, which is that on pre-training, when we train the model on pre-training, we use trillions of tokens. And humans don't see trillions of words. So there is an actual sample efficiency difference here. There is actually something different that's happening here, which is that the model starts from scratch and they have to get much more training.
But we also see that once they're trained, if we give them a long context length, the only thing blocking a long context length is like inference. But if we give them a context length of a million, they're very good at learning and adapting within that context length. And so I don't know the full answer to this. But I think there's something going on that pre-training, it's not like the process of humans learning. It's somewhere between the process of humans learning and the process of human evolution.
It's like it's somewhere between like we get many of our priors from evolution, our brain isn't just a blank slate, right? Whole books have been written about. I think the language models, they're much more blank slate. They literally start as like random weights, whereas the human brain starts with all these regions, it's connected to all these inputs and outputs. And so maybe we should think of pre-training and for that matter, RL as well, as being something that exists in the middle space between human evolution and you know kind of human on the spot learning. And as the in context learning that the models do as something between long-term human learning and short-term human learning. So you know there's this hierarchy of like there's evolution, there's long-term learning, there's short-term learning, and there's just human reaction.
And the LOM phases exist along this spectrum, but not necessarily exactly at the same points. There's no analog to some of the human modes of learning. The LOMs are kind of falling between the points. Does that make sense? Yes, although some things are still a bit confusing. For example, if the analogy is that this is like evolution, so it's fine that it's not that sample efficient, then like well, if we're going to get the kind of super sample efficient Asian from in context learning, why are we bothering to build in? You know, there's RL environment companies which are, it seems like what they're doing is they're treating it. How do you use this API? How do you slack? How do you use whatever? It's confusing to me why there's so much emphasis on that.
If the kind of Asian that can just learn on the fly is emerging or is going to soon emerge or has already reached. Yeah, so I mean, I can't speak for the emphasis of anyone else. I can only talk about how we think about it. I think the way we think about it is the goal is not to teach the model every possible skill within RL just as we don't do that within pre-training, right? Within pre-training, we're not trying to expose the model to every possible way that words could be put together. It's rather that the model trains on a lot of things and then it reaches generalization across pre-training, right?
That was the transition from GPT-1 to GPT-2 that I saw up close, which is like the model reaches a point. I had these moments where I was like, oh yeah, you just give the model a list of numbers that's like, this is the cost of the house, this is the square feet of the house, and the model completes the pattern and does linear regression. Not great, but it does it, but it's never seen that exact thing before. To the extent that we are building these RL environments, the goal is very similar to what was done five or ten years ago with pre-training, with we're trying to get a whole bunch of data, not because we want to cover a specific document or a specific skill, but because we want to generalize.
I mean, I think the framework you're laying down obviously makes sense, like we're making progress through this AGI. I think the crux is something like, nobody at this point disagrees that we're going to achieve AGI in the century. And the crux is, you say we're hitting the end of the exponential and somebody else looks at this and says, oh yeah, we're making progress, we've been making progress since 2012 and then 2030-35 will have a human-like agent.
And so I want to understand what it is that you're seeing, which makes you think, obviously we're seeing the kinds of things that evolution did or that within the human lifetime learning is like in these models. And why think that it's one year away and not ten years away? I actually think of it as like two, there's kind of two cases to be made here. Two claims you could make, one of which is like stronger and the other of which is weaker. So I think starting with the weaker claim, when I first saw the scaling back in like 2019, I wasn't sure. The whole, this was kind of a 50-50 thing, right?
I thought I saw something that was, and my claim was this is much more likely than anyone thinks it is, like this is wild, no one else would even consider this. Maybe there's a 50% chance this happens. On the basic hypothesis of, as you put it within ten years, we'll get to, you know, what I call kind of country of geniuses in a data center. I'm at like 90% on that. I mean, it's hard to go much higher than 90% because the world is so unpredictable. Maybe the irreducible uncertainty would be if we were at 95% where you get to things like, I don't know, maybe multiple companies have kind of internal turmoil and nothing happens.
And then Taiwan gets invaded and like all the fabs get blown up by missiles and now you're trying to staria. Yeah, you could construct a scenario where there's like a 5% chance that it, or you can construct a 5% world where like things get delayed for 10 years. That's maybe 5%. There's another 5% which is that I'm very confident on tasks that can be verified. So I think with coding, I'm just except for that irreducible uncertainty. There's just, I mean, I think we'll be there in one or two years. There's no way we will not be there in 10 years in terms of being able to do it end to end coding.
My one little bit, the one little bit of fundamental uncertainty, even on long time scales, is this thing about tasks that aren't verifiable, like planning a mission to Mars, like you know, doing some fundamental scientific discovery like CRISPR, like you know, writing a novel, hard to verify those tasks. I am almost certain that we have a reliable path to get there, but like if there was a little bit of uncertainty, it's there.
So on the 10 years, I'm like, you know, 90%, which is about as certain as you can be. Like I think it's crazy to say that this won't happen by 2035. Like in some sane world, it would be outside the mainstream. But the emphasis on verification hints to me as a lack of belief that these models would analyze. If you think about humans, you're good at things that both which we get verifiable reward and things which we don't. You're like, you have a desire.
No, this is why I'm almost sure. We already see substantial generalization from things that verify to things that don't, we're already seeing. But it seems like you were emphasizing this as a spectrum which will split apart which remains to see more progress. And I'm like, but that doesn't seem like how humans get better. The world in which we don't make it or the world in which we don't get there is the world in which we do.
We do all the things that are verifiable. And then they like, you know, many of them generalized, but what we kind of don't get fully there. We don't we don't we don't fully, you know, we don't fully color in this side of the box. It's it's it's not a it's not a binary thing. But it also seems to me as even even if even if it in the world where generalization is weak when you only say to bare file domains, it's not clear to me in such a world you could automate software engineering because sovereign like in some sense you are quote unquote a software engineer.
Yeah, but you're part of being a software engineer for you involves writing these like long memos about your grand vision about different things. And so I don't think that's part of the job of sweet. That's part that's part of the job of the company. But I do think sweet involves like design documents and other things like that.
Um, which by the way, the models are not bad. They're already pretty good at writing comments. And so with with again, I'm making like much weaker claims here than I believe to like, you know, to to to to to kind of set up a, you know, to distinguish between two things. Like we're already almost there for software engineering. We are already almost there by by what metric?
There's one metric which is like how many lines of code are written by AI. And you've used if you consider other productivity improvements in the course of the history of software engineering. Compilers write all the lines of software. And but we there's a difference between how many lines are written and how big the productivity improvement is. Oh, yeah. And then like we're almost there, meaning like the how big is the productivity improvement? Not just how many lines are written.
有一个衡量标准是由 AI 写了多少行代码。如果你考察软件工程历史上的其他生产力提升,就会发现编译器实际上写了所有的软件代码。但是,写了多少行代码和生产力提升的幅度之间是有区别的。没错,我们几乎已经达到了这一点。我指的不只是写了多少行代码,而是生产力提升的幅度有多大。
Yeah. Yeah. So so I actually, um, I actually, I actually agree with you on this. So I've made this series of predictions on code and software engineering. And and I think people have repeatedly kind of misunderstood them. So so let me, let me, let me let me lay out the spectrum. Right? like I think it was like, you know, like, you know, eight or nine months ago or something I said, you know, they I model will be writing 90 90% of the lines of code in like, you know, three to six months, which, which happened at least at some places, right? Happened to happen that and throttic happened with many people downstream using our models.
But, but that's actually a very weak criterion, right? People thought I was saying like, we won't need 90% of the software engineers. Those things are worlds apart, right? Like I would put the spectrum as 90% of code is written by the model. 100% of code is written by the model. And that's a big difference in productivity.
Um, 90% of the end to end sweet tasks, right? Including things like compiling, including things like setting up clusters and environments, testing features, writing memos 90% of the sweet tasks are written by the models 100% of today's sweet tasks are are written by the models. And even when when when they happen, doesn't mean software engineers are out. of a job like there's like new higher level things they can do where they can they can manage. And then there's a further down the spectrum like, you know, there's 90% less demand for sweet, which I think will happen. But like this, this, this is a spectrum. And you know, I wrote about it in the adolescence of technology where I went through this kind of spectrum with farming. Um, uh, and so I actually totally agree with you on that.
It's just these are very different benchmarks from each other, but we're proceeding through them super fast. It seems like in part of your vision, it's like going from 90 to 100. Um, first is going to happen fast and to that somehow that leads to huge productivity improvements. Um, whereas when I notice even in green field projects, if people start with cloud code or something, people report starting a lot of projects and I'm like, do we see in the world out there a renaissance of software, all these new features that wouldn't exist otherwise? And at least so far, it doesn't seem like we see that. And so that does make me wonder, even if, even if like I never had to intervene on cloud code, um, there is this thing of like, there's just the world that's complicated jobs are complicated and closing the loop on self-contained systems, whether it's just writing software or something, how much sort of, how much broader gains we would see just from that.
And so maybe that makes us this would dilute our estimation of the country of geniuses. Well, I actually, I like, I like simultaneously, I simultaneously agree with you, agree that it's a reason why these things don't happen instantly. But at the same time, I think the, the, the effect is going to be very fast. So like, I don't know, you could have these two poles, right? One is like, um, you know, AI is like, you know, it's not going to make progress. It's slow. Like it's going to take, you know, kind of forever to diffuse within the economy, right? Economic diffusion has become one of these buzzwords that's like a reason why we're not going to make AI progress or why AI progress doesn't matter.
And, you know, the other axis is like we'll get recursive self-improvement, you know, the whole thing, you know, can't you just draw an exponential line on the curve? You know, it's, it's, we're going to have, you know, Dyson spheres around the sun and like, you know, you know, so many nanoseconds after, you know, after we get recursive, I mean, I'm completely caricatured in the view here. But like, you know, there, there are these two extremes. But what we've seen from, from the beginning, you know, at least if you look within entropic, there's this bizarre 10x per year growth and revenue that we've seen, right? So, you know, in 2023, it was like zero to a hundred million. 2024, it was a hundred million to a billion. 2025, it was a billion to like nine or 10 billion.
And then you get to just about like a billion dollars for three-on-products, you could just like have a clean 10V. And the first month of this year, like that, that exponential is, you would think it would slow down, but it would like, you know, we added another few billion to like, you know, to, to, to, we added another few billions to revenue in January. And, and so, you know, obviously that curve can't go on forever, right? You know, the GDP is only so large. I don't, you know, I would even guess that it bends, that it bends, bends somewhat this year. But like, that is like a fast curve, right? That's like a, that's like a really fast curve.
And I would bet it stays pretty fast, even as the scale goes to the entire economy. So like, I, I think we should be thinking about this middle world where things are like extremely fast, but not instant where they take time because of economic diffusion, because of the need to close the loop, because, you know, it's like this fiddly, oh man, I have to do change management within my enterprise. You know, I have to like, you know, uh, you know, I like, I set this up, but, but, you know, I have to change the security permissions on this in order to make it actually work. Or, you know, I had this like old piece of software that, you know, that like, you know, checks the model before it's compiled and, and, and like released.
And I have to rewrite it. And yes, the model can do that, but I have to tell the model to do that. And it has to, it has to take time to do that.
我需要重写它。是的,模型可以做到这一点,但我必须告诉模型去做。而且,这需要时间。
And, and, and so I think everything we've seen so far is, is compatible with the idea that there's one fast exponential that's the capability of the model. And then there's another fast exponential that's downstream of that, which is the diffusion of the model into the economy, not instant, not slow much faster than any previous technology, but it has its limits.
Um, can I try a hot take on you? Yeah, I feel like diffusion is a cobe that people use to say when it's like, if the model isn't able to do something, they're like, oh, but the diff, it's like a diffusion issue.
But then you should use the comparison to humans. You would think that the inherent advantages that AI's have would make diffusion a much easier problem for new AI is getting onboarded than new humans getting onboard it. So an AI can read your entire slack and your drive in minutes. They can share all the knowledge that the other copy, other copies of the same instance have, you don't have this adverse selection problem when you're hiring AI's, who's going to just hire copies of a vetted AI model. Um, hiring a human is like so much more hassle. And people hire humans all the time, right? We pay humans upwards of 50 trillion dollars in wages because they're useful, uh, even though it's like, in principle, it would be much easier to integrate AI's into the economy than it is to hire humans.
I think like the diffusion, I feel like I don't know. I think diffusion is very real. And, and, and, and then doesn't have to, you know, doesn't exclusively have to do with limitation, limitation, limitations on the AI models. Like again, there are people who use diffusion to, to, you know, is kind of a buzzword to say this isn't a big deal. I'm not talking about that. I'm not talking about, you know, AI will diffuse at the speed that previous. I think AI will diffuse much faster than previous technologies have, but, but not infinitely fast.
So I'll, I'll just give an example of this, right? Like there's like clawed code. Like clawed code is extremely easy to set up. Um, you know, if you're a developer, you can kind of just start using clawed code. There is no reason why a developer at a large enterprise should not be adopting clawed code as quickly as, you know, individual developer developer at the start up. And we do everything we can to promote it, right? We sell, uh, we sell clawed code to enterprises and big enterprises. Like, you know, big, big financial companies, big pharmaceutical companies, all of them, they're adopting clawed code much faster than enterprises typically adopts new technology, right?
But, but again, it like it, it, it, it, it, it, it, it, it, it, it, it, it takes time. Like any given feature or any given product like clawed code or like co work, we'll get adopted by the, you know, the individual developers who are on Twitter all the time by the like series A startups many months faster than, you know, then they will get adopted by like, you know, uh, like large enterprise that does food sales. Um, there are a number of factors like you have to go through legal, you have to provision it for everyone. It has to, you know, like it has to pass security and compliance. The leaders of the company who are further away from the I revolution, you know, are, are forward looking, but they have to say, oh, it makes sense for us to spend 50 million.
This is what this clawed code thing is. This is why it helps our company. This is why it makes us more productive. And then they have to explain to the people two levels below. And they have to say, okay, we have 3000 developers like here's how we're going to roll it out to our developers. And we have conversations like this every day, like, you know, we are doing everything we can to make end-throffics revenue grow 20 or 30X a year instead of 10X a year. Um, you know, and, and again, you know, many enterprises are just saying, this is so productive. Like, you know, we're going to take shortcuts on our usual procurement process, right?
They're moving much faster than, you know, when we tried to sell them just the ordinary API, which many of them use, but clawed code is a more compelling product. Um, but it's not an infinitely compelling product. And I don't think even AGI or Powerful AI or Country of Geniuses in the data center will be an infinitely compelling product. It will be a compelling product enough maybe to get three or five or 10X a year growth, even when you're in the hundreds of billions of dollars, which is extremely hard to do and has never been done in history before, but not infinitely fast. I buy that would be a slight slowdown. And maybe this is not your claim. But sometimes people talk about this like, oh, the capabilities are there, but because of diffusion. Um, otherwise, like we're basically at AGI. And then I don't believe we're basically at AGI.
I think if you had the country of geniuses in the data center, if your company did adopt the country of geniuses in the data center, we would know it. Right. We would know it. If you had the country of geniuses in the data center, like everyone in this room would know it. Everyone in Washington would know it like, you know, people in rural parts that might not know it, but, but, but like, but we would know it. We don't have that now, but that's very clear. As Daria was ending at the geogeneralization, you need to train across a wide variety of realistic tasks and environments. For example, with a sales agent, the hardest part isn't teaching you to mash buttons in a specific database and sales force. It's training the agent's judgment across ambiguous situations. How do you sort through a database with thousands of leads to figure out which ones are hot? How do you actually reach out? What do you do when you get ghosted?
When an AI lab wanted to train a sales agent, Libelbox brought in dozens of Fortune 500 salespeople to build a bunch of different rural environments. They created thousands of scenarios where the sales agent had to engage with the potential customer, which was roleplayed by a second AI. Libelbox made sure that this customer AI had a few different personas, because when you call call, you have no idea who's going to be on the other end. You need to be able to deal with a whole range of possibilities. Libelbox's sales experts monitored these conversations turned by turn, tweaking the role-playing agent to ensure it did the kinds of things an actual customer would do. Libelbox could iterate faster than anybody else in the industry. It is super important because RL is an empirical science. It's not a solved problem.
Libelbox has a bunch of tools for monitoring agent performance in real time. This lets their experts keep coming up with tasks so that the model stays in the right distribution and difficulty and gets the optimal reward signal during training. Libelbox can do this sort of thing in almost every dummy. They've got hedge fund managers, radiologists, even airline pilots. So whatever you're working on, Libelbox can help. Learn more at labelbox.com slash vorkash. Coming back to concrete predictions, because I think because there are so many different things to disambiguate, it can be easy to talk past each other when we're talking about capabilities. So, for example, when I interviewed you three years ago, I asked your prediction about what we should expect three years from now.
I think you were right. So you said we should expect systems, which if you talk them for the course of an hour, it's hard to tell them apart from a generally well-educated human. Yes. I think you were right about that. I think spiritually, I feel unsatisfied because my internal expectation was that such a system could automate large parts of why color work. And so it might be more productive to talk about the actual end-capabilities you want such a system. So I will basically tell you what I think we are. But let me ask you in a very specific question so that we can figure out exactly what kinds of capabilities we should just get at. So maybe I'll ask about it in the context of a job I understand well, not because it's the most relevant job, but just because I can evaluate the claims about it.
Take video editors, right? I have video editors. And part of their job involves learning about our audiences' preferences, learning about my preferences and tastes and the different trade-offs we have. Just over the course of many months building up this understanding of context. And so the skill and ability they have six months into the job, a model they can pick up that skill on the job, on the fly, when should expect such an AI system? Yeah.
So I guess what you're talking about is we're doing this interview for three hours and then someone's going to come in, someone's going to edit it, they're going to be like, oh, I don't know, Dario scratched his head and we could edit that out and magnify that. There was this long discussion that is less interesting to people. And then there's other things. that's more interesting to people. So let's kind of make this edit.
So I think the country geniuses in a data center will be able to do that. The way it will be able to do that is it will have general control of a computer screen. And you'll be able to feed this in and it'll be able to also use the computer screen to go on the web, look at all your previous interviews, look at what people are saying on Twitter and response to your interviews, talk to you, ask you questions, talk to your staff, look at the history of kind of edits that you did, and from that, like do the job.
So I think that's dependent on several things. One, that's dependent, I think this is one of the things that's actually blocking deployment, getting to the point on computer use, where the models are really masters at using the computer. And we've seen this climb in benchmarks and benchmarks are always imperfect measures. But OS world is went from 5% to, I think when we first released a computer use a year and a quarter ago, it was maybe 15% or I don't remember exactly.
But we've climbed from that to 65% or 70%. And there may be harder measures as well. But I think computer use has to pass a point of reliability. Can I just ask a followup on that before you move on to the next point? I often, for years, I've been trying to build different internal LLM tools for myself. And often I have these text in, text out tasks, which should be death center in the repertoire of these models.
And yet I still hire humans to do them, just because it's if it's something like make, identify what the best clips would be in this transcript. And maybe they'll do like a seven out of 10 job at them. But there's not this ongoing way I can engage with them to help them get better at the job, the way I could with a human employee. And so that missing ability, even if you saw computer use, with still blocked my ability to like offload an actual job to them.
Again, there's, there's, this gets back to what to kind of what we were talking about before with learning on the job where it's, it's very interesting. You know, I think, I think with the coding agents, like I don't think people would say that learning on the job is what is, you know, preventing the coding agents from like, you know, doing everything end-hand. Like they keep, they keep getting better.
We have engineers that are in the topic who like don't write any code. And when I look at the productivity to your, to your previous question, you know, we have folks who say this, this GPU kernel, this chip, I used to write it myself. I just have Clawed do it. And so there's this, there's this enormous improvement in productivity.
And I don't know like when I see Clawed code, like familiarity with the code base or like, you know, or, or a feeling that the model hasn't worked at the company for a year, that's not high up on the list of complaints I see. And so I think what I'm saying is we're like, we're kind of taking a different path. Don't you think with coding, that's because there is an external scaffold of memory which exists in stanchly in the code base, which I don't know how many other jobs have coding made fast-rider specific precisely. because it has this unique advantage that other economic activity doesn't. But, but when you say that, what you're, what you're implying is that by reading the code base into the context, I have everything that the human needed to learn on the job. So that would be an example of whether it's written or not, whether it's available or not, a case where everything you needed to know you got from the context window, right?
And that, and that what we think of as learning, like, oh man, I started this job. It's going to take me six months to understand the code base. The model just did it in the context. Yeah, I honestly don't know how to think about this because there are people who qualitative report what you're saying. There was a meter study, I'm sure you saw last year, where they had experienced developers try to close a poor request in repositories that they were familiar with. And those developers reported an uplift. They reported that they felt more productive with those uses these models. But in fact, if you look at their output and how much was actually merged back in, there's a 20% downlift. They were less productive as a result of these models.
And so I'm trying to square the qualitative feeling that people feel with these models versus one in a macro level where are all the, where's this like renaissance of software? And two, when people do these independent evaluations, why are we not seeing the, yeah, so try to benefit to be able to expect within Anthropic. This is just really unambiguous, right? We're under an incredible amount of commercial pressure and make it even harder for ourselves because we have all the safety stuff we do that I think we do more than other companies. So like the pressure to survive economically while also keeping our values is just incredible, right? We're trying to keep this 10X revenue curve going. There's like, there is zero time for bullshit.
There is zero time for feeling like we're productive when we're not. Like these tools make us a lot more productive. Like why do you think we're concerned about competitors using the tools? Because we think we're ahead of the competitors and like we don't, we don't want to excel. We wouldn't be going through all this trouble if this was secretly reducing, reducing our productivity. Like we see the end productivity every few months in the form of model launches. Like there's no kidding yourself about this. Like the models make you more productive. One, that people feeling like they're more productive is qualitatively predicted by studies like this. But two, if I just look at the end output, obviously you guys are making fast progress.
But the fact, you know, the idea was supposed to be with recursive self improvement is that you make a better AI, the AI helps you build a better next AI, etc, etc. And what I see instead, if I look at the you open AI deep mind is that people are just shifting around the podium every few months. And maybe you think that stops because you've won or whatever. But why are we not seeing the person with the best coding model have this lasting advantage? If in fact there are these enormous productivity gains from the last coding model. So no, no, no. I mean, I mean, I think it's all like my model of the situation is there's an advantage that's gradually growing. Like I would say right now, the coding models give maybe, I don't know, a like 15, maybe 20% total factor speed up. Like that's my view.
And six months ago, it was maybe 5%. And so it didn't matter. Like 5% doesn't register. It's now just getting to the point where it's like one of several factors that kind of matters. And that's going to keep speeding up. And so I think six months ago, like, you know, there were several companies that were at roughly the same point because this wasn't a notable factor. But I think it started to speed up more and more. I would also say there are multiple companies that write models that are used for code. And we're not perfectly good at preventing some of these other companies from using our models internally. So I think everything kind of everything we're seeing is consistent with this kind of snowball model where you know, there's no hard, again, my theme in all of this is like, all of this is soft takeoff.
Like soft, smooth exponentials, although the exponentials are relatively steep. And so we're seeing this snowball gather momentum where it's like 10%, 20%, 25%, you know, 40%. And as you go, yeah, Amdolzlaw, you have to get all the like things that are preventing you from closing the loop out of the way. But like, this is one of the biggest priorities within anthropic. Um, stepping back, I think before in the stack, we were talking about, um, well, when do we get this on the job learning? And it seems like the coding, the point you're making the coding thing is we actually don't need on the job learning that you can have tremendous productivity improvements. You can have potentially trillions of dollars around you for eye companies without this basic human ability. Maybe that's not your plan. You should clarify. Um, but without this basic human ability to learn on the job, but I just look at it like in most domains of economic activity, people say, I hired somebody, they were in that useful for the first few months and then over time, they built up the context understanding.
It's actually harder to find what we're talking about here. But they got something. And then now now they're their power horse and they're so valuable to us. And if AI doesn't develop this ability to learn on the fly, I'm not, I'm a bit skeptical that we're going to see huge changes to the world with that ability. So I think, I think, I think two things here, right? There's the state of the technology right now, um, which is again, we have these two stages. We have the pre-training and RL stage where you throw, you throw a bunch of data in tasks into the models and then they generalize. So it's like learning, but it's like learning from more data and not, you know, not learning over kind of one human or one model's lifetime. So again, this is situated between evolution and human learning. But once you learn all those skills, you have them. And just like with pre-training, just how the models know more, you know, if I look at a pre-trained model, you know, it knows more about the history of samurai in Japan than I do.
It knows more about baseball than I do. It knows, you know, it knows more about, you know, low pass filters and electronics than, you know, all of these things. It's knowledge is way broader than mine. So I think, I think even, even just that, um, you know, may get us to the point where the models are better at, you know, kind of better at everything. And then we also have, again, just with scaling the kind of existing setup, we have the in context learning, which I would describe as kind of like human on the job learning, but like a little weaker and a little short term. Like you look at in context learning, you give the model a bunch of examples. It does get it. There's real learning that happens in context. And like a million tokens is a lot. That's, you know, that can be days of human learning, right? You know, if you think about the model, you know, you know, kind of reading, reading a million words, you know, it, you know, it takes me, how long would it take me to read a million?
I mean, you know, like days or weeks at least. Um, uh, so you have these two things. And, and I think these two, these two things within the existing paradigm may just be enough to get you the country's geniuses in the data center. I don't know for sure, but I think they're going to get you a large fraction of it. There may be gaps, but I, I certainly think just as things are this, I believe, is enough to generate trillions of dollars of revenue. That's one. That's all one. Two is this idea of continual learning, this idea of a single model learning on the job. Um, I think we're working on that too. And I think there's a good chance that in the next year or two, we also make, we also solve that. Um, I, I, again, I, I, I, you know, I think you get most of the way there without it. I think the trillions of dollars of, of, you know, the, I think the trillions of dollars a year market, maybe all of the national security implications and the safety implications that I wrote about in that lessons of technology can happen without it.
But I, I, I also think we, and I imagine others are working on it. And I think there's a good chance that, that, you know, that we get there within the next year or two. There are a bunch of ideas. I won't go into all of them in detail, but, um, you know, one is just make the context longer. There's, there's nothing preventing longer context from working. You just have to train at longer context and then learn to, to serve them in inference. And both of those are engineering problems that we are working on and that I would assume others are working on as well.
Yeah. So this context line then creates, it seemed like there was a period from 2020 to 2023, where from GBD3 to GPD4 Turbo, there was an increase from like 2000 context lines to 128 K. I feel like for the next, for the two-ish year since then, we've been in the same-ish ballpark. Yeah. And when model context lines get much longer than that, people report qualitative degradation in the ability to model to consider that full context.
So I'm curious what you're internally seeing that makes you think like, oh, 10 million context, 100 million context, to get human like six months learning, billion, billion, billion context. This isn't a research problem. This is a, this is an engineering and inference problem, right? If you want to serve long context, you have to like store your entire KV cache, you have to, you know, um, uh, you know, it's, it's, it's, it's difficult to store all the memory in the GPUs, to juggle the memory around.
I don't even know the detail, you know, at this point, this is at a level of detail that, that, that, that I'm no longer able to follow, although, you know, I, I knew it at the GPD3 era of like, you know, these are the weights, these are the activations you have to store. Um, uh, but, you know, you know, these days, the whole thing has flipped because we have MOE models and, and, kind of all of that. But, um, uh, and, and there's degradation you're talking about, like, again, without getting too specific, like a question I would ask is like, there's two things.
There's the context length you train at, and there's a context length that you serve at. If you train at a small context length and then try to serve at a long context length, like, maybe you get these degradations, it's better than nothing you might still offer it, but you get these degradations. And maybe it's harder to train at a long context length. Yeah, I so, you know, there's, there's a lot. I want to at the same time ask about like, maybe some rabbit holes of like, well, we wouldn't expect that if you had to train on longer context length, that would mean that, um, you're able to get sort of like less samples in for the same amount of compute.
But before, maybe it's not worth diving deep on that, I want to get an answer to the bigger picture question, which is like, okay, so, um, I don't feel a preference for a human editor that's been working for me for six months versus an AI that's been working with me for six months. What year do you predict that that will be the case? I, my, I mean, you know, my guess for that is, you know, there's a lot of problems that are basically like, we can do this when we have the country of geniuses in a data center.
And so, you know, my, my, my, my picture for that is, you know, again, if you, if you, if you, you know, if you made me guess, it's like one to two years, maybe one to three years, it's really hard to tell. I have a, I have a strong view, 99, 95% that like, all this will happen in 10 years, like that's, I think that's just a super safe bet. Yeah. And then I have a hunch, this is more like a 50 50 thing that it's going to be more like one to two, maybe more like one to three.
So, one to three years, the country of geniuses, um, and the slightly less economically valuable task-evident videos. It seems pretty economically valuable. Let me tell you, it's just there are a lot of use cases like that, right? There are a lot of similar ones. Exactly. So you're predicting that within one to three years. Um, and in generally, and the topic is predicted that by late 26 or early 27, we will have the ice systems that are, quote, um, have the ability to navigate interfaces available to humans doing digital work today, intellectual capabilities, mashing or exceeding that of noble prize winners, and the ability to interface with the physical world.
And then you give an interview two months ago with Dealbook where you're emphasizing your, um, your companies more responsible compute scaling as compared to your competitors. And I'm trying to square these two views where if you really believe that we're going to have a country of geniuses, you, you want as big a data center as you can get, there's no reason to slow down the tam of a noble prize winner that is actually can do everything in overrides what I can do is like trillions of dollars.
And so, I'm trying to square this conservatism, uh, which seems rational if you have more moderate timelines with your stated views about AI progress. Yeah. So, so it actually all fits together. And we go back to this fast, but not infinitely fast diffusion. So like, let's say that we're making progress at this rate, um, you know, the technology is making progress this fast. Again, I have, you know, very high conviction that like it's going, you know, the, the, the, you know, we're, we're going to get there within a few years. I have a hunch that we're going to get there within a year or two.
So a, a little uncertainty on the technical side, but like, you know, pretty, pretty strong confidence that it won't be off by much. What I'm less certain about is again, the economic diffusion side. Like I really do believe that we could have models that are a country of geniuses, a country of geniuses in the data center in one to two years. One question is how many years after that do the trillions in, you know, do the, do the trillions in revenue start rolling in?
I don't think it's guaranteed that it's going to be immediate. You know, I think it could be one year. It could be two years. I could even stretch it to five years. Although I'm like, I'm skeptical of that. And so we have this uncertainty, which is even if the technology goes as fast as I suspect that it will, we don't know exactly how fast it's going to drive revenue. We know it's coming, but with the way you buy these data centers, if you're off by a couple years, that can be ruinous.
It is just like how I wrote, you know, in machines of loving grace, I said, look, I think we might get this powerful AI of this country of geniuses in the data center. That description you gave comes from the machines of loving grace. I said, well, get that 2026, maybe 2027 again. That is, that is my hunch wouldn't be surprised if I'm off by a year or two, but like, that is my hunch.
Let's say that happens. That's the starting gun. How long does it take to cure all the diseases, right? That's one of the ways that like drives a huge amount of economic value, right? Like you cure, you cure every disease. You know, there's a question of how much of that goes to the pharmaceutical company, to the AI company, but there's an enormous consumer surplus because everyone, you know, I assume we can get access for everyone, which I care about greatly.
We cure all of these diseases. How long does it take? You have to do the biological discovery. You have to, you know, you have to, you know, manufacture the new drug. You have to, you know, go through the regulatory process. I mean, we saw this with like vaccines in COVID, right? Like, there's just this, we got the vaccine out to everyone, but it took a year and a half, right? And so my question is, how long does it take to get the cure for everything, which AI is the genius that can in theory invent out to everyone?
我们能够治愈所有这些疾病。那么需要多长时间呢?首先,你需要进行生物学上的发现,还需要制造新药,并且要通过一系列的监管流程。就像我们在新冠疫苗上看到的那样,我们确实在一年半的时间内让疫苗普及到每一个人。我想问的是,要借助理论上可以发明出这些疗法的 AI 天才来实现所有疾病的治愈,到底需要多长时间呢?
How long from one that AI first exists in the lab to when diseases have actually been cured for everyone, right? And we've had a polio vaccine for 50 years. We're still trying to eradicate it in the most remote corners of Africa. And you know, the Gates Foundation is trying as hard as they can. Others are trying as hard as they can. But, you know, that's difficult. Again, I, you know, I don't expect most of the economic diffusion to be as difficult as that, right?
That's like the most difficult case. But, but there's a, there's a real dilemma here. And where I've settled on it is it will be, it will be, it will be faster than anything we've seen in the world, but it still has its limits. And, and so then when we go to buying data centers, you know, you, again, again, the curve I'm looking at is, okay, we, you know, we've had a 10X a year increase every year.
So beginning of this year, we're looking at 10 billion in, in, in annual, in, you know, rate of annualized revenue at the beginning of the year. We have to decide how much compute to buy. And, you know, it takes a year or two to actually build out the data centers to reserve the data centers. So basically, I'm saying like in 2027, how much compute do I get?
Well, I could assume that the revenue will continue growing 10X a year. So it'll be one, one, a hundred billion at the end of 2026 and one trillion at the end of 2027. And so I could buy a trillion dollars. Actually, we would be like five trillion dollars of compute because it would be a trillion dollar a year for, for five years, right? I could buy a trillion dollars of compute that starts at the end of 2027.
And if my, if my revenue is not a trillion dollars, if it's even 800 billion, there's no foreson earth, there's, there's no hedge on earth that could stop me from going bankrupt. If I, if I buy that much compute. And, and so even though a part of my brain wonders if it's going to keep growing 10X, I can't buy a trillion dollars a year of compute in, in, in, in, in, in, in, in, in, in, in, in 2027. If I'm just off by a year in that rate of growth or if the, the growth rate is five X a year instead of 10X a year, then, then, you know, then you go bankrupt. And, and, and so you end up in a world where, you know, you're supporting hundreds of billions, not trillions, and you accept, you accept some risk that there's so much demand that you can't support the revenue.
And you accept still some risk that, you know, you got it wrong and it's still slow. And so when I talked about behaving responsibly, what I meant actually was not the absolute amount that that actually was not, you know, I think it is true we're spending somewhat less than some of the other players. It's actually the other things like, have we been thoughtful about it? Or are we yoloing and saying, oh, we're going to do 100 billion dollars here, 100 billion dollars there? I kind of get the impression that, you know, some of the other companies have not written down the spreadsheet that they don't really understand the risks they're taking. They're just kind of doing stuff because it sounds cool.
And, and we thought carefully about it, right? We're an enterprise business. Therefore, you know, we can rely more on revenue. It's less fickle than consumer. We have better margins, which is the buffer between buying too much and buying too little. And so I think we bought an amount that allows us to capture pretty strong upside worlds. It won't capture the full 10 next year. And things would have to go pretty badly for us to be, for us to be in financial trouble. So I think we thought carefully and we've made that balance. And that's what I mean when I say that we're being responsible. Okay.
So it seems like it's possible that we're, we actually just have different definitions as a country of a genius in a data center. Because when I think of like actual human geniuses, an actual country of human geniuses in a data center, I'm like, I would happily buy five trillion dollars over the compute to run actual country of human geniuses in a data center. So let's say JP Morgan or Moderna or whatever it doesn't want to use them. I've got a country of geniuses that they'll, they'll start their own company. And if like, they can't start their own company and they're bottled like by clinical trials, it is worth stating with clinical trials like most clinical trials failed because the drug doesn't work. There's not efficacy, right?
And I make exactly that point in in machines of love and grace. I say the clinical trials are going to go much faster than we're used to, but not, not, not instant, not infinitely fast. And then suppose it takes a year to, for the clinical trials to work out so that you're getting revenue from that and can make more drugs. Okay. Well, you've got a country of geniuses and you're in AI lab and you have, you could use many more AI researchers. You also think there's these like self-reinforcing gains from, you know, smart people working on AI tech. So like, okay, you can have that. That's right.
But you can have the data center working on and like AI progress. Is there more gains from buying like substantially more gains from buying a trillion dollars a year of compute versus 300 billion dollars a year of compute? If your competitors buying a trillion, yes, there is. Well, then there's some gain, but then, but again, there's this chance that they go bankrupt before, you know, be, again, if you're off by only a year, you destroy yourselves. That's the balance. We're buying a lot. We're buying a hell of a lot. Like we're not, we're, you know, we're buying an amount that's comparable to that, that, you know, the biggest players in the game are buying.
But, but if you're asking me, why haven't we signed, you know, 10, 10 trillion of compute starting and starting in mid 2027? First of all, it can't be produced. There isn't that much in the world. But, but second, what is the country geniuses comes, but it comes in mid 2028 instead of mid 2027. You go bankrupt. So if your projection is winded at three years, it seems like you should have won 10 trillion dollars of compute by, um, 2029, 2020 and maybe 2020. I like this. Like, I mean, you know, you, you, you, you, like, it seems like even in your, the longest version of the timelines you state, the compute you are wrapping up to build doesn't seem what, what, what, what makes you think that?
Well, you, as you said, you want to wind the 10 trillion, like human wages, let's say, are, um, on your order 50 trillion a year. If you look at, so, so I won't, I won't talk about anthropic in particular, but if you talk about the industry, like, um, the amount of compute the industry, you know, the, the, the amount of compute the industry is building this year is probably in the, you know, I don't know, very low tens of, you know, call it 10-15 gigawatts next year. I, you know, it goes up by roughly three acts a year. So like next year's third year 40 gigawatts and, um, 2028 might be a hundred, 2029 might be like three, 300 gigawatts and like each gigawatt costs like, um, maybe 10, I mean, I'm doing the math in my head, but each gigawatt cost maybe 10 billion dollar, you know, or order 10 to 15 billion dollars a year.
So, you know, you, you, you know, you, you, you put that all together and you're getting about, about what you described, you're getting multiple trillions a year by 2028 or 29. So you're, you're, you're getting exactly that. You're getting, you're getting exactly what you predict. Um, that's for the industry. That, that's for the industry. That's how, suppose that the Robbys compute keeps three acts in a year and then by like 27, you have, uh, or 2728, you have 10 gigawatts and like multiply that by, as you say, um, 10 billion. So then it's like a hundred billion a year. But then you're saying the 10 by 2029. I don't want to give exact numbers for a topic, but, but these numbers are too small. These numbers are too small.
Okay, interesting. I'm really proud that the puzzles I've worked on with Jane Street have resulted in them hiring a bunch of people for my audience. Well, they're still hiring and they just send me another puzzle. For this one, they spent about 20,000 GPU hours training backdoors into three different language models. Each one has a hidden prompt that elicits completely different behavior. You just have to find the trigger. This is particularly cool because finding backdoors is actually an open question in Frontier AI research. And Theropik actually released a couple of papers about sleeper agents and they show that you can build a simple classifier on the residual stream to detect when a backdoor is about to fire.
But they already knew what the triggers were because they built them. You don't. And it's not feasible to check the activations for all possible trigger phrases. Unlike the other puzzles they made for this podcast, Jane Street isn't even sure this one is solvable. But they've set aside $50,000 for the best attempts and write-ups. The puzzles live at JaneStreet.com slash WorkHash. And they're accepting submissions until April 1st. All right, back to Daria. You've told investors that you plan to be profitable starting in 28. And this is the year where we're like potentially getting the country of geniuses at a data center. And this is like going to now unlock all this progress and medicine and health and et cetera, et cetera.
And new technologies. Wouldn't this be exactly the time where you'd like want to reinvest in the business and build bigger countries so they can make more to service? So, I mean, profit and profitability is this kind of like weird thing in this field. I don't think in this field profitability is actually a measure of spending down versus investing in the business. Like, let's just take a model of this. I actually think profitability happens when you underestimated the amount of demand you were going to get and loss happens when you overestimated the amount of demand you were going to get because you're buying the data centers ahead of time. So, think about it this way. Ideally, you would like, and again, these are stylized facts. These numbers are not exact for an entire time. I'm just trying to make a toy model here.
Let's say half of your compute is for training and half of your compute is for inference. And the inference has some gross margin that's more than 50 percent. And so, what that means is that if you were in steady state, you build a data center. If you knew exactly exactly exactly the demand you were getting, you would get a sort of amount of revenue, say, I don't know, let's say you pay $100 billion a year for compute. And on $50 billion a year, you support $150 billion of revenue and the other 50 billion are used for training. So, basically, you're profitable. You make $50 billion a profit. Those are the economics of the industry today. Or sorry, not today, but like that's where we're projecting forward in a year or two. The only thing that makes that not the case is if you get less demand than 50 billion, then you have more than 50 percent of your data center for research and you're not profitable.
So, you train stronger models, but you're not profitable. If you get more demand than you thought, then your research gets squeezed. But you're able to support more inference and you're more profitable. So, maybe I'm not explaining it well, but the thing I'm trying to say is you decide the amount of compute first. And then you have some target desire of inference versus training. But that gets determined by demand. It doesn't get determined by you. But what I'm hearing is the reason you're predicting profit is that you are systematically under-investing in compute. Because if you actually... No, no, no, no, no, I'm saying it's hard to predict. So, these things about 2028 and one will happen. That's our attempt to do the best we can with investors. All of this stuff is really uncertain because of the cone of uncertainty. We could be profitable in 2026 if the revenue grows fast enough.
And then if we overestimate or underestimate the next year, that could swing wildly. What I'm trying to get is you have a modeling your head of the business invest, invest, invest, invest, get scale, and kind of then becomes profitable. There's a single point at which things turn around. I don't think the economics of this industry work that way. I see. So, if I'm understanding correctly or saying because of the discrepancy between the amount of compute we should have gotten, and the amount of compute we got, we were like sort of forced to make profit. But that doesn't mean we're going to continue making profit. We're going to like reinvest the money because, well, now AI has made so much progress and we want the bigger country of geniuses. And so then back into a revenue is high, but losses are also high.
If we predict, if every year we predict exactly what the demand is going to be, we'll be profitable every year because spending 50% of your compute on 50% of your compute on research, roughly, plus a gross margin that's higher than 50% and correct demand prediction leads to profit. That's the profit. That's the profitable business model that I think is kind of like there, but obscured by these building ahead and prediction errors. I guess you're treating the 50% as a sort of like, just like a given constant. Whereas, in fact, if the I progress is fast and you can increase the progress by scaling up more, you just have more the 50% and not be profit. Here's what I'll say. You might want to scale up it more. You might want to scale it up more, but remember the log returns to scale. If 70% would get you a very little bit of a smaller model through a factor of 1.4x, that extra $20 billion is each dollar there is worth much less to you because the log linear setup.
You might find that it's better to invest that $20 billion in serving inference or in hiring engineers who are kind of better what they're doing. So the reason I said 50%, that's not exactly our target. It's not exactly going to be 50%. It will probably vary over time. What I'm saying is the log linear return, what it leads to is you spend of order one fraction of the business, not 95% and then you get diminishing returns because the log scale. Everyone's changing. It's convincing Dario to believe in AI progressers. You don't invest in research because it has diminishing returns, but you invest in the other things you mentioned. Again, we're talking about diminishing returns after you're spending 50 billion a year. This is a point I'm sure you would make. But diminishing returns on a genius could be quite high.
And more generally, what is profit in the market economy? Profit is basically saying other companies in the market can do more things with this money that I can. Put aside then, I'm just trying to, because I don't want to give information about an entropic is why I'm giving these stylized numbers. But let's just derive the equilibrium of the industry. Why doesn't everyone spend 100% of their compute on training and not serve any customers? It's because if they didn't get any revenue, they couldn't raise money, they couldn't do compute deals, they couldn't buy more compute. the next year. So there's going to be an equilibrium where every company spends less than 100% on training. And certainly less than 100% on inference.
It should be clear why you don't just serve the current models and never train another model because then you don't have any demand because you'll fall behind. So there's some equilibrium. It's not going to be 10%, it's not going to be 90%. Let's just say as a stylized fact, it's 50%. That's what I'm getting at. I think we're going to be in a position where that equilibrium of how much you spend on training is less than the gross margins that you're able to get on compute. And so the underlying economics are profitable. The problem is you have this hellish demand prediction problem when you're buying the next year of compute.
And you might guess under and be very profitable but have no compute for research. Or you might guess over and you're not profitable and you have all the compute for research and world. Does that make sense? Just as a dynamic model of industry? Maybe stepping back, I'm like, I'm not saying I think the country of genius is going to come in two years and therefore you should buy this compute. To me, what you're saying, the end conclusion you're arriving at makes a lot of sense. But that's because it's like, oh, it seems like country of genius is as hard and there's a long way to go.
And so the stepping back, the thing I'm trying to get at is more like, it seems like your world view is compatible with somebody who says we're like 10 years away from a world in which like we're generating trillion dollars. That's just not my view. Yeah, that is not my view. So I'll make another prediction. It is hard for me to see that there won't be trillions of dollars in revenue before 2030. Like I can instruct a plausible world. It takes maybe three years. So that will be the end of what I think it's plausible.
Like in 2028, we get the real country of geniuses in the data center. You know, the revenues have been going into the, maybe as it is in the low hundreds of billions by by by by 2028. And and then the country of geniuses accelerates it to trillions. You know, and we're basically on the slow end of diffusion. It takes two years to get to the trillions. That that would that that would be the world where it takes until that would be the world where it takes until 2030.
I I suspect even composing the technical exponential and diffusion exponential will get there before 2030. So you laid out a model where anthropic makes profit because it seems like fundamentally we're in a compute constrained world. And so it's like eventually we keep growing compute. No, I think I think the way the profit comes is again, and you know, let's let's just abstract the whole industry here.
Like we have a you know, let's just imagine we're we're in like an economic textbook. We have a small number of firms each can invest a limited amount in you know, or or like each can invest some fraction fraction in R&D. They have some marginal cost to serve the margins on that the profit margin the gross profit margins on that marginal cost are like very high because because because inference is efficient. There's some competition, but the models are also differentiated. There's some there's some, you know, companies will compete to push their research budgets up. But like because there's a small number of players, you know, we have the I what is it called an economic the corno equilibrium? I think is what the what a small number of firm equal equilibrium is it the point is it doesn't equilibrate to perfect competition with with with with with with zero margins.
If there's like three firms, if there's three firms in the economy, all are kind of independently behaving rationally. It doesn't equilibrate to zero. Help me understand that because right now we do have three leading firms and they're not making profit. And so what what what what is changing? Yeah. So the the again the gross margins right now are very positive. What's happened? What what's happening is a combination of two things. One is we're still in the exponential scale up phase of compute. Yeah. So what basically what that means is we're training like a model gets trained. Yeah. It costs, you know, let's say a model got trained that costs a billion dollars last year. And then this year it produced four billion dollars of revenue and cost one billion dollars to to to to to inference from.
So you know, again, I'm using stylized number here. But you know, the 75% you know, gross gross gross margins and you know this this 25% tax. So that model as a whole makes two billion dollars. But at the same time, we're spending 10 billion dollars to train the next model because there's an exponential scale up. And so the company loses money. Each model makes money, but the company loses money. The equilibrium I'm talking about is an equilibrium where we have the country of geniuses. We have the country of geniuses in the data center. But that that model training scale up has equilibrated more. Maybe maybe it's still it's still going up. We're still trying to predict the demand, but it's more it's more leveled out.
I'm giving you a couple of things there. So let's start with the current world. In the current world, you're right that as you said before, if you treat each individual model as a company, it's profitable. Yes. Of course, a big part of the production function of being a frontier lab is training the next model, right? So if you didn't do that, then you'd make profit for two months. That's right. And you wouldn't have margins because you wouldn't have the best model. And then so you can make profits for two months in the current world. At some point, that reaches the biggest scale that it can reach. And then and then in equilibrium, we have algorithmic improvements, but we're spending roughly the same amount to train the next model as we as we as we spend to train the current model.
So this equilibrium relies, I mean, at some point, at some point, you run out of money in the economy, a fixed lump of labor or a file. The economy is going to grow, right? That's one of your predictions. Well, we're going to have yes, but this is this is this space. But this is another example of the theme I was talking about, which is that the economy will grow much faster with AI than I think it ever has before. But it's not like right now, the computer's growing three ex a year. Yeah. I don't believe the economy is going to grow 300% a year. Like I said, this in machines of loving grace, like I think we may get 10 or 20% per year growth in the economy, but we're not going to get 300% growth in the economy.
So I think I think in the end, if compute becomes the majority of what the economy produces, it's going to be capped by that. So let's, okay, now let's assume a model where compute stays capped. Yeah. The world where Frontier labs are making money is one where they continue to make fast progress because fundamentally your margin is limited by how good the alternative is. And so you are able to make money because you have a frontier model. If you did not for a tier model, you wouldn't be making money. And so this model requires there never to be a steady state. Like forever and ever, you keep making more algorithm progress.
I don't think that's true. I mean, I feel I feel like we're like we're taught, we're, you know, we're, they feel like this is an economics. Like, you know, this is like an economics. We never stop talking about economics. We never, we never stopped talking about economics. So no, but, but there are, there are worlds in which, you know, there, so I don't think this field is going to be a, I don't think this field is going to be a monopoly. All my lawyers never want me to say it. But I don't think this field is going to be a monopoly. But, but you do get, you get industries in which there are small number of players, not one, but a small number of players.
And ordinarily, like the way you get monopolies like Facebook or, or meta, I always call them Facebook, but is these kind of net, is these kind of these kind of network effects. The way you get industries in which there are small number of players are very high costs of entry, right? So, you know, a cloud is like this. I think cloud is a good example of this. You have three, maybe four players within cloud. I think, I think that's the same for AI three, maybe four. And the reason is that it's, it's so expensive. It requires so much expertise and so much capital to like run a cloud company, right?
通常情况下,像 Facebook 或 Meta 这样的垄断公司,形成的原因之一是网络效应。这种情况下,行业内只有少数几个参与者,因为进入门槛非常高。比如云计算就是一个很好的例子。云计算领域可能只有三个、四个参与者。我认为,人工智能也是类似的情况,可能也只有三到四个公司。这是因为运行一家云计算公司需要巨大的花费,要求大量的专业知识和资本投入。
And so, you have to put up all this capital. And then in addition to putting up all this capital, you have to get all this other stuff that like, you know, requires a lot of skill to, you know, to make it happen. And so, it's like, if you go to someone and you're like, I want to disrupt this industry, here's $100 billion. You're like, okay, I'm putting $100 billion and also betting that you can do all these other things that these people have been doing. You can create the profit and then, and then the effect of your entering is that is the profit margins go down.
So, you know, we have equilibrium like this all the time in the economy where we have a few, we have a few players, profits are not astronomical. Margins are not astronomical, but they're not zero, right? And, you know, I think that's what we see on cloud. Cloud is very undifferentiated. Models are more differentiated than cloud, right? Like, everyone knows, cloud is good at different things than GPT is good at is then, then Gemini is good at. And it's not just clods good at coding, GPT is good at, you know, math and reasoning, you know, it's more subtle than that.
Like, models are good at different types of coding. Models have different styles. Like, I think, I think these things are actually, you know, quite different from each other. And so, I would expect more differentiation than you see in cloud. Now, there actually is a counter, there is one counter argument. And that counter argument is that if all of that, the process of producing models, becomes, if AI models can do that themselves, then that could spread throughout the economy. But that is not an argument for commoditizing AI models in general that's kind of an argument for commoditizing the whole economy at once.
I don't know what quite happens in that world where basically anyone can do anything, anyone can build anything. And there's like no mode around anything at all. I mean, I don't know, maybe we want that world. Like, maybe that's the, maybe that's the end state here. Like, maybe, maybe, you know, maybe when, when, when, when kind of AI models can do, you know, when, when, when, when AI models can do everything, if we've solved all the safety and security problems, like, you know, that's one of the, one of the mechanisms for, for, you know, you know, just, just kind of the economy flatten itself again.
But, but that's kind of like post like, far post country, this isn't a data center. Maybe a, a fine array to put that potential point is one, it seems like AI research is especially loaded on raw intellectual power, which will be especially a button in a world with AGI. And two, if you just look at the world today, there's very few technologies that seem to be diffusing as fast as, as AI algorithmic progress. And so that does hint that this industry is sort of structurally diffusive. So I think coding is going fast, but I think AI research is a super set of coding and their aspects of it that are not going fast.
But I, but I do think again, once we get coding, once we get AI models going fast, then, you know, AI, you know, that will speed up the ability of AI models to kind, to kind of do everything else. So I think while coding is going fast now, I think once the AI models are building the next AI models and building everything else, the kind of whole, the whole economy will side it kind of go at the same pace. I am, I am worried geographically though. I'm a little worried that like just proximity to AI, having heard about AI, that that may be one differentiator.
And so when I said the like, you know, 10 or 20% growth rate, a worry I have is that the growth rate could be like 50% in Silicon Valley. And you know, parts of the world that are kind of socially connected to Silicon Valley. And you know, not that much faster than its current pace elsewhere. And I think that'd be a pretty messed up world. So one of the things I think about a lot is how to prevent that.
Yeah. Do you think that once we have this kind of geniuses of data center that robotics is sort of quickly solved afterwards because it seems like a big problem with robotics is that a human can learn how to tell operate current hardware. But current AI models can't, at least not in a way that's super productive. And so if we have this ability to learn like a human, should it solve robotics immediately as well?
Yeah. I don't think it's dependent on learning like a human. It could happen in different ways. Again, we could have trained the model on many different video games, which are like robotic controls or many different simulated robotics environments, or just you know, train them to control computer screens and they learn to generalize.
So it will happen, it's not necessarily dependent on human like learning. Human like learning is one way. It could happen if the model is like, oh, I pick up a robot. I don't know how to use it. I learn that that could happen because we discovered a discovering continual learning that could also happen because we train the model on a bunch of environments and then generalized or it could happen because the model learns that in the context length.
It doesn't actually matter which way if we go back to the discussion we had like like an hour ago, that type of thing can happen in that type of thing can happen in several different ways. But I do think when for whatever reason the models have those skills, then robotics will be revolutionized both the design of robots because the models will be much better than humans at that.
And also the ability to kind of control robots. So we'll get better at the building the physical hardware building the physical robots and we'll also get better at controlling it. Now, does that mean the robotics industry will also be generating trillions of dollars of revenue? My answer there is yes, but there will be the same extremely fast but not infinitely fast diffusion.
So will robotics be revolutionized? Yeah, maybe tack on another year or two. That's the way I think about these things. There's a general skepticism about extremely fast progress. Here's my baby, which is like it sounds like you are going to solve continuing learning when we're in other within the matter of years.
But just as people weren't talking about continuing learning a couple years ago and then we realized, oh, why are these models as useful as they could be right now even though they are clearly passing the Turing test and our experts in so many different domains. Maybe it's this thing. And then we solve this thing and we realize actually there's another thing that human intelligence can do and that's a basis of human labor that these models can't do.
And then why not think there will be more things like this? So I think that like where we've found the pieces of human intelligence. Well, to be clear, I mean, I think continuing learning as I've said before might not be a barrier at all. I think we maybe just get there by pre-training generalization and RL generalization.
I think there might not be, there basically might not be such a thing at all. In fact, I would point to the history in ML of people coming up with things that are barriers that end up kind of dissolving within the big blob of compute. People talked about how do you have, how do your models keep track of nouns and verbs and how do they understand syntactically but they can't understand semantically.
It's only statistical correlations. You can understand a paragraph, you can understand a word, there's reasoning and you can't do reasoning but then suddenly it turns out you can do code and math very well at all. So I think there's actually a stronger history of some of these things seeming like a big deal and then kind of dissolving. Some of them are real.
I mean, the need for data is real. Maybe continual learning is a real thing but again, I would ground us in something like code. I think we may get to the point in a year or two where the models can just do sweet end end. That's a whole task. That's a whole sphere of human activity that we're just saying models can do it now.
When you say end to end, do you mean setting technical direction and understanding the context of the problem? Yes. So I mean all of that. Interesting. I mean, that is, if you're like AGA complete, maybe there's maybe internally consistent but it's not like saying 90% of code or 100% of code. No, no, no, no, no, no, no, I gave this spectrum.
当你说“从头到尾”的时候,你是指设定技术方向和理解问题背景吗? 是的,我指的是所有这些。 有意思。我的意思是,如果你像 AGA 完成的那样做,也许在内部是一致的,但这不等于说完成了 90% 或 100% 的代码。 不,不,不,不,不,我给的是一个范围。
90% of code, 100% of code, 90% of N10 sweet, 100% of N10 sweet, new tasks are created for swis. Eventually, those get done as well. It's a long spanish on there but we're traversing the spectrum very quickly. I do think it's funny that I've seen a couple of podcasts you've done where the host will be like, but the work has to go the same other than to do the learning thing. And it always makes you crack off because you're like, you've been an AI researcher for like 10 years. I'm sure there's like some feeling of like, okay, so podcasts are what an essay. No, like every interview I get asked about it. The truth of the matter is that we're all trying to figure this out together.
There are some ways in which I'm able to see things that others aren't. These days that probably has more to do with like, I can see a bunch of stuff within and throttpeck and have to make a bunch of decisions than I have any great research insight that others don't. I'm running a 2500 person company like it's actually pretty hard for me to have concrete research insight much harder than it would have been 10 years ago or even two or three years ago.
As we go towards a world of a full drop in remote worker replacement, does a API pricing model still make the most sense and if not, what is the correct way to price AGI or survey GI? Yeah, I mean, I think there's going to be a bunch of different business models here sort of all at once that are going to be that are going to be experimented with. I actually do think that the API model is more durable than many people think.
随着我们迈向一个全面取代远程工作者的世界,API 定价模式是否仍然是最合理的?如果不是,那应该如何为 AGI 或通用智能定价?是的,我认为在这个过程中会同时出现许多不同的商业模式,并且会进行各种实验。我实际上认为 API 模式比许多人想象的更有持久力。
One way I think about it is if the technology is kind of advancing quickly, if it's advancing exponentially, what that means is there's always kind of like a surface area of kind of new use cases that have been developed in the last in the last three months and any kind of product surface you put in place is always at risk of sort of becoming irrelevant. Any given product surface probably makes sense for a range of capabilities of the model.
The chatbot is already running into limitations of making it smarter, doesn't really help the average consumer that much, but I don't think that's a limitation of AI models. I don't think that's evidence that the models are good enough and they're, they're, you know, them getting better doesn't matter to the economy, it doesn't matter to that particular product. And so I think the value of the API is the API always offers an opportunity, you know, very close to the bare metal to build on what the latest thing is.
And so there's, you know, there's there's kind of always going to be this, you know, this, this kind of front of new startups and new ideas that weren't possible a few months ago and are possible because the model is advancing. And so I actually, I kind of actually predict that we are, it's going to exist alongside other models, but we're always going to have the API business model because there's always going to be a need for a thousand different people to try experimenting with the model in different way and a hundred of them become startups and ten of them become big successful startups and, you know, two or three really end up being the way that people use the model of a given generation.
So I basically think it's always going to exist. At the same time, I'm sure there's going to be other models as well, like not every token that's output by the model is worth the same amount. Think about, you know, what is the value of the tokens that are like, you know, that the model outputs when someone, you know, call, you know, someone, you know, calls them up and says, my Mac isn't working or something, you know, the model's like restarted, right?
And like, you know, someone hasn't heard that before, but like, you know, the model said that like 10 million times, right? You know, that maybe that's worth like a dollar or a few cents or something. Whereas if the model, you know, the model goes to, you know, one of the one of the pharmaceutical companies and it says, you know, there's molecule you're developing, you should take the aromatic ring from that end of the molecule and put it on that end of the molecule.
And, and you know, if you do that, wonderful things will happen. Like, like those tokens, you know, tens of millions of dollars, right? So, so I think we're definitely going to see business models that recognize that, you know, at some point we're going to see, you know, pay for results or, you know, in some, in some form, or we may see forms of compensation that are like labor, you know, that kind of work by the hour.
I, you know, I don't know. I think, I think, I think because it's a new industry, a lot of things are going to be tried. And I, you know, I don't know what will turn out to be the right thing. What I find, I take your point that people will have to try things to figure out what is the best way to use this blob of intelligence. But what I find striking is, Claude code. So I don't think in the history of startups, there has been a single application that has been as hotly competed in, has coding agents and, and, and the Claude code is a category leader here. And that seems surprising to me. Like it doesn't seem intrinsically like an anthropic hat to build this. And I wonder if you have an accounting of why it had to be an anthropic or why, how anthropic ended up building an application in addition to the model underlying it?
Yeah. So it actually happened in a pretty simple way, which is we had our own, you know, we had our coding models, which were good at coding. And, and, you know, around the beginning of 2025, I said, I, I think the time has come where you can have non-trivial acceleration of your own research. If you're an AI company, by using these models. And of course, you know, you need an interface. You need a harness to use them. And so I encourage people internally, and I didn't say, this is one thing that, you know, that you have to use. I just said people should experiment with this.
And then, you know, this thing, I think it might have been originally called CLAI. And then the name eventually got changed to CLAID code internally. Was the thing that kind of everyone was using. And it was seeing fast internal adoption. And I looked at it and I said, probably we should launch this externally, right? You know, it's, it's seen such fast adoption within an anthropic, like, you know, coding is a lot of what we do. And so, you know, we have a, we have an audience of many, many hundreds of people that's in some ways, at least, representative of the external audience.
So it looks like we already have product market fit. Let's launch this thing. And then we launched it. And I think, you know, just just the fact that we ourselves are kind of developing the model. And we ourselves know what we most need to use the model. I think it's kind of creating this feedback loop. I see. In the sense that you, let's say a developer and anthropic is like, ah, it would be better if it was better at this X thing. And then you bake that into the next model that you build that that's that's one version of it.
But but then there's just the ordinary product iteration of like, you know, we have a bunch of, we have a bunch of coders within an anthropic like we, you know, they like use CLAID code every day. And so we get fast feedback. That was more important in the early days. Now, of course, there are millions of people using it. And so we get a bunch of external feedback as well. But it's, you know, it's just great to be able to get, you know, kind of, kind of, fast, fast internal feedback.
You know, I think this is the reason why we launched a coding model. And you know, didn't launch a pharmaceutical company, right? It, you know, my backgrounds in, in my backgrounds in, in like biology, but like, we don't have any of the resources that are needed to launch a pharmaceutical company. So there's been a ton of hyper on OpenCLAW. And I want to check it out for myself. I've got a day coming up this weekend and I don't have anything planned yet. So I gave OpenCLAW a Mercury debit card. I said a couple hundred dollar limit and I said, surprise me.
Okay, so here's the MacMini it's on. And besides having access to my Mercury, it's totally quarantined. And as you felt quite comfortable giving it access to a debit card because Mercury makes it super easy to start with guard rules. I was able to customize for missions, calf to spend, and restrict the category of purchases. I wanted to make sure the debit card worked. So I asked OpenCLAW to just make a test transaction and decided to donate a couple bucks to Wikipedia. Besides that, I have no idea what's going to happen. I will report back on the next episode about how it goes.
In the meantime, if you want a personal banking solution that can accommodate all the different ways that people use their money, even experimental ones like this one, visit mercury.com slash personal. Mercury is a Fintech company, not an FDIC insured bank. Baking services provided through choice financial group and column NA members FDIC. You know she thinks we're getting coffee and walking around the neighborhood. Let me ask you about now making AI go well.
与此同时,如果您想要一个能够满足各种不同资金使用方式的个人银行解决方案,即使是像这种实验性的使用方式,可以访问 mercury.com/personal。Mercury 是一家金融科技公司,而不是 FDIC 保险银行。银行服务由选择金融集团和 Column NA 提供,FDIC 成员。您知道她以为我们在喝咖啡并在附近散步。让我来询问一下您关于如何让 AI 运作得更好的看法。
It seems like whatever vision we have about how AI goes well has to be compatible with two things. One is the ability to build and run AI's is diffusing extremely rapidly. And two is that the population of AI's the amount we have in their intelligence will also increase very rapidly. And that means that lots of people will be able to build huge populations of misaligned AI's or AI's which are just like companies which are trying to increase their footprint or have weird psyches like Sydney being but now they're superhuman. What is a vision for a world in which we have an equilibrium that is compatible with lots of different AI's some of which are misaligned running around?
Yeah. So I think in the adolescence of technology I was kind of skeptical of like the balance of power but I think I was particularly skeptical of or the thing I was specifically skeptical of is you have like three or four of these companies like kind of all building models that are kind of dry sort of sort of like derived from the like drive from the same thing and you know that these would check each other or even that kind of you know any number of them would would would would check each other like we might live in a offense dominant world where you know like one person or one AI model is like smart enough to do something that like causes damage for everything else.
I think in the I mean in the short run we have a limited number of players now so we can start by within the limited number of players we you know we kind of you know we need to put in place the you know the safeguards we need to make sure everyone does the right alignment work we need to make sure everyone has bioclassifiers like you know those are those are kind of the immediate things we need to do I agree that you know that that doesn't solve the problem in the long run particularly if the ability of AI models to make other AI models proliferates then you know the the whole thing can kind of you know it can become harder to solve.
You know I think I think in the long run we need some architecture of governance right some are some architecture of governance that preserves human freedom but but kind of also allows us to like you know govern the very large number of kind of you know a human systems AI systems hybrid hybrid human human you know hybrid hybrid human AI like you know companies or like or like or like economic units so you know we're going to need to think about like you know how do we how do we protect the world against you know bioterrorism how do we protect the world against like you know against like against like mirror life like you know probably we're going to need to you know need some kind of like AI monitoring system that like monitor you know kind of monitors for for all these things but then we need to build this in a way that like you know preserve civil liberties and like our constitutional rights.
So I think just just as is as is anything else like it's it's like a new security landscape with a new set of you know a new set of tools and a new set of vulnerabilities and I think my worry is if we had a hundred years for this to happen all very slowly we'd get used to it you know like we've gotten used to like you know the presence of you know the presence of explosives in society or like the you know the presence of various on you know like new weapons or the you know the presence of video cameras we would get used to it over over over over over a hundred and we develop governance mechanisms we'd make our mistakes my my worry is just that this is happening all so fast and so I think maybe we need to do our thinking faster about how to make these governance mechanisms work.
Yeah it seems like in an offense dominant world over the course of the next century so the idea is the AI is making the process that would happen over the next century happening some period of five to ten years but we would still need to see mechanisms or balance of power would be similarly intractable. Even if humans were the only game in town and so I guess we have the advice of AI we it fundamentally doesn't seem like a totally different ballgame here if Jackson balances were gonna work they would work with humans as well if they aren't gonna work they wouldn't work with the AIs as well and so maybe this is just doom as human checks and balances as well but yeah again again I think there's some way to I think there's some way to make this happen like it you know it just it just you know the governments of the world may have to work together to make it happen like you know we may have to you may have to talk to AIs about kind of you know building societal structures in such a way that like these these defenses are possible.
I don't know I mean this is so this is you know I don't want to say so far ahead in time but like so far ahead in technological ability that may happen over a short period of time that it's hard for us to anticipate in advance. Speaking of governments getting involved on December 26th the Tennessee legislature introduced a bill which uh said quote um it would be an offense for a person to knowingly train artificial intelligence to provide emotional support including through open-ended conversations with a user and of course one of the things that Claude attempts to do is be a thoughtful um thoughtful friend thoughtful knowledgeable friend and in general it seems like we're gonna have this patchwork of state laws a lot of the benefits that normal people could experience as a result of AI are going to be curtailed especially when we get into the kinds of things you discuss in machines of loving grace biological freedom mental health improvements etc etc it seems easier to imagine worlds in which these whack them all the way by different laws.
Whereas bills like this don't seem to address the actual existential threats that you're concerned about so I'm curious about to understand in the context of things like this your anthropic position against the federal moratorium on state AI laws. Yes so I don't know there's there's many different things going on at once right I think I think that that I think that particular law is is dumb like you know I think it was it was clearly made by legislators who just probably had little idea what AI models could do would not do they're like AI models serving as that that just sounds scary like I don't want I don't want that to happen so you know we're not we're not in favor of that right but but but but you know that that wasn't the thing that was being voted on the thing that was being voted on is we're going to ban all state regulation of AI for 10 years with no apparent plan to do any federal regulation of AI which would take Congress to pass which is a very high bar.
So you know the idea that we'd ban states from doing anything for 10 years and people said they had a plan for federal government but you know there was no actual there was no proposal on the table there was no actual attempt um given the serious dangers that I lay out in adolescence of technology around things like the you know kind of biological weapons and bioterrorism autonomy risk and the timelines we've been talking about like 10 years as an eternity like that's that's uh that's uh I think that's a crazy thing to do so if if that's the choice if that's what you force us to choose then then we're gonna we're gonna choose not to have that moratorium and you know I think the the benefits of that position exceed the costs but it's it's not a perfect position if that's the choice.
Now I think the thing that we should do the thing that I would support is the federal government should step in not saying states you can't regulate but here's what we're gonna do and and states you can't differ from this right like I think preemption is fine in the sense of saying that federal government says here's our standards this applies to everyone states can't do something different that would be something I support if it will be done in the right way what um but but this idea of states you can't do anything and we're not doing anything either that that struck that struck us as you know very much not making sense and I think will not age well was already starting to not age well with with all the backlash that you've seen now in terms of in terms of what we would want.
I mean you know the things we've talked about are are starting with transparency standards um uh uh uh you know in order to monitor some of these autonomy risks and bioterrorism risks as the risks become more serious um as we as we get more evidence for them then I think we could be more aggressive in some targeted ways and and say hey. AI bioterrorism is really a threat let's let's pass a law that kind of forces people to have classifiers and I could even imagine it depends it depends how serious the threat it ends up being we don't know for sure then we need to pursue this in an intellectually honest way where we say ahead of time the risk has not emerged yet but I could certainly imagine with the pace that things are going that you know I could imagine a world where later this year we say hey this this AI bioterrorism stuff is really serious we should do something about it we should put it in a federal we should you know put it in a federal standard and if the federal government won't act we should put it in a state standard I could totally see that.
I'm concerned about a world where if you just consider the the pace of progress you're expecting the life cycle of of legislation you know the benefits are as you say because of diffusion lag the benefits are slow enough that I really do think this patchwork of on the current trajectory this patchwork of state laws would prohibit I mean having an emotional chatbot friend is something that freaks people out then just imagine the kinds of actual benefits from AI we want normal people to be able to experience from improvements in health and health span and improvements in mental health and so forth whereas at the same time it seems like you think the dangers are already on the horizon and I just don't see that much it seems like would be especially injurious to the benefits of AI as compared to the dangers of AI and so that's maybe the where the cost benefit makes less sense to me.
So so so there's a few things here right I mean people talk about there being thousands of these state laws first of all the vast mass majority of them do not pass and you know the you know the world works a certain way in theory but like just because a law has been passed doesn't mean it's really enforced right the people the people you know implementing it maybe like oh my god this is stupid it would mean shutting off like you know everything that's ever been built and everything gets ever been built in Tennessee so you know very often laws are interpreted in like you know a way that makes them that makes them not as dangerous or not as harmful on the same side of course you have to worry if you're passing a lot of stop a bad thing you had this you had this problem as well.
Yeah look my look I mean my basic view is you know if if if you know we could decide you know what laws were passed and how things were done which you know we're only one small input input into that you know I would deregulate a lot of the stuff around the health benefits of AI I think you know I don't worry as much about the like the the the kind of chatbot laws I actually worry more about the drug approval process where I think AI models are going to greatly accelerate the rate at which we discover drugs and just the pipeline will get jammed up like the pipeline will not be prepared to like process all all the stuff that's going through it so you know I think I think reform of the regulatory process to buy us more towards we have a lot of things coming where the safety and the efficacy is actually going to be really crisp and clear like I mean a beautiful thing really really crisp and clear and like really really effective but you know and and maybe we don't need all this all this some like all this superstructure around it that was designed around an era of drugs that barely work and often have serious side effects.
But at the same time I think we should be ramping up quite significantly the you know this this kind of safety and security legislation and you know like I've said you know starting with transparency is is my view of trying not to hamper the industry right trying to find the right balance I'm worried about it some people criticize my essay for saying that's too slow the dangers of AI will come too soon if we do that well basically I kind of think like the last six months and maybe the next few months are going to be about transparency and then if these if these risks emerge who I'm more certain of them which I think we might be as soon as let as later this year then I think we need to act very fast in the areas that we've actually seen the risk.
Like I think the only way to do this is to be nimble now the legislative process is normally not nimble but we we need to emphasize to everyone involved the urgency of this that's why I'm sending this message of urgency right that's why I wrote adolescence of technology I wanted policy makers to read it I wanted economists to read it I want national security professionals to read it you know I want decision makers to read it so that they have some hope of acting faster than they would have otherwise is there anything you can do or advocate that would make it more certain that the benefits of AI are are better instantiated where I feel like you have worked with legislatures to be like okay we're going to prevent bioterrorism here away we're going to increase insurgency we're going to increase whistleblower protection and I just think by default the actual like the things we're looking forward to here it just seems very easy they seem very fragile to different kinds of moral panics or political economy problems.
Yeah I don't actually so so I don't actually agree that much in the developed world I feel like you know in the developed world like markets function pretty well and when there's when there's like a lot of money to be made on something and it's clearly the best available alternative it's actually hard for the regulatory system to stop it you know we're seeing that in AI itself right I you know like I think I've been trying to fight for is export controls on chips to China right and like that's in the national security interests of the US like you know that's like square within the you know the the policy beliefs of you know every almost everyone in Congress of both parties but and you know I think the cases very clear the counter arguments against it are I'll politely call them fishy and yet it doesn't happen and we sell the chips because there's there's so much money there's so much money riding on it um and you know the that money wants to be made and and in that case in my opinion that's a bad thing um and but but it also it also applies when when it's a good thing and and so I I don't think that if we're talking about drugs and benefits of the technology I I I am not as worried about those benefits being hampered in the developed world.
I am a little worried about them going too slow and I as I said I do think we should work to speed the approval process in the FDA I do think we should fight against these chatbot bills that you're describing right described individually I'm against them I think they're stupid um but I actually think the bigger worry is the developing world where we don't have functioning markets where um you know we often can't build on the technology that that we've had I worry more that those folks will get left behind and I worry that even if the cures are developed you know maybe there's someone in rural Mississippi who who doesn't get it as well right that's a that's a that's a kind of smaller version of the thing the concern we have in the in the developing world and so the things we've been doing are you know you know we work with you know we work with you know philanthropists right you know we work with folks um who you know who you know deliver you know medicine and health interventions to you know to to developing world the sub-Saharan Africa you know India Latin America you know other other developing parts of the world that's the thing I think that won't happen on its own.
You mentioned index for controls yeah why can't the u.s. and china both have a country geniuses on a bit of center why can't you know why won't it happen or why should it happen why shouldn't it happen why shouldn't it happen um you know I think I think if this does happen um you know then then we kind of have a well we could have a few situations if we have like an offense dominant situation we could have a situation like nuclear weapons but like more dangerous right where it's like gun you know kind of kind of either side could could easily destroy everything um we could also have a world where it's kind of it's unstable like the nuclear equilibrium is stable right because it's you know it's like deterrence but let's say there were uncertainty about like if the two A.I.s fought which A.I. would win um that could create instability right you often have conflict when the two sides have a different assessment of their likelihood of winning right if one side is like oh yeah there's a 90% chance all win and the other side's like there's a 90% chance all win then then then then a fight is much more likely um they can't both be right but they can both think that but this is like a fully general argument against the diffusion of AI technology which it may it which is that's the implication of this world let me let me let me just go out because I think we will get diffusion eventually.
The other concern I have is that people the governments will oppress their own people with AI and and and so um you know I'm just. I'm worried about some world where you have a country that's already you know kind of uh uh you know uh uh you know there's there's a government that kind of kind of already um you know is is kind of kind of building a you know a tech high tech authoritarian state um and to be clear this is about the government this is not about the people like people we need to find a way for people everywhere to benefit my worry here is about governments um so yeah my you know my my worry is if the world gets carved up into two pieces one of those two pieces could be authoritarian or totalitarian in a way that's very difficult to displace.
Now will will governments eventually get powerful AI and and you know there's risk of authoritarianism yes well governments eventually get powerful AI and there's risk of um uh you know of of kind of bad bad bad equilibria yes I think both things but the initial conditions matter right you know at at some point we're need we're going to need to set up the rules of the road I'm not saying that one country either the United States or a coalition of democracies which I think it would be a better setup although it requires more international cooperation than we currently seem to want to make um but you know I don't I don't think a coalition of democracies or or certainly one country should just say these are the rules of the there's going to be some negotiation right the world is going to have to grapple with this and what I would like is that the the the the democratic nations of the world those with you know who are close whose governments have represent closer to prohuman values are are holding the stronger hand then have have more leverage when the rules of the road are set and and so I'm very concerned about that initial condition.
Um I was really listening to an interview from three years ago and one of the ways it aged poorly is that I kept asking questions assuming there's going to be some key falch or moment two to three years from now when in fact being that far out it just seems like progress continues AI improves AI is more diffused people will use it for more things it seems like you're imagining a world in the future where the countries get together and here's a world to the world and here's the leverage we have here's the leverage you have when it seems like on current directory everybody will have more AI some of that AI will be used by authoritarian countries some of that within the authoritarian countries will be by its by private actors versus state actors it's not clear who will benefit more it's always unpredictable to tell in advance you know it seems like the internet privileged authoritarian countries more than you would have expected um and maybe the AI will be the opposite way around um so I I want to better understand what you're imagining here.
Yeah yeah so so just to be precise about it I think the exponential of the underlying technology will continue as it has before right the models get smarter and smarter even when they get to country of geniuses in a data center you know I think you can continue to make the model smarter there's a question of like getting diminishing returns on their value in the world right how much does it matter after you've already solved human biology or you know at some point you can do harder math you can do more abs true math problems but nothing after that matters but putting that aside I do think the the exponential will continue but there will be certain distinguished points on the exponential and companies individuals countries will reach those points at different times um.
And and so you know there's there's you know could there be some you know I you know I talk about is a nuclear deterrent still in adolescence of technology is a nuclear deterrent still stable uh in the world of of of AI I don't know but that's that's an example of like one thing we've taken for granted that like the technology could reach such a level that it's no longer like you know we can no longer be certain of it at least um uh you know think of think of others you know they're they're you know they're they're kind of points where if you if you reach a certain point you maybe you have offensive cyber dominance and like every every computer system is transparent to you after that um I you unless the other side has it has a kind of equivalent defense.
So I don't know what the critical moment is or if there's a single critical moment but I think there will be either a critical moment a small number of critical moments or some critical window where it's like AI is AI confers some large advantage from the perspective of national security and one country or coalition has reached it before others that that you know that that you know I'm not advocating that they're just like okay we're in charge now or that's not that's not how that's not how I think about it you know that there's always the the other side is catching up there's extreme actions you're not willing to take and and and it's not right to take you know to take complete um to take complete control anyway.
But but at the point that that happens I think people are going to understand that the world has changed and there there's going to be some negotiation implicit or implicit about what what is the what is the post AI world order look like and and I think my interest is in you know making that negotiation be one in which you know classical liberal democracy has you know has a strong hand. Well I want to understand what that better means because you say in the essay quote a talker see is simply not a former government that people can accept in the post-powerfully iH and that sounds like you're saying the ccp as an institution cannot exist after we get a g i um and that seems like a like a very strong demand and it seems to imply a world where the leading lab or the leading country will be able to and by that language should get to determine how the world is governed or what kinds of governments are allowed and not allowed.
Yeah so when when I um I believe that paragraph was I think I said something like you could take it even further and say x so I wasn't I wasn't necessarily endorsing that that that I wasn't necessarily endorsing that view I you know I was saying like here's if first you know here's a weaker thing that I believe but you know I think I you know I think I said you know we have to worry a lot about authoritarians and you know we should try and you know kind of kind of check them and limit their power like you could take this kind of further much more interventionist view that says like authoritarian countries with AI are these you know the you know these kind of self-fulfilling cycles that you can't that are very hard to displace and so you. just need to get rid of them from from the beginning that that has exactly all the problems you say which is you know you know if you were to make a commitment to overthrowing every authoritarian country i mean they then they would take a bunch of actions now that like you know that that that could could lead to instability so that that may or you know that that that just that just may not be possible but the point i was making that i do endorse is that it is it is quite possible that you know today you know the view or at least my view or the view in most of the western world is democracy is a better form of government than authoritarianism but it's not like if a country's authoritarian we don't react the way we reacted if they committed to genocide or something right and and i'm i guess what i'm saying is i'm a little worried that in the age of a g i authoritarianism will have a different meaning it will be a grave or thing um and we have to decide one way or another how how how how how to deal with that and the interventionist view is one possible view i was exploring such views um you know uh it may end up being the right view it may end up being too extreme to be the right view but i do have hope
and one piece of hope i have is there there is we have seen that as new technologies are invented forms of government become obsolete i i mentioned this in adolescence of technology where i said you know like feudalism was basically you know like a form of government right and and then when when we invented industrialization feudalism was no longer sustainable no longer made sense why is that hope why we couldn't that imply the democracy is no longer going to be well competitive system it could right it could go it could go either way right but but i actually so i these problems with authoritarianism right that the problems of authoritarianism get deeper i just i wonder if that's an indicator of other problems that authoritarianism will have right another words people become because authoritarianism becomes worse people are more afraid of authoritarianism they work harder to stop it
it's it's more of a like you have to think in terms of total equilibrium right i just wonder if it will motivate new ways of thinking about with with with the new technology how to preserve and protect freedom and and even more optimistically will it lead to a collective reckoning and you know a kind of a more emphatic realization of how important some of the things we take as individual rights are right a more emphatic realization that we just we really can't give these away there's there we've seen there's no other way to live that actually works um i i i i i am actually i am actually hopeful that i guess one way to say it it sounds too idealistic but i actually believe it could be the case is that is that dictatorships become morally obsolete they become morally unworkable forms of government um and that and that and that the the the the crisis that that creates is is is sufficient to force us to find another way
um i think there is genuinely a tough question here which i'm not sure how you resolve for and we've had to come out one way or another on it through history right so with China in the 70s and 80s we decided even though it's an authoritarian system we will engage with it i think it right respect that was the right call because it a state of authoritarian system but a billion plus people are much wealthy are and better off than they would have otherwise been and it's not clear that it would have stopped being an authoritarian country otherwise you can just look at North Korea as an example of that right and i don't know if that to accept my that much intelligence to remain in the authoritarian country that continues to coalesce its own power and so you can just imagine a North Korea with an AI that's much worse than everybody else's but still enough to keep power and and and and and and so in general it seems like should we just have this attitude of the benefits of AI will in the form of all these empowerment of humanity and health and so forth will be big and in historically we have decided it's good to spread the benefits of technology widely even with even to people whose governments are authoritarian and i think i guess it is a tough question about how to think about it with the AI but um historically we have said yes this is a positive some world and it's still worth defusing technology.
yeah so so there are a number of choices we have i you know i think framing this as a kind of government to government decision and you know in in national security terms that's like one lens but there are a lot of other lenses like you could imagine a world where you know we produce all these cures to diseases and like the you know the the cures to diseases are fine to sell to authoritarian countries the data centers to start right the chips and the data centers just aren't and and the AI industry itself um you know like like another possibility is and i think folks should think about this like you know could there be developments we can make either that naturally happened as a result of AI or that we could make happen by building technology on AI could we create an equilibrium where where it becomes infeasible for authoritarian countries to deny their people kind of private use of the benefits of the technology um uh you know are there are there are there are there are there equilibrium where we can kind of give everyone in the authoritarian country their own AI model that kind of you know know like defend themselves from surveillance and there isn't a way for the authoritarian country to like crack crack down on this while while retaining power i don't know that that sounds to me like if that went far enough it would be it would be a reason why authoritarian countries would disintegrate from the inside.
but but maybe there's a middle world where like there there's an equilibrium or if they want to hold on the power the authoritarians can't deny kind of individualized access access to the technology but i actually do have a hope for the for the for the for the more radical version which is you know is it possible that the technology might inherently have properties or that by building not in certain ways we could create properties um that that that that have this kind of dissolving effect on authoritarian structures now we we hope to originally right we think about back to the beginning of the bomb administration we thought originally that that you know social media and the internet would have that property turns out not to but but i i don't know what what if we could uh what if we could try again with with the knowledge of how many things could go wrong and that this is a different technology i don't know that it would work it's worth a try.
yeah i think it's a it's very unpredictable like there's first one's for reasons why authoritarianism i do it's all very unpredictable i i don't think i mean we got it we we just got to we kind of of we got to recognize the problem and then we got to come up with 10 things we can try and we got to try those and then assess whether they're working or which ones are working if any and then try new ones if the old ones are working but i guess what i guess that's out to today as you say we will not sell data centers or sorry at chips and then the ability to make chips to China and so in some sense you are denying there will be some benefits to that's right the chinese economy chinese people etc out because we're doing that and then there'd also be benefits to the american economy because it's a positive some world we could trade they could have their country data centers doing one thing we could have ours doing another and already we
you're saying it's not worth that positive some uh stipend to empower those countries what what i would say is that you know we are we are about to be in a world where growth and economic value will come very easily if right if we're able to build these powerfully i models growth and economic value will come very easily what will not come easily is distribution of benefits distribution of wealth political freedom um you know these are the things that are going to be hard to achieve and so when i think about policy i think i think that the technology in the market will deliver all the fundamental benefits you know almost almost faster than we can take them um uh and and that these questions about about distribution and political freedom and rights are are are the ones that that will actually matter and that policy should focus on okay so speaking of distribution as you're mentioning we have developing countries and um in many cases catch up growth has been weaker than we would have hoped for
yes when catch up growth does happen it's fundamentally because they have underutilized labor you can bring the capital and know how from developed countries to these countries and then they can grow quite rapidly yes obviously in a world where labor is no longer the constraining factor this mechanism no longer works and so is the hope basically to rely on philanthropy from the people who immediately get wealthy from AI or from the countries that go out to rely what is the hope i mean i mean philanthropy should obviously play some role as it has you know as it has as in the past but i think growth is always growth is always better and stronger if we can make it endogenous
yeah so you know what are the relevant industries in like in like in like in an AI driven world look there's lots of stuff you know like there's you know i said i said we shouldn't build data centers in china but there's no reason we shouldn't build data centers in africa right um in fact i think it'd be great to build data centers in africa um you know as long as they're not owned by china we should we should build we should build data centers in africa i think that's a that's that's i think that's a great thing to do um you know we should also build you know there's no reason we can't build you know a pharmaceutical industry that's like AI driven like you know the the if AI is accelerating accelerating drug discovery then you know there will be a bunch of biotech startups like let's make sure some of those happen in the developing world and certainly during the transition i mean we can talk about the point where humans have no role but but humans will have still have some role in starting up these companies and supervising supervising the AI models so let's make sure some loose humans are humans in the developing world so that fast growth can happen there as well
you guys recently announced quad is going to have a constitution that's a line to a set of values and not necessarily just the end user and there's a world that you can imagine where if it is aligned to the end user it preserves the balance of power we have in the world today because everybody gets to have their own AI that's advocating for them and so the ratio of bad actors to good actors stays constant it seems to work out for our world today um why is it better not to do that but to have a specific set of values that the AI should carry forward uh yeah so i i'm not sure i'd quite draw the distinction in that way um there there may be two relevant distinctions here which are i think you're talking about a mix of the two like one is should we give the model a set of instructions about do this and versus don't do this yeah and the other you know versus should we give the model a set of principles for you know for kind of how to act um and and and there it's it's you know it's you know it's it's it's it's it's kind of purely a practical and empirical thing that we've observed that by teaching the model principles getting it to learn from principles its behavior is more consistent.
it's easier to cover edge cases and the model is more likely to do what people want it to do another words if you you know if you're like you know don't tell people how to hotwire a car don't speak in Korean don't you know that you know just you know if you give it a list of rules it doesn't really understand the rules and it's kind of hard to generalize from them um you know if if it's just kind of a like you know list of do's and don'ts words if you give it principles and then you know it has some hard guardrails like don't make biological weapons but overall you're trying to understand what it should be aiming to do how it should be aiming to operate so just from a practical perspective that turns out to be just a more effective way to trade the model that's one piece of it so that you know that's the kind of rules versus principles trade off.
then there's another thing you're talking about which is kind of like the cordial ability versus um like you know I would say kind of in trend in intrinsic motivation trade off which is like how much should the model be a kind of I don't know like a a skin suit or something where you know you know you just kind of you know it just kind of directly follows the instructions that are given to it by whoever is giving it those instructions um versus how much should the model have an inherent set of values and go off and do things on its own um and and and and and there I would actually say everything about the model is actually closer to the direction of of like you know it should mostly do what people want it should mostly follow these we're not trying to build something that like you know goes off and runs the world on its own we're actually pretty far on the cordial side now now what we do say is there are certain things that the model won't do right that it's like you know that that that I think we say it in various ways in the constitution that under normal circumstances if someone asks the model to do a task you should do that task that that should be the default um but if you've asked it to do something dangerous or if you've you know if you've um asked it to um you know uh uh to kind of harm someone else um then the model is unwilling to do that.
so I actually think of it as like a mostly a mostly cordial model that has some limits but those limits are based on principles yeah I mean then the fundamental question is how are those principles determined and this is not a special question for enthropic this would be a question for any company but um uh because you have been the ones to actually write down the principles I get to ask you this question uh normally a constitution is like you write it down it's set in stone and there's a process of updating it and changing it and so forth in this case it seems like a document that people don't enthropic write that can be changed at any time that guides the behavior of systems are going to be the basis of a lot of economic activity what is the how do you think about how those principles should be set yes um so I think there's there's two there's maybe three three kind of sizes of loop here right three three ways to iterate one is you can iterate we iterate within thenthropic we train the model we're not happy with it and we kind of change the constitution and I think that's good to do um and you know putting out publicly you know making updates to the constitution every once in a while saying here's a new constitution right I think that's good to do because people can comment on it.
the second level of loop is different companies will have different constitutions um and you know I think it's useful for like enthropic puts out a constitution and you know you know you know Gemini model puts out a constitution and you know other companies put out a constitution and then they then they can kind of look at them compare outside observers can critique and say this this I like this one this thing from this constitution and this thing for that constitution and and then kind of that that creates some kind of you know soft incentive and feedback for all the companies to like take the best of each elements and improve.
then I think there's a third loop which is you know society beyond the AI companies and beyond just those who kind of you know who who comment on the constitutions without hard power and and there you know we've done some experiments like you know a couple years ago we did an experiment with I think it was called the collective intelligence project to like um you know to to basically pull people and ask them what should be an R.A.I. constitution um uh and and you know I think at the time we incorporated some of those changes and so you could imagine with the new approach we've taken to the constitution doing something like that it's a little harder because it's like that was actually an easier approach to take when the constitution was like a list of do's and don'ts um at the level of principles it asked to have a certain amount of coherence um but but you could you could still imagine getting views from a wide variety of people.
and I think you could also imagine and this is like a crazy idea but hey you know this whole interview was about crazy ideas right so um you know you could even imagine systems of of kind of representative government having having input right like you know I wouldn't I wouldn't do this today because a legislative process is so slow like this is exactly why I think we should be careful about the legislative process and AI regulation but there's no reason you couldn't in principles say like you know all AI you know all AI models have to have a constitution that starts with like these things and then like you can append you can append other things after it but like there has to be this special section that like takes presence.
I wouldn't do that that's too rigid that that sounds um you know that that that sounds kind of overly prescriptive in a way that I think overly aggressive legislation is but like that is the thing you could you know like like that is that is the thing you could try to do is there's some much less heavy-handed version of that maybe I really like control loop two um where obviously this is not how constitutions of actual governments do or should work where there's not this vague sense in which the Supreme Court will feel out well how people are feeling and what are the vibes and then update the of the the Constitution accordingly.
so there's yeah with actual governments there's a more procedural process yeah exactly but you actually have a vision of competition between constitutions which is actually very reminiscent of how um some libertarian charter city people you used to talk about yes and archipelago of different kinds of governments could look like and then there would be selection among them of who could operate the most effectively yes in which place people would be the happiest and in a sense you're actually yeah there's this vision I'm kind of recreating that yeah yeah like the the say utopia of archipelago you know again you know I think I think that vision has has you know if things to recommend it and things that things that things that will kind. of kind of go wrong with it you know I think I think it's a I think it's an interesting in some ways compelling vision but also things will go wrong with it that you hadn't that you hadn't imagined so you know I like loop two as well but I I feel like the whole thing has got to be some some mix of loops one two and three and it's a it's a matter of the proportions right I think that's got to be the answer when somebody eventually writes the equivalent of the making of the atomic bomb for this era what is the thing that will be hardest to glean from the historical record they're most likely to miss.
I think a few things one is at every moment of this exponential the extent to which the world outside it didn't understand it this is this is a bias that's often present in history where anything that actually happened looks inevitable in retrospect and and so you know I think when people when people look back it will be hard for them to put themselves in the place of people who actually making a bet on this thing to happen that wasn't inevitable that we had these arguments like the arguments that you know that I make for scaling or that continual learning will be solved you know that that you know some of us internally in our heads put a high probability on this happening but but it's like there's there's a world outside us that's not that's not acting on that's not kind of not acting on that at all and and I think I think the the weirdness of it I think unfortunately like the insularity of it like you know if we're one year or two years away from it happening like the average person on the street has no idea and that's one of the things I'm trying to change like with the memos with talking to policymakers but like I don't know I think I think that's just a that's just like a crazy that's just like a crazy thing.
yeah um finally I would say and in this probably applies to almost all historical moments of crisis um how absolutely fast it was happening how everything was happening all at once and so decisions that you might think you know we're kind of carefully calculated well actually you have to make that decision and then you have to make 30 other decisions on the on the same day because it's all happening so fast and and you don't even know which decisions are going to turn out to be consequential so you know one of my one of my I guess worries although it's also an insight into you know into kind of what's happening is that you know some very critical decision will be will be some decision that you know someone just comes into my office and is like Daria you have two minutes like you know should we should we do you know should we do thing thing a or thing b on this like you know someone gives me this random you know half page half page memo and it's like should we should we do a or b and I'm like I don't know I have to eat lunch let's do b and and you know that ends up being the most consequential thing ever hmm.
so final question uh it seems like you have there's not text CEOs who are usually writing 50 page memos every few months and it seems like you have managed to build a rule for yourself and accompany around you which is compatible with this more intellectual type role SEO and I want to understand how you construct that and how like how does that work to be that you just go away for a couple of weeks and then you tell your company this is the memo like here's what we're doing it's also reported you write a bunch of these internally yeah so I mean for this particular one you know I wrote it over winter break um uh so there was the title you know and I was having a hard time finding the time to actually find it to actually write it but I actually think about this in a broader way um I actually think it relates to the culture of the company so I probably spend a third maybe 40% of my time making sure the culture of Anthropic is good.
As Anthropic has gotten larger it's it's gotten harder to just you know get involved in like you know directly involved in like the train of the models the launch of the models the building of the products like it's 2500 people it's like you know there's just you know I have certain instincts but like there's only you know I it's very difficult to get to get to get involved in every single detail you know I like I try as much as possible but one thing that's very leveraged is making sure Anthropic is a good place to work people like working there everyone thinks of themselves as team members everyone works together instead of against each other and you know we've seen as some of the other AI companies have grown without naming any names you know we're starting to see the coherence and people fighting each other and you know I would argue there was even a lot of that from the beginning but but you know that it's it's gotten worse but I think we've done an extraordinarily good job even if not perfect of holding the company together making everyone feel the mission that we're sincere about the mission and that you know everyone has faith that everyone else there is working for the right reason that we're a team that people aren't trying to get ahead of each other's expense or backstab each other which again and happens a lot at some of the other places.
And how do you make that the case I mean it's a lot of things you know it's me it's it's it's Denyella who you know runs the company day to day it's the co-founders it's the other people we hire it's the environment who try to create but I think an important thing in the culture is I something to you know the other leaders as well but especially me have to articulate what the company is about why it's doing what it's doing what its strategy is what its values are what its mission is and what it stands for and you know when you get to 2500 people you can't do that person by person you have to write or you have to speak to the whole company this is why I get up in front of the whole company every two weeks and speak for an hour it's actually I mean I wouldn't say I write it as season internally I do two things one I write this thing called the DVQ Dario vision quest um I wasn't the one who named it that that's the name it it received and it's one of these names that I kind of I tried to fight it because it made it sound like I was like going off and smoking pody or something but but the name just stuck.
So I get up in front of the company every two weeks I have like a three or four page document and I just kind of talk through like three or four different topics about what's going on internally the you know the the models were producing the products the outside industry the world as a whole as it relates to AI and geopolitically in general you know just some mix of that and I just go through very very honestly I just go through and I just I just say you know this is this is what I'm thinking this is what anthropic leadership is thinking and then I answer questions and and that direct connection I think has a lot of value that is hard to achieve when you're passing things down the chain you know six six levels deep um uh and you know a large fraction of the company comes comes to attend either either in person or either in person or virtually and it you know it really means that you can communicate a lot.
Then the other thing I do is I just you know I have a channel in Slack where I just write a bunch of things and comment a lot um and often that's in response to you know just things I'm seeing at the company or questions people ask or like you know we do internal surveys and their things people are concerned about and so I'll write them up and I'm like I'm you know I'm I'm just I'm very honest about these things you know I just I just say them very directly and the point is to get a reputation of telling the company the truth about what's happening to call things what they are to acknowledge problems to avoid the sort of corpore speak the kind of defensive communication that often is necessary in public because you know the world is very large and full of people who are you know interpreting things in bad faith um but you know if you have a company of people who you trust and we try to hire people that we trust then then you know you can you can you can you know you can you can really just be entirely unfiltered um and uh you know I think I think that's an enormous strength of the company it makes it a better place to work and makes people more you know more the sum of their parts and increases likelihood that we accomplish the mission because everyone is on the same page about the mission and everyone is debating and discussing how best to accomplish the mission.
Hmm well in lieu of an external Dario vision quest we have this interview this interview is a little like that uh this is in front of you thanks for doing it yeah thank you Dorkash hey everybody I hope you enjoyed that episode if you did the most helpful thing you can do is just share it with other people who you think might enjoy it's also helpful if you leave a rating or a comment on whatever platform you're listening on if you're interested in sponsoring the podcast you can reach out at workhash.com slash advertise otherwise I'll see you at the next one.