paper-with-me

홈 › Papers

Efficient Agents: Building Effective Agents While Reducing Cost

2025-07-24 · Ningning Wang, Xavier Hu, Pai Liu, He Zhu, Yue Hou, Heyuan Huang, Shengyu Zhang, Jian Yang, Jiaheng Liu, Ge Zhang, Changwang Zhang, Jun Wang, Yuchen Eleanor Jiang, Wangchunshu Zhou arxiv

The remarkable capabilities of Large Language Model (LLM)-driven agents have enabled sophisticated systems to tackle complex, multi-step tasks, but their escalating costs threaten scalability and accessibility. This work presents the first systematic study of the efficiency-effectiveness trade-off in modern agent systems, addressing the critical need for cost-effective designs without sacrificing performance. We investigate three key questions: (1) How much complexity do agentic tasks inherently require? (2) When do additional modules yield diminishing returns? (3) How much efficiency can be gained through the design of efficient agent frameworks? Through an empirical analysis on the GAIA benchmark, we evaluate the impact of LLM backbone selection, agent framework designs, and test-time scaling strategies. Using the cost-of-pass metric, we quantify the efficiency-performance trade-off across these dimensions. Our findings inform the development of Efficient Agents , a novel agent framework that has an optimal complexity to task requirements. Efficient Agents retains 96.7% of the performance of OWL, one leading open-source agent framework, while reducing operational costs from $0.398 to $0.228, resulting in a 28.4% improvement in cost-of-pass. Our work provides actionable insights for designing efficient, high-performing agent systems, advancing the accessibility and sustainability of AI-driven solutions.

📄 PDF Abstract BibTeX arXiv:2508.02694

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

FocusAgent: Simple Yet Effective Ways of Trimming the Large Context of Web Agents

2025-10-03 · Imene Kerboua, Sahar Omidi Shayegan, Megh Thakkar, Xing Han Lù 외 arxiv

Web agents powered by large language models (LLMs) must process lengthy web page observations to complete user goals; these pages often exceed tens of thousands of tokens. This saturates context limits and increases comp…

Building AI Agents for Autonomous Clouds: Challenges and Design Principles

2024-07-16 · Manish Shetty, Yinfang Chen, Gagan Somashekar, Minghua Ma 외

The rapid growth in the use of Large Language Models (LLMs) and AI Agents as part of software development and deployment is revolutionizing the information technology landscape. While code generation receives significant…

Code GenerationFault localization

AgentScope 1.0: A Developer-Centric Framework for Building Agentic Applications

2025-08-22 · Dawei Gao, Zitao Li, Yuexiang Xie, Weirui Kuang 외 arxiv

Driven by rapid advancements of Large Language Models (LLMs), agents are empowered to combine intrinsic knowledge with dynamic tool use, greatly enhancing their capacity to address real-world tasks. In line with such an …

Complementary reinforcement learning towards explainable agents

2019-01-01 · Jung Hoon Lee

Reinforcement learning (RL) algorithms allow agents to learn skills and strategies to perform complex tasks without detailed instructions or expensive labelled training examples. That is, RL agents can learn, as we learn…

Decision MakingDeep Reinforcement Learningreinforcement-learningReinforcement Learning+1

Building AI Agents to Improve Job Referral Requests to Strangers

2025-12-28 · Ross Chu, Yuting Huang arxiv

This paper develops AI agents that help job seekers write effective requests for job referrals in a professional online community. The basic workflow consists of an improver agent that rewrites the referral request and a…