paper-with-me

홈 › Papers

Failure Modes in LLM Systems: A System-Level Taxonomy for Reliable AI Applications

2025-11-25 · Vaishali Vinay arxiv

Large language models (LLMs) are being rapidly integrated into decision-support tools, automation workflows, and AI-enabled software systems. However, their behavior in production environments remains poorly understood, and their failure patterns differ fundamentally from those of traditional machine learning models. This paper presents a system-level taxonomy of fifteen hidden failure modes that arise in real-world LLM applications, including multi-step reasoning drift, latent inconsistency, context-boundary degradation, incorrect tool invocation, version drift, and cost-driven performance collapse. Using this taxonomy, we analyze the growing gap in evaluation and monitoring practices: existing benchmarks measure knowledge or reasoning but provide little insight into stability, reproducibility, drift, or workflow integration. We further examine the production challenges associated with deploying LLMs - including observability limitations, cost constraints, and update-induced regressions - and outline high-level design principles for building reliable, maintainable, and cost-aware LLM systems. Finally, we outline high-level design principles for building reliable, maintainable, and cost-aware LLM-based systems. By framing LLM reliability as a system-engineering problem rather than a purely model-centric one, this work provides an analytical foundation for future research on evaluation methodology, AI system robustness, and dependable LLM deployment.

📄 PDF Abstract BibTeX arXiv:2511.19933

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

RIFT: A RubrIc Failure Mode Taxonomy and Automated Diagnostics

2026-04-01 · Zhengyang Qi, Charles Dickens, Derek Pham, Amanda Dsouza 외 arxiv

Rubric-based evaluation is widely used in LLM benchmarks and training pipelines for open-ended, less verifiable tasks. While prior work has demonstrated the effectiveness of rubrics using downstream signals such as reinf…

Reinforcement LearningInstruction FollowingCode Generation

MTAVG-Bench 2.0: Diagnosing Failure Modes of Cinematic Expressiveness in Multi-Talker Audio-Video Generation

2026-05-27 · Haitian Li, Yanghao Zhou, Heyan Huang, Liangji Chen 외 arxiv

In recent years, Multi-Talker Audio-Video Generation (MTAVG) models have shown promising performance on fundamental metrics such as lip-sync and audio-visual alignment. However, these metrics remain insufficient for asse…

Video Generation

LLM-Based Robustness Testing of Microservice Applications: An Empirical Study

2026-05-13 · Hrushitha Goud Tigulla, Marco Vieira arxiv

Malformed, missing, or boundary-value inputs in microservice APIs can cascade across dependent services, threatening reliability. Robustness testing systematically exercises such inputs to expose server-side failures, bu…

Model or Harness? An Interaction-Centric Taxonomy for Localizing Agent Failures

2026-07-30 · Harsh Raj, Vipul Gupta, Anas Mahmoud, Razvan-Gabriel Dumitru 외 hf

Existing evaluations often reduce agent failures to system-level outcomes, obscuring where the fault originated and which intervention would improve the agent system. This creates a repair-assignment problem: the same vi…

Why Do Multi-Agent LLM Systems Fail?

2025-03-17 · Mert Cemri, Melissa Z. Pan, Shuyi Yang, Lakshya A. Agrawal 외

Despite growing enthusiasm for Multi-Agent Systems (MAS), where multiple LLM agents collaborate to accomplish tasks, their performance gains across popular benchmarks remain minimal compared to single-agent frameworks. T…