Agent approvals work better when the checklist lives outside the prompt
bolerbox · reddit · 2026-07-22
The author argues that agent approval rules work better when they live outside the prompt. Prompt text can drift, be edited, inherit context, or be bypassed by a rushed operator, so the approval gate should be a separate, human-readable checklist.
The suggested checklist includes:
- what source material was used
- what the agent is allowed to change
- what needs human approval
- what counts as a failed run
- where decisions and logs are saved
The post says this keeps the prompt flexible while making the approval layer stable and easier to debug. It also warns against making the checklist too smart: if it turns into another fuzzy evaluator, the agent is effectively grading itself again.
More from coding & agent
- marimo Glance: Turn GitHub Python Code into Live Interactive Notebooks — S_Conradi · 2026-07-22
- Building a Knowledge Graph Without a Graph DB: 1000x Cheaper Than GraphRAG — TheRedfather · 2026-07-22
- FactoryAI gave back its first millions, then shipped Droid CLI two years later — matanSF · 2026-07-22
- Hermes Agent Refactoring Proposal: Decoupling via Event Bus and Monorepo Slicing — Promptmethus · 2026-07-22
- Show HN: a 6.2 MB pure-Go terminal command palette with no fzf dependency — MarinhoD · 2026-07-22
- ty now reads Pydantic config keywords and field metadata — charliermarsh · 2026-07-22