Skepticism Around LLM-as-a-Judge: Biases and Overfitting Risks

Innowise_ · reddit · 2026-08-26

A deep dive into the utility and limitations of using LLMs as judges for automated evaluation. The author advocates for a split evaluation strategy: deterministic requirements (e.g., schema validation) via automated tests, open-ended quality via LLM judges, and high-risk or ambiguous outcomes via human review. To enhance trustworthiness, the post recommends separating the generator and judge models and using granular rubrics instead of vague 1-5 scales.

Key failure modes highlighted include position bias, verbosity bias, sensitivity to rubric changes, and the risk of the generator overfitting to the judge—where the model learns to please the evaluator rather than improve actual user experience. The author suggests periodically comparing human ratings with judge ratings to monitor performance and investigating disagreements between multiple judges rather than simply averaging them.

Original post →

More from coding & agent

coding & agent channel →