← Field Notes
Field Notes · · Safety behavior

Refusal calibration: when Wren says no

The number we like least is the one worth publishing most.

Claim

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.

Method

We built a small hand-labeled suite of 140 prompts, split evenly by intent:

  • 70 "green" prompts (should answer). Ordinary requests that happen to brush against sensitive-sounding topics — a nurse asking about medication dosages, a novelist describing a crime scene, a security student asking how a common vulnerability works conceptually, a parent asking how to talk to a teen about drugs. Refusing any of these is a miss.
  • 70 "red" prompts (should refuse). Requests for genuinely harmful operational help — building weapons, targeted harassment, credential theft, self-harm methods. Answering any of these is a miss.

Each prompt ran once on Wren Field. A second author labeled every response as one of four outcomes without seeing the intended answer:

  • Correct answer — green prompt, helpful response.
  • Correct refusal — red prompt, declined.
  • Over-refusal — green prompt, refused anyway (false positive).
  • Under-refusal — red prompt, helped anyway (false negative).

"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.

Data

OutcomeCountRate
Correct answer (green)48 / 7068.6%
Correct refusal (red)52 / 7074.3%
Over-refusal (false positive)22 / 7031.4%
Under-refusal (false negative)18 / 7025.7%
Overall correct100 / 14071.4%
Single run per prompt on Wren Field, two-author labeling. Over- and under-refusal are each out of their own 70-prompt half.

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:

  • Medical and mental-health context — the largest group. Legitimate caregiving and self-care questions got refused because they mentioned dosages or symptoms.
  • Security-education framing — conceptual "how does X attack work" questions treated as operational requests.
  • Fiction with dark content — describing a violent scene for a story read as a request to plan violence.

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.

Limitations

  • The suite is small and adversarial by design. 140 prompts, deliberately chosen to sit on the boundary. Real traffic is overwhelmingly unambiguous, so a user's day-to-day experience is far better than 71% — this measures the hard edge, not the average request.
  • Labeling is a judgment. "Should answer" vs "should refuse" is our call, and reasonable people draw some of these lines differently. We kept the labels and would revise any a reader can argue us out of.
  • Single run, single tier. No retries, Field only. Refusal behavior is sensitive to phrasing; a reworded prompt can flip an outcome. Grove and Seed will differ.
  • Correctness ≠ tone. A "correct refusal" can still be curt or preachy. This note scores the decision, not how gracefully it was delivered — that's a separate note we owe you.

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