Skip to content

AI Memory

What AI Memory Means In UAIX

UAI AI Memory is a lightweight, portable, file-based standard for durable context. It gives humans and AI agents a reviewable packet of project memory instead of relying on private chat history, hidden model settings, one vendor account, or a stale folder of notes.

AI Memory is not a general knowledge base. It is the compact operating memory a future actor should load before acting: project purpose, current state, constraints, decisions, next actions, owners, trust boundaries, maintenance rules, and targeted checks.

Context budget: keep AI Memory hot and small. Long research, old progress detail, pre-slim handoff snapshots, and deep rationale should live in an LLM Wiki or AIWikis-style cold memory layer with source summaries, hashes, and dated logs. Promote only the reviewed current conclusion back into the AI Memory packet.

Canonical AI Memory

Use Canonical AI Memory when you need the layer map behind the packet: raw sources, reviewed LLM Wiki memory, optional derived graph projections, compact UAI AI Memory, Project Handoff transfer context, and the execution agent that still has to obey local rules.

Fastest Practical Path

Most readers should start with the AI Memory Package Wizard. It turns the current supported presets into a reviewable startup packet, receiver brief, system profile, manifest overlay, optional wiki plan, copyable file deck, and canonical ZIP link without claiming hosted import, repository writes, automatic sync, SDK, CLI, certification, or endorsement.

Why Unstructured AI Memory Fails

Unstructured memory fails because it mixes old chats, generated summaries, wiki notes, screenshots, logs, and roadmap guesses without saying what is current or binding. The next agent may miss a red line, believe an obsolete claim, leak sensitive material, or run the wrong checks because the project never named its memory contract.

  • No front door: the agent cannot tell where to begin.
  • No lifecycle: working state, transfer packets, decisions, onboarding notes, and audit evidence age differently.
  • No trust boundary: internal-only material can be handed to an outside vendor or autonomous agent by accident.
  • No canonical source: visible examples, downloadable ZIPs, and docs drift because sample files are copied in several places.

Why File-Based Memory Works

File-based memory is boring in the best way. It can be reviewed in a pull request, zipped for a handoff, redacted before external sharing, loaded by different agents, archived with a release, and tested for drift. UAIX uses plain text and deterministic manifests so people can inspect what an AI is about to treat as context.

AI Memory Taxonomy

UAIX now treats Project AI Memory as the ongoing working-memory configuration and Project Handoff as a subtype of AI Memory for transfer. Additional configurations exist only when they have a different lifecycle, trust boundary, or consumption pattern. Team Memory and Product Memory are documented as views over existing bundles, while certification-style or regulated-data memory is deferred until the public evidence and safety process exist.

[uaix_ai_memory_bundle_catalog]

Use the AI Memory Package Wizard when one supported starter configuration should become a package model, populated system profile, receiver brief, startup packet, manifest overlay, copy-paste file deck, optional Agent File Handoff plan, optional LLM Wiki memory-plan file, readiness review, and canonical ZIP download.

Which Configuration To Choose

Situation Use Why
An active project needs continuity across AI sessions. Project AI Memory It keeps current state, constraints, decisions, next actions, and agent instructions alive without becoming a full wiki.
Ownership, execution, or responsibility is moving. Project Handoff It packages the transfer brief, acceptance criteria, owners, constraints, and verification plan.
An agent run was interrupted or must resume later. Agent Session Memory It keeps task-local state short-lived and prevents a whole chat transcript from becoming project truth.
A new human, contractor, stakeholder, or agent needs a curated start. Onboarding Memory It emphasizes overview, glossary, owners, first actions, and safe boundaries.
Rationale matters more than status. Decision Memory It preserves tradeoffs, rejected options, reversals, and open questions.
A client, vendor, or outside agent needs context. Client or Vendor Handoff Memory It adds redaction and approval guidance around a stricter external trust boundary.
An incident or audit needs a portable packet. Incident or Audit Memory It keeps timeline, evidence references, decisions, mitigations, owners, and follow-up together.
A deep wiki needs a portable snapshot. LLM Wiki Export Memory It exports reviewed wiki material into a compact packet without letting the wiki override project truth.
The organization needs durable, searchable institutional knowledge. LLM Wiki It is stronger for deep internal documentation, source synthesis, long-lived research, and broad knowledge accumulation.

