Each region runs a complete data plane and its own ledger behind an in-region control plane. The only worldwide component is a thin directory that holds no clinical data. Nothing crosses a border except a customer-initiated export, and the gate fails closed before it ever would.
A regional failure does not fail clinical traffic over a border. The control plane is regional for everything data-bearing; only a thin global directory (org catalogue, status, SSO broker) spans the world, and it never sees a payload. Cells run today in the UK, Europe, the US, Canada and Australia.
Data residency is the routing logic, not a toggle. Statutory rules are locked per region and 3verest-managed; overrides can never weaken a locked baseline.
Models are registry-driven and eval-gated, on an independent cadence. A version serves traffic only after a tenant's eval suite passes, a hard, tested constraint.
No console changes; no direct mutation of live state. Policy and class changes deploy with zero code release, and roll back instantly by design.
The request enters at the gateway and leaves as a sealed ledger line. Everything between is policy, supply and proof, grouped into four planes, each subsystem carrying its own acceptance criteria.
Ingress → Decision → Supply → Evidence. The request enters once and is sealed once.
| Layer | Approach | Rationale |
|---|---|---|
| Gateway data plane | Envoy + custom filters (Rust/C++), Go control services | Proven proxy core; meet the latency budget; avoid bespoke-proxy risk. |
| Policy evaluation | Embedded compiled policy, signed bundles | Microsecond eval; auditability beats general-purpose engines here. |
| ML serving | vLLM on Kubernetes GPU pools | Continuous batching; the de-facto standard for sovereign inference. |
| OLTP | PostgreSQL 16, row-level security | Boring, correct, isolated by tenant. |
| Ledger | Kafka (tiered) + ClickHouse | Durable log plus fast analytics; simulation needs OLAP. |
| The product itself | Policy compiler · classifier · router · de-ID · ledger · Studio | This is the differentiated build. Everything else is commodity excellence, adopted. |