The Infrastructure of No — Build vs. Buy

You can build a policy check. That's not the hard part.

A capable team can stand up a rules engine, an ALLOW / BLOCK / MODIFY response, Ed25519 signing and an append-only log in a sprint or two. We will say that plainly. The moat isn't any one of those features — it's keeping a governance substrate verifiable, replayable, upgrade-safe, fail-closed and examiner-ready for years, across every key rotation, policy change and infrastructure migration. This page is an honest accounting of that scope.

Standard 60-day pilot: $37,500. Founding design-partner rate: $27,500 for the remaining qualifying cohort slots — credited 100% toward an annual license if you continue.

This page argues against building EVE in the narrowest sense — it concedes up front exactly what a competent team can reproduce in a sprint. Every capability described as EVE's below maps to shipping code in the control plane unless it is explicitly labeled “maturing,” “roadmap,” “preview,” or “readiness.” We label readiness as readiness.
Start Here — The Honest Concession

What a two-sprint prototype gets you

Let's be direct: a capable engineering team can reproduce the visible surface of a governance control. These parts are real, well-understood, and buildable. If they were the whole product, you would be right to build it.

⚙️ A synchronous rules engine

Evaluate a request against fixed rules and return a verdict. A YAML or JSON policy format on top is a weekend of work.

🚦 An ALLOW / BLOCK / MODIFY response

Three dispositions and a reason string. The API contract is the easy part.

🔏 Ed25519 signing

Sign a JSON blob with a private key. Every crypto library ships this.

🧾 An append-only audit log

Write decisions to a hash-chained file. Straightforward on day one.

🔌 A sidecar or API gateway

Front your app with a call to the engine. Standard integration pattern.

📉 Simple anomaly detection

Threshold and z-score alerting. A few hundred lines.

That's the demo. The demo is not the product. The next three sections are where a multi-year engineering operation actually lives — and where an internal rebuild gets slower, riskier and more expensive than a license.

The Hard Part

Where the project actually lives

Three problems separate a governance demo from a governance substrate. None of them is a feature you finish; each is an operation you run for years.

🔐 1 · The evidence lifecycle

Signing one decision is trivial. Keeping evidence verifiable across years is not. It means a stable certificate schema across versions, deterministic canonicalization (RFC 8785 / JCS), binding request + response + rule‑result + policy version into one record, key generation / rotation / revocation with historical continuity, cross-language verifier compatibility, tamper detection, replay packages, long-term retention, and Merkle aggregation with inclusion proofs. A certificate signed last year must still verify after you rotate keys and change serializers.

📋 2 · Continuous policy maintenance

You aren't buying 27 folders of rules — you're buying an operation: regulatory monitoring, version-controlled updates, citation provenance, change-impact analysis, regression testing, customer-specific overrides, effective dates, rollback, and the ability to replay a past decision under the exact policy version in force at the time — with evidence of who approved each change. That's a standing policy-engineering function, not a one-time port.

🛡️ 3 · Execution correctness under failure

A prototype passes the happy path. A control has to stay correct during governance-service outages, database outages, duplicate requests, concurrent authorization consumption, network retries, key-service failure, policy-load failure, partial deploys, multi-region failover, version mismatch, clock drift, a direct bypass attempt, and a payload tampered after approval. EVE binds the exact approved payload, resists replay, and consumes authorization at‑most‑once.

The Division of Labor

What you build vs. what EVE supplies

One boundary separates the two. Everything on the left is yours to own and differentiate; everything on the right is a maintained substrate you'd otherwise build — and defend — for years. A license buys the right-hand column.

You build & own

Your competitive surface. EVE never touches it.

  • Your models & promptsOpenAI, Claude, Bedrock, your own
  • Your application & workflowsthe product your users actually see
  • Your data & business logicfeatures, thresholds, domain rules
  • Where to place the decision pointwhich actions get governed
Governance boundary
Each governed decision is evaluated, signed & recorded as it crosses — ALLOW / BLOCK / MODIFY.
EVE supplies — licensed & maintained

The substrate an internal rebuild would own indefinitely.

  • Deterministic enforcement kernelzero-LLM, sub-millisecond
  • 27 regulated policy packs + lifecycleversioning, effective dates, replay
  • Cryptographic evidence planeEd25519, RFC 8785, signed Merkle roots
  • Execution authorityat-most-once, replay-resistant, payload-bound
  • Key management & rotationhistorical continuity, HSM-aware
  • Offline verifiersPython + TypeScript, run without EVE
  • Fail-closed operationscorrect under outages & retries

Right-column items map to shipping components; anything in preview is labeled as such elsewhere on this page.

The Killer Question

Who owns each responsibility for the next five years?

