SWE-Serve: Benchmarking Agentic Engineering For Production Inference Serving
Jennifer Williams, Dave Farris, Jeff Farris, Jiantao Jiao
arXiv:2609.26777v1Today’s paper introduces SWE-Serve, a benchmark for a problem the field has struggled to measure well: can AI agents actually ship production inference features, not just hack together code that passes local tests? The authors build 53 repository-grounded tasks from real changes in the SGLang serving stack, covering model support, runtime behavior, APIs, and performance constraints. Each task is evaluated with hidden functional and regression tests, and where possible, end-to-end serving checks and calibrated performance gates. That matters because production inference work is full of cross-cutting details that ordinary software benchmarks miss. In their experiments, the best of 11 models and 31 effort settings reaches 75 percent pass at one, but the benchmark also exposes a big gap between “looks correct” and “works in production.” In particular, end-to-end tests reject many patches that would otherwise pass. SWE-Serve gives the community a much sharper way to track whether coding agents are becoming genuinely deployment-ready.
Also spotted that day
Previous daily papers