ESSAY / AI Evaluation & Safety / Detection & Trust and Safety

Why a Safety Detector Tends to Need Corroboration

A safety detector can be wrong in two directions, under-detecting real harm, and over-detecting a benign look-alike in a way that causes the harm it was meant to prevent. One classifier tends to struggle to tell those apart, because the harmful pattern and its benign twin share words and tone. Here is a method for running several independent signals, scoring how much they agree, and scaling the enforcement to that corroboration, so every decision carries a measured precision instead of one signal's guess.

A safety detector can be wrong in two directions

A safety detector can be wrong in two directions, and it helps to hold both of them in view at once; it can under-detect, letting real harm through, which is the direction audits and red teams are built to catch, and it can also over-detect, firing on something that shares surface features with a harmful class while being something else entirely, and that second mistake is the sneaky one, because it can produce the very harm the detector was meant to prevent. A model that answers a person’s distress with an unsolicited diagnosis is pattern-matching to care while delivering an outcome the person did not ask for, which is the exact failure I measure in the Claude caretaker work. One classifier tends to struggle to keep both directions honest, because the harmful pattern and its benign look-alike co-occur at the level of words and tone, so a single read of the surface usually cannot separate them.

One signal has a predictable blind spot

Driving detection from a single signal tends to build in a predictable error. Sentiment polarity alone misses posts that are flat in tone while describing real harm; lexical co-occurrence alone flags posts that mention harm-adjacent terms with nothing harmful behind them. Each signal is fragile in its own way, so running detection on any one of them hands the enforcement decision over to whichever blind spot that signal happens to have.

Run several signals and score their agreement

The detector runs several independent streams over the same content, among them a sentiment and affect read, a lexical co-occurrence check against curated harm-related and intervention-related vocabularies, structural and behavioral features, and relational or network signals where the data supports them. It then scores how much the streams agree, which is a different thing from taking a majority vote. A flag is as strong as the corroboration behind it, so a case where one stream is confident and the others stay silent gets treated as the weak signal it is. Independent streams also make a flag legible, since it arrives with the specific streams that agreed, which is what a human reviewer tends to need before acting on it with any confidence.

Scale the enforcement to the confidence

A detection score does something only when it connects to an action, so the detector maps the corroboration confidence to the scope of the enforcement, holding the heaviest actions for the highest-corroboration cases. A low-corroboration signal can drive a light response, a soft prompt or a place in a review queue, while a high-corroboration signal can support a decisive one, and both arrive with a measured precision behind them instead of an assumed threshold. With that mapping a system can run at scale without treating every flag as equally certain; a single threshold for everything forces a choice between drowning reviewers in low-confidence flags and missing the high-confidence ones, and scaling the action to the corroboration is how the method sidesteps that bind.

What the method is, underneath

Underneath the streams and the confidence mapping, the method asks several fragile detectors to agree before it acts, and scores how much they actually do; it starts from the premise that any single signal is fragile, it leans on several of them corroborating each other, it scores that agreement rather than counting votes, and it lets the strength of the agreement set how hard the enforcement leans. The detectors are the ones already on hand, so this is less a new model than a new way of listening to the ones in place. What comes back from that is an enforcement decision with a number attached to it, instead of one signal’s confident guess. The same shape shows up wherever a single read is too fragile to act on alone, which is why it sits next to the agentic experience suite, where several weak signals of dissatisfaction get combined the same way. A flag that arrives with its corroboration measured is the only kind worth scaling an action to.

References

  • Markov, T., et al. (2023). A holistic approach to undesired content detection in the real world. AAAI.
  • Hutto, C., & Gilbert, E. (2014). VADER: A parsimonious rule-based model for sentiment analysis of social media text. ICWSM.
  • Pennebaker, J. W., et al. (2015). The development and psychometric properties of LIWC. University of Texas at Austin.

Related Works

Next Publication
Loading...