Stigmergy is a form of indirect, environment-mediated coordination observed in biological systems like ant colonies and termite mounds, where agents leave traces or modifications in a shared environment that subsequently influence the behavior of other agents. In artificial intelligence, this translates to a scalable coordination pattern where autonomous agents, such as those in a multi-agent system, do not communicate directly but instead interact through a common workspace, digital blackboard, or data structure. This creates a feedback loop where environmental changes guide collective problem-solving without centralized control.
