Multi-agent

5 articles

Beginner multi-agent 12 min

What Is a Multi-Agent System? From Single Agents to Collaborative AI

Learn what multi-agent systems are, how they evolved from single-agent LLMs, and why specialized agent teams outperform monolithic AI models.

#multi-agent #mas #ai-agent
Intermediate multi-agent 15 min

Multi-Agent Architecture Topologies: Centralized vs Distributed

Compare centralized and distributed multi-agent topologies. From ChatDev's waterfall to AgentNet's DAG — learn when each architecture fits your system.

#multi-agent #architecture #topology
Intermediate multi-agent 18 min

Multi-Agent Orchestration Patterns: LangGraph, CrewAI, and AutoGen Compared

Compare three orchestration paradigms: LangGraph's DAG state machine, CrewAI's role-based crews, and AutoGen's async messaging. Choose the right pattern.

#orchestration #langgraph #crewai
Intermediate multi-agent 20 min

Agent Communication and State Management in Multi-Agent Systems

How agents communicate, share state, and stay observable. Covers message passing, shared memory patterns, Tools vs Skills separation, and distributed tracing.

#communication #state-management #shared-memory
Intermediate multi-agent 18 min

Agent Evaluation and Benchmarks: How to Measure Multi-Agent Performance

Measure multi-agent system quality with modern benchmarks. Covers ADP data standards, SWE-bench, HAL leaderboard, and how to design your own eval suite.

#evaluation #benchmarks #swe-bench