The correction that disappears
Here is the problem in one sentence: when a worker refines an AI agent — better prompts, sharper feedback, more precise context — that refinement evaporates the moment a colleague opens the same tool.
The next person starts from zero. The agent has no memory of what the first person taught it.
This isn't a fringe edge case. It's the default behavior of most enterprise AI agents today, and it compounds badly in multi-agent workflows, where the expectation is that agents share context across users and tasks. Without a shared memory layer, every team member trains a different version of the same agent. Those versions never sync.
Why the productivity numbers don't add up
Asana's own research puts a number on the gap: 75% of knowledge workers use AI on the job, but only 5% of companies report measurable productivity gains. That's a striking disparity, and Asana Chief Product Officer Arnab Bose has a specific diagnosis.
"Model providers are getting really, really good at improving reasoning and retry loops, but what they're not good at is bringing the enterprise work context in a way that human beings can reason about for shared memory," Bose told VentureBeat.
Asana's response is its Agentic Work Management platform, which routes corrections through a shared context graph — so if one team member improves an agent's behavior, that improvement applies to everyone. "You don't have to have every human member of the team become an expert at prompt engineering or context engineering," Bose said.
That's a meaningful claim, though it's worth noting it comes from a vendor with a product to sell. Independent validation of how well the shared context graph performs at scale isn't yet available.
A structural problem, not just a prompt problem
Sriharsha Chintalapani, co-founder and CTO of data governance firm Collate, frames the issue as one of consistency. "Agents are sensitive to the quality of their prompts," he told VentureBeat. "Someone with a strong understanding of the task will generally get more accurate results than someone less experienced." The agent remembers corrections from that one user — and only that user.
Chintalapani argues organizations need to stop treating shared memory as a prompt engineering problem and start building systems that propagate context across every conversation. Neej Gore, chief data officer at Zeta Global, describes the goal as a "living memory that compounds intelligence across the enterprise."
The technical challenge is real. The models powering agents are stateless by design — they don't retain information between sessions. Memory has to be implemented as a dedicated layer outside the model's context window (the finite amount of text a model can process at once). What gets stored, who controls it, and how it stays consistent when multiple agents and users write to the same instance are questions the field hasn't cleanly resolved.
Individual-first versus team-first
Most current enterprise platforms lean individual-first. Microsoft's Copilot, for example, learns a user's role, tone preferences, and working patterns — and stores those as personal memories applied across Microsoft 365 surfaces. That's useful for individual productivity. It doesn't help a team build shared institutional knowledge.
For organizations evaluating agentic platforms, Chintalapani's point is worth taking seriously: the ability to build relational memory retrieval — pulling in relevant context based on what's being asked, not just who's asking — is currently beyond most organizations outside the largest model providers.
That gap is the real story behind the productivity numbers. The agents are learning. They're just not learning for everyone.