Council Post: Why AI Agent Memory Is Not A Substitute For Proper Design
Joseph Ours leads the AI Strategy Practice at Centric Consulting.gettyResearchers found something that should worry anyone deploying AI agents in production. They studied agents designed to learn from their mi...
Joseph Ours leads the AI Strategy Practice at Centric Consulting.

getty
Researchers found something that should worry anyone deploying AI agents in production.
They studied agents designed to learn from their mistakes by writing themselves a note after a failed attempt and using that note the next time. When researchers gave those agents a task with no memory at all, they found instances where the agent solved it in one try. However, with reflective memory turned on, those same agents needed seven or eight tries to complete the same task.
Memory, researchers found, didn’t make the agent smarter. It made the agent worse, while reinforcing a confident but incorrect explanation of what had gone wrong.
The study looked at what’s known as Reflexion-style agents, which generate and store their own self-corrections. Across 16 environments where the agent’s reflective memory got stuck repeating itself, researchers found 121 stored “reflections” tied to those cases. Not one mentioned the correct target object. The agents weren’t learning from their mistakes. They were storing the wrong explanation and repeating it with confidence.
Gartner predicts that “over 40% of agentic AI projects will be canceled by the end of 2027, due to escalating costs, unclear business value or inadequate risk controls.” Agent memory is quietly becoming a stand-in for the risk-control work nobody wanted to schedule. To understand why it doesn’t hold up, it helps to look at what memory requires and how little of that agents have.
We Borrowed The Word But Left The Mechanism Behind
Human memory doesn’t file every correction as a permanent lesson. Most of what happens to you today will be gone by next week, and what does stick around usually earns its place in one of two ways: either you did it over and over, or it mattered enough to leave a mark. That filtering happens largely while you sleep, when your brain sorts what’s worth keeping from what isn’t.
Humans don’t get to choose their memories. For instance, plan a year-long trip to Disney World for your kids, and they may remember the gas station bathroom on the way there instead of the princess breakfast you mortgaged your house for. Memory is selective, and we aren’t in charge of the selecting.
Agents skip the filtering step entirely. Most agent memory systems write the moment a human corrects them, once, with no process for distinguishing a fluke from a genuine pattern. There’s no overnight consolidation to decide whether a correction deserves to become policy or was just one bad case. It gets written down either way, and it stays.
There’s a second gap that matters even more: Agents can’t set a memory aside when it doesn’t apply. When your own mind pulls up something irrelevant mid-conversation, you recognize it and let it go. You don’t bring up your grandmother’s kitchen in a board meeting just because someone mentioned cookies. When an agent has no equivalent filter, whatever it recalls gets folded into the current task as though it belongs there because nothing tells it otherwise.
I’ve spent the past year watching a version of this happen in the enterprises I work with. Take an underwriting agent as an example. If it gets a claim case wrong, someone corrects it, and the agent writes itself a note so it won’t repeat the mistake. On the surface, it looks like the problem was solved, but nobody checks whether the note is for the right lesson.
That’s the vulnerability behind the study I opened with. The agent lacks the parts of memory that keep intelligence honest, the ones that decide what’s worth keeping and the ones that know when to leave a memory alone.
Where Memory Earns Its Keep
Memory still has a place, but it depends on what you’re building.
Agent assistants, the tools that help one person do their own work, are a reasonable home for memory. If it learns you like your slides formatted a certain way, that’s a low-stakes pattern stated more than once, and getting it wrong costs you nothing worse than mild annoyance.
Agentic workforce systems are different. These are the agents who used to require a trained employee at a desk to underwrite policies, process claims or make calls. Here, memory is often standing in for the reinforcement learning the system should have been built with in the first place.
A single correction looks, to the agent, exactly like a hard-earned rule. Nothing separates “this happened once, in this case” from “this is how the job works.” Run that for a few weeks on real files, and you end up with a bad habit that has a paper trail, quietly making the same wrong call with growing confidence.
Fix The Agent, Not Its Notes
If a workforce agent needs to be told the same thing twice, it’s a sign the agent’s logic, training or guardrails were incomplete from the start, not a case for giving it a bigger memory.
Before your organization signs off on a memory layer for any agent that does real work, ask: If this agent gets something wrong, are we correcting the agent or just its notes? If it’s the second one, you don’t have a memory problem. You have an agent you never finished building.
Forbes Technology Council is an invitation-only community for world-class CIOs, CTOs and technology executives. Do I qualify?