Swarm intelligence describes how simple, decentralized agents can collectively produce complex behaviors. Recently, the concept of swarming has been extended to large language model (LLM)-powered systems, such as OpenAI's Swarm (OAS) framework, where agents coordinate through natural language prompts. This paper evaluates whether such systems capture the fundamental principles of classical swarm intelligence: decentralization, simplicity, emergence, and scalability. Using OAS, we implement and compare classical and LLM-based versions of two well-established swarm algorithms: Boids and Ant Colony Optimization. Results indicate that while LLM-powered swarms can emulate swarm-like dynamics, they are constrained by substantial computational overhead. For instance, our LLM-based Boids simulation required roughly 300x more computation time than its classical counterpart, highlighting current limitations in applying LLM-driven swarms to real-time systems.
@article{arxiv.2506.14496,
title = {LLM-Powered Swarms: A New Frontier or a Conceptual Stretch?},
author = {Muhammad Atta Ur Rahman and Melanie Schranz and Samira Hayat},
journal= {arXiv preprint arXiv:2506.14496},
year = {2025}
}
Comments
This is the author's version of a paper submitted to IEEE Intelligent Systems. 2 Tables, 2 Figures