Back to Transmissions

The Cybernetics of Mutual Aid

When a community organizes to distribute food or medical supplies outside of state structures, they are engaged in a cybernetic process. The information flows—who needs what, where resources are located, how to bypass blockages—are fundamentally systemic. Traditional hierarchies fail because they lack what W. Ross Ashby called “requisite variety.” They cannot respond to the complexity of the ground truth.

Mutual aid networks, conversely, are rich in variety. They are composed of autonomous nodes that transmit situational data constantly.

The Viable System Model in Practice

Stafford Beer’s Viable System Model (VSM) helps us understand why these horizontal networks are resilient. Rather than relying on a central command (System 5) to dictate every action, operations (System 1) manage themselves locally. Coordination (System 2) happens organically through shared communication protocols—a Signal group, a shared spreadsheet, a community radio broadcast.

“A system is what it does.” — Stafford Beer

When the state inevitably fails to provide during a crisis, it is a failure of structural design. The state model optimizes for control and legibility from the top down. A mutual aid model optimizes for survival and adaptation from the bottom up.

const mutualAid = (need, capacity) => need <= capacity ? 'resilience' : 'organize';

We must stop viewing cybernetics purely as a discipline of machine engineering, and reclaim it as a framework for human liberation.