SEAIApr 1

EvolveTool-Bench: Evaluating the Quality of LLM-Generated Tool Libraries as Software Artifacts

arXiv:2604.0039210.6h-index: 1
Predicted impact top 66% in SE · last 90 daysOriginality Incremental advance
AI Analysis

This addresses the need for better evaluation and governance of LLM-generated tools in software engineering workflows, though it is incremental as it builds on existing benchmarks by adding quality-focused metrics.

The paper tackles the problem of evaluating LLM-generated tool libraries beyond task completion by introducing EvolveTool-Bench, a diagnostic benchmark that measures software quality metrics like reuse and safety, revealing up to 18% differences in library health among systems with similar task completion rates of 63-68%.

Modern LLM agents increasingly create their own tools at runtime -- from Python functions to API clients -- yet existing benchmarks evaluate them almost exclusively by downstream task completion. This is analogous to judging a software engineer only by whether their code runs, ignoring redundancy, regression, and safety. We introduce EvolveTool-Bench, a diagnostic benchmark for LLM-generated tool libraries in software engineering workflows. Across three domains requiring actual tool execution (proprietary data formats, API orchestration, and numerical computation), we define library-level software quality metrics -- reuse, redundancy, composition success, regression stability, and safety -- alongside a per-tool Tool Quality Score measuring correctness, robustness, generality, and code quality. In the first head-to-head comparison of code-level and strategy-level tool evolution (ARISE vs. EvoSkill vs. one-shot baselines, 99 tasks, two models), we show that systems with similar task completion (63-68%) differ by up to 18% in library health, revealing software quality risks invisible to task-only evaluation. Our results highlight that evaluation and governance of LLM-generated tools require treating the evolving tool library as a first-class software artifact, not a black box.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes