Platform
Evaluation
Classification has an easy relationship with measurement. Agent work has several acceptable answers, a large ambiguous middle, and a path that matters as much as the output.
What we measure
| Measure | Definition | Why it is on the list |
|---|---|---|
| Outcome quality | Rubric score against an adjudicated set | The headline claim. Meaningless without the agreement rate beside it. |
| Inter-rater agreement | Agreement between human adjudicators | Bounds every other claim. If reviewers agree 0.8 of the time, a two-point difference is noise. |
| Tool-call precision | Calls made that a competent reviewer would have made | Catches the agent that queries five systems when one would do. |
| Tool-call recall | Calls a competent reviewer would have made that were made | Catches the agent that answers confidently without checking anything. |
| Escalation calibration | False escalations and, harder, missed escalations | The second is where real risk sits and almost nobody instruments it. |
| Cost per resolved task | Total cost divided by cases actually closed | Per-request cost flatters systems with a high retry or handoff rate. |
| Cost variance (p95/p50) | Spread of cost across cases | Determines whether the system can be budgeted at all. |
| Replay fidelity | Traces that reproduce the same terminal state | What a supervisory review actually depends on. |
Building the dataset
A few hundred well-adjudicated cases outperform several thousand casually labelled ones. Ours contain three groups in deliberate proportion: routine cases that establish the baseline, known-hard cases collected from the people doing the work today, and adversarial cases constructed to break specific assumptions. The third group is small and does most of the work.
Every case carries documented reasoning. A test case whose purpose nobody remembers gets deleted the first time it fails, and with it goes the requirement it encoded.
Using a model as judge
It works within limits, and the limits are not optional: calibrate against human review on a held-out sample before trusting it, report the agreement rate alongside any result it produced, never use the same model as judge and subject, and keep a permanently human-reviewed subset because judge drift is silent.
What an evaluation report contains
- 01 · The claim, stated as something that could have been false.
- 02 · Dataset provenance: where cases came from, who adjudicated, what was excluded.
- 03 · Inter-rater agreement, before any result.
- 04 · Results with uncertainty, not point estimates.
- 05 · Judge calibration, where a model judge was used.
- 06 · Limitations, what this does not show, written by the person who ran it.
- 07 · What changes would invalidate the result.
Already have an evaluation suite?
A common first job is reading the one you already have and writing up what it can and cannot actually support. That report tends to make for unwelcome reading, but it is a lot cheaper to find out now than after go-live.