Zenaique
Glossary · Safety

Guardrails

Also known as: Safety filters, Content moderation

Pre- and post-processing layers that block bad inputs/outputs and enforce policy on top of an LLM.

Input/output filters and policies layered around an LLM to block disallowed content, prevent prompt injection, enforce output schemas, or gate sensitive actions. Implemented via classifiers, regex, smaller LLMs, or rule engines.

In practice

Every production LLM app needs them. Interviews probe layered defense, latency budget, and false-positive trade-offs.

Related topics

Related terms