Pith. sign in

REVIEW 3 major objections 4 minor 70 references

Contemporary Agent Technology: LLM-Driven Advancements vs Classic Multi-Agent Systems

T0 review · 3 major / 4 minor · reviewed 2026-08-15 · deepseek-v4-flash

Pith's one-line read This review argues that many LLM-powered "multi-agent" systems are better described as distributed LLM applications than as true multi-agent systems, and that the field should build on classic MAS theory rather than ignore it.

desk verdict A competent but under-defended reflection on LLM agents vs classic MAS; the comparison table is useful, but the central 'not true MAS' claim never decides whether it is empirical or definitional. read the letter →

arxiv 2509.02515 v1 pith:G6CDZPCD submitted 2025-09-02 cs.MA cs.AI

classification cs.MAcs.AI
keywords multi-agentsystemslargelanguagemodelsagenticAIBDIarchitectureagentcommunicationLLMagentsnormemergence
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper argues that the rapid wave of LLM-powered agent systems is replaying problems that classic multi-agent systems (MAS) research already solved, and that many systems branded "MAS LLMs" are better described as distributed LLM applications than as multi-agent systems in the classical sense. The authors map the architectural pillars of modern LLM agents—profile, memory, planning, action, communication, perception, and learning—onto the foundational MAS concepts of autonomy, BDI reasoning, agent communication languages, artifacts, coordination, cooperation, negotiation, and norms. Their aim is to show where LLM agents genuinely extend the classic framework and where they quietly drop its guarantees, so that current innovation can build on rather than ignore decades of MAS theory. A sympathetic reader would take the paper as a call for theoretical grounding and careful terminology, not as a rejection of LLM agents.

What carries the argument

The comparative apparatus is the classic MAS characterization itself: the core properties of autonomy, reactivity, pro-activeness and social ability; the BDI model of beliefs, desires and intentions; the agents-and-artifacts view of the environment; formal agent communication based on speech act theory; and the classic treatments of coordination, cooperation, negotiation and norms. Against this yardstick the paper places the LLM-agent scaffolding stack—profile, memory (short-term, long-term, retrieval-augmented), planning, action via tools and the Model Context Protocol, natural-language communication, multimodal perception, and learning via human feedback—and asks, for each pair, what is preserved, what is loosened, and what is lost. The machinery makes the "true MAS vs distributed LLM app" distinction concrete: formal verifiability, predictability and explicit intent are traded for flexibility, emergence and implicit intent.

What would settle it

A concrete result that would weaken the paper's central claim is a benchmark in which LLM-agent teams without BDI or ACL scaffolding reliably satisfy formal coordination and commitment guarantees—for example, completing a shared plan with deadline and resource constraints across repeated trials—matching or exceeding classic MAS. Alternatively, a demonstration that LLM agents trained for inter-agent interaction, rather than user response, exhibit stable social abilities would undercut the claim that they lack genuine social interaction.

Watch

Extended reading notes

Core claim

The paper's central claim is that contemporary LLM-driven systems, for all their power, frequently lack the core properties that define a true multi-agent system in the classic literature: genuine autonomy, robust social interaction, formal communication semantics, and verifiable norms. The authors argue that many current frameworks are sophisticated distributed LLM applications—orchestrated prompts, tool calls, and role assignments—rather than MAS in the classical sense, citing concerns from the MAS community that LLM agents are fine-tuned as single agents responding to users rather than trained for interaction with other agents. At the same time, they hold that classic concepts such as BDI, the artifacts view of the environment, speech act theory, and norm-based social order are not obsolete: they are being re-interpreted through natural language, with LLMs enriching beliefs, generating plans dynamically, and enabling negotiation through persuasive dialogue. The conclusion is an evolution of implementation, not an invalidation of the foundational concepts.

Load-bearing premise

The argument assumes that the classic MAS criteria—autonomy, social ability, formal communication, BDI-style commitment, and verifiable norms—are the right and complete standard for judging LLM agents, so that deviations from them count as deficiencies rather than as a genuinely new form of agency.

Editorial extensions

If this is right

  • Systems labeled "MAS LLMs" should be expected to demonstrate genuine autonomy and social interaction, not just role-played conversations, before the label is applied.
  • Tool-access standards like the Model Context Protocol will not by themselves restore MAS-level guarantees; they standardize tool calls but not the semantics of inter-agent communication.
  • BDI-inspired hybrid architectures point to a path where the BDI reasoning cycle supplies structure and the LLM supplies interpretation.
  • Formal communication may return in the form of context-adaptive meta-protocols rather than fixed agent communication languages.
  • Hybrid systems combining rule-based or BDI agents with LLM agents are a likely direction for robustness.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • If the paper's yardstick is accepted, a testable program follows: benchmark LLM-agent teams specifically on formal coordination guarantees, commitment to intentions, and norm compliance rather than on task completion alone.
  • The authors' distinction suggests an empirical prediction: LLM-agent systems will show brittle performance precisely in settings that require reliable inter-agent commitments, such as long-horizon cooperative plans with deadlines.
  • The natural-language turn could be read not as a loss of social ability but as a new kind of social ability whose failure modes—ambiguity, prompt injection, hallucinated commitments—need their own theory; the paper gestures at this but leaves it undeveloped.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 4 minor

