Definition
Plain language
A safety check meant to keep an AI from doing things it shouldn't.
As stated in the literature
A trained or programmed constraint on model behavior, typically implemented through refusal training, content filters, system-prompt rules, or runtime monitors.
Also called: guardrails
Why it matters: Guardrails are the last line of defense between an AI that can do anything and a deployment that has rules, even if the model itself is imperfect.
For example, a guardrail might intercept any model output containing personally identifiable information and replace it with a redaction before the user sees it.
Heard on the show
“Real deployments have permission gates, organizational guardrails, and ambient context.”Episode 195 — Why 'Be Careful' Does Nothing for AI Coding Agents, and What Does