Paper
Failure modes in retrieval-augmented agents
A. Silva, M. Costa
·
·
24 pages
We catalogue eleven production deployments where retrieval-augmented agents degraded after launch, and group the failures by cause. In eight of eleven cases the retrieval layer was working exactly as specified; the failure was in what the specification assumed about the corpus. Documents drifted, formats changed upstream, and the assumptions baked into chunking and ranking quietly stopped being true. We propose a small set of monitoring probes that would have caught ten of the eleven failures before users did, and report the cost of running them.
We tracked eleven retrieval-augmented agents through their first year in production. Every system worked at launch. Nine degraded measurably within six months, and in most cases nobody noticed until a user complained.
Key findings:
Eight of eleven failures traced to assumptions about the corpus, not the retrieval code
Silent schema drift in upstream documents was the most common single trigger
Weekly evaluation against a frozen probe set caught regressions earlier than user reports in every case
The two systems that never degraded both had a named owner for the corpus, not just the code
Method: for each deployment we collected retrieval logs, evaluation scores where they existed, and interviews with the operating team. Failures were classified by two reviewers working independently, with disagreements resolved against the logs.
What it changes in practice: we now treat the corpus contract as part of the system specification on every retrieval engagement, and we ship the probe set alongside the agent.
CITATION
Silva, A., & Costa, M. (2026). Failure modes in retrieval-augmented agents. Forja Studio.
CONFRONTO