paper-with-me

Papers

REAP: Automatic Curation of Coding Agent Benchmarks from Interactive Production Usage

2026-04-02 · Smriti Jha, Matteo Paltenghi, Chandra Maddila, Vijayaraghavan Murali, Shubham Ugare, Satish Chandra arxiv

Production deployment of AI coding agents requires fast, reproducible evaluation signals. Existing industrial practices trade off speed and fidelity: online A/B testing takes weeks and risks user experience, shadow deployment yields signals that are not reproducible across runs, and public benchmarks diverge from production workloads in language distribution, prompt style, and codebase structure. This paper presents REAP (Relevance and Execution-Audited Pipeline), an automated curation pipeline that constructs production-derived benchmarks from real developer-agent sessions without manual labeling. Such curation, while in-distribution to production usage, runs into several challenges. Untestable prompts, misaligned tests, and test flakiness all compromise evaluation reliability. While tasks can be manually audited to ensure only high-quality tasks remain in the benchmark, this approach is infeasible in the monorepo setting: the build infrastructure state is often ephemeral in large monorepos and requires the benchmark to be continuously re-curated against the current codebase. As manual verification cannot be sustained at this cadence, REAP adds an automated verification layer using LLM-based task classification, agentic test-relevance validation, and multi-run stability checks to ensure the executable benchmark yields trustworthy signals. We use REAP to curate Harvest, a benchmark where each task feeds the coding agent a real developer prompt and verifies the resulting code change against fail-to-pass tests retrieved from production. Harvest's distribution spans more than four programming languages with a majority of tasks drawn from Hack. Model and harness evaluations reveal that solve rates range from 42.9% to 58.2% across five frontier models, surfacing capability differences that inform concrete deployment decisions.

📄 PDF Abstract BibTeX arXiv:2604.01527

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Darwin Godel Machine: Open-Ended Evolution of Self-Improving Agents

2025-05-29 · Jenny Zhang, Shengran Hu, Cong Lu, Robert Lange 외

Today's AI systems have human-designed, fixed architectures and cannot autonomously and continuously improve themselves. The advance of AI could itself be automated. If done safely, that would accelerate AI development a…

Meta-Learning

SkillBrew: Multi-Objective Curation of Skill Banks for LLM Agents

2026-05-28 · Wentao Hu, Zhendong Chu, Yiming Zhang, Junda Wu 외 arxiv

Retrieval-augmented LLM agents increasingly rely on curated skill banks: collections of reusable textual principles that guide decision making on complex tasks. Existing approaches typically expand these banks in an appe…

Decision Making

Can Generalist Agents Automate Data Curation?

2026-06-02 · Feiyang Kang, Hanze Li, Adam Nguyen, Mahavir Dabas 외 arxiv

Curating training data is among the most consequential yet labor-intensive parts of modern AI development: practitioners iteratively propose, implement, evaluate, and revise data policies against noisy benchmark feedback…

SafetyFlow: An Agent-Flow System for Automated LLM Safety Benchmarking

2025-08-21 · Xiangyang Zhu, Yuan Tian, Chunyi Li, Kaiwei Zhang 외 arxiv

The rapid proliferation of large language models (LLMs) has intensified the requirement for reliable safety evaluation to uncover model vulnerabilities. To this end, numerous LLM safety evaluation benchmarks are proposed…

Dialogue SWE-Bench: A Benchmark for Dialogue-Driven Coding Agents

2026-06-12 · Brendan King, Jeffrey Flanigan arxiv

AI coding agents have rapidly transformed software engineering, powering widely used interactive coding assistants. Despite their interactive real-world use, existing benchmarks evaluate them as fully-autonomous systems.…