paper-with-me

홈 › Papers

What Limits Agentic Systems Efficiency?

2025-10-18 · Song Bian, Minghao Yan, Anand Jayarajan, Gennady Pekhimenko, Shivaram Venkataraman arxiv

Large Language Models (LLMs), such as OpenAI-o1 and DeepSeek-R1, have demonstrated strong reasoning capabilities. To further enhance LLM capabilities, recent agentic systems, such as Deep Research, incorporate web interactions into LLM reasoning to mitigate uncertainties and reduce potential errors. However, existing research predominantly focuses on reasoning performance, often neglecting the efficiency of agentic systems. In this work, we present a comprehensive empirical study that identifies efficiency bottlenecks in web-interactive agentic systems. We decompose end-to-end latency into two primary components: LLM API latency and web environment latency. We conduct a comprehensive empirical study across 15 models and 5 providers to demonstrate high variability in API-based agentic systems. We observe that web environment latency can contribute as much as 53.7% to the overall latency in a web-based agentic system. To improve latency, we propose SpecCache, a caching framework augmented with speculative execution that can reduce web environment overhead. Extensive evaluations on two standard benchmarks show that our approach improves the cache hit rate by up to 58x compared to a random caching strategy, while reducing web environment overhead by up to 3.2x, without degrading agentic system performance.

📄 PDF Abstract BibTeX arXiv:2510.16276

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Risk Alignment in Agentic AI Systems

2024-10-02 · Hayley Clatterbuck, Clinton Castro, Arvo Muñoz Morán

Agentic AIs $-$ AIs that are capable and permitted to undertake complex actions with little supervision $-$ mark a new frontier in AI capabilities and raise new questions about how to safely create and align such systems…

When Memory Takes Gradients: Collaborative Vector Memory for Agentic Recommender Systems

2026-08-27 · Hanchong Chen, Xing Tang, Lingjie Li, Xiongfeng Shan 외 arxiv

Agentic recommender systems ground each decision of a large language model (LLM) in a persistent memory of the user, and in existing agents that memory is text: a narrative written and maintained by further LLM calls. Te…

Validity Is What You Need

2025-10-31 · Sebastian Benthall, Andrew Clark arxiv

While AI agents have long been discussed and studied in computer science, today's Agentic AI systems are something new. We consider other definitions of Agentic AI and propose a new realist definition. Agentic AI is a so…

Agentic AI and Multiagentic: Are We Reinventing the Wheel?

2025-06-02 · V. Botti

The terms Agentic AI and Multiagentic AI have recently gained popularity in discussions on generative artificial intelligence, often used to describe autonomous software agents and systems composed of such agents. Howeve…

General Agentic Planning Through Simulative Reasoning with World Models

2025-07-31 · Mingkai Deng, Jinyu Hou, Zhiting Hu, Eric Xing arxiv

What does it mean to plan? Current agentic systems, whether scaffolded workflows or end-to-end policies, rely on reactive decision-making: selecting the next action via a fixed procedure with at most undifferentiated ada…

Instruction Following