SI-Agents Survey
2026 survey webpage

Self-Improvements in Modern Agentic Systems

A survey of how foundation model-based agents improve themselves through model updates, intrinsic demonstrations, intrinsic evaluative feedback, extrinsic experience, prompt evolution, memory, tool use, and recursive scaffolding.

Abstract

Foundation model-based agents are moving from static prompt-following systems toward systems that can improve themselves over time. This survey organizes that transition into two major branches: foundation model improvement, which updates the model itself, and scaffolding improvement, which updates surrounding components such as prompts, memory, tools, and executable agent logic.

Across the survey, the central distinction is between improving the underlying foundation model and improving the scaffolding around it. This distinction provides a practical way to compare methods, interpret learning signals, and connect representative papers to broader research trends.

The paper list is organized so that readers can move directly from the taxonomy to representative works and then to broader literature within each mechanism.

Overview

Overview of self-improvement mechanisms in foundation model-based agentic systems.
Click the figure to view full screen.

Core distinction. Self-improvement can be framed by asking what is being updated.

  • Foundation model improvement changes the model itself and tends to be slower, more persistent, and more training-centric.
  • Scaffolding improvement changes the operational shell around the model and tends to be faster, cheaper, and more reversible.
  • The paper library below follows this logic so that taxonomy and literature map onto each other directly.

Taxonomy

The survey can be read as a structured map of how an FM-based agent improves itself. Each item below links directly into the corresponding literature section.

Counts indicate the number of curated entries currently listed under each branch and subsection.

Quick start: representative papers

These are not the only important papers in the survey. They are included here as a first reading path for readers who want to understand the landscape quickly before diving into the full library.

Self-Instruct
2023 · 1.1 Intrinsic Generative Demonstrations

A canonical example of self-synthetic instruction generation for model alignment.

Constitutional AI
2022 · 1.2 Intrinsic Evaluative Feedback

An influential AI-feedback framework where model-based judgments are used for alignment and policy optimization.

WebRL
2025 · 1.3.1 Grounded Executable Environments

A representative web-agent training setup built around reinforcement learning and evolving curricula.

Web Agents with World Models
2025 · 1.3.2 Generative World Models

A concrete example of using learned environment dynamics to improve web agents.

Self-Refine
2023 · 2.1.2 Qualitative-Feedback Refinement

A classic self-feedback loop for iterative improvement at the prompt/output level.

TextGrad
2025 · 2.1.4 Textual Gradient Optimization

An influential formulation of automatic optimization via textual gradients.

MemoryBank
2024 · 2.2.2 Memory Structure

A representative long-term memory architecture for LLM-based agents.

Voyager
2023 · 2.3.1 Dynamic Tool Routing

An open-ended embodied agent that accumulates skills and uses tools in a growing scaffold.

Darwin Godel Machine
2025 · 2.4 Full Scaffolding

A strong representative for recursive self-improving agents that modify their broader operating logic.

Curated paper library

The literature below is organized to match the survey taxonomy. Within each subsection, papers are presented in roughly chronological order so that readers can follow the development of each research direction.

239 visible papers

1.1 Intrinsic Generative Demonstrations

The agent or model improves by synthesizing demonstrations, instruction sets, reasoning traces, or task distributions that can be used for imitation-style parameter updates.

