# Feedback Loop A feedback loop is a mechanism where the output of a system is routed back as input, influencing future behavior. It is a foundational concept in [[Systems thinking]]: systems without feedback loops cannot self-correct and inevitably drift. ## Types **Positive (reinforcing) feedback loops** amplify change. The output strengthens the initial signal, creating exponential growth or collapse. - Compound interest: returns generate more returns - Viral content: shares generate more shares - [[Habit Formation]]: doing something makes it easier to do again, which makes it even easier - The [[Feast Famine Cycle]]: inactivity breeds more inactivity during famine phases **Negative (balancing) feedback loops** counteract change, stabilizing a system around a target. - A thermostat: temperature rises, heating stops; temperature falls, heating starts - [[Periodic reviews]]: reviewing outcomes against goals and adjusting course - [[Kanban Methodology]]: WIP limits signal when to stop starting and start finishing - Budget tracking: overspending in one area triggers cuts elsewhere ## Feedback loops across domains | Domain | Feedback loop example | |---|---| | **Software** | [[DevOps]] cycle: code, deploy, monitor, learn, adjust. [[CI CD pipelines]] make this loop tight and fast | | **Lean/Manufacturing** | [[Lean manufacturing]] and the [[Plan, Do, Check, Act (PDCA) cycle]] are formalized feedback loops | | **Agile** | [[Scrum]] sprint retrospectives; [[Kanban Methodology]] daily flow reviews | | **Productivity** | [[System-Based Productivity]] depends on feedback loops for self-correction. Without them, systems drift | | **Content** | [[Content Creation Systems]]: audience signals (comments, shares) feed back into idea capture | | **Knowledge** | [[Kaizen]] applies feedback loops to everything; continuous, incremental improvement | ## Key properties - **Latency matters**: a feedback loop with too much delay is useless. By the time the signal arrives, the system has moved on. This is why daily standups beat quarterly reviews for operational work. - **Signal quality matters**: noisy or vanity metrics produce bad feedback. The loop is only as good as what it measures. - **Loops compound**: multiple reinforcing loops create exponential effects (virtuous or vicious circles). Multiple balancing loops create stability and resilience. ## In personal systems Feedback loops are what make personal systems actually work over time: - [[Periodic reviews]] are the primary feedback mechanism in a personal knowledge and productivity system - [[Journaling]] provides micro-feedback throughout the day (especially [[Interstitial Journaling]]) - [[Continuous Improvement]] is impossible without closing the loop between action and reflection ## References - Meadows, D. (2008). *Thinking in Systems* — definitive introduction to feedback loops in system dynamics - Senge, P. (1990). *The Fifth Discipline* — systems thinking and learning organizations ## Related - [[Systems thinking]] - [[Kanban Methodology]] - [[Kaizen]] - [[Continuous Improvement]] - [[Plan, Do, Check, Act (PDCA) cycle]] - [[DevOps]] - [[CI CD pipelines]] - [[Scrum]] - [[Lean manufacturing]] - [[System-Based Productivity]] - [[Content Creation Systems]] - [[Feast Famine Cycle]] - [[Habit Formation]] - [[Periodic reviews]] - [[Journaling]] - [[Interstitial Journaling]]