Paper - ChatDev: Communicative Agents for Software Development
by Community
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
Agents
Paper - ChatDev: Communicative Agents for Software Development
Added 2 June 2026
Overview
ChatDev is a research framework for software development that uses multiple large language model (LLM) driven agents communicating via chat. Each agent specializes in a development phase such as design, coding, or testing, aiming to maintain consistency across phases. The approach seeks to replace fragmented deep learning models with a unified, chat-based collaboration paradigm.
Best for
Best for
Researchers exploring multi-agent LLM frameworks for autonomous software development
Use cases
- Simulating multi-agent collaborative code generation
- Prototyping an LLM-driven software development lifecycle
- Experimenting with autonomous agent coordination for programming tasks
Notes
ChatDev is a research framework for software development that uses multiple large language model (LLM) driven agents communicating via chat. Each agent specializes in a development phase such as design, coding, or testing, aiming to maintain consistency across phases. The approach seeks to replace fragmented deep learning models with a unified, chat-based collaboration paradigm.
Use cases
- Simulating multi-agent collaborative code generation
- Prototyping an LLM-driven software development lifecycle
- Experimenting with autonomous agent coordination for programming tasks
Pros
- Reduces fragmentation by using a single chat-based framework across phases
- Leverages natural language interaction for intuitive agent collaboration
- Novel approach that highlights limitations of current deep learning models in development
Cons
- Currently a research paper, not a production-ready tool
- Performance depends heavily on underlying LLM quality and prompt engineering
- Scalability and reliability of multi-agent systems in complex projects remain unproven
Indexed from awesome-ai-agents and enriched against its public facts.
Pros
- Reduces fragmentation by using a single chat-based framework across phases
- Leverages natural language interaction for intuitive agent collaboration
- Novel approach that highlights limitations of current deep learning models in development
Cons
- Currently a research paper, not a production-ready tool
- Performance depends heavily on underlying LLM quality and prompt engineering
- Scalability and reliability of multi-agent systems in complex projects remain unproven
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
MetaGPT
Community
🌟 The Multi-Agent Framework: First AI Software Company, Towards Natural Language Programming
AutoGen
Microsoft
Microsoft's framework for multi-agent conversations. Agents that talk to each other to solve hard problems.