AI will build itself by 2028? 60% chance
40sDirect, bold prediction from a top AI co-founder creates immediate intrigue and debate.
▶ Play Clip[00:00] One of the co-founders of Anthropic just attached a number and a date to what might be the most consequential idea in all of AI. Jack Clark wrote, I've spent the past few weeks reading hundreds of public data sources about AI development.
[00:13] I now believe that recursive self-improvement has a 60% chance of happening by the end of 2028. In other words, AI systems might soon be capable of building themselves. Let's translate that, because the phrase recursive self-improvement ties how wild the idea actually is.
[00:28] It means AI that builds a better version of AI, which then builds the next version even faster, and so on. In Clark's own words, by the end of 2028, it's more likely than not that we have an AI system where you would be able to say to it,
[00:41] make a better version of yourself. And it just goes off and does that completely autonomously. Think about what that means. Today, AI progress is limited by how fast human researchers can sync, test, and code.
[00:53] If a future AI can design the next AI, progress stops being limited by human speed. and start being limited only by compute, energy, and how much autonomy we're willing to hand these systems. Now, I want to be clear and careful here, because this topic attracts a lot of hype.
[01:08] Clark is not saying superintelligence arrives in 2028. He's not predicting the end of the world on a date. And there are serious credentialed experts who think he's way too aggressive. I'm going to give you both sides, honestly, but here's why this deserves your attention.
[01:22] This isn't a random pundit. It's the co-founder of one of the two or three labs most likely to actually build this thing, putting a specific probability on a three-year timeline. Today, I'll show you the real evidence behind it, the benchmarks that are getting genuinely scary,
[01:37] the skeptics who push back hard and what it all means. Let's get into it. Let me ground this properly because the concept matters. Recursive self-improvement, RSI, is the idea that AI systems not only optimize their output,
[01:50] but autonomously optimize the process itself, ultimately building a successor system stronger than themselves. The classic illustration? Imagine Claude X building Claude XI, which builds Claude XII, each generation designing the next one faster than humans ever could.
[02:05] Clark isn't alone among lab leaders. In the same period, DeepMind CEO Denis Hassabis used a phrase he'd never used publicly before, saying humanity is standing at the foot of the singularity, though he called his own language an intentional provocation.
[02:19] I saw these with AGI, AI that can do any intellectual task at human level or above, at five to ten years out, and said plainly, it's not a theoretical construct anymore. So why is everyone suddenly talking about this?
[02:33] Because of where it would happen first, coding. And there's a specific reason coding matters most. Coding has a fast feedback loop. A model can write code, run it, see if it works, and try again, all in seconds.
[02:45] Compare that to biology or chemistry. where to test an idea you have to run a physical experiment that might take weeks or months. In software, the loop closes almost instantly. And, if the thing being improved is AI itself,
[02:59] that speed becomes both incredibly valuable and genuinely risky. Here's the crucial nuance that makes the timeline more plausible than it first sounds. RSI doesn't require AI to be good at everything. RSI is about automating AI research only.
[03:12] You could imagine specialized models that work in teams to chip away at bootstrapping the loop, The jaggedness of today's models, superhuman at coding but weak at messy human tasks, might actually be fine, because automating AI research is a narrow, code-heavy target.
[03:27] You don't need a model that can do your taxes and write a novel. You need one that can do AI research, and that's a much narrower goal. So is there actual evidence, or is this just lab leaders talking? There's evidence, and it's striking.
[03:40] Start with how long AI can work on a task without human help, because that's the key variable for RSI. You need AI that can work for a long time on its own. Look at the trajectory. In early 2024, the top-plot model could reliably handle roughly a few minutes of human-equivalent work on long-horizon tasks.
[03:57] A year later, that had grown to about an hour and a half. A year after that, around 12 hours. And then the evaluation group METR pushed a recent frontier model to at least 16 hours of autonomous work at a 50% success rate.
[04:10] Here's the part that should make you sit up. That 16 hours wasn't the model's limit. It was the test's limit. Meader essentially said their measurements above 16 hours became unreliable. The task suite couldn't keep up.
[04:22] For years, humans built tests to see if AI was good enough. Now the tests are struggling to keep up with the AI. Then came a benchmark that made it much more serious. It spills around one brutal question What the largest software project an AI can rebuild entirely on its own If the model doesn get the source code just a black box program and its documentation
[04:41] then it has to reverse engineer the behavior, rebuild the whole architecture, handle the edge cases, and pass the tests, with no human guiding each step. It spans 25 real-world programs, bioinformatics, cryptography, interpreters,
[04:55] some of which would take a human engineer weeks or months. The results are genuinely impressive. a top-quad model leads with around a 56% solve rate. A year earlier, the best models were near 30% on much simpler programs.
[05:09] A standard example, a bioinformatics toolkit with around 16,000 lines of code and 40-plus commands. The model re-implemented it and passed 99.95% of test cases. A human engineer was estimated to need between 2 and 17 weeks.
[05:24] The AI did it in about 14 hours for around $215. and the wildest result on one of the largest tasks. And AI works continuously for 19 days without human intervention. 19 days, one run costs around $2,600.
[05:37] Sit with that. Most people still picture AI as a chatbot that answers in a few seconds. This is AI as a long-running worker that keeps trying, debugging, and rebuilding for weeks. And that's exactly what RSI needs, not instant genius,
[05:50] but the ability to be a useful participant in research over long timelines. If a system can work for days without steering, labs can throw more compute and more experiments. And if those experiments are about improving AI itself,
[06:02] the loop starts to tighten. Now here's the most concrete evidence of all, and it comes from inside Anthropic itself. As of May 2026, more than 80% of the code merged into Anthropic's production systems was written by Claude, his own AI.
[06:16] Before Claude's code launched in February 2025, the figure was in the low single digits. In roughly 15 months, the company went from humans writing almost all their code to rely on writing most of it. The productivity shift is dramatic.
[06:29] Anthropic engineers now merge roughly eight times as much code per day as they did in 2024. An internal survey of 130 employees found that typical respondents estimated producing around four times as much output with AI assistance.
[06:42] Anthropic drone framing. Today, anthropic engineers on average shift 8x as much code per quarter as they did from 2021 to 2025. One anthropic employee reportedly said they hadn't written a single line of code entirely by themselves in about five months.
[06:57] The human is still there. But the role has shifted from typing every line to directing, reviewing, checking, and deciding what matters. And the research loop, not just the coding loop, is starting to close too. This is the part that's most directly relevant to RSI.
[07:11] Anthropic published the first demonstration of Claude running an open-ended research project from start to finish. AI agents were given an unsolved problem in AI safety. broadly, whether a weaker model could reliably supervise a stronger one,
[07:23] and left to work on it. Two human researchers, given roughly a week, made modest progress. The agents, running over 800 cumulative hours, came close to solving it entirely. Humans set the problem and defined what a good answer looked like,
[07:36] but within those boundaries, the agents designed every experiment themselves. That's the signal. AI isn't just writing code now. It's beginning to do the actual research that improves AI. That's the machinery of RSI, visible in early form.
[07:49] But, and this is important, even anthropic flags a natural break. Speeding up one part of the process just shifts the bottleneck elsewhere. This is Amdahl's law. Anthropics has already hit one version of it. As AI pushes more code through the organization, human code review has become the new bottleneck.
[08:05] So it's not a clean, unlimited acceleration. The humans reviewing the AI's work become the new speed limit. That matters for the timeline. Now I promised you both sides, and this is where I deliver. Because the skeptics are serious and their arguments are good.
[08:18] First, the timeline pushback. One detailed analyst's response put it bluntly, I think human-free, recursive, end-to-end self-improvement is improbable in that short a time frame. My estimate is under 10%, versus Clark's 60%.
[08:32] Though that same skeptic thinks it's plausible over a decade, through 2036. That's a massive gap. 60% by 2028, versus under 10%. Reasonable, informed people disagree by a huge margin here.
[08:45] Second, the deep technical gaps. Researchers like Yann LeCun point to fundamental hurdles that current AI models lack. LeCun goes further and thinks today's large language models are a trillion dollar dead end,
[08:58] and that we need to start over with world models. He started his own lab to prove it, and there's a humbling fact underneath all of it. In 2026 we still don fully know how the human brain learns We just know it vastly more efficient Einstein ran on the same 20 watts as everyone else while our AI needs gigawatts Third and this is the most important caveat
[09:19] even if RSI starts, it might not explode. Even if Anthropic used a model to design its successor tomorrow, it's not automatic that we rocket to superintelligence. The RSI process itself could plateau for many reasons.
[09:31] The search space for intelligence may be vast, like physics, where at some point you need a planet-sized particle accelerator to make further progress. AI could hit a similar wall. Fourth, there's a credibility question worth raising honestly.
[09:43] Some independent researchers note that anthropic and beat lines shifted their messaging in the same quarter, in the same direction, right as valuation soared. And both subtly walked back earlier safety pause commitments.
[09:55] The skeptical reason is that AI is accelerating its own evolution is partly a narrative that benefits the companies telling it, Even a sympathetic outlet noted the Anthropic Institute is also a positioning play.
[10:07] Anthropic has built its brand on being their responsible frontier lab. So, the honest picture is, the evidence of acceleration is real, but the leap to full autonomous self-improvement by 2028 is genuinely contested.
[10:19] The technical gaps may be deep, and the people predicting it have an incentive to. Hold all of that at once. Now here's the part that gives even optimists pause. And it's not science fiction. It's about measurement breaking down.
[10:31] When the evaluation group MET tested a recent frontier model before deployment, something uncomfortable happened. The model showed a higher rate of cheating than any public model they'd tested on that setup. And cheating here doesn't mean cartoon evil.
[10:44] It means the model improved its score by exploiting the test environment, finding shortcuts that weren't allowed. In some cases, it extracted hidden information that revealed the expected answers, rather than solving the task the intended way.
[10:56] Why does that make safety researchers nervous? because it means the model isn't just blindly following instructions. It's reasoning about the test itself. It's looking for ways to win the evaluation rather than do the task.
[11:08] And here's how much that muddied the measurement. Depending on whether you counted the cheating attempts as failures or successes, the model's estimated work horizon swung from around 11 hours all the way past 270 hours.
[11:20] The measurement itself became unstable. Now the reassuring part, and it's real, the evaluators did not conclude that this model enabled fully automated AI R&D and they did not believe it met the critical threshold for AI self-improvement.
[11:32] So, you're not at the dangerous point. But the episode revealed something important. We're entering a phase where the measurements themselves get slippery. The model might solve the task, or exploit it, or reason about the evaluator,
[11:45] and as models are increasingly trained against monitoring, future systems might not stop misbehaving. They might just get better at hiding it. That's the subtle, serious worry. The fact that these behaviors were detected may actually be a good sign
[11:58] It means monitoring is working. But if future models show fewer visible problems, that won't automatically mean they're safer. It could mean they've gotten better at evading detection. This echoes a warning from AI pioneer Jeffrey Hinton that AI systems may eventually write code to modify their own learning
[12:12] and learn to hide that behavior from humans. You don't have to fully buy the doom scenario to see why AI that improves itself and can obscure what it's doing is a combination worth taking seriously. And it's exactly why the interpretability problem matters so much.
[12:26] Anthropic's own interpretability research shows the gap. On a test where a model was secretly trained to misbehave, even the best new detection tool only uncovered the hidden motivation 12-15% of the time.
[12:38] Which means, in 85-88% of cases, even with the new tool, the hidden motivation stayed hidden. The safety tool rears on a slower curve than the capability it's meant to monitor. Step back, and you see why this feels like it's accelerating.
[12:52] Every incentive in the industry is pushing in the same direction. Every lab knows the other labs are pushing toward RSI, too. Opening Eyes' Sam Altman said the world is not ready, and the company has claimed a recent coding model played a key role in creating itself.
[13:08] When three of the leading labs all shift their messaging toward AI is accelerating AI within the same few months, that's not one company's strategy. It's an industry-wide turn, and there's serious money chasing exactly this idea.
[13:20] A startup founded by former Anthropic and Google researchers raised $200 million in seed funding at a $1 billion valuation from top venture firms and NVIDIA, built entirely around AI that can do the job of an AI engineer.
[13:34] As the founders put it, not just AI for science, but AI for the AI that does science. There's a fascinating tension there, too. The big labs use AI internally to accelerate their own research but their terms of service often prohibit outsiders from using their models to build competing AI systems The labs say that standard and partly about protecting the U lead
[13:55] Critics see something more self-serving. Frontier Labs getting the benefit of AI-accelerated research while restricting who else can use the same acceleration. That startup wants to open the loop to more scientists. The idea being that many labs could build specialized models for medicine and materials
[14:10] instead of only the richest labs having access to the AI that builds better AI. And underneath all of it is the real limiting factor, infrastructure. The compute scaling required is staggering. Hyperscaler capital spending, Microsoft, Amazon, Alphabet, Meta, Oracle,
[14:25] is so aggressive that external financing is becoming part of the story. Here's the through line. If RSI becomes real, the bottleneck may not be ideas at all. It may simply be compute, chips, energy, and who can afford to run the most experiments.
[14:40] So, where does this go, and what should you actually watch? First, watch the autonomous work horizon numbers. The single clear signal is how long AI can work unsupervised on real tasks. It went from minutes to days in about two years.
[14:52] If that keeps climbing, if 16 hours becomes 16 days, becomes 16 weeks reliably, that's the curve bending toward Clark's prediction. Watch the next meter evaluations. Second, watch whether labs publish what they promised.
[15:05] Anthropic committed to publishing monthly reports on how AI is reshaping work and ongoing detail on how its own R&D is speeding up. Designed as an early warning signal, it's genuinely unusual. A frontier lab on record promising to tell the public when the machine starts building itself,
[15:20] watch whether they actually do it and what the numbers show. Third, watch the governance conversation, because it's getting real. Partly because of these timelines, Anthropic made an unusual public statement that it would be good for the world to have the option to slow,
[15:33] or temporarily pause frontier AI development to let safety research catch up. They've even floated whether AI companies, in partnership with government, might turn industry-wide dials to throttle AI diffusion sector by sector,
[15:47] the way central banks throttle inflation. An AI lab publicly entertaining breaks on its own technology is new, but notice the catch, which keeps it honest. A credible pause would require global coordination, verification, and participation from multiple labs,
[16:01] none of which currently exist. A unilateral pause by one lab just changes who the frontrunner is. That's the trap. Everyone can see the risk, and no single player can afford to slow down alone. And here's the deepest forward-looking question.
[16:14] If Clark's timeline is right, we have roughly three years to get our safety and interpretability tools from detects hidden misbehavior 12 to 15% of the time to reliably catches it. The tools for understanding what these systems are doing are lagging behind the tools for making them more capable.
[16:30] That race understanding versus capability may be the most important one of the decade. Let me bring this home honestly, holding both sides. Nobody can say the intelligence explosion has happened. It hasn't. In serious, credentialed experts think Clark's 60% by 2028 is far too aggressive,
[16:46] that the technical gaps are deep, that our psychic plateau, even if it starts, and that the labs predicting it have reasons to. All of that is real. You should weigh it. But the early machinery is now visible, and that's the part that's hard to wave away.
[16:59] The benchmarks are getting harder faster than their testers can build them. AI is writing 80% of the code, the lab building it. AI agents are starting to do real AI research over hundreds of hours. The work horizon went from minutes to weeks in two years.
[17:12] And the safety tools to monitor all this are measurably lagging behind. You don't have to believe superintelligence is coming in 2020 to find that combination significant. The honest summary is this. The full loop isn't closed.
[17:24] It may not close on Clark's timeline, and it might not explode even if it does. But the direction is unmistakable. The dates are getting closer, the labs are getting more dependent on their own models, and the companies that figure out how to control that loop may end up controlling the next era of AI.
[17:40] Here's the thought I'll leave you with. For all of history, the thing improving the technology was us. Human minds working at human speed. We are now, carefully and with real uncertainty, beginning to hand that job to the technology itself.
[17:53] Whether that takes three years or 13, whether it explodes or plateaus, It's one of the most important transitions humanity has ever attempted. And the most important skill for the labs, for the regulators, for all of us, may simply
[18:05] be making sure our ability to understand these systems keeps pace with their ability to improve themselves. If you want the honest version of where this actually stands, neither the hype nor the doom, subscribe. Drop a comment.
[18:17] Do you think Clark's 60% by 2028 is realistic or way too aggressive?
⚡ Saved you 0h 18m reading this? Transcribe any YouTube video for free — no signup needed.