paper-with-me

Papers

ChatDev: Communicative Agents for Software Development

2023-07-16 · 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

Software development is a complex task that necessitates cooperation among multiple members with diverse skills. Numerous studies used deep learning to improve specific phases in a waterfall model, such as design, coding, and testing. However, the deep learning model in each phase requires unique designs, leading to technical inconsistencies across various phases, which results in a fragmented and ineffective development process. In this paper, we introduce ChatDev, a chat-powered software development framework in which specialized agents driven by large language models (LLMs) are guided in what to communicate (via chat chain) and how to communicate (via communicative dehallucination). These agents actively contribute to the design, coding, and testing phases through unified language-based communication, with solutions derived from their multi-turn dialogues. We found their utilization of natural language is advantageous for system design, and communicating in programming language proves helpful in debugging. This paradigm demonstrates how linguistic communication facilitates multi-agent collaboration, establishing language as a unifying bridge for autonomous task-solving among LLM agents. The code and data are available at https://github.com/OpenBMB/ChatDev.

📄 PDF Abstract BibTeX arXiv:2307.07924

Code (1)

openbmb/chatdev 공식 구현

Tasks

Decision Making

Similar Papers 제목 키워드 기반

UA-ChatDev: Uncertainty-Aware Multi-Agent Collaboration for Reliable Software Development

2026-07-02 · Temitayo Olamilekan Ogunsusi, Lijun Qian, Xishuang Dong arxiv

Software development is a complex task that demands cooperation among agents with diverse roles. Large language models (LLMs) have enabled autonomous multi-agent software development frameworks that leverage role-based c…

AgileCoder: Dynamic Collaborative Agents for Software Development based on Agile Methodology

2024-06-16 · Minh Huynh Nguyen, Thang Phan Chau, Phong X. Nguyen, Nghi D. Q. Bui

Software agents have emerged as promising tools for addressing complex software engineering tasks. Existing works, on the other hand, frequently oversimplify software development workflows, despite the fact that such wor…

Code Generation

Experiential Co-Learning of Software-Developing Agents

2023-12-28 · Chen Qian, Yufan Dang, Jiahao Li, Wei Liu 외

Recent advancements in large language models (LLMs) have brought significant changes to various domains, especially through LLM-driven autonomous agents. A representative scenario is in software development, where LLM ag…

Shadows in the Code: Exploring the Risks and Defenses of LLM-based Multi-Agent Software Development Systems

2025-11-23 · Xiaoqing Wang, Keman Huang, Bin Liang, Hongyu Li 외 arxiv

The rapid advancement of Large Language Model (LLM)-driven multi-agent systems has significantly streamlined software developing tasks, enabling users with little technical expertise to develop executable applications. W…

Multi-Agent Collaboration via Cross-Team Orchestration

2024-06-13 · Zhuoyun Du, Chen Qian, Wei Liu, Zihao Xie 외

Large Language Models (LLMs) have significantly impacted various domains, especially through organized LLM-driven autonomous agents. A representative scenario is in software development, where agents can collaborate in a…

Story Generation