SYNTHESIS NOTE
TopicsEvolutionthis note

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.

Synthesis note · 2026-07-17 · sourced from Evolution
What actually constrains large language models from self-improvement? How do you navigate synthesis across fragmented research topics?

A survey of modern self-improving agents offers a clean systems abstraction: an agent is a configuration coupling a foundation model with an operational scaffold — prompts, memory, tools, and control logic — and self-improvement is a self-induced update operator that obtains and commits updates to either the model parameters or the scaffold components. That single distinction organizes the whole field, because it separates what changes from how fast it can change. Foundation-model improvement is the parametric, slower loop (driven by intrinsic generative demonstrations, intrinsic evaluative feedback, or extrinsic exploratory experience). Scaffolding improvement is the non-parametric, faster loop (updating prompts, memory, tools, or the full scaffold).

The value of the framing is that it makes the design space legible rather than a pile of named systems. It also explains why so much recent progress lives in the fast loop: updating a memory store or a prompt is cheap and reversible, while updating weights is expensive and risky. This is the same two-timescale structure surfaced empirically in Can agents adapt without pausing service to users? — but generalized from one system to a taxonomy. Which means the survey's real contribution is a shift of the object of study: the goal is no longer the static agent but the mechanism driving its evolution — the update operator itself and the signals that trigger it. Any concrete self-improvement design can be located by asking which loop it modifies and what signal drives the commit.

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 does objective evolution guide discovery better than fixed planning? Do harness improvements transfer across model scales or memorize shortcuts? How can AI agents autonomously learn and transfer skills across tasks? Why do agents confidently report success despite actually failing tasks? Does externalizing cognitive work and state improve agent reliability? Does decoupling planning from execution improve multi-step reasoning accuracy? Can language model RL training avoid reward hacking and misalignment?

Related concepts in this collection 3

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
12 direct connections · 115 in 2-hop network ·dense cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

modern self-improving agents divide into a slow parametric loop that updates model weights and a fast non-parametric loop that updates the scaffold of prompts memory and tools