DEV Community

TuringCorp
TuringCorp

Posted on

27 recorded LLM-judge runs, published as JSON

27 recorded LLM-judge runs, published as JSON

Decider answers one narrow question: given a task and two candidate answers, which one is stronger — and how confident is that call?

We publish the runs behind it as data rather than as marketing examples. Every entry is the verbatim output of a real run: the task, both candidate answers, the pick, the calibrated confidence, and the stated reason. Nothing is hand-written.

The part that is actually interesting: confidence

On raw pick rate a judge of this kind ties a plain single-model baseline — roughly 92.5% against 92.7% on JudgeBench. We do not claim otherwise.

What a single pass cannot give you is how close the call was. Ours is calibrated against outcomes: when Decider reports confidence of 90% or higher it is right 99.6% of the time, and that band is 45.6% of all judgments; in the 80–90% band it is right 94.0%.

That is the whole product idea: a pipeline can commit on a clear call and escalate on a close one, instead of stalling on two answers that both look fine.

Method and calibration are described in our preprints:

Why publish the runs

Numbers in a README are unfalsifiable. A JSON file with every task, both options, the pick and the reason is checkable — including the runs we would rather not highlight. If you are building an evaluation pipeline, a routing decision or a quality gate, the file is the useful artifact, not the claim.

The 27 runs are free to read inside the app as well, without sending a message and without being charged.

Disclosure: JudgeBench results are our own runs on the official protocol, with failures and exclusions disclosed. Decider ties the single-model baseline on raw pick rate; the difference is the calibrated confidence value.

Top comments (0)