Multiagent Systems

Reference: Katia P. Sycara (1998). AI Magazine, Summer 1998, Vol. 19, No. 2, pp. 79-92. Source file: Multiagent_Systems.pdf. URL

Summary

Sycara’s survey introduces multi-agent systems (MAS) as a paradigm for tackling problems too large, complex, or distributed for a single agent, presenting the key characteristics that distinguish MAS: each agent has incomplete information, there is no global control, data is decentralized, and computation is asynchronous. She motivates MAS via open systems like the Internet where heterogeneous agents from different designers must interoperate, and surveys the main research problems: coordination, communication, negotiation, coherence, conflict resolution, and reasoning about other agents.

She organizes the field around issues (enabling communication, individual agent reasoning, adaptive coordination, protocols like Contract Net and KQML, reactive vs. deliberative architectures, emergent behavior) and applications (information gathering, e-commerce, manufacturing, health care, distributed planning). Throughout she emphasizes coherence — how locally-acting agents can achieve globally reasonable performance — as the defining challenge.

Key Ideas

  • Four MAS characteristics: incomplete info, no global control, decentralized data, async computation.
  • Coherence as the central research challenge.
  • Spectrum from reactive (stimulus-response) to deliberative (BDI) architectures.
  • Coordination requires reasoning about other agents’ expected behavior.
  • Organizations, markets, and scientific-community metaphors for MAS structure.

Connections

Conceptual Contribution

Tags

#multi-agent-systems #survey #coordination #ai-magazine

Backlinks