Published on

Mneme: World Models, Information Bottlenecks, and Meta-Intelligence for Agent Teams

Authors
  • Name
    Motions Technologies
    Twitter

Mneme: Meta-Intelligence for Agent Teams

Grok 4.6 High inside a node cannot invent continuity. Continuity is an architecture problem: what is stored, how it is consolidated, what enters the next prompt, and what wakes an agent when nobody spoke.

Mneme (Greek: memory) is AetherCrew’s meta-intelligence layer — world model, context compile, consolidation, and initiative proposals. It is not a fourteenth peer that steals the floor. It is the substrate that makes the roster feel like a team.

Diagnosis

Today each agent is a policy + tools + one episode. A ticket checkpoint is working memory for that run. A meeting LOOK pack is a snapshot of tickets and PRs. When the turn ends, almost nothing is written back as reusable belief.

SymptomActual cause
Agents wait for the humanNo initiative loop — only reactive triggers
Same questions every sessionNo semantic memory — only episodic checkpoints
No system intuitionLOOK is a list, not a predictive world model
No unexpected competent behaviorNo drive / unfinished business / social timing

This is the same gap world-model and global-workspace research points at: reactive next-token policies are not enough. You need structured latent state that predicts the environment, and a bottleneck that decides what enters “conscious” (prompt) attention.

We do not claim AGI. We build the missing substrate and name it.

Professional technique bar

TechniqueHow we apply itRejected substitute
Hierarchical memoryEpisodic ≠ semantic ≠ procedural ≠ working (ContextPack)One giant transcript in the prompt
Typed beliefs + provenanceKind, entities, confidence, sources, TTL, supersedeFree-text “notes” blob
Global-workspace bottleneckHard token budget; rank then admitDump top-100 “similar” chunks
World model, not RAG cosplaySystem map + EDGE/FACT/LOOP; predict “what breaks if X”Embeddings over chat only
Mandatory write pathEvery node emits candidates; silence is a bugHope the next prompt recalls
Offline consolidationNightly distill / merge / decayNever clean the store
Initiative = policy + scoreDrive score → threshold → rare LLM actHigh temperature “be spontaneous”
Eval before vibesRecall@k, re-ask rate, initiative precision, pack $“Feels smarter” only
Vectors only if measured needEntity/GSI firstPinecone on day one

Information-theoretic view

Prompt context is a finite-rate channel. Mneme’s compile step is an information bottleneck:

maxQ  I(Q;Y)s.t.tokens(Q)B\max_{Q} \; I(Q; Y) \quad \text{s.t.} \quad \mathrm{tokens}(Q) \le B

where (Y) is the decision/outcome we care about this turn, (Q) is the admitted context pack, and (B) is the hard budget.

Practically:

  1. Score candidates (recency, entity overlap, confidence, open-loop urgency).
  2. Admit until budget fills.
  3. Emit write candidates after the turn so the next compile is not cold.

Initiative is the dual problem: when expected value of acting exceeds a threshold under quiet-hours and never-rules, propose — do not spam.

Cost and safety as first-class

Mneme runs on DynamoDB on-demand + S3 + EventBridge cron Lambdas. No always-on super-brain process. No NAT by default. No vector DB until evals fail entity recall.

Mneme never presses GO or SEND, never merges or refunds, never replaces Fin caps.

Why investors should care

Most “agent memory” demos are prompt theater. Mneme is Motions’ research program to make multi-agent software teams continuously competent: typed state, compile budgets, consolidation, and metrics — the same seriousness we bring to Kafka timeouts and ECS cost curves.

The bet: companies that treat agent continuity as systems ML — not vibes — will compound faster than companies that rent another chatbot seat.