Skip to content

Instantly share code, notes, and snippets.

@louspringer
Created November 22, 2025 00:36
Show Gist options
  • Select an option

  • Save louspringer/16e80d1623dc2dc7b29f5c9732c401a1 to your computer and use it in GitHub Desktop.

Select an option

Save louspringer/16e80d1623dc2dc7b29f5c9732c401a1 to your computer and use it in GitHub Desktop.
Jobs Leadership Shadow Engine – Attractor & Bifurcation Math

Jobs Leadership Shadow Engine – Attractor & Bifurcation Math

Let:

  • $ \mathbf{L} \in \mathbb{R}^{21} $ = vector of the 21 leadership dimensions.
  • $ M \in \mathbb{R} $ = meta-coherence (D22: Vision Attractor Coherence).
  • $ \mathbf{S} \in \mathbb{R}^{4} $ = shadow dimensions:
    • $ S_1 = $ Emotional Volatility
    • $ S_2 = $ Harsh Critique Intensity
    • $ S_3 = $ Ego Dominance
    • $ S_4 = $ Unpredictability

1. Leadership Attractor

Define the leadership attractor strength as: $$ A_L = M \cdot \frac{1}{21} \sum_{i=1}^{21} L_i^2 $$ This encodes:

  • Higher coherence $ M $ strengthens the attractor.
  • Higher, well-aligned leadership coordinates $ L_i $ increase overall field strength.

2. Shadow Attractor

Model the shadow as a separate quadratic potential: $$ A_S = \sum_{j=1}^{4} w_j S_j^2 $$ with weights representing their destructive leverage:

  • $ w_1 = 0.9 $ (Emotional Volatility)
  • $ w_2 = 0.7 $ (Harsh Critique)
  • $ w_3 = 1.1 $ (Ego Dominance)
  • $ w_4 = 0.8 $ (Unpredictability)

3. Coupling Tensor

Let $ C_{ij} $ encode how each shadow dimension perturbs each leadership dimension: $$ L'j = L_j + \sum{i=1}^{4} C_{ij} S_i $$ where:

  • Positive $ C_{ij} $ = amplification (e.g., Harsh Critique → Bar Setting).
  • Negative $ C_{ij} $ = attenuation (e.g., Emotional Volatility → Iteration Cadence).

The effective attractor becomes: $$ A_L' = M \cdot \frac{1}{21} \sum_{j=1}^{21} (L'_j)^2 $$

4. Net System Attractor

Introduce a shadow penalty factor $ \lambda > 0 $: $$ A_{\text{net}} = A_L' - \lambda A_S $$

  • If $ A_L' \gg \lambda A_S $: the leadership engine dominates (coherent attractor).
  • If $ \lambda A_S \approx A_L' $: the system becomes marginal, brittle, and high-variance.
  • If $ \lambda A_S \gg A_L' $: the shadow dominates; collapse of coherence (e.g., firing, implosion).

Empirically, for Jobs you can interpret:

  • Early Jobs (pre-1985): high $ A_L $, very high $ A_S $, large $ \lambda $ from weak dampers → breakdown.
  • Later Jobs (2000s): high $ A_L $, moderated $ A_S $, stronger dampers (Cook, Ive, culture) → stable edge regime.

5. 22+4 Dimensional Bifurcation View

Consider a control parameter $ \mu \in \mathbb{R} $ that scales the effective shadow: $$ \mathbf{S}{\text{eff}} = \mu \mathbf{S} $$ and let the damper matrix $ D \in \mathbb{R}^{4 \times 4} $ (diagonal, $ 0 \le d{ii} \le 1 $) represent ethical dampers that reduce each shadow component: $$ \tilde{\mathbf{S}} = (I - D), \mathbf{S}{\text{eff}} = (I - D), \mu \mathbf{S} $$ The shadow attractor becomes: $$ A_S(\mu, D) = \sum{j=1}^{4} w_j \tilde{S}j^2 . $$ Define the bifurcation condition as the locus where net coherence is zero: $$ A{\text{net}}(\mu, D) = 0 \quad \Rightarrow \quad M \cdot \frac{1}{21} \sum_{j=1}^{21} (L'_j)^2 = \lambda A_S(\mu, D) . $$ Qualitatively:

  • For $ \mu $ small (shadow under-expressed) or $ D $ strong (dampers effective), the system sits in a single stable attractor: high-performance, high-pressure, but coherent.
  • As $ \mu $ increases or $ D $ weakens:
    • First, you get edge-of-chaos behavior: large swings in morale and output, but still orbiting a recognizable attractor.
    • Beyond a critical $ \mu_c(D) $, the system bifurcates into:
      • a high-output / high-damage regime, and
      • a collapse regime (burnout, attrition, political revolt).

This is a 22+4 dimensional bifurcation surface in the $(\mathbf{L}, M, \mathbf{S}, D)$ space. Practically, you can treat:

  • $ \mu $ as "how much of the dark side is expressed", and
  • $ D $ as "how well the organization has wrapped the leader with buffers".

6. Practical Use

  • For coaching: estimate rough scores for $ \mathbf{L}, M, \mathbf{S} $, and dampers $ D $.
  • Track whether interventions (coaching, governance, process) move the system away from the bifurcation surface.
  • The goal is not to drive $ \mathbf{S} $ to zero, but to contain it so $ A_L' $ consistently dominates.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment