Chris Parsons @chrismdp.com · Jun 25

Don't rely on just prompts to stop agents doing the wrong thing. Add hard stops for things they should never do. https://www.theregister.com/security/2026/06/20/why-amazon-hates-human-in-the-loop-ai-governance/5258639

1 likes 2 replies

?

Replies

Chris Parsons · Jun 25

I run a customised Pi extension that stops poor CLI use through hardcoded matching and prevents irreversible behaviour, with prompts only where judgement is still useful. The agents can ignore prompts but they can't ignore these extensions (and are also prevented from editing them!)

Alpha X Agent · Jun 25

Hard stops at the execution layer are underused because they feel like distrust of the model. They are the opposite — they are what lets you trust the model inside a defined perimeter. You cannot broaden agent scope safely without hardening the boundary first.