How the model band stays narrow
It would be straightforward to send every submission to a model and get a slightly better classifier. It would also cost ten times as much, make every decision unpredictable, and remove the ability to explain why something was filtered. The band is narrow on purpose.
Key takeaways
- About one submission in ten reaches the model; the rest are decided for free.
- One question: does this read like a person describing a specific need?
- It is never asked whether to deliver. That decision belongs to the router and the thresholds.
- Its answer moves a score; it does not set an outcome.
- A model failure degrades to the review queue, never to quarantine.
Who reaches the model
- App integration
- Machine learning
- Security & identity
- Analytics
- People
The question
Narrow and specific: does this read like a person describing a particular need, or like a template sent to many recipients? That is a genuinely hard question for a rule and an easy one for a model, and it is the only thing it is asked.
The prompt carries the message body and nothing else — not the name, not the email address, not the IP or the country. Those are all things a rule can weigh, and including them in a model prompt invites it to form views about people based on where they are or what their address looks like, which is both unfair and unreliable.
The question it is not asked
It is never asked whether to deliver the submission. That sounds like a distinction without a difference and it is the whole design: a model that returns “deliver” or “filter” has made a business decision, and the thresholds that turn evidence into a decision are then invisible and untunable.
A model that returns “this reads specific, confidence 0.7” contributes evidence, and the routing rule that turns 0.7 into a destination is a number in a config that somebody can change when the review queue gets too long.
Failing safe
- Security & identity
- Management
- Analytics
- People
The tempting shortcut is to default to the cheap score alone when the model is unavailable, and that is exactly wrong for the submissions in this band: they reached the model precisely because the cheap score could not place them. Falling back to it is falling back to the thing that already said it did not know.
What it costs to keep the band narrow
About one submission in ten reaching a model means a business with four hundred and forty submissions a month makes forty-four calls, which is a few cents. Sending all four hundred and forty would be a few tens of cents — still trivial in absolute terms, and it would make ninety per cent of the decisions less predictable for no measurable gain in accuracy, because those ninety per cent were already unambiguous.
The reason to keep the band narrow is not the money. It is that a filter whose decisions are mostly deterministic can be explained, tested and tuned, and one whose decisions all come from a model cannot.
Next: what happens to the ambiguous ones.
All posts