"Don't forbid wrong behavior. Make it physically unsustainable."
The Core Equation
The total resistance of a route is the sum of static, dynamic, and historical components:
R(t) = Rbase + P + μM + S
| Component | Physical Analogy | Role |
|---|---|---|
| Rbase | Static topological cost | Network distance, known latency |
| P (Pressure) | Instantaneous stress | Current system load from telemetry |
| μM (Momentum) | Damping force | Rate of change — proactive braking |
| S (Scar Tissue) | Historical trauma | Memory of past failures, decays over time |
Pressure Vector
System stress is modeled as a 3-dimensional vector from your monitoring:
Latency pressure
tanh(latency / baseline)
Error density
tanh(error_rate / scale)
Resource saturation
tanh(queue_depth / max)
Scar Tissue
Historical trauma accumulates as structural resistance with exponential decay:
S(t) = S(t-1) × e-λΔt + σ × I(‖P‖ > Pcrit)
Forgiveness rate — how fast the system "heals"
Trauma weight — how much damage accumulates
The Four Axioms
Routing is potential energy overcoming resistance
Limits are variable forces, not static walls
Past failures leave traces that decay over time
Requests shed when voltage cannot overcome resistance