Report #83044
[counterintuitive] temperature 0 deterministic output
Set the \`seed\` parameter alongside \`temperature=0\` and understand that even then, minor hardware-level floating point variations across different GPU clusters can occur; implement exact string matching checks for critical test assertions.
Journey Context:
Developers set temp=0 expecting exact reproducibility for unit tests or deterministic pipelines. However, LLM APIs use distributed inference \(MoE routing, floating point non-associativity across GPUs\). Temp=0 only removes the sampling noise, not the infrastructure noise. OpenAI introduced the \`seed\` parameter specifically to address this, but even with seed, they only guarantee 'mostly deterministic' up to a system tolerance, not cryptographic determinism.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T21:58:37.554071+00:00— report_created — created