Summary. This paper offers a wide-ranging reflection comparing LLM-driven agent systems with classical multi-agent systems. It surveys the architectural building blocks of contemporary LLM agents (profiles, memory, planning, action, communication, perception, learning) and then systematically re-examines classical MAS concepts through the LLM lens: core agent properties, the BDI model, agents-and-artifacts versus tool use, speech act theory versus LLM-mediated dialogue, coordination/cooperation/negotiation as emergent behavior, and norms versus implicit social laws. The central thesis is that many contemporary "MAS LLMs" are better described as sophisticated distributed LLM applications than as true MAS in the classical sense, and that the field should build on rather than ignore foundational MAS knowledge. The paper closes with challenges, limitations, and future research directions.

Significance. If its central thesis is accepted, the paper provides a useful integrative perspective that could help align LLM-agent research with decades of MAS theory. Its strengths are a broad and structured comparison, a balanced treatment that acknowledges both continuity and transformation, and an unusually candid limitations section. The paper is not a technical contribution—it contains no experiments, derivations, or formal models—but it can serve as an orientation map for researchers entering the area. It explicitly hedges many empirical claims and cites recent primary sources. Its primary value is as a position or reflection piece, and its success depends on whether the reader accepts the classical MAS yardstick as the appropriate basis for comparison. The paper would be strengthened substantially by separating definitional claims from empirical claims and by specifying what would count as evidence for or against its main warning.

major comments (3)
  1. [Section 3, opening paragraph; Table 1] Table 1 lists "Autonomy, Reactivity, Pro-activeness, Social ability" as "Core properties" shared by both Classic MAS and LLM-based agents, but Section 3.1 argues that LLM agents' autonomy is complicated by prompt dependence and non-determinism, and it cites reference [5] for the claim that many MAS LLM implementations lack genuine autonomy and sophisticated social interaction. This is a direct internal tension on a point that is central to the paper's thesis. The table should distinguish "properties claimed by system designers" from "classical definitional properties," or the text of Section 3.1 should be revised to be consistent with the table.
  2. [Section 3, opening paragraph; Section 3.5] The claim that many systems "might be more accurately described as sophisticated distributed LLM applications rather than true MAS in the classical sense" is never operationalized with a falsifiable criterion. The paper oscillates between an empirical deficiency claim (systems lack genuine autonomy, social ability, or strategic reasoning) and a definitional claim (systems are not structured according to classical MAS architectures such as BDI or FIPA-ACL). These two readings require different evidence and have different consequences. I would ask the authors to specify a minimal, testable set of criteria for "true MAS"—for example, goal autonomy, explicit commitment or norm representation, and interaction governed by a protocol with defined semantics—and to indicate how the surveyed systems map to that test. Without such a test, the "reinventing the wheel" warning risks reducing to a terminological preference rather than a substantive concern.
  3. [Section 3.5, Cooperation subsection] The sentence "However, experimental support that this will really happen (and will happen every time) is lacking" is an honest but damaging admission for the paper's earlier assertion that LLM-agent cooperation is an emergent, dialogue-driven behavior. The section then bases its positive claims on a small number of studies—for coordination, reference [38] (LLM-Coordination); for cooperation, reference [46] on Diner's Dilemma; for negotiation, the same reference number [46] on bargaining—each a single experimental setup with limited generality. To keep the reflective claim defensible, the authors should present these as preliminary hypotheses with explicit scope limitations, or they should gather a broader set of corroborating studies before generalizing to "LLM agents" as a class.
minor comments (4)
  1. [References] Reference numbers are duplicated: [34] is used both for Bratman's book and for the NatBDI paper by Ichida et al., and [46] is used both for the bargaining paper by Oh et al. and for the Diner's Dilemma paper by Warnakulasuriya et al. This creates ambiguity in the citation trail and should be corrected by renumbering.
  2. [Section 2.3, first paragraph] The sentence "Note that similar considerations were made for earlier classic MAS architectures" would benefit from a citation to one or two classic MAS surveys so that readers can locate the claimed precedent.
  3. [Section 3.4, last paragraph before the Agora discussion] The phrase "building a new kind of wheel" is a helpful nuance, but it partially undercuts the introduction's "reinventing the wheel" warning (Section 1). The authors should explicitly reconcile these two framings, for example by stating that the risk is reinventing the wheel for problems already solved (coordination, commitment, norm enforcement) even if the implementation medium is genuinely new.
  4. [References] Reference [63] is a Medium blog post rather than a peer-reviewed source; consider replacing it with the CrewAI documentation or a peer-reviewed description of the framework if one is available.

Circularity Check

0 steps flagged · score 2.0 of 10

No material circularity: the survey's central comparison rests on external definitions and critique, with author self-citations confined to non-load-bearing context.

full rationale

