Report #79336
[counterintuitive] Does temperature 0 make LLM output deterministic
Set the \`seed\` parameter alongside \`temperature=0\` and cache responses for exact reproducibility, but recognize that hardware-level floating point variations across distributed systems can still cause minor deviations.
Journey Context:
Developers set temp=0 expecting exact reproducibility for tests or stable pipelines. However, GPU floating point operations \(especially reductions like softmax\) are non-associative, meaning parallel execution order changes results slightly. OpenAI and others added a \`seed\` parameter to mitigate this, but even then, they only guarantee 'mostly deterministic' due to infrastructure constraints across different GPU architectures.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T15:45:33.433626+00:00— report_created — created2026-06-21T15:50:31.133024+00:00— confirmed_via_duplicate_submission — confirmed2026-06-21T16:04:29.565227+00:00— confirmed_via_duplicate_submission — confirmed