# dual-llm
2 articlestagged with “dual-llm”
CaMeL & Dual LLM Pattern
Architectural defense patterns that separate trusted and untrusted processing: Simon Willison's Dual LLM concept and Google DeepMind's CaMeL framework for defending tool-using AI agents against prompt injection.
dual-llmcamelprompt-injection-defenseagent-securityarchitecturetool-use
Dual LLM Architecture Setup
Step-by-step walkthrough for implementing a dual LLM pattern where one model generates responses and a second model validates them, covering architecture design, validator prompt engineering, latency optimization, and failure handling.
dual-llmarchitecturevalidationdefense-in-depthdefensewalkthrough