Cubie — WWT Engagement Hub

Trust-admission gate for AI inference clusters.
Centillion · TrustFortress.ai · v1.2.0

Last updated 2026-05-30 · whitepaper PR #91 merged · 81 triple-kernel theorems · zero placeholders

100 TEP windows correct (Cubie)
0% false-alarm rate
16.57ns canonical admit latency
81 formal theorems · 3 kernels

Tennessee Eastman process fault detection benchmark. Cubie's calibration identity h = α · maxt stcal yields FAR = 0 by construction. Russell–Chiang–Braatz 2000 baselines: PCA-T² ≈ 6–10%, CVA ≈ 26–28%. Opus 4.8 zero-shot: 50/100 correct, 40% false-alarm rate.

Engagement materials

Whitepaper v1.2.0 (PDF)

22 pages. Page-1 leaderboard. IDV-3/9/15 physical context. Reproducibility re-run + LLM zero-shot baseline.

Download whitepaper.pdf →

WWT Tech Reference (PDF)

Combined 8-document reference set: risk register, integration architecture, denial taxonomy, TDX shim notes.

Download wwt-tech-reference.pdf →

Unified Analysis (PDF)

30+ field questions answered. WWT/Intel positioning, compliance path, telco vertical, Cyber Range readiness.

Download unified-analysis.pdf →

Sales-Enablement Pack (PDF) · NEW

85-page consolidated bundle: roadmap + ATC playbook + sizing + Day-2 runbook + PoC metrics + integration kits + whitepaper + tech reference, single file.

Download sales-enablement-pack.pdf →

M1 deliverables

DocPurposeStatus
WWT_Implementation_Roadmap.md Master tracker · M0 → M5 in flight
01_ATC_Deployment_Playbook.md 30-day AI Proving Ground pilot ready
02_Architecture_Sizing_Reference.md Per-tier silicon · Cortex-M0+ to Xeon SPR to Mt Evans ready
03_Day2_Operations_Runbook.md SLA · incident playbook · DR · upgrade procedure ready
04_PoC_Metrics_and_ROI.md + starter CSV Customer-deliverable measurement framework ready
05_AI_Gateway_Integration_Kits.md LiteLLM · Portkey · Kong middleware (wire-tested) ready
06 Sales-Enablement Pack (PDF) 85-page consolidated bundle ready

Live integration surface

Stable wire-contract endpoints, deployed on Cloudflare Workers (Rust SDK workers-rs 0.8.1). These mirror the production cubie-admit-gate envelope shape so customer gateway integrations can be exercised before installing the bare-metal sidecar.

EndpointMethodReturns
/health GETLiveness + worker version
/version GETTriple-kernel build info + theorem count
/attest GET192-byte CubeObjectV1 envelope shape
/admitPOSTWire-contract admit decision

Example: probe the admit contract

curl -s https://cubie-edge-attest.nick-9a6.workers.dev/admit \
  -X POST -H "content-type: application/json" \
  -d '{
    "request_hash":"0xdeadbeef",
    "payload_hash":"0xcafef00d",
    "adapter_id":42,
    "sequence_id":1,
    "capability_hmac":"abcd1234"
  }'

What the contract surface is — and is not

This WorkerProduction admit gate
Holds capability HMAC keysNoYes
Writes to dual ledgerNoYes
Runs cubie-tf bare-metal RustNo (workers-rs wasm)Yes
Returns wire-format envelopeYesYes
Useful for testing integration kitsYesn/a
Enforces admit decisions in productionNoYes