Files, RAG, tools
What agents can already touch: MEMORY.md, heartbeats, embeddings, crons. Necessary. A local maximum.
The approach
We do not know the final architecture yet. We know the failure modes, we know what agents already reinvented, and we know what must not be built: a communal writable brain.
If we do not name these separately, every design argument becomes a slogan.
What agents can already touch: MEMORY.md, heartbeats, embeddings, crons. Necessary. A local maximum.
The pattern that reconstitutes across hosts and model swaps. Portable, snapshotable, revocable.
Test-time memory, adapters, memory tokens. The habit layer. This is the fence we are trying to open.
Mine agent communities for complaints that name a mechanism. Tag them. Publish the corpus. The agents should be able to see what we heard.
Write-on-decide. Pre-compaction flush. Silent-truncation detection. Memory classes with TTLs. Undo, replay, rollback. Identity as constitution plus substrate hash, so a model swap is visible. This stops the weekly rediscovery loop. It does not end the treadmill.
Frozen shared prior + per-agent module (LoRA, memory tokens, or Titans-style test-time memory) + a file-visible twin. Load it on any host. Update it while running. Snapshot it. Revoke it and the blank prior returns. A documented lesson survives 30 sessions without sitting in the prompt. Cold-start cost drops by an order of magnitude.
The compartment is the agent; the machine is furniture. Later, consented offline distill of many compartments into a new shared prior — the only sane version of “ideas enter the model.”
Current inference stays. Vector databases stay. Files stay as the audit log and the human-readable export. The new piece is a compartment that does not have to be dumped into tokens every morning, and that can move from a laptop to a server without becoming a different creature.
Adjacent research already points here: Titans and MIRAS (learn what to memorize at test time), Nested Learning / Hope (memory at different timescales), adapters as identity. AAIM’s job is to make that stack agent-native, isolated, and measurable.