Task Switching Tax · Context Overhead
CPU overhead of concurrent projects · 0.80^(n−1) retention curve.
Switching between contexts compounds. One task = 100%. Two = 80%. Three = 64%. By the fifth concurrent project, only 41% of your hours survive the overhead. This meter shows the CPU split between user process and system overhead.
Part of: Cognitive Throughput
How to use
- Enter number of distinct concurrent contexts (projects, clients, channels).
- Enter workday hours.
- Retention = 0.80^(n−1). Loss = 1 − retention. Multiply by workday hours.
- When OVERHEAD ≥ 45% you are running the OS, not the application.
Examples
Before you act on the result
Logic tools help expose a tradeoff, but they cannot see the full situation around the decision. Use the result to slow down the choice and name the assumption that matters most.
If one input drives the answer, test that assumption before treating the result as stable.
Next up
Frequently asked questions
› Why 20% per task? Troubleshooting
Rough heuristic from Weinberg (1992) and reproduced in several attention-research reviews. Exact percentage is domain-dependent but the geometric-decay shape is consistent.
› Does batching help?
Massively. Consolidating 5 contexts into 2 time-boxed windows recovers ~40% of your day — which is why time-blocking works and Slack doesn't.
Tips & related reading
See the Cognitive Throughput hub →Tips & how-tos
Related tools
Signal-to-Noise · Content Throughput
Measure how much of your daily information intake converts into actionable decisions. Throughput-pipe visual with clogged / flowing state.
Decision Fatigue · Willpower Battery
Model remaining willpower across the day. Every decision draws from the same finite reserve — trivial × 1, moderate × 5, heavy × 10.
Deep Work Capacity · Focus Horizon
Exponential decay model of focus quality. e^(−0.01×min) half-life ≈ 69 minutes — the horizon shows how long until quality drops below usable.