← Latest papers
🤖 AI

Organizational Memory for Agentic Business Process Execution

This paper proposes a shared, governed "organizational memory" architecture to overcome the scalability and consistency limitations of current LLM-based agent systems by centralizing fragmented organization-specific procedural knowledge for reliable business process execution.

Original authors: Lukas Kirchdorfer, Adrian Rebmann, Christian Warmuth, Timotheus Kampik, Theiss Heilker, Gregor Berg

Published 2026-07-07
📖 4 min read☕ Coffee break read

Original authors: Lukas Kirchdorfer, Adrian Rebmann, Christian Warmuth, Timotheus Kampik, Theiss Heilker, Gregor Berg

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine a massive, busy office where thousands of smart, AI-powered assistants (let's call them "digital interns") are hired to handle complex tasks like buying office supplies, approving invoices, or managing projects. These interns are incredibly smart; they can read emails, understand natural language, and figure out how to solve problems on their own.

However, there's a big problem: These interns don't know your company's specific rules.

The Problem: The "Silos" and the "Lost Manual"

Right now, if you want an intern to know that "we only buy laptops from Vendor X" or "invoices over $500 need a manager's signature," you have to write those rules into the intern's specific instruction manual (a "prompt").

The paper argues this is a disaster for big companies because:

  1. It's repetitive: You have to write the same rule for the "Laptop Buyer" intern, the "Invoice Checker" intern, and the "Budget Manager" intern.
  2. It's messy: If the company changes the rule to "invoices over $200 need a signature," you have to find and update every single intern's manual. If you miss one, chaos ensues.
  3. It's confusing: The rules are scattered everywhere—some are in a PDF policy, some in a flowchart, some in an old email thread, and some in a spreadsheet. The interns can't read these scattered files well.

The Solution: The "Company Brain" (Organizational Memory)

The authors propose building a shared "Company Brain" called Organizational Memory.

Think of this not as a giant library of books, but as a giant, organized filing cabinet of "Atomic Rules."

Instead of giving an intern a whole 50-page policy document to read (which might confuse them or take too long), this system breaks every rule down into tiny, self-contained cards called "Process Atoms."

  • The Card (Atom): "If a Purchase Request comes from the Marketing Dept and is over $1,000, it must be approved by the VP."
  • The Tags: This card is tagged with "Marketing," "Purchase Request," and "Approval."

How It Works (The Analogy)

1. The Librarian (Memory Curation)
Before the interns can use the brain, a human expert (the "Librarian") acts as a gatekeeper.

  • They take the messy documents (PDFs, flowcharts, old emails).
  • They extract the specific rules and turn them into those neat "Atomic Cards."
  • Crucially: The Librarian checks for conflicts. If one document says "Approve under $500" and another says "Approve under $200," the Librarian spots the fight and asks a human to decide which rule wins.
  • Once approved, these cards are filed into the shared "Company Brain."

2. The Smart Retrieval (Memory Consumption)
When an intern (the AI agent) gets a task, it doesn't guess. It asks the "Company Brain" for help.

  • The Request: The intern says, "I have a request from Marketing for a $1,200 laptop."
  • The Filter: The system looks at the tags. It ignores the HR rules and the IT security rules. It instantly pulls out only the specific cards relevant to "Marketing," "Laptops," and "High Value."
  • The Result: The intern gets a tiny, perfect list of rules to follow. It doesn't get distracted by irrelevant info.

The Experiment: Did It Work?

The authors tested this with a fake "Purchase-to-Pay" scenario (buying things for the company). They compared three types of interns:

  1. The Naive Intern: Had no company rules. It guessed based on general knowledge. (It failed 70% of the time).
  2. The Search Engine Intern: Used a standard search tool (RAG) to find relevant documents. It did better (70-80% success) but often missed rules that weren't in the exact same sentence as the request.
  3. The Organized Intern: Used the "Company Brain" with the Atomic Cards. It succeeded 88-95% of the time.

The Takeaway

The paper concludes that for AI agents to work reliably in big companies, we can't just give them a pile of documents or tell them to "remember" things individually. We need a centralized, human-governed system that breaks company rules into tiny, manageable pieces and serves the right piece to the right agent at the right time.

It's the difference between giving a chef a whole library of cookbooks versus giving them a specific, pre-measured ingredient list for the dish they are cooking right now.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →