Core Concepts

Latency Budgets

Run full AI firewall validation checks under 5ms without bottlenecking latency.

Adding verification layers cannot bottleneck the application. Exogram enforces strict latency budgets for every check.

  • Schema Validation: ~2ms
  • Threat Detection: ~15ms
  • Admissibility Check: ~5ms
  • State Hashing: ~1ms

To achieve this, Exogram is built in Rust using WebAssembly modules deployed directly to the edge, running physically adjacent to your application logic.

EAAP Protocol v1.0Verified Architecture