20 papers
YearTitleVenueLinks
2023 Self-Instruct: Aligning Language Models with Self-Generated Instructions ACL
2023 Large Language Models Can Self-Improve EMNLP
2023 Orca: Progressive Learning from Complex Explanation Traces of GPT-4 arXiv
2024 SELF: Self-Evolution with Language Feedback arXiv
2024 SELF-GUIDE: Better Task-Specific Instruction Following via Self-Synthetic Finetuning COLM
2025 Improving Model Alignment Through Collective Intelligence of Open-Source LLMS ICML
2025 Superficial Self-Improved Reasoners Benefit from Model Merging EMNLP
2025 Will Pre-Training Ever End? A First Step Toward Next-Generation Foundation MLLMs via Self-Improving Systematic Cognition arXiv
2025 TaskCraft: Automated Generation of Agentic Tasks arXiv
2025 Iterative Tool Usage Exploration for Multimodal Agents via Step-wise Preference Tuning NeurIPS
2025 Maximizing Confidence Alone Improves Reasoning arXiv
2025 DIVE: Diversified Iterative Self-Improvement arXiv
2025 Self-Adapting Language Models NeurIPS
2025 First SFT, Second RL, Third UPT: Continual Improving Multi-Modal LLM Reasoning via Unsupervised Post-Training NeurIPS
2025 LADDER: Self-Improving LLMs Through Recursive Problem Decomposition arXiv
2025 Self-Consistency Preference Optimization ICML
2026 Reinforcing General Reasoning Without Verifiers ICLR
2026 SAGE: Multi-Agent Self-Evolution for LLM Reasoning arXiv
2026 ANDES: Agent Native Data Evolving Synthesis Tool for Autonomous Instruction Alignment arXiv
2026 EvoGround: Self-Evolving Video Agents for Video Temporal Grounding arXiv

1.2 Intrinsic Evaluative Feedback

The system derives its own reward, critique, verification signal, or intrinsic supervision to guide further updates.

21 papers
YearTitleVenueLinks
2025 STRIVE: Structured Reasoning for Self-Improvement in Claim Verification MIR
2025 Beyond Accuracy: The Role of Calibration in Self-Improving Large Language Models arXiv
2022 Constitutional AI: Harmlessness from AI Feedback arXiv
2023 ReST meets ReAct: Self-Improvement for Multi-Step Reasoning LLM Agent arXiv
2025 Self-Evolved Reward Learning for LLMs ICLR
2025 Sample, Predict, then Proceed: Self-Verification Sampling for Tool Use of LLMs arXiv
2025 RLSR: Reinforcement Learning from Self Reward arXiv
2025 Right Question is Already Half the Answer: Fully Unsupervised LLM Reasoning Incentivization NeurIPS
2025 TTRL: Test-Time Reinforcement Learning NeurIPS
2025 Can Large Reasoning Models Self-Train? arXiv
2025 Self Rewarding Self Improving arXiv
2025 Self-Evolving Curriculum for LLM Reasoning arXiv
2025 Reflect, Retry, Reward: Self-Improving LLMs via Reinforcement Learning arXiv
2025 Adaptive Self-improvement LLM Agentic System for ML Library Development ICML
2026 Learning to Reason without External Rewards ICLR
2026 Structured Reasoning for Large Language Models arXiv
2026 iReasoner: Trajectory-Aware Intrinsic Reasoning Supervision for Self-Evolving Large Multimodal Models arXiv
2026 STRIVE: Structured Reasoning for Self-improvement in Claim Verification machine intelligence research
2026 UniCorn: Towards Self-Improving Unified Multimodal Models through Self-Generated Supervision arXiv
2026 Retrospective Progress-Aware Self-Refinement for LLM Agent Training arXiv
2026 EVE-Agent: Evidence-Verifiable Self-Evolving Agents arXiv

1.3 Extrinsic Exploratory Experience

The agent improves through trajectories gathered from interaction with environments or learned simulators.

32 papers
1.3.1 Grounded Executable Environments 17 papers

Learning from trajectories, rewards, or observations obtained by acting in executable environments such as code runtimes, web interfaces, games, GUI systems, or robotics simulators.

