Personal Dev Time Perception¶
10 cards — 🟢 3 easy | 🟡 4 medium | 🔴 3 hard
🟢 Easy (3)¶
1. What is the planning fallacy and why does it persist even when you know about it?
Show answer
The planning fallacy (Kahneman and Tversky) is the systematic tendency to underestimate the time, cost, and risk of future actions while overestimating their benefits. It persists because: (1) you plan using the "inside view" — imagining the ideal execution path, (2) you anchor on best-case scenarios, (3) you forget friction, interruptions, rework, and recovery time, (4) past overruns are explained away as exceptions rather than evidence. Knowing about the fallacy does not fix it — structural corrections (reference classes, buffers) are required.2. What is Parkinson's law and how can you use it constructively?
Show answer
Parkinson's law: "Work expands to fill the time available for its completion." Without a deadline, tasks stretch indefinitely because perfection is always possible and there is always more to refine. Constructive use: set artificial time constraints that are shorter than the default. Time-box tasks ("I have 45 minutes for this, not the whole afternoon"), use deadlines to force prioritization, and accept that "good enough within the constraint" beats "perfect with no end."3. What is time boxing and why is it more effective than open-ended work sessions?
Show answer
Time boxing is allocating a fixed, pre-decided amount of time to a task and stopping when the time expires, regardless of completion. It is more effective because: (1) it creates urgency that prevents drift, (2) it forces prioritization of the most important parts first, (3) it prevents perfectionism from consuming unlimited time, (4) it makes progress visible (you can count completed boxes), and (5) it provides natural break points for rest and reassessment.🟡 Medium (4)¶
1. What is Hofstadter's law and what does it reveal about recursive estimation errors?
Show answer
Hofstadter's law: "It always takes longer than you expect, even when you take into account Hofstadter's law." It reveals that estimation errors are recursive — even when you add a buffer for being wrong, you underestimate the buffer needed. This happens because: (1) buffers are typically percentages of the base estimate, which is already wrong, (2) unknown unknowns cannot be buffered because you do not know they exist, (3) humans are structurally bad at estimating nonlinear complexity. The practical response: use multiplicative buffers (2x-3x), not additive ones.2. What is chronotype matching and how does it improve time management?
Show answer
Chronotype is your biological preference for when you are most alert and cognitively sharp (morning types, evening types, and intermediates). Chronotype matching means scheduling demanding cognitive work during your peak alertness window and routine or administrative tasks during troughs. An hour of deep work during your peak can produce more than three hours during a trough. Most people ignore chronotype entirely, scheduling meetings during their best hours and attempting creative work when their brain is running on fumes.3. What is the peak-end rule and how does it distort your perception of how you spent time?
Show answer
The peak-end rule (Kahneman) says people judge an experience based on its most intense moment (peak) and its final moment (end), not its total duration. A project that was smooth for weeks but ended in a stressful crunch is remembered as stressful. A vacation with one amazing day and a pleasant last day is remembered as wonderful regardless of mediocre middle days. This distorts time perception because duration is nearly irrelevant to how an experience feels in retrospect.4. What is reference class forecasting and why is it more accurate than intuitive estimation?
Show answer
Reference class forecasting (Kahneman and Flyvbjerg) estimates task duration by looking at how long similar tasks actually took in the past — the "outside view" — rather than analyzing the specific task from the inside. It is more accurate because: (1) it includes the friction, delays, and rework that inside-view planning forgets, (2) it accounts for your personal track record of overruns, (3) it replaces optimistic imagination with empirical data. The key step: find the right reference class (similar in scope, complexity, and context) and use its median, not its best case.🔴 Hard (3)¶
1. What is the difference between the inside view and the outside view in planning, and why does the inside view dominate?
Show answer
The inside view builds an estimate from the specific details of THIS task — imagining the steps, anticipating challenges, and constructing a timeline. The outside view asks "how long did tasks like this actually take?" and uses that statistical base rate. The inside view dominates because: (1) it feels more relevant and specific, (2) it appeals to your expertise ("I know this project"), (3) optimism bias makes the ideal path feel realistic, (4) unique features of each project provide excuses to ignore base rates. Research shows the outside view is consistently more accurate for time and cost estimation.2. Why are task-switching costs higher than people realize, and how do they compound?
Show answer
Task switching costs include: (1) attention residue — part of your mind stays on the previous task for 10-25 minutes, (2) context reload — re-establishing mental models, tool states, and working memory, (3) error rate increase — mistakes spike during transitions, (4) decision fatigue from repeated start/stop choices. They compound because each switch does not just cost one transition — it degrades the quality of the next focus block. A day with 8 one-hour blocks and 7 switches produces far less than 8 hours of output because each block starts in a degraded state.3. What is energy-bound time and why does it make hour-for-hour scheduling misleading?