I build deterministic decision engines and AI infrastructure with cryptographic proof, formal-ish verification, and auditable output.
Shipping: Calybris Core — proof-carrying decision engine in Rust. GOVERIS — AI cost governance gateway powered by Calybris.
Deterministic proof-carrying decision engine for systems that must explain and replay why an action was allowed, substituted, or rejected.
- ~115ns/decision — integer-only kernel, zero allocation, zero
unsafe - ProofEnvelope — SHA-256 sealed evidence: policy + input + decision + WAL + budget
- HMAC-SHA256 WAL — tamper-evident, constant-time, crash-recoverable
- CAS budget engine — conservation-proven, Loom-verified, exposure-capped
- Async WAL — Tokio non-blocking, configurable fsync
- 145+ tests — proptest, 7 Loom exhaustive, Miri UB, cargo-audit/deny
cargo add calybris-core --features full
| Product | What it does | Link |
|---|---|---|
| Calybris Core | Deterministic decision kernel + proof + WAL + budget | GitHub · crates.io |
| GOVERIS | AI cost governance gateway — shadow replay, audit reports, tenant attribution | Site |
| Calybris Engine | Full proprietary stack — adaptive routing, Thompson Sampling, GBM, HTTP API | Site |
| Aegis | Prescriptive churn analytics — calibrated ensemble, SHAP, DoWhy causal, DiCE counterfactuals, 173 tests | GitHub · Site |
Building proof-carrying AI infrastructure. Open to Rust systems, AI infrastructure, and decision engine work.