YearTitleVenueLinks
2023 RoboCat: A Self-Improving Generalist Agent for Robotic Manipulation TMLR
2025 Tool-Star: Empowering LLM-Brained Multi-Tool Reasoner via Reinforcement Learning arXiv
2025 CodeARC: Benchmarking Reasoning Capabilities of LLM Agents for Inductive Program Synthesis COLM
2025 LLMs are Greedy Agents: Effects of RL Fine-tuning on Decision-Making Abilities arXiv
2025 Agent-RLVR: Training Software Engineering Agents via Guidance and Environment Rewards arXiv
2025 WebRL: Training LLM Web Agents via Self-Evolving Online Curriculum Reinforcement Learning ICLR
2025 Self-Improving Language Models for Evolutionary Program Synthesis: A Case Study on ARC-AGI ICML
2025 DeepResearcher: Scaling Deep Research via Reinforcement Learning in Real-world Environments arXiv
2025 Agentic Reasoning and Tool Integration for LLMs via Reinforcement Learning arXiv
2025 UI-Genie: A Self-Improving Approach for Iteratively Boosting MLLM-based Mobile GUI Agents NeurIPS
2025 RAGEN: Understanding Self-Evolution in LLM Agents via Multi-Turn Reinforcement Learning arXiv
2025 SEAgent: Self-Evolving Computer Use Agent with Autonomous Learning from Experience arXiv
2026 WebGym: Scaling Training Environments for Visual Web Agents with Realistic Tasks arXiv
2026 Kevin: Multi-Turn RL for Generating CUDA Kernels ICLR
2026 Tool-R0: Self-Evolving LLM Agents for Tool-Learning from Zero Data arXiv
2026 Socratic-SWE: Self-Evolving Coding Agents via Trace-Derived Agent Skills arXiv
2026 Self-evolving LLM Agents with In-Distribution Optimization ICML
1.3.2 Generative World Models 15 papers

Using learned world models, simulators, or imagined rollouts to improve agent behavior.

2.1 Prompt Optimization

The agent improves the prompt layer through scoring, reflection, evolutionary search, or textual-gradient style updates.

37 papers
2.1.1 Scalar-Feedback Optimization 10 papers

Optimizing prompts with scalar objectives, scores, or evaluation signals.

2.1.2 Qualitative-Feedback Refinement 10 papers

Improving prompts through critiques, revisions, hindsight, or other natural-language feedback.

2.1.3 Population-Based Evolution 6 papers

Evolving prompt populations with selection, mutation, or other population-based search methods.

2.1.4 Textual Gradient Optimization 11 papers

Treating language feedback like gradients for automatic textual optimization.

2.2 Memory

The agent improves what it stores, how memory is structured, and how memory is processed across interactions.

61 papers
2.2.1 Memory Object 16 papers

What is stored in memory, such as notes, summaries, trajectories, or latent states.

YearTitleVenueLinks
2023 Learning to Reason and Memorize with Self-Notes NeurIPS
2024 ExpeL: LLM Agents Are Experiential Learners AAAI
2024 A Human-Inspired Reading Agent with Gist Memory of Very Long Contexts ICML
2024 CodeAgent: Enhancing Code Generation with Tool-Integrated Agent Systems for Real-World Repo-level Coding Challenges ACL
2024 MEMORYLLM: Towards Self-Updatable Large Language Models ICML
2025 Agent Workflow Memory ICML
2025 ReasoningBank: Scaling Agent Self-Evolving with Reasoning Memory arXiv
2025 Seeing, Listening, Remembering, and Reasoning: A Multimodal Agent with Long-Term Memory arXiv
2025 Dynamic Cheatsheet: Test-Time Learning with Adaptive Memory arXiv
2025 PRIME: Planning and Retrieval-Integrated Memory for Enhanced Reasoning AAAI
2025 Contextual Memory Reweaving in Large Language Models Using Layered Latent State Reconstruction arXiv
2025 MemGen: Weaving Generative Latent Memory for Self-Evolving Agents arXiv
2025 M+: Extending MemoryLLM with Scalable Long-Term Memory arXiv
2026 Seeing, Listening, Remembering, and Reasoning: A Multimodal Agent with Long-Term Memory ICLR
2026 Thought-Retriever: Don't Just Retrieve Raw Data, Retrieve Thoughts for Memory-Augmented Agentic Systems arXiv
2026 Better with Experience: Self-Evolving LLM Agents for Evidence-Grounded Health Community Notes arXiv
2.2.2 Memory Structure 23 papers

How memory is organized, indexed, retrieved, or represented over time.

