paper-with-me

홈 › Papers

An Information Theoretic Perspective on Agentic System Design

2025-12-25 · Shizhe He, Avanika Narayan, Ishan S. Khare, Scott W. Linderman, Christopher Ré, Dan Biderman arxiv

Agentic language model (LM) systems power modern applications like "Deep Research" and "Claude Code," and leverage multi-LM architectures to overcome context limitations. Beneath their apparent diversity lies a recurring pattern: smaller "compressor" LMs (that can even run locally) distill raw context into compact text that is then consumed by larger "predictor" LMs. Despite their popularity, the design of compressor-predictor systems remains largely ad hoc, with little guidance on how compressor and predictor choices shape downstream performance. In practice, attributing gains to compression versus prediction requires costly, task-specific pairwise sweeps. We argue that these agentic system design questions are, at root, information-theoretic. Viewing the compressor LM as a noisy channel, we introduce a simple estimator of mutual information between the context and its compression to quantify compression quality in a task-independent way. We show that mutual information strongly predicts downstream performance, independent of any specific task. Through an information-theoretic framework, we perform a comprehensive empirical analysis across five datasets and three model families. Results reveal that larger compressors not only are more accurate, but also more token-efficient, conveying more bits of information per token. A 7B Qwen-2.5 compressor, for instance, is $1.6\times$ more accurate, $4.6\times$ more concise, and conveys $5.5\times$ more bits of mutual information per token than its 1.5B sibling. Across datasets, scaling compressors is substantially more effective than scaling predictors, enabling larger on-device compressors to pair with smaller cloud predictors. Applied to a Deep Research system, these principles enable local compressors as small as 3B parameters to recover $99\%$ of frontier-LM accuracy at $26\%$ of API costs.

📄 PDF Abstract BibTeX arXiv:2512.21720

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Anatomy of Agentic Memory: Taxonomy and Empirical Analysis of Evaluation and System Limitations

2026-02-22 · Dongming Jiang, Yi Li, Songtao Wei, Jinxin Yang 외 arxiv

Agentic memory systems enable large language model (LLM) agents to maintain state across long interactions, supporting long-horizon reasoning and personalization beyond fixed context windows. Despite rapid architectural …

Agentic Design Patterns: A System-Theoretic Framework

2026-01-27 · Minh-Dung Dao, Quy Minh Le, Hoang Thanh Lam, Duc-Trong Le 외 arxiv

With the development of foundation model (FM), agentic AI systems are getting more attention, yet their inherent issues like hallucination and poor reasoning, coupled with the frequent ad-hoc nature of system design, lea…

Agentic AI for Cyber Resilience: A New Security Paradigm and Its System-Theoretic Foundations

2025-12-28 · Tao Li, Quanyan Zhu arxiv

Cybersecurity is being fundamentally reshaped by foundation-model-based artificial intelligence. Large language models now enable autonomous planning, tool orchestration, and strategic adaptation at scale, challenging se…

Revisiting RAG Ensemble: A Theoretical and Mechanistic Analysis of Multi-RAG System Collaboration

2025-08-19 · Yifei Chen, Guanting Dong, Yutao Zhu, Zhicheng Dou arxiv

Retrieval-Augmented Generation (RAG) technology has been widely applied in recent years. However, despite the emergence of various RAG frameworks, a single RAG framework still cannot adapt well to a broad range of downst…

The Future is Agentic: Definitions, Perspectives, and Open Challenges of Multi-Agent Recommender Systems

2025-07-02 · Reza Yousefi Maragheh, Yashar Deldjoo

Large language models (LLMs) are rapidly evolving from passive engines of text generation into agentic entities that can plan, remember, invoke external tools, and co-operate with one another. This perspective paper inve…

Explanation GenerationHallucinationRecommendation SystemsText Generation+1