NVIDIA NeMo Guardrails
v0.21 — 2026 Edition. A technical audio course on securing agentic AI applications with NVIDIA NeMo Guardrails. Learn to implement content safety, topic control, PII masking, and jailbreak prevention. (v0.21 - 2026)
Episodes
The AI Guardrails Imperative: Core Abstractions
3m 49sDiscover why raw LLM APIs are dangerous for production and how to orchestrate safety. This episode introduces the five-stage pipeline of NeMo Guardrails.
Configuration and the Colang 2.0 State Machine
3m 30sLearn how to separate safety logic from business logic using configuration files. We explore Colang 2.0 and how it builds event-driven dialogue flows.
Specialized Content Safety with Nemotron NIM
3m 33sExplore how to offload moderation to specialized, high-speed models. We cover using the Nemotron Safety Guard 8B model for catching unsafe prompts.
Enforcing Domain Boundaries with Topic Control
3m 34sPrevent PR disasters by keeping your bots strictly on topic. Learn how to implement Topic Control Input Rails to block unauthorized conversations.
Dynamic PII Detection and Masking
3m 50sProtect sensitive user data across inputs, outputs, and retrievals. This episode details dynamic PII masking using GLiNER and Presidio integrations.
Jailbreak Detection via Perplexity Heuristics
4m 03sDefend against adversarial prompt injections using mathematical heuristics. Learn how perplexity scoring catches jailbreaks before they hit the LLM.
Securing Agentic Workflows with Execution Rails
3m 42sProtect the tools your autonomous agents use from exploitation. We break down YARA rules and Execution Rails for blocking code and SQL injections.
Grounding RAG: Hallucinations and Fact-Checking
3m 45sEnsure your RAG applications don't invent facts. Learn how to configure output rails to verify responses against retrieved knowledge chunks.
Multimodal Content Safety
3m 25sText filters fail when users upload screenshots of malicious prompts. Discover how to use Vision models as judges to secure multimodal applications.
Enterprise Integration Patterns
3m 17sScale your guardrails across the enterprise. We review integration via the Python SDK, LangChain Runnables, and the standalone API Server.