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
- Alex Townsend posts 200 open problems in numerical linear algebra for humans and AI agents — IgorCarron · 2026-09-11
- Kimi K2.8 Preview rolls out: near-K3 coding performance, 1M context for all tiers — teortaxesTex · 2026-09-11
- Looking for a classifier of software engineering task shapes to pick models per task — StewartalsopIII · 2026-09-11
- Steal this idea: prompt-to-hardware where agents assemble custom devices — paraschopra · 2026-09-11
- Model Is the Least Interesting Part: A Guide to Six Core AI Architectures from RAG to Multi-Agent — goyalshaliniuk · 2026-09-11
- Non-coder builds layered memory architecture: 20k tokens tracks a year of agent conversations — matteoianni · 2026-09-11