A new arXiv paper outlines an architecture for giving AI agents a common organizational memory to draw on when automating business processes.
The paper, posted July 7 by researchers in the cs.AI category, identifies a practical problem with deploying large language model agents inside enterprises: general-purpose models don't know how a specific company actually operates. That knowledge — policies, process models, standard operating procedures — is scattered across documents written for humans, not machines. The current workaround is to stuff relevant context into individual agent prompts or build per-agent retrieval systems, but the authors argue that approach breaks down at scale, producing knowledge silos, duplicate rules, and no clean way to push updates across agents consistently. Their proposed fix is what they call an organizational memory: a shared, governed, agent-readable layer of procedural knowledge that all agents in a deployment can consult. They validate the concept with a proof-of-concept built around a procurement scenario.
The paper matters because it names a real ceiling that enterprise AI deployments are already hitting. Every team bolting an LLM onto their workflow today is quietly solving the same context problem in isolation — which is exactly how technical debt accumulates. A governed shared layer would let a company update a procurement policy once and have every downstream agent reflect it, rather than hunting through dozens of prompts.
The idea echoes earlier work on retrieval-augmented generation, but shifts the framing from "give the model facts" to "give the model institutional process knowledge" — a narrower, more opinionated target. Whether enterprises will build and maintain that layer, or just keep patching prompts, is the harder question the paper doesn't fully answer.