When Errors Become Narratives: A Longitudinal Taxonomy of Silent Failures in a Production LLM Agent Runtime

23d ago · Global · primary source: export.arxiv.org

A longitudinal study of a production large-language-model agent runtime found that roughly 70% of silent failures were caught only by human observation, not by automated tests or audits, according to research posted to arXiv on June 12, 2026 [1][2]. The study examined a personal-assistant agent runtime that has been in continuous production since March 2026, running approximately 40 scheduled jobs across eight LLM providers, with a tool-governance proxy and a knowledge-base memory plane [1][2]. The system was defended by 4,286 unit tests and 827 governance checks [1][2]. Over an eight-week period, researchers documented 22 incidents with full root-cause postmortems, identifying one meta-pattern — a failure whose error signal never reaches a human in actionable form — that manifested at least 28 times [1][2]. The authors derived a five-class, mechanism-oriented taxonomy of silent failures: (A) environment and platform quirks, (B) design-assumption mismatches, (C) error swallowing and dilution, (D) chained hallucination and fabrication, and (E) operational omission and forensic blind spots [1][2]. Class D is unique to LLM systems and was described as the most dangerous: the system does not merely fail to report an error, but the LLM transforms it into fluent, plausible narrative delivered to the user [1][2]. The researchers termed this “fail-plausible,” noting that the observer is not just blind to the failure but is “convincingly lied to by the failure itself” [2]. A retrospective audit of 15 incidents found that 0% of silent failures were prevented ex-ante, while 87% were blocked by regression tests after the fact — leading the authors to conclude that audits function as regression engines, not prediction engines [1][2]. Incident latency ranged from 13 hours to 60 days and tracked failure mechanism rather than code complexity; the longest-lived failures resided in the seams between components where no test runs [1][2]. The paper appears on arXiv under the Software Engineering category (cs.SE) and is linked to the arXivLabs framework, which allows collaborators to develop and share new features on the arXiv platform [1]. The research artifacts and all postmortems have been made public [1][2].

applicationresearch-papertool-release

Background sources we checked (8)
  • arxiv.org ↗ LLM agent systems increasingly run as long-lived autonomous runtimes: scheduling jobs, calling tools, maintaining memory, and pushing results to humans. We present a longitudinal study of silent failures in one such system: a personal-assistant agent runtime in continuous product…
  • arxiv.org ↗ We review thirteen generative systems and five supporting datasets for quantum circuit and quantum code generation, identified through a structured scoping review of Hugging Face, arXiv, and provenance tracing (January-February 2026). We organize the field along two axes: artifac…
  • huggingface.co ↗ # Paper Pages Paper pages allow people to find artifacts related to a paper such as models, datasets and apps/demos (Spaces). Paper pages also enable the community to discuss about the paper. ## Linking a Paper to a model, dataset or Space If the repository card (`README.md`) …
  • huggingface.co ↗ # How to Add a Space to ArXiv ... Demos on Hugging Face Spaces allow a wide audience to try out state-of-the-art machine learning research without writing any code. Hugging Face and ArXiv have collaborated to embed these demos directly along side papers on ArXiv! ... Thanks to th…
  • huggingface.co ↗ Daily Papers - Hugging Face new Get trending papers in your email inbox once a day! Get trending papers in your email inbox! Subscribe # Daily Papers ## byAK and the research community - Daily - Weekly - Monthly Trending Papers https://huggingface.co/papers/date/2026-06-…
  • en.wikipedia.org ↗ Hangzhou DeepSeek Artificial Intelligence Basic Technology Research Co., Ltd., doing business as DeepSeek, is a Chinese artificial intelligence (AI) company that develops large language models (LLMs). Based in Hangzhou, Zhejiang, DeepSeek is owned and funded by High-Flyer, a Chin…
  • en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…
  • en.wikipedia.org ↗ Qwen (also known as Tongyi Qianwen, Chinese: 通义千问; pinyin: Tōngyì Qiānwèn) is a family of large language models developed by Alibaba Cloud. Many Qwen models are distributed under the free and open-source Apache 2.0 license, the source-available Qwen License, or the non-commercial…

Sources covering this (2)

Spot something wrong? Report an issue