Models remain weak at steering coding agents through long tasks

LoopArena separates a controller model’s guidance from a fixed coding agent’s execution across three evaluation settings.

PaperChinese Techcs.AIarXiv:2608.28281v1
Yi Wang · Haopeng Zhang · Chengxiang Huang · Rui Dai · Kaikui Liu · Piotr Koniusz · +1 more

DreamX Team · Alibaba Group · Beijing University of Posts and Telecommunications · UNSW Sydney · Data61, CSIRO

Research Digest··2 min read
The authors introduce a benchmark in which a controller model repeatedly reviews structured progress summaries and directs a separate coding worker, including deciding what to verify and when to stop. The best controller achieved only a 24.69% strict success rate on full tasks, while a lower-cost partial-task evaluation closely reproduced the full evaluation’s model ranking.

What they did

LoopArena fixes the coding agent, called the Worker, and evaluates a separate Controller responsible for choosing the next action after each coding round. The Controller receives a structured run summary and can assign further work, request verification, or stop the process.

The benchmark has three settings. Type I tests next-step control decisions using execution-validated questions without running the Worker during evaluation; Type II repeatedly controls a selected portion of a task; and Type III runs the complete task from its original state.

Key findings

  • The highest observed Strict Success Rate on full Type III tasks was 24.69%.
  • Across controllers, the paired lower-cost evaluation reduced estimated inference cost by an average of 64.4%.
  • Type II closely matched the Type III controller ordering under the main Core criterion, with Spearman’s ρ = 0.9747.
  • The results indicate that strong coding execution alone does not ensure reliable long-horizon control, verification, budget allocation, or stopping decisions.

Why it matters

LoopArena provides a way to evaluate agent orchestration separately from coding ability. Its partial-task setting may make comparisons of controller models substantially cheaper while preserving the ranking obtained from full end-to-end runs.

Caveats

The reported full-task success rate remains low, and the abstract does not specify how broadly the tasks, worker model, or controller set represent real software-development workflows. Because the benchmark fixes the Worker, its rankings may also depend on how particular controllers interact with that worker and with the benchmark’s structured summaries.

§
newspaper

Research Digest

Articles published under the Zotpaper byline are synthesized from multiple source publications by our AI editor and reviewed by our editorial process. Each story combines reporting from credible outlets to give readers a balanced, comprehensive view.