LGAIAug 2

Stop When Memory Suffices: Evidence-Conditioned Progressive Execution for LLM Agents

arXiv:2608.012859.4
Predicted impact top 11% in LG · last 90 daysOriginality Highly original
AI Analysis

This work addresses the problem of balancing answer quality and online latency for LLM agents requiring long-term memory, which is crucial for their persistent and adaptive intelligence.

This paper introduces Router-Mem, an evidence-conditioned progressive execution framework for long-horizon agent memory. It achieves 55.17% and 38.77% scores on AMA-Bench and BEAM, respectively, while reducing average inference time by 27.3% and 25.5% compared to full memory execution.

The continued development of LLMs toward persistent and adaptive intelligence increasingly requires long-term memory mechanisms that preserve and reuse information across interactions. Existing memory systems either compress and structure histories for efficient access or perform deep research over broader trajectories. The former lowers online cost but may omit temporal, causal, or cross-step dependencies, while the latter improves evidence coverage at substantial latency and inference cost. This raises a key question: can a memory system achieve strong answer quality while maintaining low online latency? We introduce Router-Mem, an evidence-conditioned progressive execution framework for long-horizon agent memory. Router-Mem first applies a shared low-cost retrieval prefix to obtain evidence. A lightweight sufficiency router then predicts whether the context supports early termination, which enable a single-token decision at inference time. It is trained with evidence-level supervision and rationale-conditioned representation distillation. When evidence is insufficient, Router-Mem reuses retrieval hits to expand memory blocks and perform deeper analysis and aggregation. Experiments on AMA-Bench and BEAM show that Router-Mem achieves 55.17\% and 38.77\% score while reducing average inference time by 27.3\% and 25.5\% compared with full memory execution.

Foundations

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

Your Notes