2Prompt-tuned safety guardrailsDISTRACTOR PATTERN #2SIGNAL - WHEN THIS APPEARSAnswer says "add a system prompt rule that says NEVER do X".
WHY YOU'LL FALL FOR ITSounds reasonable for everything; works for some things; fails fatally for compliance, financial, security guarantees. Prompts land at ~70%; hooks land at ~100%.
WHAT TO DO INSTEADIf the question carries words like "compliance", "finance", "PII", "audit", or any hard guarantee, the answer is a deterministic SDK hook (PreToolUse / PostToolUse), not a prompt.
EXAMPLE"Block the agent from emailing PII" → PreToolUse hook, not a prompt rule.