SYNTHESIS NOTE
Agentic Systems and Tool Use

Can external managers compress context better than frozen agents?

Explores whether offloading context management to a trained external system can adapt compression strategies to individual agent strengths, rather than forcing agents to manage their own context constraints.

Synthesis note · 2026-06-03 · sourced from Context Engineering

Long-horizon agents accumulate context — tool results, intermediate reasoning — until stale content obscures salient evidence, amplifies positional bias, and degrades decisions. Prior fixes put the burden of managing context on the agent itself (agent-side control, or fixed summarization), which requires training the agent and is impractical for closed-source agents, and ignores that different agents need different strategies.

AdaCoM separates the concern entirely: train an external LLM to manage the context of a frozen agent through flexible modification actions and end-to-end RL. The manager prunes stale content while preserving task constraints and progress, improving diverse agents on web-search and deep-research benchmarks and transferring to unseen agents of similar capability.

The most useful finding is a fidelity–reliability trade-off. Agents with higher vanilla ReAct performance benefit from higher-fidelity context preservation — they can use more detail well. Lower-performing agents require more aggressive compression to stay within a reliable reasoning regime. The right amount of context is not a property of the task alone; it is indexed to the agent's own competence. This means context management is not one universal policy but a per-agent calibration — consistent with Does fixed sparsity work for all sequence lengths?, where the optimal budget is also conditional rather than fixed.

Inquiring lines that use this note as a source 23

This note is a source for these synthesized inquiries. Follow a line forward into its question, or open it to trace back to all of its sources.

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
15 direct connections · 110 in 2-hop network ·medium 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

context management can be offloaded to a trained external manager for a frozen agent and optimal compression depends on the agent's own reliability