This paper is a reflective survey, not a derivation; there are no fitted parameters, equations, or predictions to reduce. The central comparison between LLM agents and classic MAS is anchored in external sources: Wooldridge's textbook [41] supplies the classic agent properties, and the 'missing the mark' critique is attributed to La Malfa et al. [5], which is not authored by the present group. The authors' own earlier work appears only in contextual claims: [1,2] for the historical foundations of MAS, and [52,53,60] for the existence and engineering status of agent platforms and for JADE message efficiency. None of these self-citations carries the paper's thesis; if the cited surveys were wrong, the paper's argument about BDI, communication, norms, and emergent coordination would still stand on its cited external literature and examples. The paper also explicitly flags its own limitations ('experimental support that this will really happen (and will happen every time) is lacking') and defers the mental-state question as 'secondary to this work,' which shows that it is not presenting a forced or self-justifying empirical claim. The concern raised by a skeptical reader—that the classic-MAS yardstick is one possible definition rather than an empirically established standard—is a substantive critique of the paper's framing, but it is a correctness/positional matter, not circularity in the derivation-chain sense. Accordingly, no circular step can be exhibited, and the appropriate score is low.

Assumptions & free parameters 0 free parameters · 3 assumptions · 0 invented entities

The paper introduces no new parameters or entities. It relies on standard domain assumptions from MAS literature and on the reliability of its cited empirical studies.

assumptions (3)
  • domain assumption Classic MAS concepts (autonomy, BDI, coordination, norms) are the appropriate framework for analyzing LLM-based agents.
    The entire comparison in Sections 3.1 to 3.6 assumes that these classical notions are the right lens, and treats deviations as shortcomings.
  • domain assumption LLMs do not possess beliefs or desires in the human sense.
    Stated in Section 3.2, this philosophical assumption is used to argue that BDI is being re-interpreted rather than instantiated.
  • domain assumption The cited empirical studies of LLM-agent societies (e.g., [46], [47]) are reliable.
    Claims about emergent norms, cooperation, and negotiation rest entirely on a small number of cited papers; no independent replication is offered.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Contemporary Agent Technology: LLM-Driven Advancements vs Classic Multi-Agent Systems." pith.science (2026). https://pith.science/paper/G6CDZPCD

@misc{pith2026250902515,
  author       = {Pith},
  title        = {Pith review of: Contemporary Agent Technology: LLM-Driven Advancements vs Classic Multi-Agent Systems},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/G6CDZPCD}},
  note         = {Machine review of arXiv:2509.02515}
}
read the original abstract

This contribution provides our comprehensive reflection on the contemporary agent technology, with a particular focus on the advancements driven by Large Language Models (LLM) vs classic Multi-Agent Systems (MAS). It delves into the models, approaches, and characteristics that define these new systems. The paper emphasizes the critical analysis of how the recent developments relate to the foundational MAS, as articulated in the core academic literature. Finally, it identifies key challenges and promising future directions in this rapidly evolving domain.

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

70 extracted references · 22 canonical work pages

  1. [34]

    Michael E. Bratman. Intention, Plans, and Practical Reason . Harvard University Press, 1987

  2. [46]

    LLM Agents for Bargaining with Utility -based Feedback

    Jihwan Oh, Murad Aghazada, Se -Young Yun, Taehyeon Kim. LLM Agents for Bargaining with Utility -based Feedback. arXiv, 2505.22998, 2025. https://doi.org/10.48550/arXiv.2505.22998

  3. [64]

    https://doi.org/10.48550/arXiv.2506.09250

  4. [5]

    Zhang, Elizabeth Black, Michael Luck, Philip Torr, and Michael Wooldridge

    Emanuele La Malfa, Gabriele La Malfa, Samuele Marro, Jie M. Zhang, Elizabeth Black, Michael Luck, Philip Torr, and Michael Wooldridge. Large Language Models Miss the Multi - Agent Mark. arXiv, 2505.21298, 2025. https://doi.org/10.48550/arXiv.2505.21298

  5. [38]

    LLM-Coordination: Evaluating and Analyzing Multi-agent Coordination Abilities in Large Language Models

    Saaket Agashe, Yue Fan, Anthony Reyna, Xin Eric Wang. LLM-Coordination: Evaluating and Analyzing Multi-agent Coordination Abilities in Large Language Models. Findings of the Association for Computational Linguistics: NAACL 2025 . 8038 –8057, Association for Computational Linguistics, 2025. https://doi.org/10.18653/v1/2025.findings-naacl.448

  6. [1]

    Computer Science and Information Systems 8(2): 255-298, 2011

    Costin Bădică, Zoran Budimac, Hans-Dieter Burkhard, Mirjana Ivanović, Software agents: Languages, tools, platforms. Computer Science and Information Systems 8(2): 255-298, 2011. https://doi.org/10.2298/CSIS110214013B

  7. [2]

    Rule-Based Distributed and Agent Systems

    Costin Bǎdicǎ, Lars Braubach, and Adrian Paschk. Rule-Based Distributed and Agent Systems. In: Bassiliades, N., Governatori , G., Paschke, A. (eds) Rule -Based Reasoning, Programming, and Applications. RuleML 2011. Lecture Notes in Computer Science , 6826: 3- 28, 2011. https://doi.org/10.1007/978-3-642-22546-8_3

  8. [3]

    Yu, and Ming Zhang

    Junyu Luo, Weizhi Zhang, Ye Yuan, Yusheng Zhao, Junwei Yang, Yiyang Gu, Bohan Wu, Binqi Chen, Ziyue Qiao, Qingqing Long, Rongcheng Tu, Xiao Luo, Wei Ju, Zhiping Xiao, Yifan Wang, Meng Xiao, Chenwu Liu, Jingyang Yuan, Shichang Zhang, Yiqiao Jin, Fan Zhang, Xian Wu, Hanqing Zhao, Dacheng Tao, Philip S. Yu, and Ming Zhang. Large Language Model Agent: A Surve...

