I’m curious to know how people use PR review platforms with LLMs. Because what I feel is that I need to do the review and then review the review of the LLM which is more work in the end. If I don’t review anymore (or if no one does it) knowledge is kind of lost. It surely depends on team size but do people use those to only to have better hints or to accelerate reviews with no/low overlook ?
Benchmarking GPT-5 on 400 real-world code reviews
21–30 of 88 posts
Re: Benchmarking GPT-5 on 400 real-world code reviews
#22Re: Benchmarking GPT-5 on 400 real-world code reviews
#23Earlier quoted context omitted.
Unless you're running the LLM yourself (locally), private benchmarks are also trust-based, aren't they?
Yes, but in a case like this it's a neutral third-party running the benchmark. So there isn't a direct incentive for them to favor one lab over another. With public benchmarks we're trusting the labs not to cheat. And it's easy to "cheat" accidentally - they actually need to make a serious effort to not contaminate the training data. And there's massive incentives for the labs to cheat in order to get the hype going…
There's a long history of that sort of behaviour. ISPs gaming bandwidth tests when they detect one is being run. Software recognizing being run in a VM or on a particular configuration. I don't think it's a stretch to assume some of the money at OpenAI and others has gone into spotting likely benchmark queries and throwing on a little more compute or tagging them for future training.
I would be outright shocked if most of these benchmarks are even attempting serious countermeasures.
Re: Benchmarking GPT-5 on 400 real-world code reviews
#24> Each model’s responses are ranked by a high-performing judge model — typically OpenAI’s o3 — which compares outputs for quality, relevance, and clarity. These rankings are then aggregated to produce a performance score. So there's no ground truth; they're just benchmarking how impressive an LLM's code review sounds to a different LLM. Hard to tell what to make of that.
Yes, especially as models are known to have a preference towards outputs of models in the same family. I suspect this leaderboard would change dramatically with different models as the judge.
Re: Benchmarking GPT-5 on 400 real-world code reviews
#25Company selling AI Reviews says AI Reviews great! In other news water is wet.
Company selling AI Reviews says its AI Review of AI Reviews concluded AI reviews are great! In other news water is wet (as assessed by more water). FTFY
Re: Benchmarking GPT-5 on 400 real-world code reviews
#26> Each model’s responses are ranked by a high-performing judge model — typically OpenAI’s o3 — which compares outputs for quality, relevance, and clarity. These rankings are then aggregated to produce a performance score. So there's no ground truth; they're just benchmarking how impressive an LLM's code review sounds to a different LLM. Hard to tell what to make of that.
It’s a widely accepted eval technique and it’s called “llm as a judge”
Re: Benchmarking GPT-5 on 400 real-world code reviews
#27Re: Benchmarking GPT-5 on 400 real-world code reviews
#28> Each model’s responses are ranked by a high-performing judge model — typically OpenAI’s o3 — which compares outputs for quality, relevance, and clarity. These rankings are then aggregated to produce a performance score. So there's no ground truth; they're just benchmarking how impressive an LLM's code review sounds to a different LLM. Hard to tell what to make of that.
It’s a widely accepted eval technique and it’s called “llm as a judge”
Re: Benchmarking GPT-5 on 400 real-world code reviews
#29> Unlike many public benchmarks, the PR Benchmark is private, and its data is not publicly released. This ensures models haven’t seen it during training, making results fairer and more indicative of real-world generalization. This is key. Public benchmarks are essentially trust-based and the trust just isn't there.