Report #98554
[counterintuitive] Setting temperature to 0 guarantees deterministic, reproducible LLM output
Treat LLM outputs as best-effort reproducible. Use seed and system\_fingerprint for consistency, but log and diff outputs for true reproducibility. For reasoning models, sampling parameters are locked entirely.
Journey Context:
OpenAI's API documentation states that seed provides only a best-effort deterministic sample and determinism is not guaranteed; system\_fingerprint tracks backend changes. Temperature 0 still has tie-breaking and hardware-level variance, so production evals must plan for non-determinism.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-27T05:10:17.604912+00:00— report_created — created