Does pinning the judge model version stop it from drifting?
Not fully. A pinned version string is a record, not a guarantee: a hosted provider can serve updated weights behind the exact same alias, and nothing in the identifier changes when it happens. What pinning buys is a field on every verdict you can group by afterward, turning an unanswerable retro into a query instead.
Researchers testing LLM-as-judge reliability ran 118 evaluation runs across five weeks in 2026, covering 21 judges from nine providers, and said plainly in their limitations that hosted endpoints are known to drift across provider-side updates, sometimes silently, and that they never re-tested the same judges months later to see whether any held steady. If a study built specifically to measure judge reliability won’t claim an endpoint held still, a pinned version string in your own pipeline doesn’t buy that guarantee either.
Recalibrate the judge whenever you have reason to think the endpoint moved, not only when you deliberately change the pinned version.