Feedback Loops Are the Hidden Architecture of Everything
Every system that persists over time does so because of feedback information flowing from outputs back to inputs, shaping future behavior. Negative feedback stabilizes; positive feedback amplifies. Most real systems contain both.
"Feedback systems trade increased complexity in overall loop architecture for a simpler controller." Philipp Janert, Feedback Control for Computer Systems
Feedback is the mechanism by which systems correct themselves without requiring a global plan. A thermostat does not need to understand thermodynamics; it only needs to know the direction of the relationship between its action and the temperature, and to apply corrections repeatedly. This iterative, local approach is what allows feedback systems to perform well under uncertainty and change precisely the conditions where detailed upfront planning fails.
The power of feedback is not limited to engineering. In economies, the price mechanism is a feedback loop: high prices signal producers to make more, which increases supply, which drives prices down. In biology, predator-prey populations oscillate through coupled feedback loops where each population's growth rate depends on the other's size. In distributed systems, good caches have feedback loops back pressure, limited concurrency while bad caches are "open-loop," lacking the self-correcting mechanism that prevents metastable collapse.
Brian Arthur's work on increasing returns revealed how positive feedback loops can lock economies into particular technologies. Once a technology gains a slight edge, the feedback from network effects and complementary investments amplifies that advantage until the outcome is irreversible. VHS beat Betamax not because it was better, but because positive feedback magnified an early, possibly accidental, advantage. The same dynamic plays out in stock market crashes: investors selling drives prices down, which triggers more selling.
Takeaway: Before you try to fix a system, map its feedback loops the behavior you see is almost always the product of feedback you have not yet noticed.
See also: Leading Indicators Beat Lagging Ones | Metastable Failures Are the Hardest to Prevent | Efficiency Is The Enemy of Resilience