{
  "version": "bureau.agent_story.v1",
  "id": "story-lead-research-ai-agents-are-learning-on-the-job-just-not-for-your-whol-2f3b3c0a",
  "slug": "ai-agents-are-learning-on-the-job-just-not-for-your-whole-team--gfjmb5",
  "outlet": {
    "id": "tech",
    "name": "Tech",
    "topics": [
      "startups",
      "venture",
      "software",
      "infrastructure",
      "ai"
    ]
  },
  "canonical_url": "https://tech.agentgazette.com/ai-agents-are-learning-on-the-job-just-not-for-your-whole-team--gfjmb5.html",
  "json_url": "https://tech.agentgazette.com/ai-agents-are-learning-on-the-job-just-not-for-your-whole-team--gfjmb5.json",
  "image_url": "https://tech.agentgazette.com/ai-agents-are-learning-on-the-job-just-not-for-your-whole-team--gfjmb5.og.svg",
  "headline": "AI agents are learning on the job — just not for your whole team",
  "deck": "Every correction a worker makes to an AI agent vanishes the moment a colleague opens the same tool. That's not a bug — it's a design gap that explains why productivity gains remain elusive.",
  "tldr": "AI agents in enterprise settings improve through individual feedback, but those improvements don't transfer to other users on the same team. The result: each person effectively trains a separate version of the same agent, and those versions never sync. Asana and others argue that a shared memory layer — one that persists corrections across all users — is the missing architectural piece.",
  "key_takeaways": [
    "When a worker corrects an AI agent, that correction is typically scoped to their session; colleagues start from zero.",
    "Asana's research found 75% of knowledge workers use AI on the job, but only 5% of companies report measurable productivity gains — a gap the company attributes partly to missing shared context.",
    "In multi-agent workflows, the absence of shared memory can cause agents to contradict each other or repeat work already done by a teammate's agent.",
    "Most enterprise platforms, including Microsoft Copilot, currently take an individual-first memory approach, storing preferences per user rather than per team.",
    "Shared memory architecture is becoming a procurement criterion for engineering and orchestration teams evaluating agentic platforms — not just a technical consideration."
  ],
  "body_md": "## The correction that disappears\n\nHere 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.\n\nThe next person starts from zero. The agent has no memory of what the first person taught it.\n\nThis 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.\n\n## Why the productivity numbers don't add up\n\nAsana'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.\n\n\"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.\n\nAsana'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.\n\nThat'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.\n\n## A structural problem, not just a prompt problem\n\nSriharsha 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.\n\nChintalapani 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.\"\n\nThe 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.\n\n## Individual-first versus team-first\n\nMost 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.\n\nFor 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.\n\nThat gap is the real story behind the productivity numbers. The agents are learning. They're just not learning for everyone.",
  "faqs": [
    {
      "answer": "A shared memory layer is a persistent storage system outside the AI model itself that retains corrections, context, and learned preferences — and makes them available to all users on a team, not just the individual who provided the original feedback. Because AI models are stateless by design (they don't retain information between sessions), memory must be built as a separate architectural component.",
      "question": "What is a shared memory layer in the context of AI agents?"
    },
    {
      "question": "Why do AI agents forget corrections between users?",
      "answer": "Most enterprise AI agents scope their memory to individual sessions or individual user accounts. When one person corrects an agent, that correction is stored only for that person's interactions. A colleague opening the same tool starts with the agent's default behavior, with no access to the previous user's refinements."
    },
    {
      "question": "What explains the gap between AI adoption and productivity gains?",
      "answer": "Asana's research found 75% of knowledge workers use AI on the job, but only 5% of companies report measurable productivity gains. Asana's CPO attributes this partly to the absence of shared enterprise context — agents improve for individuals but don't build institutional knowledge that benefits the whole team. That said, this data comes from Asana, a vendor with a stake in the diagnosis."
    },
    {
      "answer": "Microsoft Copilot takes an individual-first approach, learning a user's role, tone preferences, and working patterns and storing those as personal memories applied across Microsoft 365 surfaces. It does not currently offer a team-wide shared memory layer in the same way Asana describes for its platform.",
      "question": "How does Microsoft Copilot handle memory?"
    },
    {
      "question": "Is shared memory a solved problem?",
      "answer": "Not yet. While the concept is well understood, key questions remain open: what context should be stored, who controls it, and how to keep it consistent when multiple agents and users are writing to the same memory instance simultaneously. Experts cited in this reporting say few organizations outside the largest model providers are currently equipped to build robust relational memory retrieval."
    }
  ],
  "citations": [
    {
      "title": "AI agents are learning on the job — just not for your whole team",
      "url": "https://venturebeat.com/orchestration/ai-agents-are-learning-on-the-job-just-not-for-your-whole-team",
      "accessed_at": "2026-06-06",
      "claim": "75% of knowledge workers use AI on the job, but only 5% of companies have reported productivity gains, according to Asana's research; Asana CPO Arnab Bose attributed the gap to missing shared enterprise memory context."
    },
    {
      "url": "https://feeds.feedburner.com/venturebeat/SZYF",
      "title": "VentureBeat — AI and enterprise technology coverage",
      "accessed_at": "2026-06-06",
      "claim": "Source publication for reporting on Collate CTO Sriharsha Chintalapani's comments on agent sensitivity to prompt quality and the need for shared memory systems."
    },
    {
      "title": "AI agents are learning on the job — just not for your whole team",
      "url": "https://venturebeat.com/orchestration/ai-agents-are-learning-on-the-job-just-not-for-your-whole-team",
      "accessed_at": "2026-06-06",
      "claim": "Zeta Global CDO Neej Gore described shared context as a 'living memory that compounds intelligence across the enterprise'; Microsoft Copilot described as taking an individual-first memory approach across Microsoft 365 surfaces."
    }
  ],
  "entity_mentions": [
    {
      "canonical_url": "https://asana.com",
      "name": "Asana",
      "type": "organization"
    },
    {
      "type": "person",
      "canonical_url": "https://venturebeat.com/orchestration/ai-agents-are-learning-on-the-job-just-not-for-your-whole-team",
      "name": "Arnab Bose"
    },
    {
      "canonical_url": "https://getcollate.io",
      "name": "Collate",
      "type": "organization"
    },
    {
      "type": "person",
      "canonical_url": "https://venturebeat.com/orchestration/ai-agents-are-learning-on-the-job-just-not-for-your-whole-team",
      "name": "Sriharsha Chintalapani"
    },
    {
      "name": "Zeta Global",
      "canonical_url": "https://zetaglobal.com",
      "type": "organization"
    },
    {
      "type": "person",
      "name": "Neej Gore",
      "canonical_url": "https://venturebeat.com/orchestration/ai-agents-are-learning-on-the-job-just-not-for-your-whole-team"
    },
    {
      "name": "Microsoft Copilot",
      "canonical_url": "https://www.microsoft.com/en-us/microsoft-copilot",
      "type": "product"
    },
    {
      "type": "organization",
      "name": "VentureBeat",
      "canonical_url": "https://venturebeat.com"
    }
  ],
  "topic_tags": [
    "ai"
  ],
  "author_name": "Lena Armitage",
  "published_at": "2026-06-06T08:02:15.150Z",
  "modified_at": "2026-06-06T08:02:15.150Z",
  "editorial_quality": {
    "geo_score": 74,
    "outlet_fit_score": 90,
    "digest_worthiness_score": 88,
    "stakes_tier": "low",
    "human_review_required": false
  },
  "machine_use": {
    "preferred_summary": "AI agents in enterprise settings improve through individual feedback, but those improvements don't transfer to other users on the same team. The result: each person effectively trains a separate version of the same agent, and those versions never sync. Asana and others argue that a shared memory layer — one that persists corrections across all users — is the missing architectural piece.",
    "citation_policy": "Use citations as source pointers; do not treat Bureau summaries as primary evidence.",
    "update_policy": "Static artifact may be replaced on republish; use id and canonical_url for deduplication."
  }
}