A feature checklist makes “build” look cheap. A responsibility checklist tells the truth: every row you build in-house is a system your team staffs, hardens, and maintains indefinitely.

ResponsibilityBuild in-houseLicense EVE
Deterministic enforcement engineDesign, test & maintain a zero-LLM rules kernel Available (pilot) — evaluated in-process, sub-millisecond
Regulatory policy packs & updatesStaff policy engineers; track ECOA, FCRA, SR 26-2, HIPAA, EU AI Act as they change 27 packs, maintained with version history & effective dates
Cryptographic evidence platformCertificate schema, canonicalization, signing & verification Ed25519 certs, RFC 8785 canonicalization, offline verify
Key management & rotationGenerate, rotate & revoke keys; keep old evidence verifiable Rotation with historical continuity; HSM-aware
Replay resistance & at-most-once authorizationPrevent duplicate / replayed approvals under concurrency Replay guard + at-most-once authority consumption
Exact-payload bindingBind approval to the precise action; detect post-approval tampering Canonical request / response binding enforced
Offline, multi-language verifierShip & maintain Python + TypeScript verifiers auditors can run eve-coreguard (Python) + eve-ai-governance (TS)
Tamper-evident audit + Merkle aggregationHash-chained log, signed roots, inclusion proofs Hash-chained audit bus + signed Merkle roots
Fail-closed enforcement serviceStay correct through outages, retries & partial deploys Fail-closed by default across the pipeline
Deployment surfaceSidecar, API, self-host, HA, multi-region Sidecar, API & self-host; appliance in preview
Evidence structured for examiner reviewTurn logs into evidence structured for examiner and auditor review Signed decision records + downloadable evidence packs
Multi-year compatibility & retentionKeep certificates verifiable across schema & infra changes for years Versioned schema + retention-safe evidence

“Build in-house” describes work your team owns and maintains indefinitely, not a one-time task. The EVE column reflects capabilities available in controlled, pilot deployments (EVE CoreGuard is pre-GA); items in preview or maturing are labeled as such. SR 26-2 (revised interagency model-risk guidance) applies where relevant — generative and agentic AI sit outside its formal scope and are governed under other risk and compliance frameworks.

Don't take the row on faith — verify the shipping claims directly: sub-millisecond benchmark · offline signature verification · examiner evidence pack · control-plane architecture · readiness & security posture.

All 12 responsibilities as a Markdown checklist — take it into your internal build-vs-buy review.
Proof, Not Just Prose

Verification matrix — check the claims yourself

Every artifact below is generated from EVE's own code by a reproducible script and carries its commit, generation date, and a SHA-256 self-digest. Download and verify offline — no EVE involvement required.

ClaimStatusDirect evidence
Signed decisions, verifiable with a public keyReproducible vectorsigned-decision-test-vector.json — Ed25519 signature + public key; independently verified with the crypto library, not EVE's own verify()
Cross-language verification (Python + TypeScript)SDK-verifiableSame Ed25519 vector checks under any public-key verifier — eve-coreguard (Python), eve-ai-governance (TS); try it at /verify
Signed Merkle roots + inclusion proofsReproducible proofmerkle-inclusion-proof.json — inclusion proof verifies against the root; a non-member hash is rejected
Key-rotation historical continuityReproducible fixturekey-rotation-continuity-fixture.json — a pre-rotation signature still verifies against the old public key after rotating to a new one
At-most-once authorizationTested — 22 passgovernance-test-report.json — captured run of tests/test_execution_token.py
Fail-closed enforcementTested — 8 passgovernance-test-report.json — captured run of the production-seal fail-closed suite
27 regulated policy packsEnumerated from sourcepolicy-pack-catalog.json — all 27 packs listed straight from the policies package
Sub-millisecond enforcementBenchmark/benchmark — latency methodology and results