YearTitleVenueLinks
2022 XMem: Long-Term Video Object Segmentation with an Atkinson-Shiffrin Memory Model ECCV
2023 Generative Agents: Interactive Simulacra of Human Behavior UIST'23
2024 MemoryBank: Enhancing Large Language Models with Long-Term Memory arXiv
2024 MovieChat: From Dense Token to Sparse Memory for Long Video Understanding CVPR
2024 Explore, Select, Derive, and Recall: Augmenting LLM with Human-like Memory for Mobile Task Automation ACM MobiCom
2025 SCM: Enhancing Large Language Model with Self-Controlled Memory Framework DASFAA
2025 Hierarchical Memory for High-Efficiency Long-Term Reasoning in LLM Agents arXiv
2025 SALM: A Multi-Agent Framework for Language Model-Driven Social Network Simulation arXiv
2025 Mem0: Building Production-Ready AI Agents with Scalable Long-Term Memory arXiv
2025 G-Memory: Tracing Hierarchical Memory for Multi-Agent Systems NeurIPS
2025 Zep: A Temporal Knowledge Graph Architecture for Agent Memory arXiv
2025 SGMem: Sentence Graph Memory for Long-Term Conversational Agents arXiv
2025 CausalRAG: Integrating Causal Graphs into Retrieval-Augmented Generation ACL
2025 GraphVideoAgent: Enhancing Long-form Video Understanding with Entity Relation Graphs MM'25
2025 Decentralizing AI Memory: SHIMI, a Semantic Hierarchical Memory Index for Scalable Agent Reasoning arXiv
2025 From Knowledge to Noise: CTIM-Rover and the Pitfalls of Episodic Memory in Software Engineering Agents ACL Workshop
2025 In Prospect and Retrospect: Reflective Memory Management for Long-term Personalized Dialogue Agents ACL
2025 MrSteve: Instruction-Following Agents in Minecraft with What-Where-When Memory ICLR
2026 EvolveMem: Self-Evolving Memory Architecture via AutoResearch for LLM Agents arXiv
2026 SAGE: A Self-Evolving Agentic Graph-Memory Engine for Structure-Aware Associative Memory arXiv
2026 Prism: An Evolutionary Memory Substrate for Multi-Agent Open-Ended Discovery arXiv
2026 DecentMem: Self-Evolving Multi-Agent Systems via Decentralized Memory arXiv
2026 EXG: Self-Evolving Agents with Experience Graphs arXiv
2.2.3 Memory Processing 22 papers

How memory is created, updated, compressed, retrieved, and otherwise processed over time.

YearTitleVenueLinks
2023 Generative Agents: Interactive Simulacra of Human Behavior UIST
2024 WizardLM: Empowering large pre-trained language models to follow complex instructions ICLR
2025 SEDM: Scalable Self-Evolving Distributed Memory for Agents ICLR
2025 MemInsight: Autonomous Memory Augmentation for LLM Agents arXiv
2025 MemGen: Weaving Generative Latent Memory for Self-Evolving Agents arXiv
2025 A-MEM: Agentic Memory for LLM Agents NeurIPS
2025 G-Memory: Tracing Hierarchical Memory for Multi-Agent Systems arXiv
2025 Mem0: Building Production-Ready AI Agents with Scalable Long-Term Memory arXiv
2025 Agentic Retrieval-Augmented Generation: A Survey on Agentic RAG arXiv
2025 Memory OS of AI Agent EMNLP
2025 SCM: Enhancing Large Language Model with Self-Controlled Memory Framework DASFAA
2025 Dynamic Cheatsheet: Test-Time Learning with Adaptive Memory arXiv
2025 MLC-Agent: Cognitive Model based on Memory-Learning Collaboration in LLM Empowered Agent Simulation Environment arXiv
2025 MemInsight: Autonomous Memory Augmentation for LLM Agents arXiv
2026 Agentic Context Engineering: Evolving Contexts for Self-Improving Language Models ICLR
2026 MemRL: Self-Evolving Agents via Runtime Reinforcement Learning on Episodic Memory arXiv
2026 TMEM: Scaling Self-Evolving Agents via Parametric Memory arXiv
2026 MemQ: Integrating Q-Learning into Self-Evolving Memory Agents over Provenance DAGs arXiv
2026 Memory Beyond Recall: A Dual-Process Cognitive Memory System for Self-Evolving LLM Agents arXiv
2026 AEL: Agent Evolving Learning for Open-Ended Environments arXiv
2026 Metis: Bridging Text and Code Memory for Self-Evolving Agents arXiv
2026 Mem^2Evolve: Towards Self-Evolving Agents via Co-Evolutionary Capability Expansion and Experience Distillation ACL

