Notes / tag / multi-agent-systems

#multi-agent-systems

11 notes

# Building Agentic Systems

All Building Agentic Systems notes →

1. Why Multi-Agent Systems

Covers the concrete failure modes of single-agent systems, such as context overload, tool sprawl, and conflicting objectives, that motivate splitting work across multiple specialized agents.

building-agentic-systems multi-agent-systems book
Aug 8, 2026

2. Collaboration Models

Splitting one investigation agent into metrics, logs, and traces specialists — tool isolation and prompt specialization as the design levers that make each one reliable.

building-agentic-systems multi-agent-systems book
Aug 8, 2026

3. Communication Protocols

Agent-to-agent protocols, shared memory, message passing, coordination patterns, and how a multi-agent system recovers when one agent in the chain fails.

building-agentic-systems multi-agent-systems book
Aug 8, 2026

4. Task Decomposition

Covers strategies for breaking a complex goal into subtasks that can be assigned to different agents, and how decomposition granularity affects coordination overhead.

building-agentic-systems multi-agent-systems book
Aug 8, 2026

5. Agent Negotiation

Covers how agents with different objectives or partial information reach agreement on a shared action, including bidding and argumentation-based negotiation protocols.

building-agentic-systems multi-agent-systems book
Aug 8, 2026

6. Consensus Mechanisms

Covers how multi-agent systems reach agreement on a single output or decision when individual agents disagree, drawing on voting, quorum, and distributed-consensus analogies.

building-agentic-systems multi-agent-systems book
Aug 8, 2026

7. Swarm Intelligence

Covers decentralized multi-agent patterns where global behavior emerges from simple local rules rather than centralized planning, and where that tradeoff pays off for agentic systems.

building-agentic-systems multi-agent-systems book
Aug 8, 2026

8. Distributed Coordination

Covers coordinating agent state and actions across distributed processes, including the partial failure, message loss, and race condition modes borrowed from distributed systems theory.

building-agentic-systems multi-agent-systems book
Aug 8, 2026

9. Supervisor Architectures

A supervisor agent that delegates to the specialist agents, aggregates their results, resolves conflicting conclusions, and generates the final incident report.

building-agentic-systems multi-agent-systems book
Aug 8, 2026

10. Agent Meshes

Covers service-mesh-inspired architectures for agent-to-agent discovery, routing, and observability at the scale of dozens of interacting agents.

building-agentic-systems multi-agent-systems book
Aug 8, 2026

11. Agent Lifecycle Management

Covers how agents are added to, updated or reconfigured within, and retired from an already-running multi-agent workflow -- versioning agent definitions, draining vs. hard-cutting over in-flight runs, and preserving auditability without breaking workflow continuity, using GitHub Copilot's custom agent files as the reference implementation.

building-agentic-systems multi-agent-systems book
Aug 8, 2026