paper-with-me

Papers

ISO-Bench: Can Coding Agents Optimize Real-World Inference Workloads?

2026-02-23 · Ayush Nangia, Shikhar Mishra, Aman Gokrani, Paras Chopra arxiv

We introduce ISO-Bench, a benchmark for coding agents to test their capabilities on real-world inference optimization tasks. These tasks were taken from vLLM and SGLang, two of the most popular LLM serving frameworks. Each task provides an agent with a codebase and bottleneck description, whereby the agent must produce an optimization patch evaluated against expert human solutions. We curated 54 tasks from merged pull requests with measurable performance improvements. While existing benchmarks heavily use runtime-based metrics, such approaches can be gamed to pass tests without capturing the actual intent of the code changes. Therefore, we combine both hard (execution-based) and soft (LLM-based) metrics to show that both are necessary for complete evaluation. While evaluating both closed and open-source coding agents, we find no single agent dominates across codebases. Surprisingly, agents often identify correct bottlenecks but fail to execute working solutions. We also show that agents with identical underlying models differ substantially, suggesting scaffolding is as important as the model.

📄 PDF Abstract BibTeX arXiv:2602.19594

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Can Vibe Coding Beat Graduate CS Students? An LLM vs. Human Coding Tournament on Market-driven Strategic Planning

2025-11-25 · Panayiotis Danassis, Naman Goel arxiv

The rapid proliferation of Large Language Models (LLMs) has revolutionized AI-assisted code generation. This rapid development of LLMs has outpaced our ability to properly benchmark them. Prevailing benchmarks emphasize …

Code Generation

FormulaCode: Evaluating Agentic Optimization on Large Codebases

2026-03-16 · Atharva Sehgal, James Hou, Akanksha Sarkar, Ishaan Mantripragada 외 arxiv

Large language model (LLM) coding agents increasingly operate at the repository level, motivating benchmarks that evaluate their ability to optimize entire codebases under realistic constraints. Existing code benchmarks …

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.…

ProjDevBench: Benchmarking AI Coding Agents on End-to-End Project Development

2026-02-02 · Pengrui Lu, Shiqi Zhang, Yunzhong Hou, Lyumanshan Ye 외 arxiv

Recent coding agents can generate complete codebases from simple prompts, yet existing evaluations focus on issue-level bug fixing and lag behind end-to-end development. We introduce ProjDevBench, an end-to-end benchmark…

Understanding Agent-Based Patching of Compiler Missed Optimizations

2026-07-02 · Batu Guan, Zirui Wang, Shaohua Li arxiv

Compiler missed optimizations refer to cases in which compilers failed to optimize certain code. It takes many compiler developers' efforts to implement or patch such missed optimizations. In this paper, we present a sys…