AICLLGJun 28

Selective Memory Retention for Long-Horizon LLM Agents

arXiv:2606.291785.9
Predicted impact top 81% in AI · last 90 daysOriginality Incremental advance
AI Analysis

For LLM agents operating in noisy environments, this work provides a memory retention policy that robustly handles distractors without degrading performance.

TraceRetain, a lightweight framework for bounded external memory in frozen LLM agents, uses interpretable features to score and evict entries. Under noisy-write stress, it maintains 16.6% Precision@5 and 97/100 task success, while unbounded memory drops to 12.4% and FIFO-K50 to 3.8%.

When does retention matter for memory-augmented LLM agents? We study this with TraceRetain, a lightweight framework for bounded external memory in frozen LLM agents that scores entries by interpretable features (success, age, access frequency, redundancy, specificity, similarity, downstream utility) and evicts the lowest-scoring ones at capacity. On clean ALFWorld with gpt-5-mini, external memory robustly improves over no memory across two seeds, but differences among bounded retention policies fall within Wilson 95% CIs: clean ALFWorld at T=100 to T=200 does not naturally exhibit the memory pollution retention is designed to address. Under a controlled noisy-write stress (75% synthetic distractors), unbounded memory and FIFO-K50 degrade on Precision@5 (20.2% to 12.4% and 15.8% to 3.8%) while TraceRetain-CEM is essentially unchanged (16.9% to 16.6%) and preserves 97/100 task success. The mechanism: unbounded memory has the highest mean similarity (0.87) but lowest precision, indicating failed distractors close to the query in embedding space. Held-out in-distribution evaluation shows memory-augmented policies solving 47 to 49 of 50 tasks vs. 39/50 for no memory. Bounded retention buys memory and step efficiency on saturated clean benchmarks at no task-success cost, and only differentiates from cache heuristics when streams contain noise.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes