GENOME & Swarm

The GENOME SDK is the reference implementation and production deployment foundation for the AIEP protocol. The Swarm protocol extends AIEP to multi-node deployments with coordinator-free consensus and hardware-enforced anonymisation.


GENOME SDK

GENOME SDK →

The AIEP GENOME SDK (kernel v1.2.0) contains:

  • The frozen kernel — R1–R8 canonical primitives. Locked. No operator can modify kernel behaviour without triggering a version fracture.
  • The Flexibility Contract (AIEP-FC-001) — the binding architectural constraint that defines what operators may configure and what they cannot.
  • The governance layer — policy engine, capability selection, adapter registry, audit export.

The four layers

LayerNameGovernanceWhat operators control
0KernelFROZENNothing — any change = new protocol version
1CapabilityVERSIONEDCapability selection within declared options
2PolicyGOVERNEDPolicy files — hashed, versioned, stored with artefact
3EnterpriseFREEUI, infrastructure, integrations

The Flexibility Test (FC §11): a requested change is valid without version fracture if it can be expressed as a policy change, a capability selection, an adapter swap, or an enterprise-layer enhancement. If it requires editing kernel logic — it is a new protocol version.

Two deployment paths

PathWhat it means
BuildConstruct a new AI-governed system with AIEP compliance as a native property
RetrofitWrap any existing AI deployment in the AIEP compliance layer without architectural rebuild

Every AI system currently operating in a regulated jurisdiction that is not yet compliant is a retrofit candidate.

The determinism proof

Output = f(A, C, P) — for identical architecture (A), capability set (C), and policy (P), any two AIEP nodes produce identical output. Cross-node equivalence is cryptographically verifiable by any third party.

The GENOME_LOCKFILE.json in every deployment carries a cryptographic commitment to the kernel version in force — the trust root for any production deployment.

Access

The GENOME SDK is available to Tier 1 and above licensees and evaluated hardware partners under NDA. Contact [email protected].

Stack Integration — detailed integration guide


Swarm Protocol

Swarm →

Multi-node AIEP deployments where nodes reach consensus without a central coordinator.

Coordinator-free consensus — P90

aiep-swarm-consensus implements evidence-weighted multi-node voting. Every consensus decision is cryptographically verifiable. No single node controls the outcome. No central coordinator can be compromised, pressured, or removed.

Hardware anonymisation — P91

The most significant property of the AIEP swarm: hardware-enforced anonymisation. The DeviceHardwareSecret lives inside the governance chip isolation enclave and is never accessible to software.

This property is categorical. No software instruction, no operating system call, no network interception can recover the identifiable information from a swarm contribution. This cannot be replicated by any software-only architecture.

Additional swarm capabilities

SpecificationRepositoryWhat it does
P97 — Sub-Swarm Formationaiep-swarm-extendedBreak a swarm into task-specific sub-swarms dynamically
P98 — Contribution Weightingaiep-swarm-extendedWeight swarm contributions by node governance certification
P94 — Anticipatory Branch Surfacingaiep-branch-surfacingPre-convergence notifications when archived evidence branches become resolvable
P95 — Cognitive Pattern Accumulationaiep-cognitive-patternCross-session reasoning fingerprint for multi-node deployments

Swarm open-source repositories

RepositorySpecificationsDownload
aiep-swarm-consensusP90MD spec · zip
aiep-swarm-extendedP91-P98MD spec · zip
aiep-branch-surfacingP94MD spec · zip
aiep-cognitive-patternP95MD spec · zip

Layer 5 — Cognitive Continuity

The extended layer covering cross-session patterns, quantum-assisted branch evaluation, and the moral substrate.

SpecificationWhat it does
P102 — Evidence-Weighted Moral Branch EvolutionGoverning how evidence changes moral-weight reasoning branches across distributed substrate
P103 — Quantum-Assisted Branch Pre-EvaluationSuperposition sampling for branch screening before full evaluation

Repositories: aiep-moral-branch, aiep-quantum-plausibility — both Apache 2.0, available in Downloads.


Access and licensing

ComponentAccess
Swarm open-source repos (P90-P98)Apache 2.0 — no agreement required
GENOME SDK kernelTier 1+ licence or NDA evaluation
Hardware anonymisation (P91)Tier 3 licence
Hardware chip spec (P89, P99-P100)Tier 4 licence + NDA

Licensing for full tier structure · Get Started for integration paths