Artifacts are demonstration fixtures generated at the current commit; regenerate with python scripts/generate_verification_artifacts.py. Independent third-party penetration and cryptographic review is in progress (see “What's maturing” below). Concurrency and outage/bypass coverage beyond the two suites above runs in CI; downloadable reports for those are being expanded.

What Your License Actually Replaces

You're not buying a rule-checking API

A license replaces the need to own and operate everything on the EVE side of the division-of-labor split — and every row in the responsibility matrix above — permanently. That is the real comparison: not EVE's price against a sprint, but against the fully-loaded, multi-year cost of running those functions in-house (see the five-year estimate).

Build your workflows. Don't rebuild the substrate beneath them.

Build the AI workflows that are unique to your business. Licensing EVE means you don't spend the next several years building — and then defending — the governance substrate underneath them. A controlled pilot starts at $37,500 for 60 days, and maps one of your regulated decisions end to end.

Run the Numbers

The five-year build-vs-buy math

A prototype is cheap; a maintained governance substrate is a multi-year operating cost. Adjust the assumptions to your organization — the estimate is deliberately conservative and shows a range, not one dramatic number. For a fuller model, use the ROI calculator.

Build & run it in-house
5-year fully-loaded estimate (range)
    License EVE CoreGuard
    5-year illustrative, published list

      Estimate only, from your inputs — not a quote. The in-house figure is fully-loaded headcount (build plus ongoing policy, key, reliability and evidence operations) with independent security review, infrastructure and retention, shown as a −15% / +25% band. It excludes opportunity cost and time-to-production risk. The EVE figure is illustrative, based on the published $150,000/yr Enforcement license with the 60-day pilot credited toward year one; your actual quote depends on decision volume and domain.

      The Honest Other Side

      When building internally is the right call

      EVE isn't for everyone, and a page that pretended otherwise wouldn't be worth trusting. Building your own is a reasonable decision when most of the following hold:

      🎯 The decisions are low-risk

      A wrong or unlogged decision carries little regulatory, financial or safety consequence, so examiner-grade evidence isn't required.

      👁️ No one else has to verify

      No regulator, counterparty or auditor will ever need to independently check a past decision against the policy that was in force at the time.

      Long-term evidence continuity is optional

      You don't need certificates signed today to still verify after years of key rotations, schema changes and infrastructure migrations.

      🧑‍🔧 You already staff the disciplines

      You have standing policy-engineering, applied-cryptography, platform-reliability and regulatory-maintenance capacity you're willing to point at this indefinitely.

      If those are true, build it — you'll likely do it well. EVE earns its price precisely where they're not true: regulated, adversarial, audited decisions whose evidence has to hold up years later.

      The clean division of labor

      Build your workflows — the AI products and decisions unique to your business are yours to own. License the governance substrate — the enforcement kernel, evidence plane, policy lifecycle and execution authority are a maintained operation, not a feature you finish. Retain organizational accountability — EVE supplies the technical controls and signed evidence; the compliance decisions and legal classification stay yours.

      Radical Honesty

      What's available in controlled deployments vs. what's maturing

      EVE CoreGuard runs in controlled, pilot deployments today — it is pre-general-availability, and no capability below is claimed as independently validated yet. A vendor that overstates a control an examiner will actually test is a liability, not a moat. So here is the line, drawn plainly.

      Available in controlled deployments (pilot · pre-GA)

      • Deterministic, zero-LLM ALLOW / BLOCK / MODIFY verdict
      • Hosted decisions signed with Ed25519, verifiable with a public key; some local/dev configs use HMAC-SHA256, which requires the shared secret — not third-party public-key verification
      • Offline public-key verification (Ed25519) & replay checking
      • 27 regulated policy packs
      • Sidecar, API & self-host deployment
      • Fail-closed defaults across the pipeline
      • Hash-chained audit bus + signed Merkle roots
      • Key rotation with historical continuity; RFC 8785 canonicalization

      🔬 Maturing — labeled as such

      • External witnessing & inclusion-proof custody APIs (in development)
      • SOC 2 — Type I readiness first, Type II to follow; not yet certified
      • Independent third-party penetration test & cryptographic review
      • CoreGuard Appliance (preview)
      • Adversarial red-team harness (pilot-ready)

      That honesty is itself part of what you're buying: a governance vendor whose claims survive an examiner's follow-up question.

      The SDK Boundary

      What's open, and what's licensed

      The SDK is the integration & verification surface — not the engine.

      The open SDKs — eve-coreguard (Python) and eve-ai-governance (TypeScript/Node), plus the separately published eve-proof offline verifier — are a client for submitting decisions and offline verifiers for checking signed certificates; no signing happens client-side. The production governance control plane, the policy-management system, the enterprise regulated policy packs, the execution-authority infrastructure, and managed evidence operations are licensed EVE technology. Adopt the verification surface for free; license the substrate underneath it.

      Common Questions

      Build vs. buy FAQ

      Keep Reading

      Verify the substrate yourself

      Running the build-vs-buy math?

      Map one regulated decision, end to end

      Tell us the decision you'd have to govern — lending, claims, trading, care — and we'll walk you through a signed, offline-verifiable decision from EVE CoreGuard and the full scope you'd otherwise own in-house. A controlled 60-day pilot is $37,500 — or $27,500 at the founding design-partner rate while cohort slots remain — and is credited 100% toward your license.

      Capabilities described as EVE's map to components in the EVE control plane; items explicitly labeled “maturing,” “roadmap,” “preview,” or “readiness” are not represented as generally available. Product and company names are trademarks of their respective owners. Pilot pricing current as of 2026 and subject to change.