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

· Source: cs.CL updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems · Depth: Expert, extended

Summary

VISTA (Visible Internal State for Tool Agents) is a training-free, model-agnostic layer designed to address context window limitations in long-horizon LLM agents. It represents working memory as typed, addressable blocks and provides a runtime dashboard displaying per-block token usage, recency, and access history. VISTA also archives blocks as recoverable full-fidelity payloads. Evaluated on LOCA-Bench, BrowseComp-Plus, and GAIA, VISTA improves performance across million-, 100K-, and 10K-scale trajectories. On LOCA-Bench, it lifts Gemini-3-Flash from 22.7% to 50.7% and Claude-Sonnet-4.5 from 8.0% to 34.7%, demonstrating gains that increase with context pressure and transfer across four backbones. Ablations confirm the dashboard's critical role beyond just archive and recovery tools.

Key takeaway

For AI Engineers building long-horizon LLM agents, you should prioritize exposing runtime context state to your models. Implementing a VISTA-like "proprioceptive dashboard" with per-block metadata (size, age, usage) and lossless archive/recovery mechanisms can significantly improve agent performance and robustness under context pressure, as demonstrated by gains on Gemini-3-Flash and Claude-Sonnet-4.5. This approach enables self-managed context without requiring model retraining.

Key insights

LLM agents need proprioceptive context state (size, age, usage) to manage working memory effectively.

Principles

Method

VISTA converts transcripts into addressable blocks, surfaces a dashboard with per-block metadata (token usage, recency, access history), and enables lossless archiving/recovery of exact payloads via meta-context tools.

In practice

Topics

Best for: Research Scientist, AI Architect, NLP Engineer, AI Scientist, Machine Learning Engineer, AI Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.