-*- coding: utf-8 -*-
TITLE = "The Morning Regime"
SUBTITLE = ("Time compression under attentional absorption — the mechanism behind the early hours, "
"and why the most interrupted people alive keep reaching for it")
PREFACE = [
("quote",
"I get up at four or five. It’s five, and suddenly it’s six. Suddenly six-thirty, seven. "
"Then it steadies by eight or nine. The afternoon is stable. The evening and night are the slowest. "
"But the morning is Formula One speed — and you get a lot done."),
("lead",
"This is not a trick of mood. It describes a measurable distortion in human time perception, and it has "
"a name. What follows sets out the mechanism, then turns to a question that turns out to have the same "
"answer: why the pattern of the early-rising chief executive is so persistent, and what those executives "
"actually say they are protecting when asked."),
]
---------------------------------------------------------------- SECTION 1
("h3", "The attentional gate"),
("body",
"Dan Zakay and Richard Block, building on Michel Treisman’s <b>pacemaker–accumulator</b> "
"architecture, proposed that duration is estimated from pulses landing in an internal counter — "
"but that a <b>gate</b> sits in between, opening only in proportion to how much attention you spend on "
"time itself. Point attention at a task and the gate narrows: few pulses accumulate, and you surface "
"to find the clock has run away. Point it at time — waiting, clock-watching, sitting through a "
"dying meeting — and the gate opens wide."),
("body",
"At 5 a.m. nothing is asking you to check the time. No messages arriving, nobody needing an answer, "
"no meeting boundary approaching. The gate stays shut. This is the primary driver, and the "
"counterintuitive part is worth stating plainly: <b>monitoring time is something you do with spare "
"attentional capacity.</b> Compression is a readout of capacity fully spent."),
("h3", "Absorption"),
("body",
"Mihaly Csikszentmihalyi listed transformation of time among the defining dimensions of flow — "
"part of the definition, not a side effect. The state requires a clear goal, immediate feedback, "
"challenge matched to skill, and enough unbroken time to assemble. Estimates of that assembly period "
"vary, but nobody puts it below ten to fifteen minutes. That requirement alone disqualifies most of "
"the working day."),
("h3", "Memory density"),
("body",
"The above explains the live experience but not why the morning also seems short in hindsight. For "
"that you need the second clock. Robert Ornstein’s <b>storage size</b> model holds that "
"retrospective duration is reconstructed from how much retrievable material an interval left behind. "
"A 5 a.m. block is near the theoretical minimum: same room, same chair, one task, no scene changes, "
"no other people. Few markers laid, so it collapses in recall as well. Two mechanisms, same direction."),
("h3", "The body clock"),
("body",
"Alexander Borbély’s two-process model gives the frame. <b>Process S</b> is homeostatic sleep "
"pressure, accumulating across waking hours and clearing during sleep. <b>Process C</b> is the "
"circadian oscillator. Wake early after adequate sleep and S is at its floor while the <b>cortisol "
"awakening response</b> — peaking roughly thirty to forty-five minutes after waking, with "
"noradrenergic arousal alongside — delivers high readiness. By evening S has been climbing for "
"sixteen hours. Same brain, materially different operating conditions."),
],
)
---------------------------------------------------------------- SECTION 2
---------------------------------------------------------------- SECTION 3
("h3", "What they say when asked"),
("body",
"The strongest evidence is that when these executives explain the practice in their own words, they "
"very rarely lead with energy or discipline. They describe <i>control over inputs</i> — which is "
"the attentional gate and attention residue, restated by people who have never read Zakay or Leroy."),
("table", {
"head": ["", "The regime", "The reason given, in substance"],
"rows": [
["Tim Cook<br/><font size='7' color='#6B7386'>Apple</font>",
"Up about 3:45 a.m.; bed around 9 p.m. Roughly seven hours held.",
"Frames it as controllability: the morning is the part of the day he can govern, whereas "
"later hours get commandeered by events that knock him off course."],
["Bob Iger<br/><font size='7' color='#6B7386'>Disney</font>",
"Up about 4:15 a.m.; bed between 10 and 11 p.m.",
"Describes imposing a deliberate technology firewall — exercising and thinking before "
"reading anything, so that he is working with his own thoughts rather than someone "
"else’s, and ordering priorities before the incoming starts."],
["Jeff Bezos<br/><font size='7' color='#6B7386'>Amazon</font>",
"Early to bed, early up, eight hours treated as non-negotiable. Nothing hard scheduled before "
"10 a.m.",
"Protects an unscheduled stretch he calls puttering time, then places the mentally demanding "
"work before lunch. Explicitly a decision-quality argument, not an hours argument."],
["Indra Nooyi<br/><font size='7' color='#6B7386'>PepsiCo</font>",
"Long-standing 4 a.m. start.",
"The same shape: work requiring sustained concentration done before the organisation is awake "
"to make claims on it."],
],
}),
("body",
"Iger’s formulation is the most precise of the four, because it identifies the enemy correctly. "
"The problem is not tiredness. The problem is that reading anything — email, news, a message "
"thread — installs someone else’s agenda in your working memory before you have loaded "
"your own. That is attention residue acquired before the day has even started, and it is the reason "
"the firewall goes up before the inbox, not after."),
],
)
---------------------------------------------------------------- SECTION 4
---------------------------------------------------------------- SECTION 5
CLOSING = (
"You noticed something real and named the right variable when you separated uninterrupted single-tasking "
"from the switching that fills the rest of the day. The executive pattern is the same observation arrived "
"at from the opposite end — by people whose working hours are so thoroughly colonised that the only "
"way to get an uninterrupted mind is to go and find it before anyone else is awake."
)
EVIDENCE = {
"head": ["Claim", "Standing"],
"rows": [
["Attention allocated to time governs felt duration", "Strong"],
["Retrospective duration tracks event density", "Strong"],
["Two-process model of sleep and alertness", "Strong"],
["Task-switching carries measurable cost", "Strong (lab); field magnitudes vary widely"],
["Attention residue after switching", "Moderate to strong"],
["Specific resumption-lag figures (e.g. ~23 min)", "Real findings, routinely over-quoted as universal"],
["The “40% of productive time” switching figure", "Weak as stated — a popularisation"],
["Executive wake times and stated reasons", "Well documented in interviews; self-reported"],
["Early rising as a <i>cause</i> of executive success", "Not supported — selection and survivorship"],
],
}