VI. Technology should work even when it fails

From Cyborg Anthro Wiki
Revision as of 18:30, 23 August 2026 by Caseorganic (talk | contribs) (Created the page!)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Introduction

Every system fails. The design question is what remains when it does. A system that retains its core function during a failure costs a person an inconvenience. A system that loses everything costs a person the task, and often the trust that made the system usable in the first place.

Failure states are part of the product, and they are the part most often left undesigned. A device that assumes power, connectivity, a working sensor and a reachable server has four ways to become useless, and each one is a decision somebody made.

  • A mechanical key opens a door when the battery in the lock is dead.
  • A window opens when a ventilation system is off.
  • A printed schedule remains readable when a display is dark.

The Escalator

An escalator that loses power becomes a staircase. The treads are stair-shaped and stair-sized because they were engineered to carry standing weight, and the handrail remains at the height a hand expects. A person walking onto a stopped escalator changes their gait and continues.

Nothing about this is accidental. Tread depth, riser height and handrail placement are specified so the stopped condition is safe to walk. The comparison case is a powered door that seals shut, or a hotel lock whose dead battery leaves no mechanical path to the room.

An escalator that fails well does not need to:

  • Announce that it has stopped
  • Be repaired before people can pass
  • Trap anyone on it
  • Be operated differently while stopped

The same logic applies to software. A connected thermostat that holds its last schedule during an outage keeps a house warm. One that reverts to a default or waits for a server does not.

Just as a stopped escalator is still a staircase, well-designed technology retains its core function when the parts that make it convenient are gone.

Categories

Calm Technology