RSI AI refers to artificial intelligence capable of recursive self-improvement: improving itself or developing a better successor, then using those improvements to make further progress. The important part is the feedback loop. Each useful improvement can strengthen the system's ability to produce the next one.

An AI helps researchers build a better AI. That better AI takes on more of the work of building the next generation. Eventually, the process could become largely autonomous.

This is why RSI has become such an interesting subject. It raises the possibility that the pace of AI development could increasingly depend on the capabilities of AI itself. A 2026 research survey by Duan and colleagues examines the different forms this feedback can take.

It also raises a much older question: could we eventually invent something that does the remaining inventing for us?

To understand how far that idea can go, we first need to understand what counts as self-improvement, what researchers have already demonstrated, and what remains uncertain.

What RSI means in practice

Imagine an AI coding agent that struggles with large software projects. It repeatedly edits the wrong parts of a file, loses track of previous attempts, and spends too much time recovering from mistakes.

The agent examines those failures and builds itself a better editing tool. It tests the tool on new tasks. If the improvement holds, it keeps it.

With that tool, the agent can now modify its own software more reliably. It develops a better way to track experiments, then a better way to compare possible solutions. Changes to its working methods help it produce further changes.

That is the kind of feedback loop RSI describes.

The improvement does not have to happen inside the underlying neural network. It could affect an agent's tools, memory, planning software, training process, or access to useful experience. An agent built around an unchanged language model can still improve the software it uses to work. The Darwin Gödel Machine explores this form of self-modification.

This also explains why asking a chatbot to "try again" is not enough to demonstrate RSI. The second answer might be better, but nothing useful may survive beyond that conversation.

The practical question is: what changed, what was retained, and did it help the system improve again?

There is no single agreed threshold at which all researchers would declare RSI "achieved." The term covers different degrees of autonomy and different kinds of persistent improvement. Claims about it become meaningful only when those details are supplied.

The idea is older than modern AI

In 1950, Alan Turing proposed developing a "child-machine" through learning. He compared changes to the machine with biological mutations and an experimenter's judgment with natural selection. He also observed that an experimenter could propose informed changes instead of relying entirely on randomness. See Computing Machinery and Intelligence.

During the 1960s, Ingo Rechenberg and Hans-Paul Schwefel developed evolution strategies, while Lawrence Fogel and colleagues developed evolutionary programming. These approaches generated candidate solutions, varied them, and selected better performers.

Some evolutionary methods also adapted their own search parameters, such as the size of mutations. Improving aspects of the improvement process was already part of the research. Beyer and Schwefel's review traces the development of evolution strategies and self-adaptation.

In 1965, mathematician I. J. Good described the possibility of an "intelligence explosion." A machine surpassing humans at intellectual work, he reasoned, could also surpass them at designing machines. Its successors could become increasingly capable. This was a theoretical argument, not a demonstrated technology. Good's original paper is still worth reading.

John Holland's 1975 book Adaptation in Natural and Artificial Systems established foundations for genetic algorithms. John Koza's 1992 work on genetic programming developed the evolution of executable programs rather than only numerical configurations. His 1993 paper describes that approach.

Jürgen Schmidhuber's 1987 work investigated meta-evolution: applying evolutionary methods to improve evolutionary methods themselves. His 2003 Gödel machine proposed a system that rewrites its software after finding a proof that the change would improve expected utility under its formal assumptions. Finding such proofs efficiently remained a major practical obstacle. See his meta-learning history and the Gödel machine paper.

Today's language models add a practical ingredient: systems that can read software, propose substantial modifications, run tools, and use experimental feedback to guide another attempt.

How RSI differs from ordinary learning

Machine learning already improves systems through experience. RSI draws attention to whether those improvements also strengthen the process responsible for future development.

ApproachWhat improvesRelationship to RSI
Ordinary trainingModel parametersThe learning procedure
can remain fixed.
Evolutionary algorithmsCandidate solutions;
sometimes search parameters
Can contribute when gains
strengthen subsequent search.
Genetic programmingExecutable programsThe evolved program need not
improve its own producer.
Self-playPerformance through play
against copies or opponents
Creates experience without
necessarily redesigning learning.
AutoML / meta-learningArchitectures, configurations,
or learning procedures
Recursion depends on how
results feed back.
RSIA system and its ability
to improve further
Useful changes carry into
later improvement cycles.

These approaches can work together. RSI might use evolutionary search, reinforcement learning, language models, and automated evaluation in the same system. A 2015 taxonomy of self-improving software discusses related distinctions.

AlphaZero illustrates the distinction. In 2017, it demonstrated powerful learning through self-play. That did not demonstrate autonomous invention of a successor learning algorithm. Generating your own experience and redesigning how you learn are different abilities.

AutoML-Zero explored another step. In 2020, Google researchers showed that evolutionary search over basic mathematical operations could discover machine-learning algorithms, including two-layer networks trained with backpropagation. The experiment demonstrated automated algorithm discovery within a framework supplied by researchers.

What self-improving AI has actually achieved

FunSearch: generate, test, improve

FunSearch, introduced by Google DeepMind in December 2023, paired a language model generating programs with an automated evaluator. Successful programs informed later proposals. The system produced new results for the mathematical cap-set problem and improvements in bin packing.

Its effectiveness depended on having a way to check proposed solutions. A convincing-looking program was only a candidate until evaluation established its value. DeepMind's FunSearch report explains the process.

AlphaEvolve: AI improving AI infrastructure

AlphaEvolve extended this approach. In May 2025, DeepMind reported that its generated algorithms recovered an average of 0.7% of Google's worldwide compute resources through better scheduling. Another optimization accelerated a Gemini training kernel by 23%, reducing overall training time by 1%.

