Determinism
Simple
The “same question — always the same answer” property.
Business
System predictability; AI is probabilistic by nature, so critical checks are built on deterministic rules — like the /gate engine.
Tech
Output invariance for a fixed input; unreachable in full for LLMs (sampling, versions) — pushed into code: rules, tests, schemas.