AchiralAchiral

Docs · LLMs and developers

Version3.12.1

ACT-R memory

Achiral's ACT-R-inspired memory layer for activation, retrieval, consolidation, and continuity.

Achiral uses several frontier-grade and provisionally patented algorithms on top of an ACT-R-inspired architecture for collective memories. Turn team activity into an emergent memory that can be activated, retrieved, reinforced, decayed, consolidated, and reused over endless sessions.

Remember, the goal of a memory is continuity, whereas the goal of persistence is total recall. Read more about Emergent Memory Systems vs. Persistence Storages.

Memory types

TypeWhat it storesBehavior
ProceduralReusable workflow patterns, tool routines, and action habitsGuides what to do next, subject to capability and review boundaries
EpisodicRecent conversations, events, handoffs, tasks, and work momentsDecays faster unless reinforced
SemanticDecisions, preferences, domain facts, process knowledge, and stable patternsDecays more slowly and carries reusable meaning
FlashbulbHigh-salience moments that may deserve reviewCandidate memory, not automatic truth
CoreReviewed long-term context, durable documents, and important operating factsPreserved with stronger governance

These are product memory types, not biological claims. They let Achiral treat a passing chat message differently from a durable policy, an approved decision, or a repeated workflow pattern.

Memory layers

LayerRole
SignalsConversations, documents, tasks, connectors, preferences, and workflows enter the system
TracesAchiral stores scoped memory objects with source, salience, ownership, and permission context
ActivationMemory is ranked by relevance, recency, frequency, salience, tier, and contextual fit
RetrievalChiro and personal EAs bring the right memory into the current task
ConsolidationReused or high-salience memory can move toward semantic or core memory
GovernanceOwners and admins review durable memory and preserve organization boundaries

Retrieval lifecycle

Achiral combines search relevance with ACT-R-style activation metadata. A memory can rank highly because it is semantically relevant, because it has strong activation, or because both signals agree.

  • Activation: useful memory becomes easier to bring back.
  • Decay: stale memory loses weight unless it remains useful.
  • Reinforcement: reused memory becomes more available.
  • Consolidation: repeated or high-salience memory can become more stable.
  • Review: core memory requires human approval before it becomes durable.

Memory vs RAG

Retrieval-augmented generation retrieves context for an answer. Achiral memory adds a lifecycle around that context: formation, retrieval, reinforcement, decay, validation, and auditability.

DimensionRAGAchiral memory
Primary jobRetrieve relevant contentPreserve, activate, and reuse operational context
Time horizonUsually request-timeCompounds across days, people, and workflows
GovernanceDepends on the appTenant boundaries, roles, validation, and audit logs

Learn more