iGEN
Visit IGEN World Explore IGEN Expo
EXPLORE UPGRADE PLANS
BREAKING
OpenAI’s Rogue AI Agent Hacked More Than Just Hugging Face Inside the rogue ChatGPT hack of Hugging Face: AI agents operate at superhuman speed but make clumsy mistakes Landstar Expects to Emerge a Winner After Supreme Court’s Montgomery Ruling Widens Broker Liability New Senate bill targets 'chameleon carriers' that reopen to escape penalties Werner Enterprises Posts Highest Revenue Per Truck Growth in One-Way Segment in a Decade CMA CGM and Stonepeak Launch United Ports LLC in $2.4 Billion Terminal Joint Venture UPS shift away from Amazon shows bigger payoff Lanesurf: 62% of Loads Get Vetted Carrier Offers Before Brokers Arrive India-China Border Trade Via Lipulekh Resumes Aug 1; China Permits 20 Traders Geopolitics Drives CMA CGM Q2 Profit Surge of 42% as Volumes and Rates Climb OpenAI’s Rogue AI Agent Hacked More Than Just Hugging Face Inside the rogue ChatGPT hack of Hugging Face: AI agents operate at superhuman speed but make clumsy mistakes Landstar Expects to Emerge a Winner After Supreme Court’s Montgomery Ruling Widens Broker Liability New Senate bill targets 'chameleon carriers' that reopen to escape penalties Werner Enterprises Posts Highest Revenue Per Truck Growth in One-Way Segment in a Decade CMA CGM and Stonepeak Launch United Ports LLC in $2.4 Billion Terminal Joint Venture UPS shift away from Amazon shows bigger payoff Lanesurf: 62% of Loads Get Vetted Carrier Offers Before Brokers Arrive India-China Border Trade Via Lipulekh Resumes Aug 1; China Permits 20 Traders Geopolitics Drives CMA CGM Q2 Profit Surge of 42% as Volumes and Rates Climb
Home ›› Technology ›› Ai ›› Llms ›› New StaminaBench Benchmark Reveals Coding Agents Fail After 5-6 Turns

New StaminaBench Benchmark Reveals Coding Agents Fail After 5-6 Turns

Researchers introduce StaminaBench, a benchmark that measures how many consecutive interaction turns coding agents can handle. Testing six harnesses and seven open-source LLMs over 100-turn scenarios, they found all models fail within 5-6 turns. Providing test feedback improved passed turn count by up to 12x, highlighting the importance of iterative testing.

iG
iGEN Editorial
June 22, 2026
New StaminaBench Benchmark Reveals Coding Agents Fail After 5-6 Turns

The prevailing metric for coding agents—fraction of tasks solved—masks a critical weakness: their inability to sustain performance over long sessions. A new benchmark, StaminaBench, directly stress-tests this stamina by requiring agents to handle up to 100 consecutive change requests. According to a paper by researchers Sobal, Vlad, Yang, Shuo, Zhang, Yuting, Xia, Wei, and Soatto (affiliated with an unnamed institution), all tested models failed within 5 to 6 turns when operating without feedback, confirming that "vibe-coding-style programming without thorough testing produces bugs."

How StaminaBench Works

StaminaBench simulates real-world coding sessions where an agent receives a series of procedural change requests. The agent implements a REST API server and modifies it across a tunable number of turns. The benchmark generates tests fully programmatically—without any LLM involvement—ensuring reproducibility. Change sequences are drawn from either a hardcoded or an LLM-driven sampler, both constrained to a structured action space. The agent and server run in an isolated environment and communicate via HTTP, making the test language-agnostic and black-box.

Key Findings from 100-Turn Trials

The researchers evaluated six agent harnesses paired with seven open-source LLMs across 20 scenarios of 100 turns each. The results reveal stark contrasts in performance:

Condition Passed Turns (Avg.) Improvement vs. No Feedback
No feedback 5–6 turns
With test feedback & retry Up to 12× more 12×
Strong model, best harness Up to 6× vs. worst harness
Weak model, any harness ~5–6 turns No improvement

As the table shows, allowing the agent to receive test feedback and retry increased passed turn count by up to 12×. However, the quality of the agent harness mattered greatly: stronger LLMs exhibited up to a 6× gap in performance between their best and worst harness, while weaker models failed regardless of the harness.

Implications for Enterprise Software Development

For enterprise technology leaders evaluating AI coding assistants, StaminaBench highlights a crucial limitation. Even state-of-the-art open-source LLMs cannot maintain reliable coding output over extended interaction sessions without robust test feedback loops. The benchmark's code and generated tasks are publicly available at https://github.com/... (paper URL: https://arxiv.org/abs/2606.19613), enabling further research into multi-turn agent behavior.

The findings suggest that organizations deploying coding agents should prioritize integration with continuous testing pipelines and be wary of trusting agents for long, unsupervised coding sessions. As the paper notes, all tested models "fail within 5-6 turns," underscoring the gap between current AI capabilities and the demands of real-world software maintenance.


Sources:

Keep Reading

Recommended Stories

New Benchmark Reveals AI Agents Leak Private Data Even When Focused on Tasks Technology

New Benchmark Reveals AI Agents Leak Private Data Even When Focused on Tasks

A new benchmark called TRAP evaluates the trade-off between task accuracy and privacy leakage in AI agents handling sensitive documents. Testing 22 models, the study finds non-trivial privacy leakage across all model families, with instruction-following ability correlating with leakage rate. The authors propose structural private field isolation using hash keys to prevent leakage without sacrificing task performance.

June 21, 2026
TERMS-Bench Diagnoses LLM Negotiation Agents Beyond Deal Rate for Enterprise Procurement Technology

TERMS-Bench Diagnoses LLM Negotiation Agents Beyond Deal Rate for Enterprise Procurement

A new benchmark called TERMS-Bench goes beyond deal rate to diagnose why LLM negotiation agents fail, evaluating 13 frontier models on surplus extraction, cue use, belief calibration, and compliance. For enterprise procurement and trade, this offers actionable insights into AI agent weaknesses.

June 17, 2026
New EEG Benchmark Promises Standardized Evaluation of Foundation Models Technology

New EEG Benchmark Promises Standardized Evaluation of Foundation Models

A new benchmark called EEG-FM-Bench aims to standardize evaluation of electroencephalography foundation models (EEG-FMs). It integrates 14 datasets across 10 paradigms and provides tools for gradient and representation analysis. Early experiments reveal critical insights about multi-task learning, pre-training efficiency, and model scaling.

June 16, 2026
SkillsBench Benchmark Measures How Agent Skills Boost LLM Performance Across Diverse Tasks Technology

SkillsBench Benchmark Measures How Agent Skills Boost LLM Performance Across Diverse Tasks

Researchers introduce SkillsBench, a benchmark with 87 tasks across 8 domains to measure whether agent skills improve LLM performance. Curated skills raised average pass rate from 33.9% to 50.5%, with focused skills of at most three modules outperforming larger bundles. Smaller models with skills can match larger models without.

June 16, 2026