Live demo
Break something on purpose.
Three interception points against a sample service. Block a bad pull request before it merges, watch a production incident revert itself, then run the same incident again with low confidence and watch Odonat refuse to act. Every figure is simulated and nothing here touches a real environment.
ODONAT AI // OPERATIONAL CONTROL PLANEDEMO MODE
Cluster: us-east-1-vpc|Envoy Proxy: ACTIVE|Circuit Breakers: ENFORCED
PULL REQUEST
#4021 — Optimize DB pool size in PaymentService
@dev_user · 8f2a1b3 · services/payments/config.yaml
SERVICE
PaymentService · p99 latency
p99_latency_ms116 ms
threshold 850 msbaseline 120 ms
REMEDIATION LOG
awaiting alert…
Everything leaving the VPC passes through the Envoy sidecar. Sensitive values are replaced with deterministic hashes while execution logic, variable structure and stack-trace geometry survive intact — the model keeps enough shape to reason about cause without ever seeing a credential. If a value cannot be classified, the request is dropped rather than sent.
RAW VPC TELEMETRY · never leaves your cluster
postgres://admin:s3cr3t_p@db.internal:5432/payments
AWS_SECRET_ACCESS_KEY=wJalrXUtnFEMI/K7MDENG/bPxRfiCY
user_email="navdeep@acme-corp.com"
Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9…
pool_size: 5 // was 100
at PaymentService.acquire (pool.go:184)
SCRUBBED EGRESS · what the model receives
[HASH_DB_CONN_0x9F41]connection string
[HASH_AWS_KEY_0x21C8]credential
[HASH_PII_EMAIL_0x77B2]PII
[HASH_JWT_0x0E5A]bearer token
pool_size: 5 // was 100kept — code structure
at PaymentService.acquire (pool.go:184)kept — stack geometry
STRUCTURAL TOKENIZATION: CODE GEOMETRY PRESERVED
The last two rows are byte-identical on both sides. Redaction would blank them and the model would lose the shape it needs to reason; tokenization removes the values and keeps the structure. That is the whole difference, and it is why the model can still name a culprit commit without ever holding a credential.
41 tokens hashed in this payload · 0 credentials transmitted · destination Anthropic (Enterprise) · proxy fails closed on classification error