MetaGPT launched in June 2023 with a distinctive framing: instead of a single AI agent writing code, it simulated an entire software company. Different LLM instances were assigned specific organisational roles — product manager, system architect, project manager, senior engineer, QA engineer — and collaborated through structured artefact handoffs, just as human teams do. The product manager produced requirements documents; the architect produced system designs; the engineers implemented to spec.
The academic paper (arXiv:2308.00352) formalised this as Standardised Operating Procedures (SOPs) — explicit workflow definitions that constrained how agents communicated and what outputs they produced at each stage. This structured approach reduced incoherence and hallucination compared to single-agent code generation, as each agent’s output was constrained by upstream artefacts rather than the original prompt alone.
MetaGPT reached 68,800 GitHub stars, becoming one of the most-starred AI coding frameworks. Its influence on multi-agent coding architectures was substantial: the insight that specialised agents producing structured intermediate artefacts outperform single omnivorous agents shaped the design of subsequent tools including CrewAI, Devin’s planning system, and Atlassian’s multi-agent PR review. The paper was accepted to ICLR 2024 as a spotlight presentation.