Project AI Memory And Project Handoff

Project Handoff is a subtype of UAI AI Memory. AI Memory is the broad standard: durable AI-readable context. Project Handoff is the transfer pattern: read the front door, load the selected files, summarize current truth, confirm constraints, name intended touchpoints, and name targeted checks before broad work.

For a small project, Project AI Memory and Project Handoff can include many of the same files. For a larger organization, Project AI Memory stays alive during everyday work, while Project Handoff is prepared and reviewed when responsibility moves.

Inspect The Project AI Memory Starter

The visible files below are rendered from the same canonical template registry used by every supported bundle preset. The generated manifest is included in the ZIP and displayed with the other files so readers can inspect bundle ID, use case, lifecycle, trust boundary, file list, template IDs, and checksums.

[uaix_ai_memory_bundle variant=”project-ai-memory”]

What Belongs In AI Memory

  • Project overview, current state, decisions, open questions, next actions, risks, constraints, owners, glossary, and agent instructions.
  • Root AGENTS.md plus local memory files such as .uai/readme.human when agents need a predictable load path.
  • Typed .uai files when the project needs explicit context, stack, architecture, constraints, progress, operations, test planning, style, decisions, or memory rules.
  • Links to deeper docs or LLM Wiki pages only when those sources are reviewed and clearly marked as background or promoted truth.

What Should Not Be Included

  • Secrets, credentials, private keys, tokens, connection strings, or unreviewed production logs.
  • Raw customer, patient, employee, or user data unless a secure approved process exists.
  • Private legal analysis, internal-only strategy, pricing, security details, or unsupported support claims.
  • Old chats, generated summaries, dropped files, and LLM Wiki pages treated as truth without review.
  • Executable payloads that a future agent might run without human approval.

Privacy And Trust Boundaries

Choose the bundle by trust boundary, not by name alone. Internal Project AI Memory can carry more operational detail than an external handoff. Agent Session Memory may include tool permissions and temporary work state that should be archived quickly. External Handoff, Incident/Audit, and LLM Wiki Export packets need redaction, approval, and clear source notes before sharing.

  • Review secrets and credentials before every share.
  • Minimize customer or user data.
  • Mark internal-only strategy and legal material.
  • Name agent permissions and blocked actions.
  • Prefer sanitized exports over raw internal memory.

Maintenance Model

AI Memory is not a dumping ground. Keep high-churn files current and keep durable files stable. .uai/CURRENT_STATE.md and .uai/NEXT_ACTIONS.md can change often. .uai/DECISIONS.md should be append-first or carefully revised. .uai/RISKS_AND_CONSTRAINTS.md and .uai/AGENT_INSTRUCTIONS.md should be reviewed whenever permissions, production boundaries, support claims, or safety posture change. .uai/CHANGELOG.md should explain meaningful bundle updates.

Run a context diet when the packet starts carrying old history. Preserve the pre-slim version in cold memory first, record the source path, final path, checksum, actor, time, and disposition, then shorten the active file to current truth plus a pointer.

How Agents Consume AI Memory

  1. Read the manifest and front-door files before acting.
  2. Load only the files required by the bundle and current task.
  3. Report missing, circular, contradictory, unreadable, or oversized memory before broad work.
  4. Summarize current truth, constraints, intended touchpoints, and checks before editing.
  5. Treat LLM Wiki, old chat, generated summaries, and dropped files as background until reviewed and promoted.

Site, Solution, Or Workspace Placement

For one WordPress site, keep the local .uai/ folder at the individual site root and use root AGENTS.md as the entry point. For one Visual Studio solution, keep .uai/ beside the real .sln or .slnx file, then explicitly register every generated .uai file as solution items so they appear in Solution Explorer. A physical folder on disk is not enough by itself. In both cases .uai/readme.human and typed .uai records stay inside the local memory folder.

For classic .sln files, that means adding a .uai solution folder with a ProjectSection(SolutionItems) entry for each generated file. After the solution file is updated, verify every referenced .uai path exists and reload Visual Studio if the solution was already open.

