Your agent worked in March. It is quietly wrong in July. Nothing alerted.
agent rotnoun — the gradual, unattended decay of an AI agent's performance: stale context, drifted goals, and small compounding errors that turn yesterday's reliable automation into today's quiet liability.
Software has always rotted. The difference is that an agent keeps acting while it does.
Symptoms
Green dashboards, declining output
Your metrics measure activity — tasks completed, tickets closed — not correctness. The agent stays busy while it gets worse.
Context older than the business
Prices changed, policies changed, people changed. Nobody re-fed the agent. It is executing confidently against a world that no longer exists.
Exceptions rising, readers gone
The exception queue creeps up, and the humans assigned to it stopped reading closely months ago because it was usually fine.
Prompt scar tissue
Layers of patched instructions nobody remembers the reason for. Each fix made sense once; together they contradict each other.
Vaguer handoffs
When the agent escalates to a human, the escalation carries less usable context than it did at launch. People re-do the work from scratch.
No last-evaluated date
Nobody can say when the agent's output was last checked against ground truth. Launch day does not count.
Causes
Treatment
Freshness SLAs on context
Every data source the agent relies on gets an expiry date and an owner. Stale context blocks the agent the way an expired certificate blocks a deploy.
Scheduled re-evaluation
A recurring, calendared test of agent output against ground truth — sampled, scored, and trended. If quality is not measured on a schedule, it is not measured.
Error budgets
Borrow from site reliability practice: an explicit tolerated error rate. Exceed it and the agent loses autonomy until it earns it back.
Prune the prompt
Quarterly, delete every patched instruction that cannot justify itself. Scar tissue is removed, not managed.
Rotate human attention
Randomize which outputs get deep human review, so no category of work goes permanently unwatched.
About
Tarun Gulati has spent three decades leading commercial programs across North American banking, wealth and asset management — institutions where autonomous agents are now doing work that used to carry a person's name. He writes here about how those agents degrade, and at botblame.com about who is accountable when they do.
Conversation welcome: tarun.gulati@gmail.com