paper-with-me

Papers

LLM Agents Are Latent Context Managers: Eliciting Self-Managed Context via State Proprioception

2026-06-29 · Binyan Xu, Haitao Li, Kehuan Zhang arxiv

Long-horizon tool agents are bottlenecked by how their context grows toward the limits of the context window. Recent systems make context management agent- or system-controlled, but they either learn a compression policy that discards evidence or manage context in a layer the agent never sees. We argue both leave a more basic gap unaddressed. Frontier language models are proprioceptively blind to their own context. From the prompt alone they cannot see how large, how old, or how used each block is, the signals a keep-or-drop decision needs. We hypothesize that competent context management is already latent in capable models, and that what is missing is not a learned policy but an interface exposing this state. We introduce VISTA (Visible Internal State for Tool Agents), a training-free, model-agnostic layer that represents working memory as typed, addressable blocks, surfaces a runtime dashboard of per-block token usage, recency, and access history, and archives blocks as recoverable full-fidelity payloads. On LOCA-Bench, BrowseComp-Plus, and GAIA, the same untrained interface transfers across 1M-, 100K-, and 10K-scale trajectories. On LOCA-Bench it improves four backbones and lifts Gemini-3-Flash from 22.7 to 50.7%. The lift grows with context pressure and transfers across backbones. Ablations further confirm that the dashboard matters beyond archive and recovery tools.

📄 PDF Abstract BibTeX arXiv:2606.30005

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning Agent-Compatible Context Management for Long-Horizon Tasks

2026-05-29 · Lu Yi, Runlin Lei, Liuyi Yao, Yuexiang Xie 외 arxiv

LLM agents increasingly face long-horizon tasks such as web search and deep research in real-world applications, where accumulated context can cause long-context degradation and reasoning failures. Prior work mitigates t…

Reinforcement Learning

Credible Sample Elicitation by Deep Learning, for Deep Learning

2019-09-25 · Yang Liu, Zuyue Fu, Zhuoran Yang, Zhaoran Wang

It is important to collect credible training samples $(x,y)$ for building data-intensive learning systems (e.g., a deep learning system). In the literature, there is a line of studies on eliciting distributional informat…

Deep Learning

Sample Elicitation

2019-10-08 · Jiaheng Wei, Zuyue Fu, Yang Liu, Xingyu Li 외

It is important to collect credible training samples $(x,y)$ for building data-intensive learning systems (e.g., a deep learning system). Asking people to report complex distribution $p(x)$, though theoretically viable, …

Eliciting Latent Knowledge from Quirky Language Models

2023-12-02 · Alex Mallen, Madeline Brumley, Julia Kharchenko, Nora Belrose

Eliciting Latent Knowledge (ELK) aims to find patterns in a capable neural network's activations that robustly track the true state of the world, especially in hard-to-verify cases where the model's output is untrusted. …

Anomaly DetectionMath

Self-Evolving Software Agents

2026-04-29 · Marco Robol, Paolo Giorgini arxiv

Autonomous agents can adapt their behaviour to changing environments, but remain bound to requirements, goals, and capabilities fixed at design time, preventing genuine software evolution. This paper introduces self-evol…