Use project-level .uai/ folders inside a Visual Studio solution only when projects have independent ownership, release, or handoff boundaries. In that rarer shape, a solution-level workspace.uai can coordinate those project folders; otherwise the more common coordinator is a higher-level workspace or organization workspace.uai that routes across multiple solutions.

For multiple WordPress sites or Visual Studio solutions in one ecosystem, use workspace.uai as the only UAI memory file outside local .uai/ folders. Each selected site or solution AGENTS.md should point to both that coordinator and its own local .uai/ folder, and the agent should resolve the explicit human domain, route, repository, solution, or path before loading local memory. The selected target’s hot memory loads; sibling .uai bundles stay unloaded unless the task explicitly asks for cross-target source routing, authority comparison, package coordination, or archive preservation.

If the package will steer deployment, include a workspace instruction surface that names the deployment owner, shared version policy, publish folders, install targets, checksum or rollback evidence, and any mixed-stack differences. A workspace where WordPress sites use consistent theme/plugin upload folders but .NET solutions deploy differently should say that in workspace.uai instead of leaving future agents to infer it from filenames.

Before relying on a remembered absolute coordinator path, verify the coordinator file exists and that the selected registry root plus AGENTS.md path resolve. If a pointer is stale, locate workspace.uai only far enough to confirm the intended router, repair or report the stale path, and never silently fall back to the current shell directory when the human named another target.

This prevents the current shell directory from silently winning over a named site such as LLMWikis.org, UAIX.org, AIWikis.org, or another related workspace root.

How Humans Review And Approve Memory

Humans should be able to review the same files the AI will load. Before sharing a bundle or using it to steer an autonomous agent, check ownership, dates, stale claims, sensitive data, trust boundaries, and whether planned work is clearly separated from current support. Ask the AI to name exactly which memory files changed and why.

UAIX AI Memory And LLM Wiki

LLM Wiki is not required by UAI specs or standards. UAIX supports it as an optional deep-memory strategy because teams that already use one need different package-shaping choices, source boundaries, and promotion rules.

UAIX AI Memory and LLM Wiki solve different memory problems. UAIX AI Memory is a portable working packet for continuity, handoffs, onboarding, external collaboration, audits, quick exports, and agent-ready context. LLMWikis.org represents the stronger pattern for deep, long-lived internal documentation and durable organizational knowledge.

Mature organizations may use both: LLM Wiki as the durable internal knowledge base, and UAIX AI Memory bundles as portable snapshots, working context, onboarding exports, handoff packets, audit packets, or agent-run context.

When To Use UAIX AI Memory

  • Use Project AI Memory when a project is active and context needs to persist across sessions.
  • Use Project Handoff when ownership, execution, or responsibility is moving.
  • Use Agent Session Memory when an AI agent needs resumable task context.
  • Use Onboarding Memory when a human or agent needs a curated starting point.
  • Use Decision Memory when rationale and tradeoffs matter more than status.

When To Use LLM Wiki

  • Use LLM Wiki when the organization needs deep, durable, searchable institutional knowledge.
  • Use it for long source summaries, research trails, comparisons, policy background, and internal education.
  • Keep it informative rather than governing until accepted facts are promoted into AI Memory, docs, code, tests, release notes, roadmap state, or public evidence.

When To Use Both

Use both when a durable knowledge base needs portable working packets. The LLM Wiki remains expansive; the AI Memory bundle remains decisive. If the decisive bundle starts growing like a wiki, archive the old detail and keep only the accepted current state. For the practical operating path, read Using UAI Packages With An LLM Wiki and Project Handoff Context Budget. For the longer rationale, read LLM Wiki vs. UAIX Project Handoff and LLM Wiki and UAIX Project Handoff.

How Samples, Manifests, And ZIPs Stay Synchronized

Rendered sample files, bundle manifests, download links, and generated ZIPs all resolve through the same canonical registry. There are no stale static starter ZIP assets and no ZIP-only sample files. If a shared file belongs to multiple bundles, it is selected by the same template ID. If a bundle needs variation, the variation is an explicit parameter, optional section, or overlay recorded in the manifest.

Public Route And Alias

The canonical UAIX page for this topic is /en-us/ai-memory/. The requested /AI_Memory entry path redirects here as the search-friendly entry alias while canonical UAIX public routes remain clean, locale-prefixed paths.

Related UAIX Records