LN: Qian et al. (2023) — ChatDev: Communicative Agents for Software Development

Bibliographic Reference

Citation: Qian, C., Liu, H., Yang, C., et al. (2023). ChatDev: Communicative agents for software development. arXiv:2307.07924. ACL 2024. https://arxiv.org/abs/2307.07924


Pass 1 — Bird’s Eye View (5 Cs)

CAssessment
CategorySystem proposal
ContextConcurrent with MetaGPT; both propose role-based LLM software teams
CorrectnessEvaluated on software development micro-tasks. Limited external validation.
Contributions(1) Chat-chain: sequential communication between CEO, CTO, programmer, reviewer, tester; (2) Phase-based collaboration; (3) Open-source framework
ClarityGood.

Relevance: ⭐⭐⭐

Similar to MetaGPT but focused on chat-based agent communication. Less directly relevant than MetaGPT to PUMA’s PM-specific architecture.


PUMA Connection

Supports the general case for structured multi-agent communication in PM contexts. Less directly applicable than MetaGPT because ChatDev focuses on code generation rather than PM task execution. Reference for the multi-agent communication pattern literature review (Ch.2).

MOCs