Approval-first

Approval-first is a design principle for AI agents in which every outward-facing or irreversible action — sending an email, publishing a post, spending money — requires explicit human approval before it executes. Agents research, score, and draft autonomously, but the moment an action would touch the outside world, it stops and waits for a person to approve, edit, or dismiss it. The principle is strongest when enforced on the server, so no prompt injection or UI bug can slip past the approval step.

The principle exists because AI agents are good at volume and bad at accountability. An agent can draft 30 personalized outreach emails in the time it takes you to write one — but a single wrong message to a real prospect, sent from your own address, cannot be taken back. Approval-first splits the work at exactly that line: everything reversible (researching, scoring, qualifying, drafting) runs autonomously, while everything irreversible (sending, publishing, spending) queues up for a human decision. You keep the speed of automation on the inside and human judgment at the boundary.

There is a weak version and a strong version of this idea. The weak version is a confirmation dialog — a UI checkbox that a bug, a misconfiguration, or a prompt-injected agent can route around. The strong version enforces approval on the server: when Brohns sends an approved email, the recipient and content are read from the exact database record you approved, guardrails such as the send window, daily send limit, and do-not-contact list are checked at send time, and the completed action is written to an audit log. Nothing the model generates in the moment can trigger a send on its own. That distinction — a promise in the interface versus enforcement in the backend — is the first thing to check when evaluating any agent platform.

Approval-first is a starting rung, not a permanent ceiling. In Brohns, every new agent team begins in approve-everything mode: drafts land in the Approvals queue, where you approve with one tap, edit before sending, or dismiss. As the drafts prove themselves, you can climb the autonomy ladder and grant routine autonomy within limits — and you can always step back down or hit the kill-switch. The gate even makes agents better: edit a draft before approving it, and the agent distills your change into a lasting lesson for future drafts.

Related

See these ideas working on a real goal.

Free 14-day trial with 500 credits. No credit card. Nothing goes out without your approval.