paper-with-me

Papers

StaminaBench: Stress-Testing Coding Agents over 100 Interaction Turns

2026-06-17 · Vlad Sobal, Shuo Yang, Yuting Zhang, Wei Xia, Stefano Soatto arxiv

We introduce StaminaBench, a benchmark that measures the stamina of coding agents: how many consecutive interaction turns (change requests) they can handle before failing. Unlike the prevailing fraction-of-tasks-solved metric, this matches real vibe-coding where sessions run dozens or hundreds of turns. In StaminaBench, agents implement a REST API server and modify it across a tunable number of procedurally generated follow-up change requests - 100 in our experiments, resulting in codebases of up to 6,000 lines. Tests are generated fully programmatically without LLM involvement, ensuring reproducibility and reliability; change sequences are drawn from either a hardcoded or LLM-driven sampler, both constrained to a structured action space to ensure changes are valid. The agent and the server run in an isolated environment and communicate with the benchmark through HTTP, making testing fully black-box and language-agnostic. We evaluate six agent harnesses paired with seven open-source LLMs across 20 scenarios of 100 turns each and find that: (1) all the tested models fail within 5-6 turns, confirming that vibe-coding-style programming without thorough testing produces bugs; (2) passing test feedback back to the agent and allowing it to retry improves passed turn count by up to 12x; and (3) a good harness is required for strong performance: stronger models exhibit up to a 6x gap between their best and worst harness, while weaker models fail with any harness. We release the benchmark and the generated tasks to enable further research into multi-turn coding agent behavior. Benchmark code and data: github.com/amazon-science/StaminaBench.

📄 PDF Abstract BibTeX arXiv:2606.19613

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Stress Testing Concept Erasure with Large Language Model Agents

2026-07-20 · Yuyang Xue, Feng Chen, Zhihua Liu, Edward Moroshko 외 arxiv

Concept erasure aims to remove semantic concepts from a trained generative model and is increasingly important for responsible AI deployment. However, verifying whether a model has robustly removed targeted concepts rema…

Impatient Users Confuse AI Agents: High-fidelity Simulations of Human Traits for Testing Agents

2025-10-06 · Muyu He, Anand Kumar, Tsach Mackey, Meghana Rajeev 외 arxiv

Despite rapid progress in building conversational AI agents, robustness is still largely untested. Small shifts in user behavior, such as being more impatient, incoherent, or skeptical, can cause sharp drops in agent per…

SchemeArena: Factorized Stress Testing of Scheming in LLM Agents

2026-09-08 · Jie Ruan, Inderjeet Nair, Amy Liu, Muhammad Khalifa 외 hf

We study scheming in LLM agents, in which agents covertly pursue misaligned goals. Our focus is to understand how scheming arises from the interaction of key factors, such as instrumental goals, environmental affordances…

IntenTest: Stress Testing for Intent Integrity in API-Calling LLM Agents

2025-06-09 · Shiwei Feng, Xiangzhe Xu, Xuan Chen, Kaiyuan Zhang 외

LLM agents are increasingly deployed to automate real-world tasks by invoking APIs through natural language instructions. While powerful, they often suffer from misinterpretation of user intent, leading to the agent's ac…

software testing

Emergence World: Adversarial Stress-Testing of Long-Horizon Multi-Agent Systems

2026-09-15 · Deepak Akkil, Tamer Abuelsaad, Karthik Vikram, Matthew Pace 외 hf

As AI agents move from bounded tasks to persistent deployments, failures can propagate through memory, tools, other agents, and environmental state long after their interactions. This creates a safety regime that cannot …