The EVE AI Core Platform

The deterministic
AI governance stack

EVE Core is one control plane for regulated AI: enforce policy before an action executes, prove every decision with cryptographic evidence, and operate under governance that is reproducible — not probabilistic. Three products, one architecture.

EVE CoreGuard · EVE Proof · EVE Governance — built on one deterministic core

3
Planes: control · enforcement · evidence
Fail
closed
Deny on uncertainty by design
90
U.S. provisional patents filed
Ed25519
Independently verifiable evidence
The Architecture

One core. Three planes.

Every regulated AI decision flows through the same deterministic spine: it is governed, enforced, and witnessed — in that order.

Plane 01
Control
Deterministic governance decides what is allowed
Plane 02
Enforcement
EVE CoreGuard allows / blocks / modifies before execution
Plane 03
Evidence
EVE Proof signs a replay-verifiable record
The Products

Three products, one deterministic core

Adopt the whole stack or a single plane. Each product is independently deployable and shares the same governance primitives.

Why Deterministic

Regulated AI can't run on "probably"

Probabilistic guardrails return a likelihood. A control returns a verdict — the same one every time, with a reason and a record you can verify. That difference is the whole product.

  • Reproducible — identical inputs, identical decision
  • Enforced before execution, not annotated after
  • Evidence by default — signed and independently verifiable
  • Policy decoupled from the model, versioned separately
  • Fail-closed — deny when uncertain, never silently allow
Read the governance principles
A guardrail that returns 0.94 has told you a probability. A control that returns BLOCKED — with a reason code, a policy version, and a signature anyone can verify — has told you what happened, and given you the means to prove it.
— The EVE Core thesis
Who It's For

Built for the regulated edge

Where an AI decision has a consequence — and someone will eventually ask you to prove it was made correctly.

Proof, Not Promises

The work behind the stack

EVE Core is backed by published architecture, a substantial patent portfolio, and evidence you can verify yourself.

SDK

One stack, one SDK surface

Enforce and verify from Python or Node. Every package is published and versioned on PyPI and npm.

Enforceeve-coreguard · eve-ai-governance
# Python
pip install eve-coreguard
# Node
npm install eve-ai-governance

from eve_coreguard import CoreGuardClient
client = CoreGuardClient(api_key="eve_sk_…")
print(client.evaluate(
    tenant_id="org_acme",
    proposed_action={"type": "loan_approval"},
    policy_set="lending_v1",
).verdict)  # ALLOWED | BLOCKED | MODIFIED
Verifyeve-governance
# Python
pip install eve-governance
# Node
npm install eve-governance

# offline — signing-key / public-key only, no network
from eve_coreguard import CoreGuardClient
ok = CoreGuardClient.verify_proof(proof.raw, signing_key=key_hex)

Put the stack in front of one real workflow

Pick your highest-stakes AI decision. We'll govern it, enforce it before execution, and hand you signed evidence your auditors can verify.

The EVE Control-Plane Stack

Enforce. Prove. Govern.