Failure Is Rarely Sudden
Live installation failures are often assumed to be sudden and unpredictable, but in practice most failures follow a recognisable pattern — a component degrades gradually, a small fault compounds, and the system eventually crosses a threshold into visible failure in front of an audience. Understanding this pattern is what allows failures to be designed against rather than simply reacted to.
The goal of good reliability engineering isn't eliminating every possible failure — that's not achievable in complex mechanical-electronic-software systems — it's ensuring failures happen gracefully, get detected early, and get resolved before an audience notices.
How Failures Typically Unfold
Our live event support experience has observed consistent failure patterns worth designing against directly.
- Gradual component drift — a sensor or actuator slowly moving out of calibration until behaviour becomes visibly wrong
- Cumulative wear reaching a threshold — a mechanism that's been fine for hours suddenly binds or sticks
- Environmental triggers — heat, moisture or dust crossing a threshold that pushes a marginal component over the edge
- Cascading software state errors — a single unexpected input leaving the system in a state it wasn't designed to recover from
- Power fluctuation events — brief supply issues that reset or corrupt system state without an obvious external cause
Designing Against Each Pattern
Each failure pattern has a corresponding design response — monitoring for drift before it becomes visible failure, designing mechanisms with margin beyond expected wear, environmental hardening against known triggers, and software state machines that always have a defined recovery path rather than undefined behaviour on unexpected input.
Worried about live event reliability? We offer free consultations on failure-resistant design... Let's discuss your installation →
When Failure Happens Anyway
Despite the best engineering, live systems occasionally do fail, which is why graceful degradation matters as much as failure prevention — a system that can drop into a reduced but still functional mode, or fail safely and obviously rather than unsafely and silently, protects both the audience and the client's reputation.
Building This Into the Brief
Asking a technical partner directly how their systems detect and respond to developing faults — not just whether the system works when new — reveals far more about genuine reliability than a single successful demonstration, a conversation we have as standard practice through our partnership process.