A Field Guide to Agents That Fix Themselves
This repo maps the sprawling research on agents that improve their own prompts, reasoning, and collaboration without waiting for human retraining.

What it does This repository is a curated reading list and visual taxonomy for the flood of papers on self-evolving AI agents. It accompanies an arXiv survey and sorts recent research—mostly 2023 to 2025—into single-agent optimization, multi-agent systems, and domain-specific refinement. Essentially, it is an attempt to impose file-system order on a literature that is expanding faster than most file systems.
The interesting bit The taxonomy deliberately splits “self-evolution” into training-time methods like RL and SFT, test-time strategies like tree-of-thought search, and prompt-level optimization. That distinction matters because the field is currently throwing compute at both model weights and inference-time reasoning without always labeling which is which.
Key highlights
- A tree-structured taxonomy diagram categorizing agent evolution techniques from 2023 through 2025.
- Heavy coverage of test-time compute scaling, from chain-of-thought variants to process reward models.
- Prompt optimization elevated to a first-class track, alongside model training and multi-agent collaboration.
- Links to code repositories provided next to arXiv papers where available.
- References companion open-source frameworks
EvoAgentXandMASLab, though their code lives in separate repositories.
Caveats
- The README openly admits the project is “still cooking,” so the bibliography is incomplete and likely favors very recent preprints.
- This repository contains no runnable code or comparative benchmarks; it is strictly a directory of papers and diagrams.
Verdict Bookmark this if you are building agents and need to trace whether a self-improvement trick comes from RL, search, or prompt engineering. Skip it if you are hunting for a drop-in library to evolve your own agent tonight.
Frequently asked
- What is ANative-Lab/Awesome-Self-Evolving-Agents?
- This repo maps the sprawling research on agents that improve their own prompts, reasoning, and collaboration without waiting for human retraining.
- Is Awesome-Self-Evolving-Agents open source?
- Yes — ANative-Lab/Awesome-Self-Evolving-Agents is open source, released under the MIT license.
- How popular is Awesome-Self-Evolving-Agents?
- ANative-Lab/Awesome-Self-Evolving-Agents has 2.5k stars on GitHub and is currently accelerating.
- Where can I find Awesome-Self-Evolving-Agents?
- ANative-Lab/Awesome-Self-Evolving-Agents is on GitHub at https://github.com/ANative-Lab/Awesome-Self-Evolving-Agents.