L1.06

Graceful Degradation of AI Failure

Cards in this group · 8

  1. L1.06.1On failure, fall back to a deterministic path
  2. L1.06.2The degradation order must be defined in advance
  3. L1.06.3Silent failure is more harmful than explicit failure
  4. L1.06.4Empty, wrong, and partial output are different failures and need different fallbacks
  5. L1.06.5Fluent wrong output is the most dangerous kind of failure; it trips no degradation
  6. L1.06.6Falling back to a deterministic path presupposes that path is maintained, not that it exists only during an incident
  7. L1.06.7Degradation must keep what the user already entered; starting over is the most common fallback failure
  8. L1.06.8Timeouts and rate limits are expected failures; their copy must be distinct from model error