Stabilize LLM Evaluations with Repeated Runs and Judges

mattjcoles · reddit · 2026-07-14

This article discusses how to more reliably test LLM outputs. The author notes that even with temperature set to 0, different runs can yield different answers because the inference stack is not batch-invariant, and you cannot control batch size on hosted APIs.

Their approach:

The key is turning a one-off "looks right" demo into a testing process that reflects true stability.

Original post →

More from coding & agent

coding & agent channel →