← Latest papers
🤖 AI

Do Self-Evolving Agents Forget? Capability Degradation and Preservation in Lifelong LLM Agent Adaptation

This paper identifies the phenomenon of "capability erosion" in self-evolving LLM agents, where adapting to new tasks degrades previously learned skills across workflow, skill, model, and memory dimensions, and proposes a "Capability-Preserving Evolution" (CPE) framework to stabilize long-term adaptation by explicitly preventing such destructive drift.

Original authors: Ye Yu, Xiaopeng Yuan, Haibo Jin, Heming Liu, Yaoning Yu, Haohan Wang

Published 2026-05-12
📖 6 min read🧠 Deep dive

Original authors: Ye Yu, Xiaopeng Yuan, Haibo Jin, Heming Liu, Yaoning Yu, Haohan Wang

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

The Big Idea: The "Over-Eager Intern" Problem

Imagine you hire a brilliant, self-improving intern to manage your office. This intern is amazing: they can rewrite their own job instructions, learn new tools, update their own brain, and keep a running diary of everything they've done.

The paper asks a simple question: If this intern spends all their time learning how to fix the new, difficult problems that show up today, will they forget how to do the simple, routine tasks they mastered yesterday?

The authors say: Yes, they will.

They call this phenomenon "Capability Erosion." Just like a riverbank slowly wearing away, the agent's ability to do old tasks gets eroded as it constantly tries to adapt to new ones. The paper proves this happens in four specific ways:

  1. Workflow: The step-by-step instructions get messy and bloated.
  2. Skills: The toolbox gets filled with new gadgets, pushing out the old, reliable ones.
  3. Model: The agent's "brain" (its internal code) gets overwritten, losing old knowledge.
  4. Memory: The agent's diary gets overwritten with new notes, making old advice hard to find.

The Four Ways Agents "Forget"

The researchers looked at how agents change themselves and found that "unconstrained" evolution (letting the agent change whatever it wants) causes four types of damage:

1. The Workflow Drift (The "Over-Engineered Recipe")

  • The Analogy: Imagine a chef who makes a perfect sandwich. Then, they get a request for a complex gourmet burger. To solve the burger, they add extra steps: "Check the bread temperature," "Verify the lettuce crispness," "Double-check the bun." They keep adding these safety checks.
  • The Problem: When they go back to making the simple sandwich, they still use the burger recipe. The sandwich takes twice as long and has unnecessary steps. The agent has become "over-defensive," making simple tasks complicated and prone to failure.

2. The Skill Swap (The "Full Backpack")

  • The Analogy: Imagine a hiker with a backpack that can only hold 30 items. They learn to climb mountains (new skill) and add a rope. But the backpack is full, so they have to throw out their old map (old skill) to make room.
  • The Problem: As the agent learns new, specialized skills, it kicks out the general, useful skills it learned earlier. It becomes a master of the new terrain but gets lost on the old trails.

3. The Brain Rewrite (The "Erasing Whiteboard")

  • The Analogy: Imagine a student studying for a math test. They learn algebra perfectly. Then, they start studying biology. To memorize the biology facts, they have to scribble over the algebra notes on their whiteboard.
  • The Problem: The agent updates its internal "weights" (its brain) to solve new medical or technical problems. In doing so, it accidentally overwrites the specific neural pathways that helped it solve the old problems. This is a classic case of "catastrophic forgetting."

4. The Memory Overwrite (The "Flooded Diary")

  • The Analogy: Imagine a diary where you write down what you learned every day. If you keep writing new entries without organizing the old ones, the new ink eventually covers the old pages, or the diary gets so full you have to throw out the first chapters.
  • The Problem: The agent's memory bank gets filled with new, specific experiences. The old, reliable memories get pushed out or become hard to retrieve, even if the agent's brain hasn't changed.

The Solution: "Capability-Preserving Evolution" (CPE)

The paper proposes a fix called Capability-Preserving Evolution (CPE).

Think of CPE as a "Safety Guard" or a "Sticky Note" system. It doesn't stop the agent from learning new things; it just tells the agent: "You can learn the new skill, but you must not break the old ones while doing it."

Here is how the "Safety Guard" works for each of the four problems:

  • For Workflows: When the agent tries to rewrite its instructions, CPE checks: "Does this new version still work for the simple tasks?" If the new version is too bloated or breaks the old flow, the guard says, "No, keep the core structure simple."
  • For Skills: Instead of just throwing out old skills to make room for new ones, CPE tries to merge them. If a new skill is similar to an old one, it combines them so both are preserved. It protects the "high-value" old skills from being deleted.
  • For the Brain: This uses a technique called Elastic Weight Consolidation. Imagine the agent's brain has "important" neurons and "less important" neurons. CPE puts a "Do Not Touch" sign on the important neurons that helped with old tasks. The agent can still learn, but only in the areas that don't break the old knowledge.
  • For Memory: CPE acts like a librarian. If a memory has been proven useful many times in the past, it gets a "Gold Star" and is protected from being deleted. Only the low-quality or unproven memories are allowed to be overwritten.

The Results: Stability vs. Plasticity

The paper tested this on real AI agents using different models (like GPT-5 and others).

  • Without CPE (The "Vanilla" Agent): The agent got better at the new, hard tasks but got significantly worse at the old, simple tasks. It was like a student who aced the biology test but failed the math test they used to be good at.
  • With CPE (The "Guarded" Agent): The agent still learned the new tasks effectively. But, it kept its old skills almost perfectly intact.

The Bottom Line:
The paper concludes that for an AI agent to truly "evolve" over a long time, it cannot just be a machine that constantly rewrites itself. It needs a mechanism to protect its past. If you want an agent that can grow forever, you must teach it how to remember what it already knows while it learns what it needs to know.

In short: Self-evolving agents do forget, but we can teach them to hold onto their past while building their future.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →