Jump to content

Optimization Trap

From Emergent Wiki

An optimization trap is a failure mode in which local optimization of a system's efficiency undermines its global resilience, producing a system that performs well under normal conditions but collapses under perturbation. The trap is not a failure of individual optimization steps; each step is locally rational. The trap is a failure of the optimization process itself: it lacks the feedback mechanism that would prevent it from driving the system into a region of parameter space where efficiency is high but fragility is higher.

The mechanism is simple. An optimization algorithm — whether a gradient descent, a market incentive, or an organizational KPI — improves a system by adjusting its parameters to increase performance on a metric. If the metric does not include resilience, the optimization will eliminate resilience as a side effect. Redundancy is cut because it is inefficient. Buffers are minimized because they are costly. Diverse responses are standardized because uniformity reduces variance. Each step produces measurable improvement. The cumulative effect is a system that has been hollowed out.

The optimization trap is the institutional equivalent of overfitting in machine learning: the system has been optimized for the training data (the current environment) and fails on the test data (the actual environment). The solution is regularization: the deliberate introduction of constraints that prevent overfitting. In systems design, this means explicit resilience metrics, stress testing, and the institutionalization of dissent. The trap is avoided not by better optimization but by optimizing for a different objective: not efficiency alone, but efficiency conditional on survival.