2.3 Tool

The agent improves which tools it uses, how tools are routed, and whether it can refine or create new tools itself.

50 papers
2.3.1 Dynamic Tool Routing 24 papers

Choosing, orchestrating, and routing among available tools as tasks and contexts evolve.

YearTitleVenueLinks
2023 Voyager: An Open-Ended Embodied Agent with Large Language Models arXiv
2024 ToolNet: Connecting Large Language Models with Massive Tools via Tool Graph arXiv
2025 AgentOrchestra: Orchestrating Hierarchical Multi-Agent Intelligence with the Tool-Environment-Agent(TEA) Protocol arXiv
2025 MetaAgent: Toward Self-Evolving Agent via Tool Meta-Learning arXiv
2025 OrchDAG: Complex Tool Orchestration in Multi-Turn Interactions with Plan DAGs NeurIPS Workshop
2025 AutoTIR: Autonomous Tools Integrated Reasoning via Reinforcement Learning arXiv
2025 MCP-Flow: Facilitating LLM Agents to Master Real-World, Diverse and Scaling MCP Tools arXiv
2025 In-the-Flow Agentic System Optimization for Effective Planning and Tool Use NeurIPS
2025 MassTool: A Multi-Task Search-Based Tool Retrieval Framework for Large Language Models arXiv
2025 AgentOrchestra: Orchestrating Multi-Agent Intelligence with the Tool-Environment-Agent(TEA) Protocol arXiv
2025 Iterative Tool Usage Exploration for Multimodal Agents via Step-wise Preference Tuning NeurIPS
2025 Tool-Star: Empowering LLM-Brained Multi-Tool Reasoner via Reinforcement Learning arXiv
2025 MCP-Zero: Active Tool Discovery for Autonomous LLM Agents arXiv
2025 AskToAct: Enhancing LLMs Tool Use via Self-Correcting Clarification arXiv
2025 MemTool: Optimizing Short-Term Memory Management for Dynamic Tool Calling in LLM Agent Multi-Turn Conversations arXiv
2025 Tool-Planner: Task Planning with Clusters across Multiple Tools ICLR
2025 Tool-to-Agent Retrieval: Bridging Tools and Agents for Scalable LLM Multi-Agent Systems arXiv
2025 ToolGen: Unified Tool Retrieval and Calling via Generation ICLR
2026 ToolACE-R: Model-aware Iterative Training and Adaptive Refinement for Tool Learning AAAI
2026 DeepAgent: A General Reasoning Agent with Scalable Toolsets WWW
2026 DeepEyesV2: Toward Agentic Multimodal Model ICLR
2026 In-the-Flow Agentic System Optimization for Effective Planning and Tool Use ICLR
2026 GenericAgent: A Token-Efficient Self-Evolving LLM Agent via Contextual Information Density Maximization arXiv
2026 ANDES: Agent Native Data Evolving Synthesis Tool for Autonomous Instruction Alignment arXiv
2.3.2 Iterative Tool Refinement 11 papers

Improving tool use through iterative practice, feedback, debugging, or skill refinement.

2.3.3 Autonomous Tool Creation 15 papers

Generating or assembling new tools, services, or agent capabilities on demand.

2.4 Full Scaffolding

The most ambitious setting: the agent revises its own broader operational logic or executable scaffold.

