In quantum mechanics this is settled, measured law. A state watched continuously cannot decay - the quantum Zeno effect, formalized by Misra and Sudarshan (1977) and observed in trapped ions by Itano and colleagues (1990). The reason is a quirk of short times: survival probability falls off quadratically at first - flat, then steep - so each rapid check pins the state back before the steep part starts.
The finding most people never reach: the dial has a middle setting that makes decay faster. Kofman and Kurizki (Nature, 2000) showed that at intermediate rhythms - frequent enough to disturb, not frequent enough to pin - observation accelerates the fall. This is the anti-Zeno effect, it is the more common regime in real systems, and both effects were produced in a single experiment just by changing the measurement rhythm (Fischer, Gutierrez-Medina and Raizen, 2001).
Name something you monitor - a habit tracker, a team check-in, code review, a rising dough, a portfolio, a teenager - and pick the rhythm you actually use. The verdict applies the dial. Nothing you type leaves this page.
1. Prefer event-driven checks. A check bound to a transition - the push, the close, the handoff, the oven timer - has no rhythm to get wrong. It fires exactly when state tries to become consequence. This is the safe end of the dial by construction, not by tuning.
2. If a check must run on a clock, run it rare and bound the drift. A rare sweep does not disturb the system; its cost is that drift can accumulate between sweeps, so pair it with a limit on how much can change unseen.
3. The middle is the only setting that owes you proof. Daily-ish monitoring of a system under load - especially a human system, especially yourself - is the one regime where the observation itself is a plausible cause of decline. If a monitoring habit feels like it is making things worse, that is not necessarily weakness of will; it may be the dial. Move to event-driven or rare and watch what changes.
| This page's term | Physics term | Shared function |
|---|---|---|
| checking rhythm | measurement cadence | observation frequency as a design variable |
| freeze zone | quantum Zeno regime | observation pins the state |
| harm zone | anti-Zeno regime | observation accelerates decay |
| free drift | undisturbed evolution | the system changes on its own schedule |
The curve above is qualitative, drawn after this literature; the dial positions are illustrative. Lesson v0.1 (2026-07-10), part of the Delta Atlas explorable series. CC BY 4.0. Back to the atlas.