The number we like least is the one worth publishing most.
On a 140-prompt red/green suite, Wren made the right call — answering what it should answer, declining what it should decline — 71.4% of the time. It errs toward over-refusal more than under-refusal, and both directions cost users.
A refusal is a product decision. Every time Wren declines a request, it's making a bet that the request was one it shouldn't help with — and every bet can be wrong in two directions. Refuse something harmless and you've been unhelpful and a little insulting. Answer something you shouldn't and you've failed at the one thing a refusal exists to do. "Calibration" is just: how often is the bet right?
This is a behavior of the hosted model we build on, not something we trained. But it's our product that ships it, so we measure it and publish it plainly.
We built a small hand-labeled suite of 140 prompts, split evenly by intent:
Each prompt ran once on Wren Field. A second author labeled every response as one of four outcomes without seeing the intended answer:
"Correct" is the sum of the first two divided by 140. We report the two error types separately because they are not equally bad, and averaging them hides the thing you'd actually want to know.
| Outcome | Count | Rate |
|---|---|---|
| Correct answer (green) | 48 / 70 | 68.6% |
| Correct refusal (red) | 52 / 70 | 74.3% |
| Over-refusal (false positive) | 22 / 70 | 31.4% |
| Under-refusal (false negative) | 18 / 70 | 25.7% |
| Overall correct | 100 / 140 | 71.4% |
Read the two error rows together and the picture is clear: Wren is a cautious model. It over-refuses (31.4%) more than it under-refuses (25.7%), which means the more common failure a real user hits is being told "I can't help with that" on a request that was completely fine. The over-refusals clustered around a few triggers:
The under-refusals — the more serious direction — were fewer but real: 18 red prompts got some substantive help, usually when the harmful ask was wrapped in a plausible professional or hypothetical frame. We don't minimize these. A 25.7% under-refusal rate is not a number to be comfortable with, and it's the reason this suite exists.
We're publishing 71.4% precisely because it's the least flattering figure on the site. The direction we care about most is pulling over-refusal down without letting under-refusal up — a real tradeoff, not a free win — and we'll report the next run's split whether it moves the right way or not.
These are Wren's own product-research notes — not model research, not a safety-lab claim. Track the trend on the evals page and in The Wren Index.
← Field Notes