Imagine hiring a highly credentialed assistant, giving them a complex document to improve, and then discovering — six weeks and a dozen revisions later — that each round of edits had quietly introduced new errors. The document looks polished. The assistant worked tirelessly. But buried inside are factual corruptions, silent deletions, and structural inconsistencies that will only surface when a customer complains or a contract goes sideways.
That is not a hypothetical. According to a paper published in April 2026 by Microsoft Research, it describes exactly what happens when you delegate long-horizon knowledge work to today's most capable AI agents — including GPT, Claude, and Gemini at their frontier versions.
And it helps explain a number that should give every enterprise leader pause: 88% of AI agent pilots never reach production.
The Silent Corruption Problem
The Microsoft Research paper — titled "LLMs Corrupt Your Documents When You Delegate" (arXiv:2604.15597) — introduces a benchmark called DELEGATE-52: a suite of long document-editing workflows spanning 52 professional domains, from Python code to crystallography reports to music notation.
The experiment is deceptively simple. Give a model a document. Ask it to make a series of targeted edits across 20 sequential interactions. Measure how much of the original content survives intact.
The results are striking. Across 19 models tested, frontier systems — including Gemini 3.1 Pro, Claude Opus, and GPT in their latest versions — corrupt an average of 25% of document content by the final interaction. Non-frontier models fail far more severely. Across 80% of model-domain combinations, content integrity falls below 80% — what the paper calls "catastrophic corruption." Of the 52 professional domains tested, only one — Python programming — cleared the researchers' threshold for production-readiness.
The failures are not random noise. They are sparse but severe: the model silently drops constraints, introduces plausible-sounding but incorrect information, or restructures content in ways that look correct to a casual reader. Worse, giving the agent access to file-reading, writing, and code execution tools — the standard setup for production agentic workflows — made things measurably worse, adding an additional 6% degradation on average compared to prompting without tools.
The Telephone Game at Scale
There is a useful analogy here from information theory and everyday experience: the telephone game. In the classic children's game, a message whispered from person to person across a chain degrades predictably — not because any individual player is dishonest, but because each transmission introduces a small probability of error that compounds along the chain.
Long-horizon agentic workflows are a telephone game between an LLM and itself. Each delegated interaction is a retransmission. Each retransmission introduces a small probability of drift — a detail silently dropped, a constraint quietly reinterpreted, a section restructured in a way that loses meaning. Over 20 interactions, that drift accumulates into corruption.
This framing reframes the core problem in agentic AI. The question is not simply "can the model complete this task?" — frontier models score impressively on single-shot benchmarks. The question is "can the model maintain fidelity across a long chain of delegated interactions?" On DELEGATE-52, the answer is currently: no, not reliably, not in most professional domains.
The Readiness Gap That Compounds Everything
The DELEGATE-52 findings land in an enterprise landscape already struggling with a separate but related problem: the infrastructure to support reliable AI agents does not yet match the investment being poured into building them.
Fivetran's 2026 Agentic AI Readiness Index, published May 5 and based on a survey of 400 data professionals across the US, UK, EMEA, and APAC, found that only 15% of organizations are fully prepared to support agentic AI in production — even as nearly 60% report investing millions to tens of millions in the technology. The top barriers cited are data quality and lineage (42%), regulatory compliance and sovereignty (39%), and security and privacy risk (39%).
Datadog's State of AI Engineering 2026 report, drawing on real production telemetry from thousands of organizations, surfaces a related finding: operational complexity — not model intelligence — is now the primary barrier to reliable AI at scale. In production today, 5% of all LLM call spans return an error, with 60% of those errors caused by exceeded rate limits. Nearly 70% of companies use three or more models alongside increasingly complex agent workflows, yet most lack the observability infrastructure to understand when and why those workflows fail.
The convergence of these datasets tells a coherent story. Teams are deploying agents into pipelines that:
- Lack systematic evaluation for long-horizon fidelity (not just accuracy on the first response)
- Route through data environments with unresolved quality and governance gaps
- Operate without the production monitoring needed to detect silent degradation
The result is the 88% figure. Most pilots work well enough in demo conditions. The document looks fine after two edits. The agent returns confident, coherent responses. The corruption is invisible until it is consequential.
What Separates the 12% That Succeed
Gartner has predicted that more than 40% of agentic AI projects will be cancelled before 2027 if organizations fail to establish governance and clear return-on-investment measurement. That prediction is converging fast with the empirical evidence above.
The organizations that do successfully move agents into production share a set of practices that the Microsoft Research team's own analysis points toward:
Short interaction horizons with frequent checkpoints. Rather than delegating a 20-step workflow end-to-end, mature deployments decompose the workflow into shorter delegated segments — typically 3 to 5 interactions — with a human or automated validator reviewing the output before the next segment begins. This directly combats the compounding degradation that DELEGATE-52 documents.
Domain-specific evaluation before deployment. DELEGATE-52's 52-domain spread is instructive: model performance varies enormously across domains, and a model that is reliable for Python code may be unreliable for a legal brief or a financial model. Production-readiness must be evaluated domain by domain, not assumed from aggregate benchmark scores.
Treating data preparation as a prerequisite, not a follow-on. The Fivetran index finding — only 15% prepared — points to an uncomfortable truth: AI agent failures are disproportionately data failures. Teams that invest in data quality, lineage, and governance before wiring agents into production report materially better outcomes. This is not a new lesson from software engineering, but AI agents amplify its cost when it is ignored.
Observability from day one. The Datadog finding that most teams lack visibility into why their agent workflows fail is a critical gap. Agents that run without logging, tracing, or structured evaluation metrics are running blind — which is exactly when silent corruption compounds undetected.
The Deeper Implication
The DELEGATE-52 paper is careful not to dismiss the value of today's LLMs as delegates. The researchers note that even imperfect agents provide value for short workflows in well-scoped domains, and they frame the benchmark as a roadmap for what the field needs to solve — not evidence that agents are fundamentally broken.
But there is a deeper implication worth sitting with. We have spent three years benchmarking AI models on their ability to answer questions correctly on the first try. DELEGATE-52 asks a different question: can a model maintain the integrity of your work across many interactions, over time, in domains that matter to your business?
The answer, in May 2026, is that we do not yet have models that reliably do this across most professional domains. We are building production systems on agents that we have tested for sprint performance but not for marathon fidelity.
The 88% who never reach production may simply be learning this lesson before it becomes expensive. The 12% who do make it — and the organizations preparing to join them — are the ones building in the checkpoints, the evaluation infrastructure, and the data foundations to close that gap deliberately.
Where This Leaves Enterprise Leaders
The gap between AI agent investment and AI agent reliability is not a reason to pause — it is a reason to build differently. The DELEGATE-52 findings are a precise diagnostic: the failure mode is long-horizon drift, it is domain-specific, and it compounds with interaction length and document size. That means it is addressable through architecture (shorter delegation chains), evaluation (domain-specific fidelity metrics), and infrastructure (data quality and observability).
Organizations that treat those three dimensions as engineering problems to solve — rather than hoping future model improvements will solve them automatically — are building the operational foundation that will determine which AI investments compound in value and which silently corrupt your documents.
The telephone game always ends the same way when no one checks the message. The question is how often you stop to verify.
References
1. Microsoft Research. "LLMs Corrupt Your Documents When You Delegate." arXiv:2604.15597, April 2026. https://arxiv.org/abs/2604.15597
2. Microsoft Research publication page. https://www.microsoft.com/en-us/research/publication/llms-corrupt-your-documents-when-you-delegate/
3. Microsoft DELEGATE-52 GitHub. https://github.com/microsoft/DELEGATE52
4. Fivetran. "2026 Agentic AI Readiness Index." BusinessWire, May 5, 2026. https://www.businesswire.com/...
5. Datadog. "State of AI Engineering 2026." https://www.datadoghq.com/state-of-ai-engineering/
6. Gartner. "Hype Cycle for Agentic AI 2026." https://www.gartner.com/en/articles/hype-cycle-for-agentic-ai
Ready to make your software AI-operable?
Tell us your most painful manual process. We'll show you what an agent-ready version looks like — and how long it would take to ship.
