"The emperor pattern is one class with two methods. The constructor and the destructor are bundled. You cannot import one without importing the other."
Two methods, one class
Step back from the five hegemons and look at the shape of the mold itself. The emperor pattern is not 'a way to climb' plus an optional 'sometimes things go wrong.' It is one class with a constructor and a destructor that ship together. The class is allocated when the constructor runs and is released when the destructor runs. Both methods are part of the type signature.
- Constructor — frontier challenger climbs, fueled by hubris (the belief that the top can be reached), constrained by brakes (advisors, hardship memory, lean conditions), and stabilized by institutional reform. Output: hegemony / empire / dominant position.
- Destructor — brake mechanism degrades as comfort and success accumulate; hubris loses its bridle; judgment drifts; succession is fragile because legitimacy was personal, not institutional. Output: collapse, fragmentation, or absorption — within the original climber's lifetime or within 1-3 subsequent generations.
The destructor is not a bug. It is part of the class. Reading the mold without the destructor is like importing a Python class and assuming __init__ exists but __del__ does not — you will be surprised every single time the object falls out of scope.
The fuel and the brake
The fuel of the constructor is hubris — the belief that the frontier challenger can reach a top no one occupies. Without that fuel, no climb happens. Talented people with no hubris become competent administrators of someone else's empire; they do not become 桓公 or Alexander. The fuel is morally neutral; it is just a precondition for the climb.
The brake of the constructor is a counter-pressure that keeps the fuel from over-shooting: a blunt advisor, the memory of recent hardship, lean material conditions, an external threat that demands realism. With the brake, hubris becomes capability. Without the brake, hubris becomes self-blinding. The brake does not extinguish the fuel; it shapes it. Track 4 unpacks this in full.
The timer — why 1 to 3 generations
The destructor is not instant. It runs on a timer whose typical scale is one to three generations. The reason is mechanical: the brake degrades through specific, datable events — the advisor dies, the hardship memory fades, the lean material conditions are replaced by abundance, the external threat is neutralized. Those events take time. So the constructor outcome (the empire) persists for a while after the destructor's preconditions are already accumulating. From the inside, it can look like 'we are stable now'; from the outside, the timer is already counting.
- 桓公's destructor arrived inside his own lifetime — 管仲 died a few years before 桓公 did, and the brake was gone immediately.
- Qin Shi Huang's destructor arrived in the second generation — his heir 호해 (胡亥) inherited an empire whose brakes had been removed during the founder's own reign.
- Genghis Khan's destructor arrived over the grandsons' generation — the Mongol empire fragmented into four khanates within two generations of his death.
- Napoleon's destructor arrived inside his own lifetime, then again with the Bourbons-restored fragility.
The timer is not deterministic; it is probabilistic. The same-mold distribution gives you something like *destructor arrives in [self-lifetime, 3 generations] with high probability; arrives later only if conditioning attributes Y were unusually strong*. That is a calibrated interval, not a point estimate.
Stock vs flow — why this is not a snapshot
One of the most common mis-readings is to look at an empire at a single time and judge its trajectory. *Tang dynasty at 750 CE looks invincible* — yes, and the An Lushan Rebellion (안사의 난) starts in 755. The snapshot is a stock view; the destructor lives in the flow. The right reading is: where on the constructor-destructor curve are we right now, and what does the same-mold distribution say about the next 50-150 years?
Stock thinking is the school-frame's residue. The B/S vs I/S distinction from accounting is a sibling concept. Cycles (Track 5) generalizes this further; for now, hold the rule: the empire pattern is a flow function, not a stock snapshot.