NeFut Logo NeFut
Admin Login

[CS.AI] Anatomy of CLI Coding Agent Failure Trajectories

Published at: 2026-07-14 22:00 Last updated: 2026-07-15 02:00
#AI #Machine Learning #Open Source

Abstract

Large language model (LLM) coding agents are increasingly deployed to autonomously perform software engineering tasks in terminal-based environments, making their reliability a growing concern. Existing empirical studies investigate why coding agents fail, yet they largely treat failure as a final outcome rather than a temporal process, providing limited insight into how failures emerge, evolve, and become unrecoverable.

We present the first large-scale empirical study of CLI coding-agent failure trajectories, introducing a process-oriented framework that analyzes failure through its onset, evolution, and recovery across execution trajectories. We first collect 3,843 execution trajectories generated by seven frontier models across three coding-agent scaffolds (OpenHands, MiniSWE, and Terminus2) on Terminal-Bench, then carefully filter them to obtain 1,794 complete and valid trajectories for manual annotation (over 63,000 execution steps).

From this, we derive 14 findings spanning failure occurrence, root causes, recovery, and cross-system consistency. Our findings show that coding-agent failures are predominantly driven by epistemic errors, typically begin within the first few execution steps, and often remain hidden until recovery is no longer possible, suggesting that improving coding-agent reliability requires earlier validation and intervention rather than relying solely on final-outcome evaluation.

Blogger's Review: This study provides a fresh perspective on understanding the failures of CLI coding agents. By analyzing the evolution of failures, it not only uncovers root causes but also emphasizes the importance of early interventions, which is crucial for enhancing the reliability of future coding agents. Such research can provide a theoretical basis for developing smarter coding tools.

Original Source: https://arxiv.org/abs/2607.09510

[h] Back to Home