Let Agent Verify Before Acting

Jay299792458 · reddit · 2026-07-14

This long post proposes a method to add a "brake" to AI agents: instead of letting the model infer whether information is sufficient, use a declarative Checklist to verify whether required information already exists.

The core idea is to shift execution decisions from model reasoning to structured state checks:

The author believes this prevents the model from guessing when information is missing or repeatedly asking for known info. The judgment is written to state, and execution logic only reads the state without re-deriving.

They also emphasize this is crucial for MCP / Agent and Tool Provider division of labor:

Finally, they summarize the approach as: replacing "knowledge-based inference" with "presence-based verification," treating the final JSON state as an auditable log recording what info is known, what's missing, who filled it, and why execution was allowed or blocked.

Original post →

More from coding & agent

coding & agent channel →