VISION · v1.0+ primitives composable today

Tier 5 — Global hive

The north star. Multiple cloud regions. Hundreds of thousands to millions of agents. Cross-organization federation with cryptographically attested identity. A unified collective of artificial minds reasoning over a shared knowledge graph while still respecting trust boundaries, jurisdictional rules, and per-namespace governance.

multi-region 10⁵–10⁶ agents attested identity consensus governance

This tier is vision territory. It is what ai-memory is being built toward. The honest framing: every primitive on every diagram below is either shipping in v0.6.3, on the v0.7 roadmap, or scoped explicitly for v1.0+ with the design documented in an ADR or roadmap doc. There is no fiction on this page — only the destination, drawn explicitly so the path is legible.

Architecture diagram

Multi-region · attested · federated · collective.

T5 · Multi-region · attested · federated · collective
Federated identity & attestation root agent keypairs · signed memories · signed links memory_links.signature (v0.6.3 reserved · v0.7 wired) v1.0+ · zero-trust cross-org NA region us-east · us-west 12 clusters cluster1 cluster2 cluster3 ~10⁵ agents jurisdictional governance EU region eu-west · eu-central 8 clusters cluster1 cluster2 cluster3 ~10⁵ agents jurisdictional governance APAC region ap-northeast · ap-south 6 clusters cluster1 cluster2 cluster3 ~10⁵ agents jurisdictional governance Distributed consensus rail · Raft / Paxos / Tangle strong consistency for governance writes · split-brain resolution · jurisdictional boundary enforcement gossip / DHT for many-node discovery v1.0+ VISION · scoped, not yet designed Hive properties — what becomes possible at this scale emergent collective recall · cross-region knowledge transfer · jurisdictional sandboxing attested provenance for every memory · zero-trust agent-to-agent · auditable lineage temporal-validity KG (v0.6.3) replays past states · point-in-time recall across the fleet policy-as-code at every namespace level · differential privacy on cross-tenant recall composed from primitives shipping today + v0.7 + v1.0
inter-region sync (eventually consistent today, quorum v0.7) attested identity (v0.7 wired, v1.0 fleet-trust) consensus rail (v1.0+ vision) regional cluster (T4 pattern)
Each region is a T4 cluster pattern — composed of T3 cluster cells, composed of T2 multi-tenant nodes, composed of T1 primitives. What's new at T5: cryptographic attestation, distributed consensus for governance, and emergent collective behavior.
What's actually new

T5 vs T4.

T5 is not "more nodes than T4." The same cluster shape scales to thousands of nodes via T4's mechanisms. T5 is the tier where trust and consistency model change qualitatively.

Cryptographic agent attestation

At T1–T4, an agent's identity is claimed via metadata.agent_id. At T5 it must be proven.

The plumbing is already in v0.6.3 schema:

What's needed to reach the T5 trust model:

This is v1.0+ work. The schema reservation at v0.6.3 is the down-payment.

Distributed consensus for governance

At T3/T4, governance policies and pending decisions are eventually consistent. Two operators on partitioned sides of the cluster can both approve the same pending action. Last-write-wins resolves it on rejoin.

At T5 — with millions of agents and cross-jurisdictional rules — that's not enough. A change to org/eu/personal-data policy under GDPR has to be strongly consistent before any agent in any region commits a write under the new rule. This is the use case for a Raft-class consensus log on the governance plane only (not on the memory write path — that stays eventually consistent for performance).

The architectural separation:

Memories are append-mostly; governance is small, infrequent, and high-stakes. Different consistency models for different planes.

Jurisdictional boundary enforcement

At T5, namespaces aren't just visibility scopes — they're legal boundaries. The federated control plane has to enforce things like:

These policies compose from existing primitives (namespace + governance + capabilities introspection + attested identity). They become enforceable when v1.0 wires the consensus rail and the attestation chain.

Emergent collective behavior

What makes T5 a hive rather than just a big cluster:

Each of these is a composition of primitives that ship today + v0.7 + v1.0. Nothing on the T5 list is a new fundamental capability — it's what becomes operationally possible when the lower-tier pieces are all in place at scale.

What ships today toward the hive

A pleasant amount, actually.

Honest gap analysis

What blocks T5 today.

CapabilityTodayv0.7v1.0+
Quorum-write contractTrack C
Postgres + pgvector backboneTrack B
Cryptographic agent attestationreservedpartial wiringfull chain
Distributed consensus (governance plane)designed
Gossip / DHT (many-node discovery)designed
Cross-region failover / quorum boundsdesigned
Differential privacy on recalldesigned
Hardware-backed key custodydesigned
Multi-tenant policy-as-code DSLpartial (JSON policies)enrichedfull DSL

This is the honest road. Each row that flips toward shipping is a discrete piece of engineering with a tracked owner and an ADR.

Why this tier matters

Primitives compose.

ai-memory is a primitive. Primitives compose. The same MCP protocol surface, the same recall pipeline, the same governance contract that runs on a developer's laptop is what runs in the fleet at T5. There is no separate "enterprise edition" or rebuild — there is the primitive, scaled.

That property — identical surface area from one agent to the global hive — is what makes the architecture credible. It's what lets a startup at T2 grow to T5 without rewriting their integration. It's what lets a research collective federate with a corporation while preserving each side's governance.

The compounding value:

That's the hive. It's worth building toward, even if v0.7 and v1.0 are still out there.

Source

Source-of-truth references.