Skip to content

Determinism Guarantees & Test Methodology

Gudur Varshith edited this page Jan 3, 2026 · 1 revision

Determinism Guarantees & Test Methodology

Valori includes cross-substrate verification modes designed to test:

  • ingestion determinism
  • replay determinism
  • arithmetic determinism
  • migration determinism

The kernel enforces:

  • identical WAL outputs
  • identical snapshot hashes
  • identical fixed-point state

Across:

  • ARM → x86
  • x86 → ARM
  • physical → VM
  • desktop → cloud

Verification Model

A run is valid if:

  • replay produces the same state
  • on a different machine
  • at a different time

Any deviation indicates:

  • substrate drift
  • floating-point leakage
  • execution boundary breach

Valori treats such deviations as failures, not tolerances.

The goal is not “numerically similar.”

The goal is: bit-for-bit identical replayable execution history.

Clone this wiki locally