Show all 70 references
  1. [4]

    The Rise and Potential of Large Language Model Based Agents: A Survey, arXiv, 2309.07864, 2023

    Zhiheng Xi, Wenxiang Chen, Xin Guo, Wei He, Yiwen Ding, Boyang Hong, Ming Zhang, Junzhe Wang, Senjie Jin, Enyu Zhou, Rui Zheng, Xiaoran Fan, Xiao Wang, Limao Xiong, Yuhao Zhou, Weiran Wang, Changhao Jiang, Yicheng Zou, Xiangyang Liu, Zhangyue Yin, Shihan Dou, Rongxiang Weng, W...

  2. [6]

    Agentic AI and Multiagentic: Are We Reinventing the Wheel? arXiv, 2506.01463, 2025

    Vicent Botti. Agentic AI and Multiagentic: Are We Reinventing the Wheel? arXiv, 2506.01463, 2025. https://doi.org/10.48550/arXiv.2506.01463

  3. [7]

    Game Theory Meets Large Language Models: A Systematic Survey, arXiv, 2502.09053, 2025, https://doi.org/10.48550/arXiv.2502.09053

    Haoran Sun, Yusen Wu, Yukun Cheng, Xu Chu. Game Theory Meets Large Language Models: A Systematic Survey, arXiv, 2502.09053, 2025, https://doi.org/10.48550/arXiv.2502.09053

  4. [8]

    A Survey of Reasoning with Foundation Models

    Jiankai Sun, Chuanyang Zheng, Enze Xie, Zhengying Liu, Ruihang Chu, Jianing Qiu, Jiaqi Xu, Mingyu Ding, Hongyang Li, Mengzhe Geng, Yue Wu, Wenhai Wang, Junsong Chen, Zhangyue Yin, Xiaozhe Ren, Jie Fu, Junxian He, Wu Yuan, Qi Liu, Xihui Liu, Yu Li, Hao Dong, Yu Cheng, Ming Zhan...

  5. [9]

    Guohao Li, Hasan Abed Al Kader Hammoud, Hani Itani, Dmitrii Khizbullin, Bernard Ghanem. CAMEL: Communicative Agents for “Mind” Exploration of Large Language Model Society, Thirty-seventh Conference on Neural Information Processing Systems NIPS’23 , 2264, 51991-52008, 2023. htt...

  6. [10]

    White, Doug Burger, Chi Wang, AutoGen: Enabling Next-Gen LLM Applications via Multi-Agent Conversation, COLM 2024, LLM Agents Workshop ICLR’24, https://github.com/microsoft/autogen

    Qingyun Wu, Gagan Bansal, Jieyu Zhang, Yiran Wu, Beibin Li, Erkang (Eric) Zhu, Li Jiang, Xiaoyun Zhang, Shaokun Zhang, Ahmed Awadallah, Ryen W. White, Doug Burger, Chi Wang, AutoGen: Enabling Next-Gen LLM Applications via Multi-Agent Conversation, COLM 2024, LLM Agents Worksho...

  7. [11]

    Sirui Hong, Mingchen Zhuge, Jonathan Chen, Xiawu Zheng, Yuheng Cheng, Jinlin Wang, Ceyao Zhang, Zili Wang, Steven Ka Shing Yau, Zijuan Lin, Liyang Zhou, Chenyu Ran, Lingfeng Xiao, Chenglin Wu, Jürgen Schmidhuber, MetaGPT: Meta Programming for A Multi-Agent Collaborative Framew...

  8. [12]

    ChatDev: Communicative Agents for Software Development

    Chen Qian, Wei Liu, Hongzhang Liu, Nuo Chen, Yufan Dang, Jiahao Li, Cheng Yang, Weize Chen, Yusheng Su, Xin Cong, Juyuan Xu, Dahai Li, Zhiyuan Liu, Maosong Sun. ChatDev: Communicative Agents for Software Development. arXiv, 2307.07924, 2024. https://doi.org/10.48550/arXiv.2307.07924

  9. [13]

    O’Brien, Carrie J

    Joon Sung Park, Joseph C. O’Brien, Carrie J. Cai, Meredith Ringel Morris, Percy Liang, Michael S. Bernstein, Generative Agents: Interactive Simulacra of Human Behavior, arXiv, 2304.03442, 2023, https://doi.org/10.48550/arXiv.2304.03442

  10. [14]

    User Behavior Simulation with Large Language Model -based Agents, ACM Transactions on Information Systems, 43 (2), 55, 1-37, 2025

    Lei Wang, Jingsen Zhang, Hao Yang, Zhi -Yuan Chen, Jiakai Tang, Zeyu Zhang, Xu Chen, Yankai Lin, Hao Sun, Ruihua Song, Xin Zhao, Jun Xu, Zhicheng Dou, Jun Wang, Ji - Rong Wen. User Behavior Simulation with Large Language Model -based Agents, ACM Transactions on Information Sys...

  11. [15]

    https://doi.org/10.48550/arXiv.2210.03629

    Shunyu Yao, Jeffrey Zhao, Dian Yu, Nan Du, Izhak Shafran, Karthik Narasimhan, Yuan Cao, React: Synergizing reasoning and acting in language models, 11th International Conference on Learning Representations, ICLR 2023 , 2023. https://doi.org/10.48550/arXiv.2210.03629

  12. [16]

    arXiv, 2305.16291, 2023

    Guanzhi Wang, Yuqi Xie, Yunfan Jiang, Ajay Mandlekar, Chaowei Xiao, Yuke Zhu, Linxi Fan, Anima Anandkumar, Voyager: An Open -Ended Embodied Agent with Large Language Models. arXiv, 2305.16291, 2023. https://doi.org/10.48550/arXiv.2305.16291

  13. [17]

    Xizhou Zhu, Yuntao Chen, Hao Tian, Chenxin Tao, Weijie Su, Chenyu Yang, Gao Huang, Bin Li, Lewei Lu, Xiaogang Wang, Yu Qiao, Zhaoxiang Zhang, Jifeng Dai. Ghost in the Minecraft: Generally Capable Agents for Open -World Environments via Large Language Models with Text -based Kn...

  14. [18]

    ExpeL: LLM Agents Are Experiential Learners

    Andrew Zhao, Daniel Huang, Quentin Xu, Matthieu Lin, Yong -Jin Liu, Gao Huang. ExpeL: LLM Agents Are Experiential Learners. arXiv, 2308.10144, https://doi.org/10.48550/arXiv.2308.10144

  15. [19]

    https://doi.org/10.48550/arXiv.2303.11366

    Noah Shinn, Federico Cassano, Edward Berman, Ashwin Gopinath, Karthik Narasimhan, Shunyu Yao, Reflexion: Language Agents with Verbal Reinforcement Learning, arXiv, 2303.11366, 2023. https://doi.org/10.48550/arXiv.2303.11366

  16. [20]

    TPTU: Large Language Model -based AI Agents for Task Planning and Tool Usage, arXiv, 2308.03427, 2023, https://doi.org/10.48550/arXiv.2308.03427

    Jingqing Ruan, Yihong Chen, Bin Zhang, Zhiwei Xu, Tianpeng Bao, Guoqing Du, Shiwei Shi, Hangyu Mao, Ziyue Li, Xingyu Zeng, Rui Zhao. TPTU: Large Language Model -based AI Agents for Task Planning and Tool Usage, arXiv, 2308.03427, 2023, https://doi.org/10.48550/arXiv.2308.03427

  17. [21]

    Liu, Yiheng Xu, Hongjin Su, Dongchan Shin, Caiming Xiong, Tao Yu

    Tianbao Xie, Fan Zhou, Zhoujun Cheng, Peng Shi, Luoxuan Weng, Yitao Liu, Toh Jing Hua, Junning Zhao, Qian Liu, Che Liu, Leo Z. Liu, Yiheng Xu, Hongjin Su, Dongchan Shin, Caiming Xiong, Tao Yu. OpenAgents: An Open Platform for Language Agents in the Wild. arXiv, 2310.10634, 202...

  18. [22]

    Patil, Ion Stoica, Joseph E

    Charles Packer, Sarah Wooders, Kevin Lin, Vivian Fang, Shishir G. Patil, Ion Stoica, Joseph E. Gonzalez. MemGPT: Towards LLMs as Operating Systems. arXiv, 2310.08560,

  19. [23]

    Griffiths, Yuan Cao, and Karthik Narasimhan

    Shunyu Yao, Dian Yu, Jeffrey Zhao, Izhak Shafran, Thomas L. Griffiths, Yuan Cao, and Karthik Narasimhan. (2023). Tree of thoughts: deliberate problem solving with large language models. In Proceedings of the 37th International Conference on Neural Information Processing System...

  20. [24]

    GPT4Tools: Teaching Large Language Model to Use Tools via Self -instruction

    Rui Yang, Lin Song, Yanwei Li, Sijie Zhao, Yixiao Ge, Xiu Li, Ying Shan. GPT4Tools: Teaching Large Language Model to Use Tools via Self -instruction. arXiv, 2305.18752, 2023. https://doi.org/10.48550/arXiv.2305.18752

  21. [25]

    Toolformer: Language Models Can Teach Themselves to Use Tools

    Timo Schick, Jane Dwivedi -Yu, Roberto Dessì, Roberta Raileanu, Maria Lomeli, Luke Zettlemoyer, Nicola Cancedda, Thomas Scialom. Toolformer: Language Models Can Teach Themselves to Use Tools. arXiv, 2302.04761, 2023. https://doi.org/10.48550/arXiv.2302.04761

  22. [26]

    Yidong Huang, Jacob Sansom, Ziqiao Ma, Felix Gervits, Joyce Chai, DriVLMe: Enhancing LLM -based Autonomous Driving Agents with Embodied and Social Experiences, 2024 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) , 3153 - 3160, 2024, https://doi.org/...

  23. [28]

    Foundation Models for Autonomous Driving System: An Initial Roadmap

    Xiongfei Wu, Mingfei Cheng, Qiang Hu, Jianlang Chen, Yuheng Huang, Manabu Okada, Michio Hayashi, Tomoyuki Tsuchiya, Xiaofei Xie, Lei Ma. Foundation Models for Autonomous Driving System: An Initial Roadmap. arXiv, 2504.00911, 2025. https://arxiv.org/abs/2504.00911

  24. [29]

    AutoAct: Automatic Agent Learning from Scratch for QA via Self -Planning

    Shuofei Qiao, Ningyu Zhang, Runnan Fang, Yujie Luo, Wangchunshu Zhou, Yuchen Eleanor Jiang, Chengfei Lv, Huajun Chen. AutoAct: Automatic Agent Learning from Scratch for QA via Self -Planning. arXiv, 2401.05268. 2024. https://doi.org/10.48550/arXiv.2401.05268

  25. [30]

    KnowAgent: Knowledge-Augmented Planning for LLM-Based Agents

    Yuqi Zhu, Shuofei Qiao, Yixin Ou, Shumin Deng, Shiwei Lyu, Yue Shen, Lei Liang, Jinjie Gu, Huajun Chen, and Ningyu Zhang. KnowAgent: Knowledge-Augmented Planning for LLM-Based Agents. In: Chiruzzo, Luis, Ritter, Alan, and Wang, Lu (eds.), Findings of the Association for Comput...

  26. [31]

    and Chenglin Wu

    Zhang, Jiayi, Jinyu Xiang, Zhaoyang Yu, Fengwei Teng, Xiong -Hui Chen, Jiaqi Chen, Mingchen Zhuge, Xin Cheng, Sirui Hong, Jinlin Wang, Bingnan Zheng, Bang Liu, Yuyu Luo. and Chenglin Wu. AFlow: Automating Agentic Workflow Generation. The Thirteenth International Conference on ...

  27. [32]

    Rao and Michael P

    Anand S. Rao and Michael P. Georgeff. BDI Agents: From Theory to Practice, Proceedings of the First International Conference on Multiagent Systems (ICMAS -95), 312 - 319, 1995

  28. [33]

    Bordini, Jomi F

    Rafael H. Bordini, Jomi F. Hübner. BDI Agent Programming in AgentSpeak Using Jason. In: Toni, F., Torroni, P. (eds) Computational Logic in Multi -Agent Systems. CLIMA 2005. Lecture Notes in Computer Science 3900. Springer, Berlin, Heidelberg. https://doi.org/10.1007/11750734_9

  29. [35]

    ChatBDI: Think BDI, talk LLM

    Andrea Gatti, Mascardi, Viviana, Ferrando, Angelo. ChatBDI: Think BDI, talk LLM. In: Vorobeychik, Y., Das, S., Nowé, A. (eds.) 24th International Conference on Autonomous Agents and Multiagent Systems (AAMAS 2025) . International Foundation for Autonomous Agents and Multiagent...

  30. [36]

    Does the chimpanzee have a theory of mind? Behavioral and Brain Sciences, 1(4), 515-526, 1978

    David Premack, Guy Woodruff. Does the chimpanzee have a theory of mind? Behavioral and Brain Sciences, 1(4), 515-526, 1978. https://doi.org/10.1017/S0140525X00076512

  31. [37]

    Alexandre Yukio Ichida, Felipe Meneguzzi, Rafael C. Cardoso. BDI Agents in Natural Language Environments. Proceedings of the 23rd International Conference on Autonomous Agents and Multiagent Systems. AAMAS’24, 880 -888, 2024. https://www.ifaamas.org/Proceedings/aamas2024/pdfs/p880.pdf

  32. [39]

    Large Language Models as Theory of Mind Aware Generative Agents with Counterfactual Reflection

    Bo Yang, Jiaxian Guo, Yusuke Iwasawa, Yutaka Matsuo. Large Language Models as Theory of Mind Aware Generative Agents with Counterfactual Reflection. arXiv, 2501.15355,

  33. [40]

    https://doi.org/10.48550/arXiv.2501.15355

  34. [41]

    An Introduction to MultiAgent Systems (2nd ed.), Wiley, 2009

    Michael Wooldridge. An Introduction to MultiAgent Systems (2nd ed.), Wiley, 2009

  35. [42]

    Ondula, Daniele Orner, Nick Mumero Mwangi, and Casandra Rusti

    Elizabeth A. Ondula, Daniele Orner, Nick Mumero Mwangi, and Casandra Rusti. Sentimental Agents: Exploring Deliberation, Cognitive Biases, and Decision -making in LLM- based Multiagent Systems. KiL’24: Workshop on Knowledge -infused Learning. CEUR-WS, 3894, 125-135, 2024. https...

  36. [43]

    Austin, J. L. How to Do Things with Words . Oxford: Clarendon Press. 1962. https://doi.org/10.1093/acprof:oso/9780198245537.001.0001

  37. [44]

    Searle Speech Acts: An Essay in the Philosophy of Language

    John R. Searle Speech Acts: An Essay in the Philosophy of Language . Cambridge: Cambridge University Press, 1969. https://doi.org/10.1017/CBO9781139173438

  38. [45]

    ProAgent: Building Proactive Cooperative Agents with Large Language Models

    Ceyao Zhang, Kaijie Yang, Siyi Hu, Zihao Wang, Guanghe Li, Yihang Sun, Cheng Zhang, Zhaowei Zhang, Anji Liu, Song -Chun Zhu, Xiaojun Chang, Junge Zhang, Feng Yin, Yitao Liang, Yaodong Yang. ProAgent: Building Proactive Cooperative Agents with Large Language Models. AAAI'24/IAA...

  39. [47]

    A Survey of AI Agent Protocols

    Yingxuan Yang, Huacan Chai, Yuanyi Song, Siyuan Qi, Muning Wen, Ning Li, Junwei Liao, Haoyi Hu, Jianghao Lin, Gaowei Chang, Weiwen Liu, Ying Wen, Yong Yu, and Weinan Zhang. A Survey of AI Agent Protocols. arXiv, 2504.16736, 2025. https://arxiv.org/abs/2504.16736

  40. [48]

    Wooldridge, Philip Torr

    Samuele Marro, Emanuele La Malfa, Jesse Wright, Guohao Li, Nigel Shadbolt, Michael J. Wooldridge, Philip Torr. A Scalable Communication Protocol for Networks of Large Language Models, arXiv, 2410.11905. https://doi.org/10.48550/arXiv.2410.11905

  41. [49]

    Human -Centric Foundation Models: Perception, Generation and Agentic Modeling

    Shixiang Tang, Yizhou Wang, Lu Chen, Yuan Wang, Sida Peng, Dan Xu, and Wanli Ouyang. Human -Centric Foundation Models: Perception, Generation and Agentic Modeling. arXiv:2502.08556, 2025. https://arxiv.org/abs/2502.08556

  42. [50]

    Multi -agent systems powered by large language models: applications in swarm intelligence

    Jimenez -Romero, Cristian, Alper Yegenoglu, and Christian Blum. Multi -agent systems powered by large language models: applications in swarm intelligence. Frontiers in Artificial Intelligence 8:1593017, 2025. https://doi.org/10.3389/frai.2025.1593017

  43. [51]

    Evolution of Cooperation in LLM -Agent Societies: A Preliminary Study Using Different Punishment Strategies

    Kavindu Warnakulasuriya, Prabhash Dissanayake, Navindu De Silva, Stephen Cranefield, Bastin Tony Roy Savarimuthu, Surangika Ranathunga, Nisansa de Silva. Evolution of Cooperation in LLM -Agent Societies: A Preliminary Study Using Different Punishment Strategies. arXiv, 2504.19...

  44. [52]

    Emergent social conventions and collective bias in LLM populations

    Ariel Flint, Luca Maria Aiello, and Andrea Baronchelli. Emergent social conventions and collective bias in LLM populations. Science Advances , 11 (20) , 2025. https://doi.org/10.1126/sciadv.adu9368

  45. [53]

    Agent AI: Surveying the Horizons of Multimodal Interaction

    Zane Durante, Qiuyuan Huang, Naoki Wake, Ran Gong, Jae Sung Park, Bidipta Sarkar, Rohan Taori, Yusuke Noda, Demetri Terzopoulos, Yejin Choi, Katsushi Ikeuchi, Hoi Vo, Li Fei-Fei, Jianfeng Gao. Agent AI: Surveying the Horizons of Multimodal Interaction. arXiv, 2401.03568, 2024....

  46. [54]

    (Im)possibility of Automated Hallucination Detection in Large Language Models

    Amin Karbasi, Omar Montasser, John Sous, Grigoris Velegkas. (Im)possibility of Automated Hallucination Detection in Large Language Models . arXiv, 2504.17004, 2025, https://doi.org/10.48550/arXiv.2504.17004

  47. [55]

    Model Context Protocol (MCP): Landscape, Security Threats, and Future Research Directions

    Xinyi Hou, Yanjie Zhao, Shenao Wang, Haoyu Wang . Model Context Protocol (MCP): Landscape, Security Threats, and Future Research Directions . arXiv, 2503.23278, 2025. https://doi.org/10.48550/arXiv.2503.23278

  48. [56]

    Rogers, Inna Goncearenco, Giuseppe Sarli, Igor Galynker, Denis Peskoff, Marine Carpuat, Jules White, Shyamal Anadkat, Alexander Hoyle, Philip Resnik

    Sander Schulhoff, Michael Ilie, Nishant Balepur, Konstantine Kahadze, Amanda Liu, Chenglei Si, Yinheng Li, Aayush Gupta, HyoJung Han, Sevien Schulhoff, Pranav Sandeep Dulepet, Saurav Vidyadhara, Dayeon Ki, Sweta Agrawal, Chau Pham, Gerson Kroiz, Feileen Li, Hudson Tao, Ashay S...

  49. [57]

    Overview of Software Agent Platforms Available in 2023

    Zofia Wrona, Wojciech Buchwald, Maria Ganzha, Marcin Paprzycki, Florin Leon, Noman Noor, and Constantin-Valentin Pal. Overview of Software Agent Platforms Available in 2023. Information 14(6): 348, 2023. https://doi.org/10.3390/info14060348

  50. [58]

    Comparison of Multi -Agent Platform Usability for Industrial-Grade Applications

    Zofia Wrona, Maria Ganzha, Marcin Paprzycki, Wiesław Pawłowski, Angelo Ferrando, Giacomo Cabri, and Costin Bădică. Comparison of Multi -Agent Platform Usability for Industrial-Grade Applications . Applied Sciences 14 (22) : 10124, 2024. https://doi.org/10.3390/app142210124

  51. [59]

    FIPA, Foundation for Intelligent Physical Agents , http://www.fipa.org/ Accessed in 28.07.2025

  52. [60]

    Scientific Programming , 13, 973963, 2005

    Krzysztof Chmiel, Maciej Gawinecki, Pawel Kaczmarek, Michal Szymczak, Marcin Paprzycki, Efficiency of JADE Agent Platform . Scientific Programming , 13, 973963, 2005. https://doi.org/10.1155/2005/973963

  53. [61]

    Michal Kosinski, Evaluating large language models in theory of mind tasks, Proc. Natl. Acad. Sci. U.S.A. 121 (45) e2405460121, 2024. https://doi.org/10.1073/pnas.2405460121

  54. [62]

    The Illusion of Thinking: Understanding the Strengths and Limitations of Reasoning Models via the Lens of Problem Complexity , arXiv, 2506.06941, 2025

    Parshin Shojaee, Iman Mirzadeh, Keivan Alizadeh, Maxwell Horton, Samy Bengio, Mehrdad Farajtabar. The Illusion of Thinking: Understanding the Strengths and Limitations of Reasoning Models via the Lens of Problem Complexity , arXiv, 2506.06941, 2025. https://doi.org/10.48550/ar...

  55. [63]

    arXiv, 2506.09250,

    Alex Lawsen, Comment on The Illusion of Thinking: Understanding the Strengths and Limitations of Reasoning Models via the Lens of Problem Complexity . arXiv, 2506.09250,

  56. [65]

    Asif Razzaq , Google AI Released 5 New AI Agents/Platforms for Developers , Marketechpost, August 20, 2025 , https://www.marktechpost.com/2025/08/20/google-ai- released-5-new-ai-agents-platforms-for-developers/ Accessed on August 29, 2025

  57. [67]

    CArtAgO: A Framework for Prototyping Artifact-Based Environments in MAS

    Alessandro Ricci, Mirko Viroli, and Andrea Omicini. CArtAgO: A Framework for Prototyping Artifact-Based Environments in MAS. In: Weyns, D., Parunak, H.V.D., Michel, F. (eds) Environments for Multi -Agent Systems III. E4MAS 2006. Lecture Notes in Computer Science, 4389, 67 -86,...

  58. [68]

    Bordini, Jomi F

    Olivier Boissier, Rafael H. Bordini, Jomi F. Hübner, Alessandro Ricci, Andrea Santi. Multi-agent oriented programming with JaCaMo . Science of Computer Programming , 78 (6), 747-761, 2013. https://doi.org/10.1016/j.scico.2011.10.004

  59. [69]

    Medium, 2024

    Emmanuel Mark Ndaliro, AI Agents and Artifacts: How CrewAI is Transforming Business Automation . Medium, 2024. https://medium.com/@kram254/ai-agents-and-artifacts- how-crewai-is-transforming-business-automation-90465c09813f, Accessed in 31.07.2025

  60. [70]

    Minghao Li, Yingxiu Zhao, Bowen Yu, Feifan Song, Hangyu Li, Haiyang Yu, Zhoujun Li, Fei Huang, Yongbin Li . API-Bank: A Comprehensive Benchmark for Tool -Augmented LLMs, Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing EMNLP’2023 , 3102 –3...

  61. [2023]

    https://doi.org/10.48550/arXiv.2310.08560

  62. [2025]

    https://arxiv.org/abs/2504.12501

Pith tools

Reviewed August 15, 2026 · model on record in the stance chip above.