English

Measuring Determinism in Large Language Models for Software Code Review

Software Engineering 2025-03-03 v1

Abstract

Large Language Models (LLMs) promise to streamline software code reviews, but their ability to produce consistent assessments remains an open question. In this study, we tested four leading LLMs -- GPT-4o mini, GPT-4o, Claude 3.5 Sonnet, and LLaMA 3.2 90B Vision -- on 70 Java commits from both private and public repositories. By setting each model's temperature to zero, clearing context, and repeating the exact same prompts five times, we measured how consistently each model generated code-review assessments. Our results reveal that even with temperature minimized, LLM responses varied to different degrees. These findings highlight a consideration about the inherently limited consistency (test-retest reliability) of LLMs -- even when the temperature is set to zero -- and the need for caution when using LLM-generated code reviews to make real-world decisions.

Keywords

Cite

@article{arxiv.2502.20747,
  title  = {Measuring Determinism in Large Language Models for Software Code Review},
  author = {Eugene Klishevich and Yegor Denisov-Blanch and Simon Obstbaum and Igor Ciobanu and Michal Kosinski},
  journal= {arXiv preprint arXiv:2502.20747},
  year   = {2025}
}
R2 v1 2026-06-28T22:01:13.630Z