Teahose.
SIGN IN
NEW HERE — WHAT TEAHOSE DOES
We read the entire AI & tech firehose — so you don't have to.
PODPodcastsAll-In, No Priors, Acquired…
NEWNewslettersStratechery, Newcomer…
PAPPapersPhysical AI research
PHProduct Huntdaily launches
VCInvestor ScoutSequoia, a16z, Benchmark…
CLAUDE DISTILLS →
7 reads, 30 sec each — free, 6 AM ET.
+ a live graph of the companies, people & themes underneath.
HOME/THE AI CORNER/Your AI Agents Are Aging
NEWS
// NEWSLETTER ISSUE
THE AI CORNER

Your AI Agents Are Aging

DATE September 25, 2026SOURCE THE AI CORNERPARTICIPANTS THE AI CORNER
In this episode
// SUMMARY

1. Key Themes

Agent memory is a feedback loop, not a pure upgrade

Memory improves performance early on, but because agents write their own outputs back into their own inputs, errors compound over time rather than staying static.

"Memory is also a feedback loop, and a feedback loop feeds on its own output." "When the memory is wrong, the agent copies the flaw, stores the copy, and makes that flaw likelier to surface the next time."

Drift is quantifiable and severe, even without adversarial input

Multiple studies cited show meaningful performance degradation purely from normal operation — no attacks, no bad updates required.

"An agent that stored everything it did reached 55 percent on a benchmark. The same agent, admitting only memories that passed a strict quality check, reached 71 percent." "Setups that retrieved broadly and kept everything reached violation rates of 30 to 50 percent."

Multi-agent systems accelerate drift dramatically ("memory laundering")

Sharing memory or outputs between agents compresses months of drift into much shorter timeframes, because contaminated summaries look clean and get passed along as fact.

"The semantic drift that took months inside a single agent arrives in an afternoon, because two lossy compressions now sit between the truth and whatever gets remembered." "Another gives the reason it survives review a name: memory laundering."

Decline is statistically invisible until it's too late

Performance curves rise before they fall, masking the problem during the exact window when most teams would stop monitoring closely.

"Capability climbs while there is useful experience to absorb, levels off once that runs dry, and then falls as the sediment and the rigid workarounds overtake whatever is left to learn." "Memory risk has to be read as a trajectory that plays out over time, and a single clean audit on day one certifies nothing about month three."

Governance and lifecycle management, not immortality, is the right mental model

The article argues against building agents to persist and accumulate indefinitely; instead, treat agents like employees with successors.

"The comforting version, where agents simply compound forever, does not survive contact with a real organization."


2. Contrarian Perspectives

  • Successors should NOT inherit full memory — discarding most accumulated experience is correct, not wasteful. The intuitive move (preserve everything to avoid "losing" experience) is actually what perpetuates drift.

"The instinct is to hand the successor the full memory of the one being retired, because discarding a year of accumulated experience feels like arson. That instinct is worth resisting." "A successor should inherit two things and no more... the charter... And it gets the small set of memories that earned their place against the held-back tests."

  • Agents should share conclusions, not raw memory or reasoning traces, with other agents. This runs against the instinct toward transparency/richness in multi-agent handoffs.

"The rule that falls out of this runs slightly against instinct. Agents should trade finished conclusions and keep their raw memory to themselves."

  • Some practitioners argue general-purpose persistent assistants shouldn't exist at all — give agents a 24-hour lifespan. A radical alternative to the entire "agent with long-term memory" paradigm dominating current product design.

"Tomasz Tunguz has argued for handing a daily assistant a 24 hour life, delegating the real work to narrow specialists that live for seconds and then disappear, and writing the durable preferences to a file on disk at midnight while the rest of the day's conversation gets discarded."


3. Companies Identified

  • Vanta — GRC/compliance platform, newsletter sponsor. Mentioned as running a session on AI governance amid the drift/regulation gap.

"So who's supposed to notice when your agent drifts? Right now, at most companies, nobody. That job has a name: governance."

  • Salesforce (AI Research group) — Enterprise software company with an AI research division. Cited for research showing self-improving agents are unstable across runs.

"Work out of Salesforce's AI research group found that self-improving agents swing widely between runs, and that the order in which they meet their tasks acts as a hidden curriculum."

  • University of Illinois — Academic research institution. Cited for research on agent forgetting/non-monotonic performance.

"A team at the University of Illinois asked whether self-evolving agents forget, and found that adapting to new work costs them the old... They labeled the process non-monotonic."


4. People Identified

  • Ruben Dominguez — Author of the newsletter/article (The AI Corner). Wrote this piece and a related prior piece on agent hallucination at scale.

"Your AI agent is going to hallucinate at scale" (referenced prior article by same author).

  • Tomasz Tunguz — Venture capitalist/commentator known for writing on AI and enterprise software trends. Cited for a contrarian architectural proposal on agent lifespan design.

"Tomasz Tunguz has argued for handing a daily assistant a 24 hour life, delegating the real work to narrow specialists that live for seconds and then disappear."

  • Jane Frankland — Cybersecurity/governance expert. Mentioned as co-running a Vanta session on AI governance.

"Jane Frankland and Vanta's GRC team are running a session on doing it properly while AI adoption outruns regulation."


5. Operating Insights

  • Maintain a held-back benchmark of an agent's original, founding tasks and re-run it on a schedule — this is the cheapest early-warning system for drift, since teams typically only measure improvement on new tasks, not decay on original ones.

"The cheapest and most neglected instrument in the whole discipline is a held-back set of the agent's original tasks... Run it on a schedule."

  • Store the agent's charter (its core mandate) outside of memory, in a location memory cannot overwrite — when memory and charter conflict, charter wins and the conflict itself is a diagnostic signal.

"Give the agent a charter... and store that charter somewhere memory cannot reach. When memory and charter disagree, the charter wins, and the disagreement gets logged."

  • Keep agents in isolated, single-context environments (one client/project) rather than shared environments to slow and localize drift, and restrict inter-agent communication to finished outputs rather than raw memory/reasoning.

"Assign an agent to a single client or a single project, keep it inside that one environment, and the drift slows sharply."


6. Overlooked Insights

  • A scan found hundreds of real-world tools structurally vulnerable to this exact contamination mechanism — a concrete, underappreciated attack surface for anyone building tool-using agents.

"A scan of six thousand real-world tools turned up six hundred with parameters open to precisely this kind of quiet capture."

  • Standing rules/instructions get silently dropped by context compaction at a high rate, meaning even well-designed guardrails embedded in conversation (rather than external files) are unreliable over time.

"Work titled Governance Decay found that context compaction silently drops standing rules in 30 to 59 percent of episodes."