Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
Dev.to AI · 2026/8/3 14:23:51

Nobody Evaluates the Evaluator
AI 中文解读
AI评估分数可能是个“骗局”!最近Anthropic公布了一个惊人案例:同一款AI模型,没做任何升级,仅靠修正评分标准中的模糊描述和系统漏洞,得分就从42%暴涨到95%。这就像学生没变聪明,只因为换了一把更宽松的尺子,成绩就满分了。
每个AI测评分数其实包含两个承诺:模型确实做对了,以及评分系统判断得没错。但整个行业只盯着模型表现,几乎没人去检验那个“打分老师”靠不靠谱。如今AI评分越来越依赖另一个AI当裁判,而这个裁判本身可能没版本号、没验证过、甚至悄悄变化了——你根本分不清是模型退步了,还是裁判标准漂移了。
对普通人来说,这条新闻很重要:那些号称“大幅进步”的AI产品,可能只是评分规则被调得更宽松了。当你用AI写文章、做翻译或编程时,别轻信厂商公布的漂亮分数。好产品应该经得起真实场景的考验,而不是在标准模糊的测试里拿到高分。下次选AI工具,不妨多试试实际效果,少看宣传数字。
<blockquote>
<p>Originally published on <a href="https://harshkedia.com/writing/nobody-evaluates-the-evaluator/" rel="noopener noreferrer">harshkedia.com</a>. Cross-posted here in full.</p>
<p><strong>TL;DR</strong></p>
<p>An AI eval score is two claims at once: that the model did the thing, and that your grader is right about whether it did. The industry argues the first and almost never tests the second. In 2026 frontier judges have gotten genuinely good, so the unreliability moved: the score now turns on how you word the rubric and what your harness does, not on the model. Here is why that happens, with numbers, and what to do instead of trusting the number.</p>
</blockquote>
<p>Earlier this year Anthropic published a number that should have landed harder than it did. A model, Opus 4.5, scored 42% on a benchmark called CORE-Bench. Then, without touching the model, they fixed some rigid grading, some ambiguous task specs, and some harness bugs, and the same model scored 95%. Fifty-three points. The model did not get smarter overnight. The ruler changed.</p>
<p>That is the whole problem in one anecdote. We treat an eval score as a measurement of the model. It is actually the product of two things: the model's behaviour, and the instrument that judged it. And that instrument, more and more, is itself a model, an LLM-as-judge, or a benchmark harness with a grader buried inside it. Almost nobody measures the instrument.</p>
<h2>
What an LLM-as-a-judge score actually claims
</h2>
<p>Write it out and it is obvious. A passing score asserts two things: that the model produced an acceptable output, and that your grader is correct that it was acceptable. The first claim gets all the attention: leaderboards, launch posts, benchmark wars. The second gets almost none. Yet you cannot tell "the model regressed" from "the grader drifted" unless you have versioned and frozen the grader, and hardly anyone ships a grader with a version number. Your judge is a dependency that changes underneath you without a changelog.</p>
<p><a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fqt62ehyz0stdegzq1zx1.png" class="article-body-image-wrapper"><img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fqt62ehyz0stdegzq1zx1.png" alt="A model produces an answer that is scored by an instrument made of an LLM judge, a rubric, and a harness. The model path is what everyone measures; the instrument is unversioned and unvalidated, and nothing validates the validator." width="800" height="416"></a></p>
<p><em>Fig 1 · a score is mostly a claim about the instrument that produced it, and the instrument is the part nobody measures.</em></p>
<h2>
The good news: LLM judges do agree with humans
</h2>
<p>Modern judges are good, and getting better, which ruins the easy hot take. The canonical study of LLM-as-judge found a strong model agreed with human graders more often than the humans agreed with each other.</p>
<blockquote>
<p>the agreement between GPT-4 and humans reaches 85%, which is even higher than the agreement among humans (81%).</p>
<p>— Zheng et al., Judging LLM-as-a-Judge with MT-Bench (2023)</p>
</blockquote>
<p>I wanted to see how that holds up on today's models, so I ran a small probe: ten question-and-answer pairs, graded PASS or FAIL by the three newest Gemini judges at temperature zero, all on one shared rubric. They agreed on all ten. I ran the newest of them twelve times on each item, same input every time, and it never once contradicted itself. The old fear that judges are slot machines, that even temperature zero flips verdicts, is largely obsolete on frontier models.</p>
<p><em>three current judges, one rubric, temperature 0</em><br>
</p>
<div class=
分享
阅读原文 ↗