In high-stakes work, the question isn’t whether humans slip—it’s whether the interface protects recovery when attention gets interrupted.

Concept of the week - The Right to Recover

Calm systems assume attention will break. When a high-impact action is taken during an interruption, the interface must enable quick, safe, and obvious recovery.

So we use one rule: Change → Explain → Undo (immediate, visible, constrained).

During handover to the morning shift, a clinician updates a patient profile before rounds—adult vs. pediatric, a care context, a monitoring preset. During interruptions, the wrong profile is selected.

The interface looks “fine,” but the ground shifts: Alarm limits shift, trend lines re-scale, and the same number suddenly means something else. The morning clinician now inherits hidden work: re-checking alarm limits, second-guessing trends, and verifying what else changed—extra steps and verification burden right when time is tight.

The recovery pattern: when the profile changes, the system shows a clear banner: “Patient Profile: Adult → Pediatric” with Undo available instantly. It also makes the impact scope explicit (“updates alarm defaults, scales, and units”) and enforces safe rollback boundaries (e.g., once dependent actions occur, rollback requires a brief review—not a hunt).

The pattern isn’t unique to healthcare: any time a “profile” choice silently rewires defaults, the next operator inherits the consequences. This is the same pattern that prevents outages in cloud admin consoles: show what changed, show where it applies, and let people roll back before a small slip becomes a long incident.

One thing to remember: Every rollback path multiplies state handling, audit logging, verification, and edge cases—so Undo must be designed, not bolted on.

Asset

Asset: The Undo Contract (1-page spec)
For any action that can affect safety, reliability, or outcomes, specify:

  1. What changed (old → new) + scope (where it applies)

  2. Undo window (immediate vs. versioned history)

  3. Safe rollback constraints (what you must never allow)

  4. Audit trail (who/when/why, without extra data entry)

Resource: Usability Heuristic 3: User Control & Freedom — Nielsen Norman Group (2-minute video)
A compact reminder that users need clearly marked “exits” from unintended states—especially Undo/Redo and Cancel—so recovery doesn’t become a multi-screen investigation.

Light wisdom & reflection

“We cannot change the human condition, but we can change the conditions under which humans work.”

James Reason, BMJ (2000)

James Reason’s line is a quiet rejection of “be more careful” as a strategy. In real work, attention will fragment, hands will move too fast, and interruptions will land at the worst moment—because that’s normal in real work.

What we can change is the cost of a slip. An interface that makes rollback immediate, obvious, and state-accurate turns a mistake into a single corrective step rather than a spiral of re-checking. Undo isn’t generosity—it’s designed working conditions.

Mindful practice

Mistakes are part of real work and life — mine included. When I reflect on what happened, I’m less likely to repeat it and more likely to recover with less rework and fewer unintended consequences.

Pick one slip you made recently. Write three short lines:

  1. “A slip I made recently was: ____.”

  2. “The rework it created was: ____.”

  3. “The smallest change that would have made recovery obvious is: ____.”

Best,
Andreas Walden

Share this with someone designing for clarity.