Exercise 3: Alert Fatigue and Why More Alerts Can Mean Less Safety — Possible Solution ==================================================================== What alert fatigue is: Alert fatigue is what happens when a system generates so many low-value or noisy alerts -- notifications for minor fluctuations that don't actually require action -- that the people receiving them start to tune them out or ignore them as a matter of habit, simply to stay functional and not be constantly interrupted. Why more alerts can make a system LESS safe, not more: Intuitively, more alerting sounds like more thoroughness -- surely being notified about more things means nothing important slips through. But per the chapter's own warn-box, the opposite tends to happen in practice: once someone has been trained by repeated experience that most alerts are noise and don't require real action, they stop carefully evaluating EACH new alert on its own merits -- they start reflexively dismissing or deprioritizing notifications in general, INCLUDING the rare, genuinely important ones that show up mixed in among all the noise. The result is that a genuinely serious incident's alert can get missed, delayed, or dismissed exactly like every other routine, unimportant one that came before it -- not because the alerting system failed to fire, but because the PEOPLE monitoring it had already been conditioned to stop paying real attention. In this sense, a carefully-scoped alerting setup that only pages for symptoms that genuinely matter to users (per the chapter's own recommendation -- error rate, latency) is measurably SAFER than one that tries to alert on every possible internal metric, even though the latter sounds more "thorough" on paper. WHY THIS WORKS AS AN ANSWER ------------------------------ This explains the actual human/behavioral mechanism behind the chapter's claim rather than just restating it -- the danger isn't that the alerting system technically fails to notify anyone, it's that constant low-value noise changes how people RESPOND to alerts over time, which is exactly why the chapter frames "alert on symptoms that matter" as a safety practice, not just a convenience.