What is a "polling loop" in personal productivity?
3 min read · TimeLeak
A polling loop is manually re-checking the same source of information — inbox, dashboard, price chart, feed, order status — over and over, when the honest answer to "did anything change?" is almost always no.
The name is borrowed from computing: a program that repeatedly asks "anything yet?" wastes cycles; the efficient pattern is a notification or a scheduled batch. Humans run the same anti-pattern with attention instead of CPU.
Detection signature
In 5-second screen samples a polling loop is any window context with 5+ separate visits in a day and average dwell under ~90 seconds. Frequency high, dwell short, information gained near zero.
Why it's expensive
Each visit is small (15–60s) but each is also a context switch with a re-focus cost on both ends. Six loop pages checked twice an hour ≈ 20–35 minutes/day, plus the fragmentation of every focus block they punctured.
The fix
Batch: one scheduled digest that answers the underlying questions ("any replies?", "number up or down?") delivered 1–3 times a day, plus real push alerts for the one thing that's genuinely urgent. See the full walkthrough: replace the morning check-everything loop with one digest.