A decision-only judge matches GPT-6 on routine evals for 0.36% of the fee
CMU tested TypeSafe JEV, a judge that returns only a verdict and label probabilities, against 16 LLM and reward-model judges. It lands within 3 points of GPT-6 on preference and factuality at 277x lower fees, fails badly on hard correctness, and its confidence score is good enough to route a cheap-first cascade.
For most LLM-as-a-judge work, you donât need a frontier model writing out its reasoning. A Carnegie Mellon team compared TypeSafe JEV, a hosted judge that returns only a verdict plus label probabilities, against 16 generative and reward-model judges. On ordinary preference and evidence-grounded factuality it lands within 3 points of GPT-6 at 0.36% of the fee. On hard correctness checks it falls far behind. Its confidence score is reliable enough to tell you which case youâre in, so you can run it first and escalate only when itâs unsure.
- $0.044 per 1,000 judgments vs. $12.18 for GPT-6 (277x cheaper), and 0.152s median latency vs. 1.885s
- Preference (RewardBench): 92.2% vs. 93.5%. Factuality (HaluEval): 87.5% vs. 86.7%.
- Hard correctness (JudgeBench): 78.6% vs. 93.1%, a 14.6-point gap. Well-written wrong answers widen it to 19.8.
- Cascade: 99.6% of GPT-6âs accuracy at 47% of its fee, escalating 34% of items to GPT-6
- When JEV reports probability 1.0, itâs right 99.1% of the time (322 items)
TL;DR: what is JEV?
Jev is the first public model from TypeSafe AI, released in early access this month. TypeSafe calls it a âSystem One model,â after Kahnemanâs fast, intuitive System 1 thinking. It isnât a chatbot: you give it structured input, instructions, and an output type (a choice among labels, a yes/no, or a score on a rubric), and it returns a typed value with calibrated probabilities and a confidence score. No text, no explanation.
Instead of generating token by token like an LLM, Jev produces its whole output in one parallel pass. TypeSafe claims 70 to 500ms responses and prices it at $0.042 per million input tokens, with output free. It pitches Jev for workflow logic, large-scale data processing, real-time loops, and guardrailing LLM outputs. Judging is one of those uses, and this paper is a third-party test of it.
Where the cheap judge holds up, and where it breaks
The study ran JEV 1.13 against 13 hosted judges (GPT-4.1 mini through GPT-6 Astra, Claude Sonnet 5, Gemini 3 Flash and 3.1 Pro, several Qwen models) and 4 local ones (including PairRM and Skywork-Reward-V2). Disagreements between judges went to blinded human adjudication. The price gap is the headline:
Fee per 1,000 judgments
Bar length is linear. JEVâs bar is 0.36% of GPT-6âs.
Accuracy depends on the workload. The paper sorts each one into âuse JEVâ or âescalateâ based on the gap to GPT-6:
JEV minus GPT-6 accuracy (points)
Blue: within the paperâs âuse JEVâ envelope. Red: escalate. Bars scaled to 20 points.
The three blue gaps all have 95% confidence intervals that cross zero. The red ones donât come close (JudgeBench: â18.9 to â10.3). The pattern makes sense for a judge that doesnât reason out loud. It can tell which answer is better supported or more helpful, but it canât re-derive a proof or a calculation to catch a subtle error. It is also easily fooled by a wrong answer that is elaborately written. GPT-6 fixes 60 of JEVâs 75 JudgeBench errors; JEV fixes only 9 of GPT-6âs 24.
The confidence score is the useful part
A cheap judge is only safe if you know when to distrust it. JEV returns a probability for each label, and higher confidence reliably means higher accuracy across the pooled tasks:
JEV accuracy by its own confidence
q = highest label probability. Pooled across tasks. Selected bins.
That makes a simple cascade work: accept JEVâs verdict when q â„ Ï, otherwise send the item to GPT-6. At Ï = 0.9, the cascade escalates 34% of items and scores 91.3% vs. GPT-6âs 91.7% at 47% of GPT-6âs fee (about $6.30 per 1,000 judgments). How much it saves depends on the workload. On RewardBench it actually beats GPT-6 (94.0% vs. 93.5%) at 22% of the fee. On JudgeBench it escalates 61% of items and still costs 62% of the fee.
For preference pairs, the authors also judge both orderings (A,B) and (B,A) and average the probabilities, since JEV flips its answer on 3.25% of RewardBench pairs and 11.14% of JudgeBench pairs when the order is swapped. They froze these two-order policies and tested them on 510 held-out pairs. With GPT-6 as fallback, Ï = 0.9 kept JEVâs verdict on 53.7% of items and scored 92.5% vs. 93.1% at 57% of the fee. With GPT-5.6 Sol as fallback, though, the threshold picked earlier didnât transfer: the cascade lost 2.4 points, and that gap is significant. The takeaway: pick Ï per fallback on your own data, then re-check it.
Caveats
- Confidence isnât a certificate. On style-adversarial pairs, the confidence signal degrades (AUROC 0.770). Worse, when HaluEval is judged without the source document, every judge is near chance (JEV 52.5%, GPT-5.4 55.0%), yet mean confidence stays at 0.90 to 0.96. A cascade canât catch errors the judge doesnât know itâs making.
- Calibration doesnât transfer. No single temperature fits every workload (fitted values ranged from 0.65 to 4.45), and applying a pilot-fitted one to held-out data made RewardBench and JudgeBench calibration worse.
- Labels are noisy. 24 of the 26 HaluEval items that both judges missed turned out to have unsupported gold labels; corrected scores are 95.8% (JEV) and 98.3% (GPT-6). Human review also widened GPT-6âs RewardBench lead to 3.0 points. But all 183 adjudicated items were labeled by a single annotator, and RewardBench agreement was low (Îș = 0.29).
- Itâs one proprietary product. JEV is a single version of a commercial service, with unknown training data and benchmark contamination. The comparison ignores architecture, model size, and reasoning effort, and the cascade fees are simulated from API prices, not invoices. Specialized professional domains werenât tested.
The practical rule holds regardless of vendor: if your evals are mostly âwhich of these is betterâ or âis this supported by the document,â a cheap decision-only judge with a confidence gate gets you most of a frontier judgeâs accuracy for a fraction of the cost. If they involve checking math, code, or derivations, pay for the stronger judge.
Liked this? Engineer's Codex sends one deep dive and a link roundup every week.
No spam. Unsubscribe anytime.