cd /news/ai-safety/expire-ai-approval-when-the-evidence… · home topics ai-safety article
[ARTICLE · art-70033] src=dev.to ↗ pub= topic=ai-safety verified=true sentiment=· neutral

Expire AI Approval When the Evidence Changes, Not When the Screen Closes

A developer proposes versioned approval envelopes for AI actions, where consent expires when underlying evidence changes rather than persisting across a session. The system would require re-approval when material fields like the affected order set or total consequence change, showing a focused diff to the reviewer. The approach aims to prevent stale approvals from executing obsolete consent, with rules to distinguish material changes from noise.

read3 min views1 publishedJul 23, 2026

A reviewer approves an AI-generated refund plan after seeing 12 affected orders and a $430 total. Before execution, the system refreshes its data: there are now 19 orders and a $760 total. The approval button remains green because the interface treats consent as a property of the session, not of the evidence.

Approval should authorize one versioned action envelope:

plan_id: refund-batch-184
plan_revision: 7
evidence_revision: orders-snapshot-31
action: issue_refunds
scope: 12 orders
maximum_consequence: USD 430
expires_at: 2026-07-23T16:30:00Z
approved_by: reviewer-id

If material fields change, approval expires. The system asks again and explains why.

Place decision evidence before the action:

A confidence percentage is not a substitute. It does not tell the reviewer which order is unsupported or what changed.

Not every refresh should interrupt. Write rules before implementation:

Change Approval
wording only preserve
source timestamp refresh, same values preserve and update provenance
affected set adds/removes an item expire
total consequence crosses threshold expire
execution tool or destination changes expire
stronger supporting evidence arrives product-specific; show diff
evidence becomes unavailable expire

The server—not only the browser—must compare the approved envelope with the execution envelope. Otherwise a stale tab can execute obsolete consent.

review revision 7
-> approve revision 7
-> evidence changes to revision 8
-> execution rejects stale approval
-> card shows a focused diff
-> reviewer can approve 8, edit scope, or cancel

The diff should answer “what changed since I approved?” Preserve the old decision in audit history without implying the reviewer approved the new version.

For accessibility, move focus to a concise change heading only when execution is blocked; do not unexpectedly move focus for background refreshes. Make additions and removals available as text, not color alone. Ensure the affected set is keyboard navigable and summaries remain meaningful at zoom.

This is a design hypothesis until tested. Use scenario-based sessions with representative reviewers.

Ask participants to decide, explain the authorized scope, respond to the change, and identify whether execution can proceed.

Stop a scenario if participants repeatedly approve an action whose changed consequence they cannot describe. That is a safety failure, not merely usability friction.

Do not ask “Do you trust the AI?” Ask: “Which orders are authorized now, what changed, and what would stop you from approving?”

Weak:

The plan changed. Review again.

Stronger:

Approval expired: 7 orders were added after your review.
Previous: 12 refunds, up to $430.
Current: 19 refunds, up to $760.
Review the 7 additions before approving revision 8.

The stronger copy names the decision-relevant difference without claiming the new plan is wrong.

Versioned approval does not make a harmful action safe, guarantee evidence quality, or replace authorization policy. Some emergency workflows need delegated thresholds rather than repeated prompts. Excessive invalidation can train reflex approval, so materiality rules require monitoring and revision.

The boundary question is specific: which missing or changed evidence must stop execution, and which update would only add noise?

── more in #ai-safety 4 stories · sorted by recency
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/expire-ai-approval-w…] indexed:0 read:3min 2026-07-23 ·