Concepts · Humans and machines
Architecture of a Memory-Native Organization
A reference architecture for connecting operational signals, governed shared context, model interactions, and feedback in an AI-enabled organization.

A memory-native organization is one that treats operational context as a managed system rather than as an accidental by-product of chat, documents, tickets, and individual recollection. The objective is modest but consequential: help the next person or system act with the relevant evidence, decision history, and constraints without turning the organization into a permanent surveillance archive.
This is a reference architecture, not a claim that memory automatically creates better decisions or that every organization should centralize its information. Its value depends on data quality, access controls, human review, and whether the system is evaluated against a real workflow.
The four layers
A four-layer reference architecture. Operational work and tools produce signals. A governed context layer selects and organizes what may influence model interactions; outcomes then provide evidence for revision or retirement.
| Layer | Job | Design question |
|---|---|---|
| Team operations | Produce decisions, exceptions, handoffs, and outcomes. | Which work creates context worth preserving? |
| Workflow tools | Hold artifacts in systems such as email, tickets, CRM, code, and documents. | What may be connected, and under which permissions? |
| Shared context layer | Select, scope, retrieve, revise, and retire operational context. | Why is this information retained, who may use it, and when does it expire? |
| Model and agent layer | Use authorized context to answer, recommend, or take bounded actions. | What context is necessary for this task, and how is its use observed? |
The layers can be implemented with different vendors and models. The important boundary is between systems of record and a context-management layer: an original ticket or document remains the source artifact; a memory or summary is a derived, scoped representation that should retain provenance.
The lifecycle is more important than the store
Storage answers “where is the artifact?” A context layer answers “should this information influence this task now?” That requires an explicit lifecycle:
- Capture a signal from an authorized source.
- Assess its evidence, owner, scope, and sensitivity.
- Make it retrievable only for appropriate people, agents, and tasks.
- Revise, supersede, or withdraw it when the underlying situation changes.
- Record enough provenance to explain why it influenced an answer or action.
Simple ACT-R Map
A governed context lifecycle
Capture is not retention; retrieval is not authorization; feedback is not automatic truth.
- 1
Signal
Authorized work creates evidence
Work artifact
A decision, ticket, document, or handoff.
- 2
Assess
Scope and validate context
Scoped context
Source, permissions, freshness, and owner.
- 3
Use
Retrieve only for a task
Task context
Relevant, authorized information only.
Answer or action
A model or person uses the context.
- 4
Review
Correct or retire context
Outcome review
Accept, correct, supersede, or expire.
What to evaluate
The system should be judged on workflow outcomes, not merely storage volume or model usage. Useful measures include whether it reduces repeated explanation, improves handoff completeness, retrieves relevant context with appropriate permissions, makes its sources understandable, and lets users correct or remove harmful context.
Evaluation should also look for failure: stale summaries, wrong entity association, over-broad retrieval, missing provenance, leakage across access boundaries, and feedback loops that amplify an early mistake. A model response should not become durable context merely because it was generated; retention needs evidence and, where appropriate, human review.
Design principles
- Preserve source artifacts and attach provenance to derived context.
- Enforce permissions before retrieval, summarization, and action—not after.
- Make scope, freshness, and confidence inspectable to users.
- Prefer revision and expiry to permanent accumulation.
- Start with one workflow where context loss is costly, then measure the change.
- Keep the model layer replaceable; organizational context should not be trapped in a single model vendor.
An implementation perspective
Achiral is designed as a shared operational-context layer within this architecture. It uses retrieval, lifecycle management, permissions, and review to help teams reuse relevant context across work. These are engineering capabilities, not evidence that a system has human memory or that organizational learning is automatic.
The practical aspiration is continuity with accountability: less repeated discovery, clearer handoffs, and context that can be inspected, corrected, or retired.
Continue with RAG vs AI Memory, ACT-R Memory vs Agent Memory, or Introduction to ACT-R.