---
title: Control System
type: vocabulary
url: "https://www.envisioning.com/vocab/control-system"
summary: A system that regulates its own behavior via feedback loops between sensors, controllers, and actuators.
year: 1948
generality: 0.65
---

# Control System

A system that regulates its own behavior via feedback loops between sensors, controllers, and actuators.
## Opening
A control system is any system — mechanical, electrical, biological, or computational — that regulates its own behavior by comparing its actual state against a desired state and applying corrective action through feedback loops. The formal study of control systems is a foundational discipline of cybernetics (Norbert Wiener, 1948) and classical control theory (1920s–1940s, with Nyquist, Bode, and others), and the concept has become newly central to AI discourse as agentic systems increasingly function as controllers over external tools, computational resources, and physical infrastructure.

## Mechanism
Control systems have three canonical components arranged in feedback loops. Sensors observe the current state of the system or its environment. Controllers compute the difference between the observed state and the desired state (the "error signal") and decide on corrective action. Actuators apply the corrective action to the system. The feedback loop closes by re-sensing the new state and recomputing the error signal. Two classical architectures dominate: open-loop control (no feedback, used when the system's response is predictable and the environment is stable) and closed-loop control (feedback-driven, used when the system must adapt to disturbances or uncertainty). Within closed-loop control, proportional-integral-derivative (PID) controllers are the most widely deployed variant; optimal control, model-predictive control (MPC), and adaptive control extend the framework to more complex settings.

## Tradeoffs
Control systems expose a fundamental tension between responsiveness and stability. A controller that responds aggressively to error signals corrects disturbances quickly but may overshoot, oscillate, or destabilize the system; a controller that responds slowly may let errors accumulate past the point of recovery. The trade-off is captured mathematically by the stability margins of the closed-loop transfer function. For AI agents acting as controllers, the trade-off extends to agency-vs-predictability: an agent that takes aggressive corrective action may solve problems faster but introduce non-deterministic behavior that complicates audit, debugging, and alignment. The framing of agentic AI as a control problem (rather than as a knowledge-retrieval or pattern-matching problem) is itself a trade-off — it makes safety properties like bounded behavior easier to reason about but may understate the agent's capacity for novel strategies.

## Open Questions
Whether AI agents should be explicitly designed as control systems (with sensors, controllers, and actuators as separate modules) or whether the controller function can remain emergent in a single large model. Whether classical control-theoretic guarantees (stability, robustness, convergence) extend to LLM-based controllers whose "transfer function" is opaque and not analytically tractable. Whether the cybernetics framing — feedback, regulation, homeostasis — is the right mental model for understanding agentic AI, or whether it imports assumptions from continuous-time control that do not transfer to discrete, language-mediated decision-making. Whether control-system failures (sensor drift, actuator saturation, integrator wind-up) will turn out to be the dominant failure modes for production AI agents, or whether the dominant failures will be qualitatively different from anything in classical control theory.

---
Source: Envisioning — Technology Research Institute (https://www.envisioning.com/vocab/control-system)
