← 🤖 Retrieval & Agents
Core
Guardrails
Guardrails are the layered deterministic checks you wrap around a non-deterministic model: input validation, output filtering, schema enforcement, confidence thresholds with refusal, and human approval for high-stakes actions. The principle is to put controls you can fully trust around a core you cannot, so the system stays safe even when the model misbehaves.
a free account unlocks the core curriculum tier · no card
RELATED CONCEPTS
LESSONS THAT TEACH THIS
Foundations of Forward Deployed EngineeringDesign for being wrong, because the system will be wrong in front of the customer24 min→The FDE EngagementShow the model’s data paths, enforced capabilities and audit evidence30 min→The FDE EngagementBound agent actions by authority, consequences and shared limits30 min→
PRACTICE THIS IN REAL QUESTIONS
AI Security, Privacy & GovernanceExplain direct vs indirect prompt injection, and how each one actually breaks an LLM application.→AI Security, Privacy & GovernanceWhy do system prompts leak, and what should never be in one?→System Design & Production EngineeringWhat is a dead-letter queue, and how do you handle a poison message in production?→AI Security, Privacy & GovernanceWalk me through the OWASP LLM Top 10, which two risks would you prioritize for an enterprise agent deployment?→RAG & Agent System DesignHow would you evaluate a RAG system before letting a customer launch it?→AI Security, Privacy & GovernanceWhat is 'excessive agency' in an agentic system, and what controls actually limit it?→
