Loading summary
A
So I've explained elsewhere why I think actual continual learning is needed. I don't think you can have AIs that perform whole jobs as competently as humans if they are forced to just write markdown files from session to session. Just to give an illustrative example, imagine if this is the way that students learn to play the saxophone. So you have one student, he's never played the saxophone before, he goes into the music hall, he tries to play it. Of course, it's his first time. So he fails, and he writes down a bunch of notes about what went wrong. And there's a next student who's waiting outside the music hall. He comes in, he reads all these notes. He's also never played. So of course he messes up and he continues to add on to these notes. And you have an infinity of students who are outside the music hall who keep writing notes to the next person. I don't think there's any sequence of text they could write to each other that would allow the subsequent student to just nail the saxophone from the first try. At some point, you actually have to accumulate the relevant experience into your brain. I think the same thing will be true for a lot of skills that we want AIs to actually accumulate for from all the different workplaces in which they're deployed. Okay, so what changes once we have actual continual learning? One, I think that a lot of proposals that have been put forward about regulating AI assume that you train a model and then you deploy it. And therefore, if you run a bunch of checks on the model before it is deployed, we can make sure that it's not going to aid in cyber attacks or do something crazy. I don't think this assumption necessarily makes sense in the future. And this is one of the many reasons I'm actually kind of worried about locking in some kind of safety regulatory regime right now. Because we're, we don't know what kind of technology we're going to be dealing with even within a year, let alone within 5 years or 10 years. What if the model is improving every single day based on the millions of sessions of work it does in that day? If that happens, we could potentially be locking in an archaic and potentially counterproductive approach to dealing with the threats from AI. To the extent the government wants some way to do some kind of safety valuation on model providers, I think it would make more sense to do monthly or quarterly risk inspections rather than trying to single out some special moment that occurs after training is done but before deployment begins, because that will not be A meaningfully distinct category in the future. 2. How the labs do technical alignment would probably totally need to change. Right now a lot of research is focused on the question of how we make sure that a frozen set of weights behaves well during deployment. But I'm not aware of much research on the question of how we make it so that even with constant weight updates, the AI system never falls prey to jailbreaks or changes into a deceptive or evil Persona. And if AIs are consolidating learnings between users as well, how do we prevent users from injecting backdoors or some kind of malicious inclination into the base model? In some sense, this is actually kind of what the human alignment problem is, right? Humans improve in a self directed way if you have kids. I don't have kids, but I imagine this is what happens if you have kids. They go out, they learn new things, sometimes they go crazy, they get one shotted by crazy ideologies, they take the wrong drug, they become super weird. But you hope that you've given them enough common sense and basic values that they improve as people in a self directed way without ending up with some super weird beliefs or some misanthropic ideas. 3. The diversity of AI minds will increase. Right now there are less than five prominent AI minds, by which I mean the base models, which are served to millions or hundreds of millions or billions of users at once. And they're all quite similar to each other, by the way, because they've also been all trained on roughly the same data. But if AIs are learning from experience, and that experience is different between not only different AI companies, but also between different instances of the same AI model, we could actually see a lot of diversity come out the other end in this world. And this would be, I think, a net good outcome. I think one of the things to worry about in the future is just having this monolithic singleton that's quite boring, or a world where we have continual learning would hopefully be more interesting than the mode collapse of different models we see in the world right now. 4. When deployment becomes part of training, the returns to being ahead in the AI race accelerate. Because if you have the best model and more people are using your AI for more complicated and useful work, and as a result they're giving it lots of feedback that it can integrate beyond the session window, then your model will become even smarter. 5. If the model learns mainly from deployment, then labs will feel a lot of pressure to deploy their smartest models earlier. Anthropic has reportedly been using Mythos internally since February, but it only shipped the model to the public in June. In the regime with actual continual learning, this kind of thing would just not be possible. You could not keep a four month gap between internal and external deployment and still be competitive because a competitor who ships the worst model on release date will have a smarter model based on actual real world experience. 6. Continual learning will create a clear mode for the leading AI labs that they currently lack Many people have been asking how will the AI labs actually make money? I have been asking this When I had Dario on the podcast I asked him this question and he made the analogy to cloud providers and he made the point look, the cloud providers are offering many undifferentiated services, but they're earning high profit margins nonetheless. You will have noticed this if you look at Amazon or Google's quarterly earnings, they're doing just fine. But the reason that the cloud margins are so high is that it's really time consuming and expensive to switch from one cloud to another. Currently there's nothing that's stopping me from starting a software repository with codecs and then doing more work on it with Cursor and then finishing it up with Claude code. But once we have actual continual learning and the model you're working with is actually getting better as it interacts with you from session to session, then there are actually pretty significant switching costs. If you want to change the AI that you're using, you basically had to fire an employee that has accumulated months of context on your organization and you replace them with a very fresh, very unexperienced new intern that you had to retrain from scratch. And once you have this kind of lock in, model providers can demand pretty hefty margins really. Emphasis on the passion burn. Seven of course enterprises will be wise to this kind of dynamic. They will try to avoid this kind of lock in. But what if the choice is that you either get locked into a model provider or or you lose out on this super valuable feature where your model improves for you from session to session. If real usage ends up being the main way the models improve, then the AI labs may subsidize users and enterprises which allow the modeler to train on their sessions. This is already happening if you look at the kinds of deals that are offered to new users of coding products. This is very similar to why Google gives away search and conversely, the labs may say that any enterprise that refuses to let them train on the sessions can't have access to the very best models. With both Keras and Stix the labs can do a lot to get users to allow AIs to learn from experience. Now, of course, I'm glossing over the fact that there's a difference between updating one user set of weights and pulling all these different weight forks back into the main model. And the latter may be more technically challenging, but in due time this too will be solved. 8. AI training already has large economies of scale. You get to amortize all this expensive training across more users, and you see the evidence for this in the fact that the lab revenues are increasing far faster than their compute. But continual learning may also lead to economies of scale and inference for end users, namely from batching. You might have seen my episode with Reiner Pope where we discuss this in detail, but if per company instructions require full weight updates rather than living in low rank adapters, there's huge advantages from batching. Back of the envelope math suggests that the optimal inference batch size for a sparse model like say, deep seq v3 is more than 2,400 concurrent sequences being generated at once. If you don't do this, then you're underutilizing your compute. And if you want to understand why, again, I highly recommend that episode with Reiner on inference economics. But anyways, the point here is that a given set of weights is only served efficiently when thousands of sequences are being decoded against it all at once. A large company with lots of employees and agents who are doing lots of different kinds of things can very efficiently serve their weight fork, whereas an individual user who's only running a batch size one may suffer more than two orders of magnitude worse efficiency on their compute. So the economics of serving personalized weights strongly favor big organizations. Obviously plenty more will have changed by the time that continual learning actually works, and the most important changes are probably the ones that are hardest to anticipate in advance. But the ones above seem kind of clear even now. This was a narration of a blog that I also published on my website. Go check it out@dwarkash.com otherwise I will see you on the next podcast.
Host: Dwarkesh Patel
Episode Date: August 7, 2026
In this solo episode, Dwarkesh Patel explores how the imminent era of continual learning in artificial intelligence will drive dramatic shifts in technology, business, and regulation. Through eight crisp predictions, he analyzes both the economic and safety ramifications, drawing analogies from education, cloud providers, and human learning. The episode addresses the transition from static AI models to systems that update and adapt constantly — and what this means for users, enterprises, regulators, and society at large.
"I don't think there's any sequence of text they could write to each other that would allow the subsequent student to just nail the saxophone from the first try." (00:36)
"What if the model is improving every single day based on the millions of sessions of work it does in that day?... We could potentially be locking in an archaic and potentially counterproductive approach to dealing with the threats from AI." (01:29)
"How do we make it so that even with constant weight updates, the AI system never falls prey to jailbreaks or changes into a deceptive or evil persona?" (02:20)
"If AIs are learning from experience...not only different AI companies but also between different instances of the same AI model, we could actually see a lot of diversity come out the other end." (03:09)
"The returns to being ahead in the AI race accelerate...your model will become even smarter." (03:59)
"A competitor who ships the worst model on release date will have a smarter model based on actual real world experience." (04:38)
"If you want to change the AI that you're using, you basically had to fire an employee...and you replace them with a very fresh, very unexperienced new intern..." (05:44)
"The optimal inference batch size for a sparse model like say, deep seq v3 is more than 2,400 concurrent sequences being generated at once." (07:54)
On safe continual learning:
"How do we prevent users from injecting backdoors or some kind of malicious inclination into the base model?" (02:32)
On model diversity as a net good:
"One of the things to worry about in the future is just having this monolithic singleton that's quite boring... continual learning would hopefully be more interesting than the mode collapse of different models we see in the world right now." (03:29)
On switching costs and AI lock-in:
"If you want to change the AI that you're using, you basically had to fire an employee that has accumulated months of context on your organization..." (05:45)
On enterprise incentives and access:
"The labs may say that any enterprise that refuses to let them train on the sessions can't have access to the very best models..." (06:33)
Dwarkesh Patel’s episode is a forward-looking roadmap for how continual learning could redefine not just how AI is built and sold, but also how it is regulated, evaluated for safety, and adopted by individuals and organizations. His arguments highlight the interconnected challenges of alignment, competition, and business models—and the societal transformations likely to follow in the age of always-learning AIs.