18 papers
YearTitleVenueLinks
2024 Language Agents as Optimizable Graphs ICML
2024 Self-Taught Optimizer (STOP): Recursively Self-Improving Code Generation COLM
2024 Automated Design of Agentic Systems NeurIPS
2024 Symbolic Learning Enables Self-Evolving Agents arXiv
2025 Darwin Godel Machine: Open-Ended Evolution of Self-Improving Agents arXiv
2025 Huxley-Gödel Machine: Human-Level Coding Agent Development by an Approximation of the Optimal Self-Improving Machine arXiv
2025 Gödel Agent: A Self-Referential Agent Framework for Recursive Self-Improvement ACL
2025 AlphaEvolve: A coding agent for scientific and algorithmic discovery arXiv
2025 ShinkaEvolve: Towards Open-Ended And Sample-Efficient Program Evolution arXiv
2025 Live-SWE-agent: Can Software Engineering Agents Self-Evolve on the Fly? arXiv
2026 AgentDevel: Reframing Self-Evolving LLM Agents as Release Engineering arXiv
2026 JudgeFlow: Agentic Workflow Optimization via Block Judge arXiv
2026 RoboPhD: Self-Improving Text-to-SQL Through Autonomous Agent Evolution arXiv
2026 Adaptive Auto-Harness: Sustained Self-Improvement for Agentic System Deployment on Open-Ended Task Streams arXiv
2026 MOSS: Self-Evolution through Source-Level Rewriting in Autonomous Agent Systems arXiv
2026 Recursive Self-Evolving Agents via Held-Out Selection arXiv
2026 Continual Harness: Online Adaptation for Self-Improving Foundation Agents arXiv
2026 The Red Queen Gödel Machine: Co-Evolving Agents and Their Evaluators arXiv

How to read this survey

If you are new to the area

Start with the overview and taxonomy, then read one representative paper from each branch in the quick-start section.

After that, use the paper library to go deeper into whichever mechanism matches your interests: model updates, prompt evolution, memory, tools, or recursive scaffolds.

If you are using the page as a reference

Jump directly to the literature tables. The search bar works best for titles and venues, while the filter buttons quickly separate training-centric model updates from scaffold-centric agent adaptation.

For deeper reading, use the search bar and filters to move between broad categories and more specific mechanisms.

Authors

Zhe RenSchool of Artificial Intelligence, Jilin University
Yimeng Chen*King Abdullah University of Science and Technology (KAUST)
Dandan Guo*School of Artificial Intelligence, Jilin University · KAUST
Guowei RongSchool of Artificial Intelligence, Jilin University
Tonghui LiSchool of Artificial Intelligence, Jilin University
R. B. XiongIndependent Researcher
Qingfeng LanUniversity of Alberta
Wenyi WangKing Abdullah University of Science and Technology (KAUST)
Li NanboKing Abdullah University of Science and Technology (KAUST)
Yibo YangKing Abdullah University of Science and Technology (KAUST)
Mingchen ZhugeKing Abdullah University of Science and Technology (KAUST)
Jürgen SchmidhuberKing Abdullah University of Science and Technology (KAUST) · The Swiss AI Lab IDSIA/USI/SUPSI
Contact
* Corresponding authors
guodandan@jlu.edu.cn, {renzhe25, ronggw25, lith}@mails.jlu.edu.cn,
{yimeng.chen, wenyi.wang, nanbo.li, yibo.yang, mingchen.zhuge, juergen.schmidhuber}@kaust.edu.sa,
qlan3@ualberta.ca, rbxiong1@outlook.com

Citation

Please cite this survey as follows.

@misc{ren2026selfimprovementsmodernagenticsystems,
      title={Self-Improvements in Modern Agentic Systems: A Survey}, 
      author={Zhe Ren and Yimeng Chen and Dandan Guo and Guowei Rong and Tonghui Li and R. B. Xiong and Qingfeng Lan and Wenyi Wang and Li Nanbo and Yibo Yang and Mingchen Zhuge and Jürgen Schmidhuber},
      year={2026},
      eprint={2607.13104},
      archivePrefix={arXiv},
      primaryClass={cs.AI},
      url={https://arxiv.org/abs/2607.13104}, 
}