the.ai

Behaviour / Deployment

verified

Guardrail

A check around the model rather than inside it. Input filters that reject a request before it reaches the model, output filters that inspect what came back, and rules about what the conversation may do next. It exists because training a model to behave is probabilistic and a deployment often needs something closer to a guarantee.

Viz primitive · threshold-sweepseparation = 2.2 · threshold = 0.9 · base-rate = 0.02
let throughcutflagged

192 of 1000 flagged. 9% of them were right and 174 were false alarms; 90% of what should have been caught was, leaving 2 missed.

Requests a filter should block against ones it should not, by the filter's score. Drag the threshold up to watch false alarms fall and misses rise — with a base rate this low, most of what a tight filter blocks is legitimate, and those are the users who complain.

0.9

Reviewed by opendroid · 2026-08-18

  • arXiv:2310.10501 — NeMo Guardrails: A Toolkit for Controllable and Safe LLM Applications with Programmable Rails
  • arXiv:2308.13387 — Do-Not-Answer: A Dataset for Evaluating Safeguards in LLMs