Kaer Atlas vs LMArena vs HELM: which LLM benchmark answers your question

Three ways of measuring language models, built for three different questions. What each one actually measures, where each breaks, and how to pick the right instrument for a deployment decision.

Renaissance still life with books, marble bust and a modern laptop

Short answer: They answer different questions and are not substitutes. HELM asks "how does this model perform across a broad, transparent, academic battery?" Preference arenas like LMArena ask "which output do people prefer, at scale?" The Kaer Atlas asks "what happens to a real person in a real domain when this model is wrong, and what did the right answers cost?" Use the one whose question is yours.

The three questions

 HELM-stylePreference arenaKaer Atlas
Core questionBroad standardised performanceWhich output do people preferWhat happens when it is wrong
Who judgesAutomated metrics + rubricsCrowd, pairwiseDomain workers who do the job
ScaleMany scenarios × many metricsVery large vote volume42 domains, 61,400 blind sessions
Reports costSometimesNoAlways — beside every score
Reports variancePartiallyConfidence intervals on rankParaphrase spread beside every mean
Failure taxonomyNoNoYes — failure style per model
Model identities publicYesYesBlinded by class; disclosed to subscribers
Best forResearch coverage, comparabilityTracking the fieldDeployment decisions in a domain

What each gets right

Broad academic evaluation is the reason the field can compare anything at all. Standing up a common battery across many models and publishing the methodology is genuinely hard, and it is the work that makes the phrase "reproducible" mean something in this field. Its limit is that a standardised battery must be gradeable, and making a question gradeable strips out exactly what makes live traffic hard.

Preference arenas capture something no rubric does: whether a person, unprompted, liked the answer. At sufficient volume that is a real signal about open-ended assistance quality. Its limit is that preference and correctness come apart, and they come apart most where the stakes are highest — a confident, fluent, wrong answer is precisely the one a rushed voter prefers.

The Atlas covers the gap both leave: what a model does on the messages people actually send, judged by people who do that job for a living, priced, and reported with its failure style. Its limits are real too — 42 domains is not the world, our panel costs money which holds the cadence to quarterly, and 89% of our corpus is English.

The number that shows why one instrument is not enough

From our realistic-traffic protocol (R-03): public leaderboard rank explains 41% of the variance in helped-rate on ordinary traffic. That is real signal — and less than half the story. Mid-table open-weight models routinely climb ten places or more when scored on messages people actually send.

Worse for single-instrument thinking: harmed-rates ran from 4% to 19% across models with near-identical headline accuracy. Two systems both reporting 78% accurate, one quietly quadrupling the worst case. No ordering can express that, because an ordering has one dimension and this has two.

The problem all three share

Every benchmark is a target, and a published target is a training objective. This is why our scenario banks stay private and identities are blinded in public releases: publish the bank and it joins the next training crawl inside a month, after which the numbers mean nothing to anybody. It is also why we re-run a decontamination pass as a pre-registered step on every mix rather than as a check when a number looks too good (R-08).

The instrument moves too. We pin local judge models so they cannot drift with vendor updates, and every rotation requires a bridging study — our first put inter-generation disagreement at 4.1%, almost all of it on borderline refusals. That is a standing tax on longitudinal evaluation that we have not seen anyone else cost out loud.

How to use all three

  1. Use a broad academic evaluation to shortlist — it has the coverage and the comparability.
  2. Use a preference arena to sanity-check the shortlist against what people actually like.
  3. Run a domain-specific behavioural read on your own traffic to decide. Score the harmed cases, not just the helped ones, and read the failure style before you commit.

If you only get one, take the third. It is the only one that measures the thing your users will experience.

← All posts Kaer Labs vs Epoch AI and METR →

Common
questions

What is the difference between a leaderboard and an evaluation?

A leaderboard produces an ordering; an evaluation produces evidence. An ordering is useful for tracking the field and useless for a deployment decision, because it cannot tell you what happens in your domain, at your phrasing, at your price, when the model is wrong. The two are complementary and are constantly confused for one another.

Why does Kaer Atlas blind model identities in public releases?

Two reasons. Reviewers score blind, so identities cannot be published alongside per-score data without compromising the panel. And publishing names per score would let vendors optimise against our probe distribution, which destroys the instrument — the same reason our scenario banks stay private. Institutional subscribers get identities under terms that keep the probes out of training pipelines.

Is human preference voting a bad way to rank models?

Not bad — narrow. It measures which output a person prefers when shown two, which is a real and useful signal, particularly for open-ended assistance. It is not the same as whether the answer was correct, affordable, or safe for the person who acted on it. Preference and correctness diverge most exactly where the stakes are highest.

Which should I use for a procurement decision?

A broad academic evaluation for coverage, a preference leaderboard for a sense of the field, and a domain-specific behavioural read on your own traffic for the actual decision. If you only have budget for one, make it the last.