paper-with-me

Papers

Why Do AI Agents Systematically Fail at Cloud Root Cause Analysis?

2026-02-10 · Taeyoon Kim, Woohyeok Park, Hoyeong Yun, Kyungyong Lee arxiv

Failures in large-scale cloud systems incur substantial financial losses, making automated Root Cause Analysis (RCA) essential for operational stability. Recent efforts leverage Large Language Model (LLM) agents to automate this task, yet existing systems exhibit low detection accuracy even with capable models, and current evaluation frameworks assess only final answer correctness without revealing why the agent's reasoning failed. This paper presents a process level failure analysis of LLM-based RCA agents. We execute the full OpenRCA benchmark across five LLM models, producing 1,675 agent runs, and classify observed failures into 12 pitfall types across intra-agent reasoning, inter-agent communication, and agent-environment interaction. Our analysis reveals that the most prevalent pitfalls, notably hallucinated data interpretation and incomplete exploration, persist across all models regardless of capability tier, indicating that these failures originate from the shared agent architecture rather than from individual model limitations. Controlled mitigation experiments further show that prompt engineering alone cannot resolve the dominant pitfalls, whereas enriching the inter-agent communication protocol reduces communication-related failures by up to 15 percentage points. The pitfall taxonomy and diagnostic methodology developed in this work provide a foundation for designing more reliable autonomous agents for cloud RCA.

📄 PDF Abstract BibTeX arXiv:2602.09937

Code (0)

등록된 구현이 없습니다.

Tasks

Prompt Engineering

Similar Papers 제목 키워드 기반

Root Cause Localization for Microservice Systems in Cloud-edge Collaborative Environments

2024-06-19 · Yuhan Zhu, Jian Wang, Bing Li, Xuxian Tang 외

With the development of cloud-native technologies, microservice-based software systems face challenges in accurately localizing root causes when failures occur. Additionally, the cloud-edge collaborative environment intr…

Graph Neural Network

Where LLM Agents Fail and How They can Learn From Failures

2025-09-29 · Kunlun Zhu, Zijia Liu, Bingxuan Li, Muxin Tian 외 arxiv

Large Language Model (LLM) agents, which integrate planning, memory, reflection, and tool-use modules, have shown promise in solving complex, multi-step tasks. Yet their sophisticated architectures amplify vulnerability …

TraceBench: Controlled Evaluation of LLM Agents for Time-Series Root-Cause Attribution

2026-08-27 · Tommaso Bendinelli, Artur Dox, Christian Holz arxiv

LLM agents are increasingly applied to anomaly detection and root-cause analysis in time-series observations collected from real-world systems; however, their performance on these tasks has not been systematically evalua…

Anomaly Detection

Scaling Causal Mediation for Complex Systems: A Framework for Root Cause Analysis

2025-12-16 · Alessandro Casadei, Sreyoshi Bhaduri, Rohit Malshe, Pavan Mullapudi 외 arxiv

Modern operational systems ranging from logistics and cloud infrastructure to industrial IoT, are governed by complex, interdependent processes. Understanding how interventions propagate through such systems requires cau…

Causal Inference

CloudRCA: A Root Cause Analysis Framework for Cloud Computing Platforms

2021-11-05 · Yingying Zhang, Zhengxiong Guan, Huajie Qian, Leili Xu 외

As business of Alibaba expands across the world among various industries, higher standards are imposed on the service quality and reliability of big data cloud computing platforms which constitute the infrastructure of A…

Anomaly DetectionCloud ComputingTransfer Learning