@@ -22,7 +22,7 @@ the change, what persists, and how the claimed improvement is evaluated.
2222 </a >
2323</p >
2424
25- ** Last editorial review:** 2026-08-25
25+ ** Last editorial review:** 2026-08-28
2626
2727## Contents
2828
@@ -116,6 +116,10 @@ attached to the same entry instead of being counted again.
116116 and stage rubrics to select curricula, updates the policy with GRPO, and
117117 gates each checkpoint on the fixed benchmark contract.
118118 ** Targets:** Parameters, Co-evolution.
119+ - [ Astar] ( https://arxiv.org/abs/2608.27287 ) — Trains an evolution-guiding model
120+ from industrial iteration histories, uses a surrogate reward evaluator, and
121+ guides 20 consecutive iterations with offline and online gains.
122+ ** Targets:** Parameters.
119123
120124### Memory
121125
@@ -193,6 +197,11 @@ attached to the same entry instead of being counted again.
193197 them across interactions, and reduces attack success across four families
194198 while preserving benign utility.
195199 ** Targets:** Memory.
200+ - [ Recuris] ( https://github.com/Gen-Verse/Recuris ) — [ Paper] ( https://arxiv.org/abs/2608.24876 ) .
201+ Evolves targeted Skill Memory from structured traces with paired held-out
202+ validation, releases frozen splits, and reports cross-task transfer across
203+ 37 model–benchmark pairs.
204+ ** Targets:** Memory, Skills.
196205
197206### Knowledge
198207
@@ -261,6 +270,19 @@ attached to the same entry instead of being counted again.
261270 continual improvement without fine-tuning and outperforming framework and
262271 skill-level baselines.
263272 ** Targets:** Skills.
273+ - [ WikiSkill] ( https://arxiv.org/abs/2608.27454 ) — Consolidates execution
274+ experience into a persistent wiki that guides later skill updates, with
275+ cross-model transfer and ablations showing knowledge accumulation matters.
276+ ** Targets:** Skills, Knowledge.
277+ - [ PILOT in the Loop] ( https://arxiv.org/abs/2608.26530 ) — Steers active workers
278+ during execution and distills procedures and failure modes into reusable
279+ skills and memory, improving three long-horizon benchmarks.
280+ ** Targets:** Skills, Memory.
281+ - [ RedEvoAgent] ( https://arxiv.org/abs/2608.27439 ) — Distills cross-case red-team
282+ trajectories into attack skills, retains only validation-improving updates
283+ through a ratchet, and transfers across target harnesses. Run only in an
284+ isolated sandbox.
285+ ** Targets:** Skills.
264286- [ Voyager] ( https://github.com/MineDojo/Voyager ) — [ Paper] ( https://arxiv.org/abs/2305.16291 ) .
265287 Grows an executable skill library through environment feedback and an
266288 automatic curriculum.
@@ -402,6 +424,25 @@ attached to the same entry instead of being counted again.
402424- [ EvoAgentX] ( https://github.com/EvoAgentX/EvoAgentX ) — Builds, evaluates, and
403425 evolves multi-agent workflows with pluggable optimization algorithms.
404426 ** Targets:** Topology.
427+ - [ Naive Prompt Optimization] ( https://arxiv.org/abs/2608.27266 ) — Iteratively
428+ revises prompts from teacher-model rollout feedback and transfers
429+ single-lineage improvements across tasks and interactive games.
430+ ** Targets:** Topology.
431+ - [ HarnessLens] ( https://github.com/jhxu5214/HarnessLens ) — [ Paper] ( https://arxiv.org/abs/2608.27311 ) .
432+ Evolves OpenCode, Codex CLI, and Pi harnesses through behavior-aware diagnosis
433+ and selective verification, with blind-test entrypoints, pinned
434+ reproducibility, and four-benchmark evaluation. Run only in an isolated
435+ sandbox.
436+ ** Targets:** Topology.
437+ - [ Proteus] ( https://github.com/proteus-evolve/Proteus ) — Provides a
438+ harness-agnostic, snapshot-based evolution loop with evaluator gates,
439+ crystallization tests, rollback, and git histories for measuring persistent
440+ change. Run only in an isolated sandbox.
441+ ** Targets:** Topology.
442+ - [ AegisEvo] ( https://github.com/ETOLucy/AegisEvo ) — Governs sandboxed harness
443+ search with statistical quality, safety, canary, promotion, and rollback
444+ gates, publishing deterministic fixtures and reproducible reports.
445+ ** Targets:** Topology.
405446- [ Darwin Gödel Machine] ( https://github.com/jennyzzt/dgm ) — [ Paper] ( https://arxiv.org/abs/2505.22954 )
406447 · [ Article] ( https://sakana.ai/dgm/ ) . Rewrites coding-agent implementations
407448 and empirically validates descendants. Run only in an isolated sandbox.
@@ -480,6 +521,10 @@ attached to the same entry instead of being counted again.
480521 turns verified successes, regressions, and preferences into data for later
481522 model updates; reports LiveCodeBench and SWE-Bench results.
482523 ** Targets:** Topology, Co-evolution.
524+ - [ J-Zero] ( https://arxiv.org/abs/2608.26582 ) — Co-evolves challenger, solver,
525+ and judge from zero data, using known-order preference pairs and adversarial
526+ tasks to improve through ten iterations.
527+ ** Targets:** Parameters, Co-evolution.
483528
484529This section uses ** Co-evolution** only when an external factor changes with the
485530agent. Multi-agent execution by itself is not sufficient.
0 commit comments