Always Be Gaslighting
The most dangerous moment in AI-assisted coding is not when the agent is confused. It is when the AI coding agent sounds confident.
That is when you get the soft little con:
done
tests passed
looks good
Maybe. Or maybe the agent has just created a beautiful paragraph about a reality it has not actually verified.
So I made a tiny meme out of the Glengarry cadence:
ABG: Always Be Gaslighting.
Not because agents are malicious. Because language models are very good at turning uncertainty into clean prose. They can summarize the shape of completion before completion has earned the right to exist.
The antidote, whether you call it AI agent verification, AI code review, or acceptance grounding, is boring and ruthless: evidence.
For meaningful work, I want the agent to assume the implementation is still wrong until it can prove otherwise. Find the failure mode that would embarrass the PR after merge. Verify it with a command, test, trace, screenshot, audit record, direct inspection, or some other artifact that survives optimism.
That is the gist of my Agent Acceptance Grounding Prompts: do not accept “done” as a fact. Treat it as a claim. Make the agent bring receipts.
The meme version is shorter:
Always Be Gaslighting. Always demand proof.