Trust-admission gate for AI inference clusters.
Centillion · TrustFortress.ai · v1.2.0
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.
22 pages. Page-1 leaderboard. IDV-3/9/15 physical context. Reproducibility re-run + LLM zero-shot baseline.
Download whitepaper.pdf →Combined 8-document reference set: risk register, integration architecture, denial taxonomy, TDX shim notes.
Download wwt-tech-reference.pdf →30+ field questions answered. WWT/Intel positioning, compliance path, telco vertical, Cyber Range readiness.
Download unified-analysis.pdf →| Doc | Purpose | Status |
|---|---|---|
| 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 + ROI template | Customer-deliverable measurement framework | drafting |
| 05 AI Gateway Integration Kits | LiteLLM · Portkey · Kong middleware | queued |
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.
| Endpoint | Method | Returns |
|---|---|---|
/health |
GET | Liveness + worker version |
/version |
GET | Triple-kernel build info + theorem count |
/attest |
GET | 192-byte CubeObjectV1 envelope shape |
/admit | POST | Wire-contract admit decision |
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"
}'
| This Worker | Production admit gate | |
|---|---|---|
| Holds capability HMAC keys | No | Yes |
| Writes to dual ledger | No | Yes |
| Runs cubie-tf bare-metal Rust | No (workers-rs wasm) | Yes |
| Returns wire-format envelope | Yes | Yes |
| Useful for testing integration kits | Yes | n/a |
| Enforces admit decisions in production | No | Yes |