JA EN
LearnAgents
·★ MEMBER·PAPER·9 min read

Paper Explained: Co-Evolution in Agentic Systems — Three Stages Toward Self-Directed Evolution

Why do agents that are supposed to keep improving after deployment hit a ceiling? A ground-up walkthrough of a survey that organises the field into three stages — evolving peers, evolving environments, and an evolving evolution mechanism — with the defining equations, representative methods, and the open problems in evaluation and safety.

ModalitytextTaskagents

Co-Evolution in Agentic Systems: Toward Self-Directed Evolution Beyond Human Design

Primary source — what this article is built on

undefined2026-08-10undefined2026-08-13same month

Co-Evolution in Agentic Systems: Toward Self-Directed Evolution Beyond Human DesignQing Zong, Jiayu Liu, Junhao Shen et al. · 2026-08-10 · v1arXiv:2608.10299Paper page·PDF
undefined

Agentic systems are increasingly expected to improve after deployment, yet single-entity self-evolution is often bounded by a static learning context, such as fixed tasks and feedback. This survey focuses on co-evolution in agentic systems, a multi-component form of self-evolution in which multiple agents and their environment impose adaptive pressure on one another. To organize existing papers, we propose a progressive three-stage taxonomy that traces how the system gradually sheds human-engineered constraints. Agent--Agent Co-Evolution studies how agents adapt through dynamic peers, including adversarial, collaborative, and organizational adaptation. Agent--Environment Co-Evolution extends this loop to adaptive tasks, feedback, and interaction spaces that change with the agents. Meta Co-Evolution further explores the possibility of making the evolution mechanism itself evolvable. We also discuss open challenges in evaluating such systems, scaling them across multiple components, and keeping increasingly autonomous evolutionary processes safe and controllable. This survey provides a unified foundation for building robust and open-ended agentic systems that can improve beyond fixed human-designed paths.


Stop running and the world leaves you behind

In Through the Looking-Glass, the Red Queen tells Alice that here you must run as fast as you can just to stay in the same place. Biologists borrowed the line for the Red Queen effect: predators get faster, so prey get faster, and the chase never ends.

This survey brings that idea to AI agents. The premise is simple. Agentic systems are expected to keep getting better after they are deployed, yet the dominant form of self-evolution moves only one side of the relationship (§1).

The ceiling that self-evolution runs into

Self-evolution means an agent keeps updating itself from experience, feedback, and failure without a human in the loop. The common shape is single-entity self-evolution — fine-tuning the model backbone, rewriting memory, adding skills — all of it happening inside one agent (§1).

The problem the paper names is that those updates sit inside a static learning context. Fixed tasks, fixed feedback rules, fixed counterparts. Solving the same benchmark over and over, sparring with the same opponent, leaving the reward scheme exactly as a human wrote it — in every case the learning context has stopped moving. When only one side adapts, the headroom eventually runs out. Sustained progress requires mutual adaptation rather than adaptation on only one side — that is the Red Queen effect restated for agents (§1).

Defining the agentic system first

The paper refuses to leave this vague (§2.1). An agentic system S=(A,E)S=(A,E) consists of an agent collective AA and an environment EE. Each individual agent decomposes as:

ai=(mi,hi)a_i=(m_i,\,h_i)
(1)

Put in words: an agent (aia_i) is nothing more than a brain plus the kit strapped to it, and the kit is part of the definition.

Here mim_i is the model backbone (the LLM or policy itself) and hih_i is the harness — memory, tools, skills, prompts, workflows. In everyday terms, mim_i is what moves when you train, and hih_i is what you touch as code: prompt templates, tool definitions, the memory schema. Two agents can share a backbone and still count as distinct if their harnesses give them different roles or objectives. "The agent evolved" is then defined as:

Δai0    (Δmi0)(Δhi0)\Delta a_i \neq 0 \iff (\Delta m_i \neq 0) \lor (\Delta h_i \neq 0)
(2)

In plain terms: either the brain or the equipment changed, and that counts as evolution. Δ\Delta reads as "how much this changed since last time",     \iff as "the two sides mean the same thing", and \lor as "or" — which says that training is not the only route in: rewriting a single line of a prompt already qualifies under this definition.

Agents are also not an unordered set. They come with a structure Π\Pi encoding roles, communication topology, and division of labour, written A=({a1,,an},Π)A=(\{a_1,\dots,a_n\},\Pi). A change to Π\Pi alone already means AA evolved. The environment EE is everything outside AA, and τt\tau^t is the accumulated history of thought–action–observation cycles. If the basic anatomy of an agent is unfamiliar, LLM agents from the ground up makes the rest of this easier.

FIG 1With a fixed valley, the ball eventually settles at the bottom. That is roughly what single-entity self-evolution looks like when it plateaus. Co-evolution is not trying to change how the ball rolls — it is trying to change the shape of the valley

Co-evolution requires mutual pressure, not just contact

Call the mechanism that drives evolution Ω\Omega, so that St+1=Ω(St,τt)S^{t+1}=\Omega(S^t,\tau^t). Ω\Omega is the bundle of rules that specifies what can evolve, when evolution triggers, how variants are produced, where it happens, and how its quality is judged (§2.2).

Against that backdrop the paper defines co-evolution as a setting where at least two evolving units jointly adapt and continually reshape each other's further evolution, rather than merely exchanging information or interacting. Talking to each other is not enough. One side getting stronger has to change the problem the other side faces.

There is a quick test. Freeze one side, rerun the same experiment, and see whether the result changes. If it does not, what you have is interaction, not co-evolution. That line is exactly what lets the survey exclude most multi-agent work from its scope. The taxonomy then orders the remaining literature by how far the boundary of evolutionary freedom expands (§2.3).

In Agent–Environment Co-Evolution (§4) the environment adapts. The paper classifies methods by which environmental change primarily drives further agent evolution.

What's behind this

§

Members-only from here

371 walkthroughs, 26 textbook chapters, 48 student units and 6 close readings — all included for $4.99/mo, with three new explainers every day. Cancel any time; access runs to the end of the period.

Already a member? Sign in to keep reading

References

  1. Qing Zong, Jiayu Liu, Junhao Shen, Zecong Tang et al.. (2026-08-10) Co-Evolution in Agentic Systems: Toward Self-Directed Evolution Beyond Human Design. arXiv:2608.10299Paper page·PDF

This article is written from the source paper above. Where they differ, the original is authoritative.

Comments

Sign in to comment