Yeda AI Tips · #189

Español

Make the Stakes Concrete: Blast Radius, Reversibility, Time Cost

"Could cause issues" is not a risk assessment.

When your agent surfaces a decision and describes the stakes as "this might cause problems" or "be careful here," it has given you nothing to act on. Vague stakes are the model's way of gesturing at risk without doing the work of measuring it. You can't weigh a decision against a warning that fits every decision. The whole reason you asked the agent to flag the risk was so you could tell a big one from a small one — and a fuzzy stakes line erases exactly that distinction.

Why vague stakes are worthless

Risk only helps you choose when it's comparable. "Could cause issues" attaches to a typo fix and to dropping a production table equally, so it can't rank anything. To decide, you need to know how much is at risk and how recoverable the outcome is. A decision that's trivially undoable deserves a fast yes; one that touches irreversible production state deserves a pause, a review, maybe a human. Undifferentiated caution collapses both into the same shrug.

The fix: three concrete dimensions

Require every surfaced stake to name three things:

Put it directly in the agent's instructions:

When you surface a decision, state the stakes concretely. For each option:
- BLAST RADIUS: exactly what it touches (files, services, data, users)
- REVERSIBLE?:  yes/no + how you'd undo it
- TIME COST:    realistic recovery time if it goes wrong
Never write "could cause issues." Name the specific consequence.

Vague versus concrete, side by side:

VagueConcrete
"This could cause issues.""Touches the users table; the migration is irreversible on live data; a bad run is ~2 days to reconcile from backups."
"Be careful with this change.""Scoped to one helper function; fully reversible with git revert; recovery is under a minute."

Now you can actually choose. One path is reversible and local; another touches a production migration you can't take back. Same decision surface, completely different call — and now the difference is visible.

Power moves

Resources

Shipping AI or cloud systems? Yeda AI audits and hardens production LLM and container pipelines. Talk to us · Read the blog