Spend 60-90 seconds orienting before producing — the cognitive system needs initialization time
During context loading for complex cognitive work (coding, writing, design), spend the first 60-90 seconds orienting through review of previous state before attempting to produce output, as the cognitive system requires initialization time before it can operate at full capacity in that domain.
Why This Is a Rule
Complex cognitive work requires working memory to be loaded with the relevant mental models, constraints, and state before production can begin. This loading process — reading where you left off, reviewing the problem structure, re-activating the relevant knowledge — takes 60-90 seconds of deliberate orientation.
Attempting to produce output before the context is loaded produces low-quality work: you write code that ignores a constraint you knew about yesterday, draft a paragraph that contradicts what you wrote last session, or design a solution that misses a dependency you'd already identified. The errors aren't knowledge gaps — they're loading failures. The information is in your system but hasn't been loaded into working memory yet.
The 60-90 second orientation is the cognitive equivalent of a computer booting up: the data is on disk, but it must be loaded into RAM before the processor can use it. Your knowledge is in long-term memory, but it must be activated into working memory before you can operate on it effectively.
When This Fires
- Starting any complex work session (coding, writing, design, analysis)
- Returning to a project after a break, meeting, or context switch
- Beginning the deep work portion of your day
- Any time you sit down to produce and feel the impulse to start typing immediately
Common Failure Mode
Diving straight into production to "save time." You open the editor and start typing, producing 5 minutes of work that you then spend 10 minutes revising because you forgot the constraints, duplicated previous work, or contradicted earlier decisions. The 90-second orientation saves the 15-minute rework cycle.
The Protocol
Before producing output in any complex cognitive session: (1) Review your ready-to-resume note from the previous session (Write a one-minute ready-to-resume note before every task switch). (2) Scan the current state: where did you stop, what's already done, what constraints exist? (3) Orient to the specific task: what will you produce first? (4) Only after 60-90 seconds of orientation: begin producing. The orientation investment pays back immediately in higher first-draft quality and fewer false starts.