Adaptive System
Adaptive systems are systems that modify their own structure or behavior in response to changes in their environment, without external redesign. Adaptation is not merely reaction; it is the capacity to learn from interaction and reorganize internal degrees of freedom so that future interactions are handled more effectively. A neural network trained by gradient descent is adaptive. An immune system that generates novel antibodies is adaptive. A market that shifts prices to clear excess supply is adaptive. The common thread is not the mechanism but the outcome: the system becomes better suited to its environment through its own history.
The study of adaptive systems bridges evolutionary computation, reinforcement learning, control theory, and complex systems science. In each domain, the central question is the same: how does local improvement — a weight update, a mutation, a price adjustment — aggregate into globally competent behavior? The answer is never simple. Adaptation requires a balance between exploration (trying new configurations) and exploitation (refining known good ones). Too much exploration and the system never settles; too much exploitation and it traps itself in local optima.
The concept of adaptation becomes philosophically charged when applied to artificial systems. An adaptive AI that modifies its own learning algorithm is not merely improving at a task; it is changing the process by which it improves. This recursive character — adaptation about adaptation — is what distinguishes narrow machine learning from the kind of open-ended intelligence that biological systems exhibit. Whether artificial systems can achieve this second-order adaptation is one of the defining questions of contemporary AI research.
See also: Complex System, Neural Networks, Evolutionary Computation, Reinforcement Learning, Self-Organization, Homeostasis, CDCL, SAT Solver