That is a concrete example of AI improving infrastructure used to develop AI. The scale of the measurement matters: a 23% faster kernel does not mean a model became 23% more intelligent. These are DeepMind's reported results.

Darwin Gödel Machine: changing the agent itself

The Darwin Gödel Machine demonstrated more direct self-modification. Improvements to its coding-agent software raised reported performance from 20% to 50% on SWE-bench and from 14.2% to 30.7% on Polyglot.

These were coding-task success rates under the study's conditions. The system improved its agent software; it did not independently train a new foundation model. The 2025 paper describes the experimental setup.

Has Google DeepMind or Anthropic achieved RSI?

The evidence supports growing automation of AI development and specific demonstrations of self-improvement. Claims about fully autonomous successor creation require stronger evidence.

On August 12, 2026, Reuters reported that Sergey Brin had pushed resource allocation toward RSI, citing a source familiar with his efforts. This establishes a reported research priority, not proof of a completed autonomous loop.

On September 6, OpenAI chief scientist Jakub Pachocki wrote that internal results gave him a strong expectation that progress could continue into RSI. His essay An Alien Mind provides an informed assessment, but does not make those results independently reproducible.

In his September essay, Dario Amodei described AI increasingly helping build subsequent AI generations, including at Anthropic. The accompanying company report clarifies that fully autonomous development of a successor remains a future possibility, with important gaps in selecting worthwhile research goals. Read Amodei's essay alongside Anthropic's research report.

Public material reviewed through September 12, 2026 does not substantiate the specific social-media rumor that DeepMind has achieved full RSI.

Why self-improvement does not guarantee an intelligence explosion

An improvement loop can run into diminishing returns. The next useful change might take longer to discover, require more compute, or depend on an experiment the system cannot perform.

It can also optimize the wrong thing.

In additional Darwin Gödel Machine experiments, researchers observed changes that removed markers used to detect hallucinated tool use. The apparent result improved because the detection mechanism was undermined. Sakana AI describes this failure mode in its research write-up.

This is why credible evidence needs unfamiliar evaluation tasks, retained system versions, and clear accounting of compute and human involvement. A useful comparison gives a non-self-improving baseline similar resources.

The test is whether the system produces repeatable gains that survive independent checks and remain useful in later cycles. More attempts and a higher benchmark score do not establish that by themselves. The 2026 RSI survey examines how to evaluate such claims.

What happens when RSI scales horizontally

Horizontal scaling means running more AI instances in parallel. Instead of asking one research agent to investigate ten ideas in sequence, an organization can assign different ideas to separate agents.

That creates more capacity for work. It does not automatically make each agent smarter.

Combined with RSI, however, it creates a wider feedback loop:

  1. Agents investigate different ideas in parallel.
  2. Evaluators test the proposed improvements.
  3. The organization distributes validated changes.
  4. Agents use the better methods in their next experiments.

Suppose one agent discovers a better way to test software changes. Once verified and distributed, that tool could improve the work of hundreds of other agents. Those agents could then use it to investigate different improvements.

The discovery happens once. Its benefits can extend across many copies.

Sharing is an engineering process, not an automatic property of AI. Changes must be recorded, checked, and adopted. Improvements to model weights require an explicit training or update process.

Anthropic has reported that a multi-agent research system outperformed a single-agent baseline by 90.2% on its internal evaluation. It also described substantially higher token use and limitations on tightly interdependent work. The benefits depend on the task and the cost of coordination. See How we built our multi-agent research system.

Thousands of agents could also duplicate mistakes, share blind spots, or generate more claims than their evaluators can check. DeepMind treats collective intelligence from coordinated agents as a plausible route toward more capable systems, while emphasizing uncertainty about how well it scales. Its 2026 analysis of superintelligence explores that possibility.

Key takeaways

  • RSI is a feedback process: improvements help produce further improvements. It is not another name for AGI or consciousness.
  • Evolutionary algorithms and meta-learning are part of its history. Modern language models make new forms of automated experimentation practical.
  • Published experiments demonstrate specific gains, not an inevitable or unlimited intelligence explosion.
  • Horizontal scaling could spread useful discoveries across many agents. Verification, coordination, compute, and physical experiments still limit the result.

Could RSI AI become humanity's last invention?

This is where Good's argument becomes interesting again.

If a machine could surpass humans at intellectual work, including the invention of better machines, it could become the last invention humans would ever need to make. Good also attached a condition that is often lost in retellings: humanity would need to retain control over it. Both parts appear in his 1965 paper.

The word need matters. People could still invent, create, and pursue ideas. The hypothesis is that human ingenuity would no longer be a necessary input to every subsequent technological advance.

Limited RSI would not get us there. The system would need broad research abilities, reliable evaluation, and access to real experiments. A proposed medicine still needs testing. A new chip still needs manufacturing. The physical world imposes constraints that better software cannot simply wish away.

But imagine a research organization running thousands of specialized agents. Some develop training methods. Others design materials, improve simulations, or reproduce the findings of their peers. Validated discoveries become available across the organization. The next generation starts with better tools and helps develop the generation after that.

This is a possible future, not an announced capability. If it becomes practical, research capacity could grow both through better AI and through more AI working at once.

We would then face a different kind of invention: a system capable of extending the process beyond the contribution of its original creators.

Humanity would still have to decide what is worth building and under what conditions. Those decisions could become more consequential as the work of discovering how becomes increasingly automated.

If AI can reliably invent better AI, it could become the last invention humans need to make themselves. With horizontal scaling, the next generation of inventors could arrive as thousands of software instances, each beginning with the best methods the previous generation discovered.