Last updated: 2026-09-18

U
Undergraduate level

Feedback Control and Requisite Variety

Norbert Wiener coined "cybernetics" — from the Greek kybernetes, helmsman — to name a field he saw cutting across engineering, biology, and the emerging science of computing: the study of control and communication in any system, whether animal or machine, that regulates itself by feeding its own output back in as input1. A thermostat, a thermoregulating mammal, and an autopilot are all, in this framing, the same kind of thing wearing different materials.

The Feedback Loop

Every cybernetic system shares the same basic structure: a sensor measures some quantity, a comparator checks it against a desired setpoint, and an actuator acts to reduce the difference — then the cycle repeats, continuously, using the new measurement produced by the actuator's own last action.

graph LR Setpoint["Setpoint"] --> Comparator Sensor["Sensor"] --> Comparator["Comparator"] Comparator -->|error| Actuator["Actuator"] Actuator -->|acts on| System["System"] System --> Sensor

Negative feedback — where the system's response opposes the direction of the error, pushing back toward the setpoint — is what makes a system stable: a thermostat that's too cold turns the heating on, reducing the very error that triggered it. Positive feedback does the opposite, amplifying an error rather than correcting it (a microphone placed too near its own speaker, each cycle making the signal louder rather than quieter), and left unchecked it drives a system away from equilibrium rather than toward it. Homeostasis — a biological system's tendency to maintain a stable internal state (body temperature, blood glucose) despite a constantly changing external environment — is negative feedback as evolution built it, long before Wiener gave the general mechanism a name.

Ashby's Law of Requisite Variety

W. Ross Ashby's central contribution formalises something intuitive into a precise, quotable law: "only variety can destroy variety"2. A controller can only cancel out as much disturbance as it has its own range of responses to counter it with — a thermostat with only "heater on" and "heater off" as its two possible actions cannot properly regulate a room against a continuously graded range of outside temperatures the way a controller with fine-grained proportional control could. Stated formally: the variety (the number of distinct states or responses) available to a controller must be at least as great as the variety of disturbances it's expected to regulate against, or some of those disturbances will simply pass through uncontrolled.

This has real bite outside engineering, which is exactly why Ashby's law gets cited constantly in organisational and management contexts, not just control theory. A customer-support process with only three canned response categories has less requisite variety than the actual range of customer problems arriving at it — and the law predicts, correctly, that some fraction of those problems will simply go unresolved, not because anyone is doing their job badly, but because the responding system's variety is structurally too small for the variety it's being asked to absorb.

Stafford Beer and Management Cybernetics

Stafford Beer took Wiener and Ashby's machinery and applied it directly to organisations, on the argument that a company or a government department is, structurally, a control system in exactly the sense above — sensing its environment, comparing against goals, and acting to correct deviations — whether or not anyone running it thinks of it that way. His Viable System Model, developed across a series of books beginning with Brain of the Firm, models an organisation's own long-term survival as requiring the same kind of continuous, multi-level feedback regulation a living organism needs to stay alive, with specific structural roles (operational units doing the actual work, a coordination function keeping them from working at cross purposes, an intelligence function scanning the wider environment, and a policy function setting overall direction) mapped fairly directly onto that biological metaphor3.

Beer's most concrete, and most dramatic, application of this thinking was Project Cybersyn, built for Salvador Allende's Chilean government between 1971 and 1973: a real-time information network connecting factories across the newly nationalised economy to a central operations room, feeding production data back to decision-makers fast enough to actually adjust course — an attempt to build Ashby's requisite variety directly into the machinery of economic management, at national scale, rather than leaving it as an abstract principle. The project ended with the 1973 coup, before its full ambitions could be tested at scale, but it remains the clearest historical example of cybernetic control theory built, in hardware and organisational process, as a genuine instrument of governance rather than a metaphor for one.

Beer's organisational focus connects directly to Soft Systems Methodology, developed independently by Peter Checkland out of the same British operational-research tradition, for handling exactly the situations Beer's more mechanistic control model handles less comfortably — organisational problems where the "correct" setpoint isn't a known, agreed number the way a thermostat's target temperature is, but is itself contested between the people involved.

Where This Connects

The same negative-feedback structure covered here — sense, compare, act, repeat — reappears, largely unremarked, in a reinforcement-learning agent's reward loop (covered on Reinforcement Learning Fundamentals) and in the design of a robot's control loop, the subject of Artificial Life and Emergent Systems, which picks up cybernetics' other founding thread: not regulation toward a fixed goal, but the emergence of complex, adaptive behaviour from simple, locally-acting rules.

The sensor-comparator-actuator loop is also, structurally, the same cycle Sense, Model, Think, Predict, Imagine, Act builds up in more detail for artificial agents specifically — Wiener's diagram at the top of this page is that cycle's ancestor, stripped down to its simplest possible case. Beer and Checkland converging independently on the same organisational-systems discipline, above, has a sibling case worth knowing: PEAS and CATWOE covers AI agent design and organisational systems thinking converging, just as independently, on the same discipline of specifying an environment before building anything to act in it.

References


  1. Wiener, N. (1948). Cybernetics: Or Control and Communication in the Animal and the Machine. MIT Press / John Wiley & Sons. Held by the University of Reading Library.

  2. Ashby, W. R. (1956). An Introduction to Cybernetics. Chapman & Hall. Held by the University of Reading Library.

  3. Beer, S. (1972). Brain of the Firm: The Managerial Cybernetics of Organization. Allen Lane.