Illustrative Use Cases
Three worked examples — with real numbers you can reproduce in the tools — showing how to turn a vague "we're overloaded" into a specific, fixable bottleneck.
About these examples. The scenarios below are illustrative and hypothetical — teaching examples, not case studies of named clients. But the scores are not made up: each one is computed with the tool's published formula, so you can plug the same inputs into the calculator and get the same number. Each is also tied to a primary research source.
1. The engineering team that's exhausted by Thursday
The situation: A development team assumes the code is simply getting harder. But the coding itself feels fine in the moment — the drain is something else.
Model it in the Task Complexity Classifier: Score the daily deployment, not the coding. A manual deploy with 12 steps, 2 decision points, and automation level 1 gives:
The fix and its effect: This is the classic split between intrinsic difficulty and extraneous load in Cognitive Load Theory (Sweller, 1988) — the steps add load that was never essential to the work. Automate the pipeline down to 3 steps at automation level 4 and the same formula gives (1.2 × 3) + (3.0 × 2) − (0.8 × 4) = 6.4 → Simple. The fatigue source, not the coding, was the deploy.
2. The support team that "needs more training"
The situation: Agents make frequent ticket-routing errors. Management's first instinct is another training session.
Model it in the Task Complexity Classifier: Score the routing procedure. Documentation full of vague "if it seems urgent… unless…" branches means many decision points. With 6 steps, 5 decision points, automation level 1:
The fix and its effect: Human-factors research ties ambiguous decision points (not effort) to error (Reason, 1990). Replace the vague branches with an explicit Yes/No checklist, cutting decision points from 5 to 2: (1.2 × 6) + (3.0 × 2) − (0.8 × 1) = 12.4 → Simple. More training wouldn't have moved this number; removing the branching did.
3. The manager who is busy all day but ships nothing
The situation: Nine-hour days, constantly busy, almost no deep work done.
Model it in the Attention Focus Meter: A morning fragmented by three scattered meetings looks like a 60-minute usable session, distraction level 4, motivation 4:
The fix and its effect: Scattered interruptions leave attention residue that outlasts each meeting (Leroy, 2009). Batch the three meetings into one afternoon block to recover a protected 120-minute morning at distraction level 1: (0.3 × 120) − (2.5 × 1) + (1.8 × 4) = 40.7 → High Focus. Same workload, same responsibilities — only the arrangement changed.
References
- Sweller, J. (1988). Cognitive load during problem solving. Cognitive Science, 12(2), 257–285. doi:10.1207/s15516709cog1202_4
- Reason, J. (1990). Human Error. Cambridge University Press. doi:10.1017/CBO9781139062367
- Leroy, S. (2009). Why is it so hard to do my work? Organizational Behavior and Human Decision Processes, 109(2), 168–181. doi:10.1016/j.obhdp.2009.04.002