Valori: A Deterministic Memory Substrate for AI Systems
Varshith Gudur

TL;DR
Valori introduces a deterministic memory system for AI that replaces floating-point with fixed-point arithmetic, ensuring identical results across hardware platforms, which enhances trustworthiness and verifiability.
Contribution
This work presents Valori, a novel deterministic memory substrate for AI systems using fixed-point arithmetic to guarantee bit-identical states across platforms.
Findings
Valori enforces determinism at the memory boundary.
Non-determinism arises before indexing or retrieval.
Deterministic memory improves AI system trustworthiness.
Abstract
Modern AI systems rely on vector embeddings stored and searched using floating-point arithmetic. While effective for approximate similarity search, this design introduces fundamental non-determinism: identical models, inputs, and code can produce different memory states and retrieval results across hardware architectures (e.g., x86 vs. ARM). This prevents replayability and safe deployment, leading to silent data divergence that prevents post-hoc verification and compromises audit trails in regulated sectors. We present Valori, a deterministic AI memory substrate that replaces floating-point memory operations with fixed-point arithmetic (Q16.16) and models memory as a replayable state machine. Valori guarantees bit-identical memory states, snapshots, and search results across platforms. We demonstrate that non-determinism arises before indexing or retrieval and show how Valori enforces…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Database Systems and Queries · Security and Verification in Computing · Distributed systems and fault tolerance
