Can agents evolve beyond the constraints humans engineer?
Does removing human-designed elements from self-improvement systems—starting with peer agents, then task design, finally the update mechanism itself—allow artificial agents to escape the limits of static learning contexts?
A survey of co-evolution in agentic systems starts from a limit on the single-entity picture of self-improvement. The introduction defines self-evolution as an agent persistently updating itself "from experience, feedback, and failures without human intervention," and names the single-entity form: refining a model backbone, updating memory, improving skills. It then says this form "can remain bounded by fixed external conditions." The abstract makes the limit specific, calling single-entity self-evolution "often bounded by a static learning context, such as fixed tasks and feedback." Co-evolution is the proposed way out: a multi-component form of self-evolution in which "multiple agents and their environment impose adaptive pressure on one another."
The survey's organizing device is a "progressive three-stage taxonomy that traces how the system gradually sheds human-engineered constraints." Agent–Agent Co-Evolution covers adaptation through dynamic peers, whether adversarial, collaborative, or organizational. Agent–Environment Co-Evolution extends the loop to "adaptive tasks, feedback, and interaction spaces that change with the agents." Meta Co-Evolution asks whether "the evolution mechanism itself" can be made evolvable. Read in order, each stage removes one more thing a human would otherwise fix: first the partners, then the tasks and feedback, finally the update rule. The discussion adds an evaluation requirement. Existing benchmarks "mainly measure an agent's final capabilities," and PostTrainBench is described as only a step toward evolution-aware evaluation. Evaluating co-evolution must establish whether all evolving components improve, whether gains transfer to unseen partners and environments, and how each component contributes to joint progress.
This sits on a different axis from Do self-improving agents really split into two distinct loops?, which sorts self-improvement by what gets updated, weights or scaffold. The co-evolution taxonomy sorts it by what supplies the pressure and how much of the loop stays human-designed, so a system could be placed on both axes. Can evaluators improve alongside the agents they score? reads as a case of the second stage, since a learned evaluator that improves alongside its agents is adaptive feedback in the survey's sense, though the excerpt does not say which papers it places where. The survey's dynamic-evaluation requirement also echoes Does a single benchmark score actually predict agent readiness?, with per-component contribution and transfer to new partners as further axes. My inference is that the third stage sharpens the concern in How can agent self-evolution be made safe and auditable?: if the evolution mechanism itself changes, that mechanism needs lineage and rollback too.
The excerpt is a survey abstract plus one introduction passage and one discussion passage, so much is not established. It gives no count of surveyed papers, no comparison showing co-evolution outperforming single-entity self-evolution, and no evidence that the three stages form a developmental sequence rather than an organizing convenience. The open challenges are only named: evaluation, scaling "across multiple components," and keeping autonomous evolutionary processes "safe and controllable." The defensible takeaway is limited to a map of the design space and a stated gap in evaluation. The excerpt does not show that removing human-engineered constraints improves outcomes.
Inquiring lines that read this note 13
This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.
How do agent-learned skills transfer and improve across different tasks? How do we enforce security boundaries in evaluation environments? Can self-generated feedback reliably guide model training without ground truth? How can evolutionary algorithms maintain diversity during solution search? What fundamental constraints limit how effectively agents can improve themselves?- Does co-evolution empirically outperform single-entity self-improvement in standard evaluations?
- What makes an agent in an economic simulation self-evolving?
- Can agents improve reliably without an external standard?
- Can agents design their own objective functions as part of learning?
- Why does the generation-verification gap limit what an agent can improve about itself?
- Do evolutionary archives let agents improve themselves without formal proof?
Related concepts in this collection 5
This note in its neighbourhood — explore the map, then jump to a related concept in the list below.
Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph
-
Do self-improving agents really split into two distinct loops?
Explores whether modern self-improving agents can be understood through a clean abstraction separating fast scaffold updates from slow model weight updates, and whether this framework actually explains the field's recent progress.
classifies by what is updated; this survey classifies by what supplies adaptive pressure, a separate axis
-
Can evaluators improve alongside the agents they score?
Most self-improving systems rely on a fixed benchmark or verifier that doesn't change. But what if the evaluator itself learned and adapted as the agent improved? This explores whether co-evolution unlocks tasks that resist static scoring.
evaluator co-evolution reads as an instance of adaptive feedback, the second stage
-
Does a single benchmark score actually predict agent readiness?
Single-axis benchmarks rank models by one capability—like task success—but ignore privacy, duration, operating mode, and ecosystem fit. Can one number really capture what matters for deployment?
both argue final-capability benchmarks miss what matters; this adds transfer and per-component contribution
-
How can agent self-evolution be made safe and auditable?
As agents begin updating their own prompts and tools, how can we track these changes, measure their effects, and safely reverse problematic updates? This matters because untracked evolution leads to unmaintainable systems and makes regressions impossible to diagnose.
the safe-and-controllable challenge the survey names; lineage and rollback are one concrete answer
-
How can agent systems share learned skills across users?
Individual users operating autonomous agents independently rediscover solutions because systems lack mechanisms to propagate discoveries. Can centralized aggregation and automatic evolution convert isolated experiences into shared capabilities?
Evidence for: SkillClaw shows cross-user aggregation yields improvements no single user's siloed experience could, supporting A's claim that single-entity self-evolution stalls
Related papers in this collection 8
Papers most semantically related to this note, ranked by cosine similarity in the embedding space.
- Co-Evolution in Agentic Systems: Toward Self-Directed Evolution Beyond Human Design
- A Comprehensive Survey of Self-Evolving AI Agents: A New Paradigm Bridging Foundation Models and Lifelong Agentic Systems
- Self-Improvements in Modern Agentic Systems: A Survey
- Generalized Agent Iteration: One Formal Framework for Iterative Policy Improvement and Recursive Self-Improvement
- A Survey of Self-Evolving Agents: On Path to Artificial Super Intelligence
- The Red Queen Gödel Machine: Co-Evolving Agents and Their Evaluators
- Autogenesis: A Self-Evolving Agent Protocol
- SkillClaw: Let Skills Evolve Collectively with Agentic Evolver
Original note title
co-evolution in agentic systems sheds human-engineered constraints in three stages — peers, environments, then the evolution mechanism itself