PulseAugur
EN
LIVE 20:50:45

LLM code reviews favor persistence over correctness, study finds

An experiment using Qwen2.5-Coder models locally revealed that repeated code reviews by LLMs, especially with sampling enabled, tend to converge on persistent findings rather than accurate ones. When run at temperature 0, the models produced identical results, but increasing the temperature to 0.7 introduced significant variability. Majority voting on these varied findings often selected consistent but incorrect bug reports over less frequent but accurate ones, highlighting a potential pitfall in using LLM-generated code reviews. AI

IMPACT Highlights a potential flaw in using LLM-generated code reviews, suggesting that majority voting may select persistent errors over correct findings.

RANK_REASON The item details an experiment and its findings regarding the behavior of LLMs in code review tasks. [lever_c_demoted from research: ic=1 ai=1.0]

Read on dev.to — LLM tag →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

LLM code reviews favor persistence over correctness, study finds

How we ranked this

Signal score
0 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
The item details an experiment and its findings regarding the behavior of LLMs in code review tasks. [lever_c_demoted from research: ic=1 ai=1.0]
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
product, opinion
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
81 days old
Aged out of breaking-news scoring windows; ranking reflects the durable signal from the full source set.

Full methodology in our editorial standards.

COVERAGE [1]

  1. dev.to — LLM tag TIER_1 English(EN) · tauridev ·

    I had a local LLM review the same code 51 times: majority voting picks persistence, not correctness

    <p>If you use an LLM to review code — or run it several times and keep "whatever most runs agree on" — this experiment suggests the votes you're counting measure <strong>persistence</strong>, not <strong>correctness</strong>.</p> <h2> TL;DR </h2> <p><em>Setup: Qwen2.5-Coder 1.5B …