paper-with-me

홈 › Papers

ADK Arena: Evaluating Agent Development Kits via LLM-as-a-Developer

2026-06-04 · Jintao Huang, Xiaomin Li, Gaurav Mittal, Yu Hu arxiv

The rapid proliferation of Agent Development Kits (ADKs), SDK-level frameworks for building LLM-powered autonomous agents, has outpaced any empirical understanding of how framework choice affects agent performance. We propose \textbf{LLM-as-a-Developer}, a methodology that replaces human developers with an LLM coding agent that learns each framework's API from documentation, writes agent code, and iteratively repairs it through a validate-and-feedback loop until tests pass. By holding the developer constant and varying only the framework, generation effort becomes a quantitative proxy for API usability and the resulting agents provide a controlled measure of framework effectiveness. We implement this in \textbf{ADK Arena}, a fully automated pipeline with per-framework Docker isolation, a three-level validation pipeline, and benchmark adapters for SWE-bench, $τ^2$-bench, Terminal-Bench, and MCP-Atlas. Evaluating all 51 popular Python ADK frameworks (204 agent--benchmark pairs), we find that: (1)~generation succeeds for 57\% of runs, and its cost varies 5.6$\times$ across frameworks (\$0.6 to \$3.4 per agent), a quantitative proxy for API complexity, though cost alone does not predict success; (2)~no single framework dominates: the best single-benchmark ADK agents resolve up to 80\% of tasks and can even \emph{beat} general-purpose frontier coding agents at a fraction of the cost, yet the median framework resolves only 32\%; (3)~across information-source ablations, genuine framework usage stays within a narrow 28--40\% band (highest with raw source access and still 33\% with no reference material at all), indicating that documentation, source code, and parametric knowledge are largely substitutable rather than any one being a hard bottleneck.

📄 PDF Abstract BibTeX arXiv:2606.05548

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

An Empirical Study of Agent Developer Practices in AI Agent Frameworks

2025-12-01 · Yanlin Wang, Xinyi Xu, Jiachi Chen, Tingting Bi 외 arxiv

The rise of large language models (LLMs) has sparked a surge of interest in agents, leading to the rapid growth of agent frameworks. Agent frameworks are software toolkits and libraries that provide standardized componen…

Agent-Arena: A General Framework for Evaluating Control Algorithms

2025-04-08 · Halid Abdulrahim Kadi, Kasim Terzić

Robotic research is inherently challenging, requiring expertise in diverse environments and control algorithms. Adapting algorithms to new environments often poses significant difficulties, compounded by the need for ext…

Decision Making

PersonaArena: Dynamic Simulation for Evaluating and Enhancing Persona-Level Role-Playing in Large Language Models

2026-05-16 · Wenlong Shi, Jianxun Lian, Mingqi Wu, Haiming Qin 외 arxiv

Large language models (LLMs) increasingly serve as interactive social agents, yet their ability to maintain coherent and authentic persona-level role-playing remains limited, particularly in realistic social scenarios. E…

LLMArena: Assessing Capabilities of Large Language Models in Dynamic Multi-Agent Environments

2024-02-26 · Junzhe Chen, Xuming Hu, Shuodi Liu, Shiyu Huang 외

Recent advancements in large language models (LLMs) have revealed their potential for achieving autonomous agents possessing human-level intelligence. However, existing benchmarks for evaluating LLM Agents either use sta…

Spatial Reasoning

VideoWebArena: Evaluating Long Context Multimodal Agents with Video Understanding Web Tasks

2024-10-24 · Lawrence Jang, Yinheng Li, Charles Ding, Justin Lin 외

Videos are often used to learn or extract the necessary information to complete tasks in ways different than what text and static imagery alone can provide. However, many existing agent benchmarks neglect long-context vi…

Video Understanding