Collection size
95 articles
Page 1 of 5
AI Architecture Hub
AI Architecture Hub
Apr 14, 2026 · Artificial Intelligence

When Do Multi‑Agent LLM Systems Beat Single Agents? A Practical Guide

This article analyzes the trade‑offs between single‑agent and multi‑agent large language model architectures, identifies three scenarios where multi‑agent setups excel, explains context protection, parallelism and tool specialization, and provides concrete design patterns, code examples, and verification strategies to avoid common pitfalls.

Agent OrchestrationContext ManagementMulti-Agent Systems
0 likes · 17 min read
When Do Multi‑Agent LLM Systems Beat Single Agents? A Practical Guide
James' Growth Diary
James' Growth Diary
May 4, 2026 · Artificial Intelligence

Choosing the Right Multi‑Agent Collaboration Pattern: Supervisor, Swarm, Mesh, or Pipeline

When a single LLM agent can’t handle research, writing, and fact‑checking simultaneously, the article breaks down four multi‑agent collaboration patterns—Supervisor, Swarm, Pipeline, and Mesh—detailing their architectures, code examples, pros, cons, suitable scenarios, and common pitfalls to help you pick the best fit.

LangGraphSupervisorSwarm
0 likes · 21 min read
Choosing the Right Multi‑Agent Collaboration Pattern: Supervisor, Swarm, Mesh, or Pipeline
AI Architecture Hub
AI Architecture Hub
Apr 27, 2026 · Artificial Intelligence

Sub-Agent vs Agent Team: Choosing the Right Architecture for Complex AI Tasks

The article analyzes why many AI projects misuse multi‑agent setups, explains the fundamental differences between Sub‑Agent (isolated parallel executors) and Agent Team (collaborative teams with shared state), and provides concrete guidelines, code examples, and design principles to select the appropriate architecture for a given task.

AI agentsAgent TeamMulti-Agent Architecture
0 likes · 10 min read
Sub-Agent vs Agent Team: Choosing the Right Architecture for Complex AI Tasks
FunTester
FunTester
May 20, 2026 · Artificial Intelligence

How Anthropic’s Multi‑Agent Orchestration Enables Parallel Workflows

The article explains why a single AI agent hits context and execution limits, describes Anthropic’s multi‑agent orchestration that splits tasks among dedicated sub‑agents coordinated by a controller, discusses model selection, communication, observability, and outlines scenarios where parallel orchestration delivers real benefits.

AI agentsModel selectionMultiagent
0 likes · 11 min read
How Anthropic’s Multi‑Agent Orchestration Enables Parallel Workflows
Tech Verticals & Horizontals
Tech Verticals & Horizontals
Jan 14, 2026 · Artificial Intelligence

Why Parallelism Matters: Designing Multi‑Agent Architectures for Scalable AI Systems

The article explains why parallelism is crucial for large‑scale AI systems—addressing I/O latency and reliability—by detailing core agent patterns, multi‑agent architectures, reliability strategies, and advanced retrieval‑augmented generation techniques, each illustrated with concrete Jupyter notebooks.

AI governanceMulti-Agent SystemsParallelism
0 likes · 6 min read
Why Parallelism Matters: Designing Multi‑Agent Architectures for Scalable AI Systems
Architect
Architect
Apr 27, 2026 · Artificial Intelligence

Sub-Agent vs Agent Team: Designing Multi-Agent Architectures Around Context Boundaries

The article explains how to choose between Sub‑Agent and Agent Team structures for multi‑agent systems by evaluating whether sub‑tasks share context, need isolation, compression, parallelism, or continuous collaboration, and provides practical guidelines, pitfalls, and a decision framework to avoid over‑engineering.

AI ArchitectureAgent TeamContext Boundaries
0 likes · 18 min read
Sub-Agent vs Agent Team: Designing Multi-Agent Architectures Around Context Boundaries
AI Tech Publishing
AI Tech Publishing
Feb 22, 2026 · Artificial Intelligence

Mastering Multi‑Agent Collaboration: Handoff Mode and Coordination

This lesson explains how to extend a single‑agent system with multi‑agent collaboration, covering context isolation, Handoff and Router patterns, flat coordinator architecture, code examples, task decomposition, and practical run‑time demos for building complex AI workflows.

AICoordinatorHandoff
0 likes · 20 min read
Mastering Multi‑Agent Collaboration: Handoff Mode and Coordination
AI Tech Publishing
AI Tech Publishing
Jan 15, 2026 · Artificial Intelligence

Choosing the Right Multi-Agent Architecture: Practical Guidance

This article analyzes why single‑agent systems hit limits in context management and distributed development, compares four multi‑agent patterns (Subagents, Skills, Handoffs, Router) with concrete performance data across three scenarios, and offers a decision framework for selecting the most suitable architecture.

Context ManagementDistributed DevelopmentPerformance
0 likes · 11 min read
Choosing the Right Multi-Agent Architecture: Practical Guidance
AI Waka
AI Waka
Apr 24, 2026 · Artificial Intelligence

One Loop, Three Modes: A Practical Guide to Multi‑Agent Orchestration

The article explains how treating an AI system as multiple specialized agents—delegator, worker, and reviewer—running the same loop but with different configurations can prevent context overload, and it details three orchestration patterns (delegation, swarm, coordinator) along with tool partitioning to ensure reliable, scalable multi‑agent workflows.

AI agentsOrchestrationmulti-agent
0 likes · 15 min read
One Loop, Three Modes: A Practical Guide to Multi‑Agent Orchestration
Wu Shixiong's Large Model Academy
Wu Shixiong's Large Model Academy
Mar 28, 2026 · Artificial Intelligence

Mastering Multi‑Agent Systems: Design, Parallel Execution, and Interview Strategies

This article dissects the shortcomings of single‑agent LLM pipelines, introduces the Supervisor‑based Multi‑Agent architecture with LangGraph, demonstrates parallel task execution, robust error handling, and result merging, and provides concrete interview guidance backed by real performance data.

AI ArchitectureError HandlingLLM
0 likes · 19 min read
Mastering Multi‑Agent Systems: Design, Parallel Execution, and Interview Strategies
DeepHub IMBA
DeepHub IMBA
Mar 28, 2026 · Artificial Intelligence

Designing Core Multi‑Agent Systems: Task Decomposition and Dependency‑Graph Orchestration

The article analyzes how multi‑agent systems emulate human team dynamics through role specialization, structured handoffs, and cross‑validation, detailing the orchestration layer’s responsibilities—task decomposition, dependency‑graph scheduling, routing, and conflict resolution—while exposing common pitfalls, cost concerns, and framework choices.

LLM cost controlMulti-Agent SystemsOrchestration
0 likes · 19 min read
Designing Core Multi‑Agent Systems: Task Decomposition and Dependency‑Graph Orchestration
Data Thinking Notes
Data Thinking Notes
Jun 24, 2025 · Artificial Intelligence

Anthropic’s Multi‑Agent Research System: Architecture, Lessons & 90% Performance Boost

Anthropic’s detailed post explains how its new Research feature uses a multi‑agent architecture with a lead coordinator and parallel sub‑agents, covering design principles, prompt engineering tricks, evaluation methods, production reliability challenges, and the substantial performance gains achieved over single‑agent baselines.

AI ArchitectureLLM researchMulti-Agent Systems
0 likes · 21 min read
Anthropic’s Multi‑Agent Research System: Architecture, Lessons & 90% Performance Boost
Big Data and Microservices
Big Data and Microservices
Apr 21, 2026 · Artificial Intelligence

How Multi‑Agent AI Teams Transform Complex Projects: From Theory to Real‑World Use Cases

This article explains multi‑agent AI collaboration, outlines its core characteristics, breaks down the technical workflow of task decomposition, role assignment, communication and conflict resolution, compares leading frameworks, and showcases three practical scenarios—from financial report automation to game NPC ecosystems and intelligent customer service.

AI CollaborationAI orchestrationIndustry Insights
0 likes · 12 min read
How Multi‑Agent AI Teams Transform Complex Projects: From Theory to Real‑World Use Cases
Smart Workplace Lab
Smart Workplace Lab
May 6, 2026 · Artificial Intelligence

Latest Multi-Agent Collaboration Case Studies: Successes, Failures, and Architecture (May 2026)

The article analyzes multi‑agent collaboration as the core evolution of Agentic AI, presenting 2026 success cases from JP Morgan, enterprise onboarding, supply‑chain orchestration, and customer support, while dissecting failure patterns, governance risks, and recommended frameworks such as CrewAI, LangGraph, and AutoGen.

AI governanceAutoGenCrewAI
0 likes · 8 min read
Latest Multi-Agent Collaboration Case Studies: Successes, Failures, and Architecture (May 2026)
PMTalk Product Manager Community
PMTalk Product Manager Community
Apr 23, 2026 · Product Management

The Core Logic Behind AI Product Management: When and How to Use Multiple Agents

The article explains why many AI product managers struggle with multi‑agent concepts, outlines the three structural bottlenecks a single agent faces, shows how task decomposition and specialized agents improve quality, and provides concrete product‑design decisions—including orchestration, context passing, failure handling, and human‑in‑the‑loop—to determine when multi‑agent architectures are appropriate.

AI product managementOrchestrationmulti-agent
0 likes · 16 min read
The Core Logic Behind AI Product Management: When and How to Use Multiple Agents
PMTalk Product Manager Community
PMTalk Product Manager Community
Apr 18, 2026 · Product Management

Why AI Product Managers Must Rethink Their Core Logic in the Multi‑Agent Era

The article explains how multi‑agent architectures expose three structural bottlenecks of single‑agent designs, outlines concrete product‑design questions—task decomposition, specialist agents, orchestration, failure handling—and shows how AI product managers must shift from dialogue design to full process orchestration to deliver high‑quality results.

AI product managementFailure HandlingOrchestration
0 likes · 16 min read
Why AI Product Managers Must Rethink Their Core Logic in the Multi‑Agent Era
PMTalk Product Manager Community
PMTalk Product Manager Community
Mar 29, 2026 · Product Management

Why AI Product Managers Must Rethink Their Core Logic in the Multi‑Agent Era

The article explains how multi‑agent architectures reshape AI product management by exposing structural bottlenecks of single agents, outlines when and how to decompose tasks, and provides concrete design decisions—including orchestration, context passing, failure handling, and human‑in‑the‑loop—to build reliable, high‑quality AI products.

AI product managementHuman-in-the-LoopMulti-Agent Architecture
0 likes · 16 min read
Why AI Product Managers Must Rethink Their Core Logic in the Multi‑Agent Era
Data Party THU
Data Party THU
May 28, 2026 · Artificial Intelligence

Replacing Fragile Monoliths with Multi‑Agent Networks for Stable Productivity

The article explains why single‑agent LLM pipelines are brittle for complex tasks, how mature multi‑agent toolchains enable cooperative or competitive agent designs, and provides concrete communication protocols, task‑decomposition rules, framework comparisons, code samples, and scaling considerations for building robust production AI systems.

AI orchestrationMulti-Agent Systemsagent communication
0 likes · 29 min read
Replacing Fragile Monoliths with Multi‑Agent Networks for Stable Productivity
PMTalk Product Manager Community
PMTalk Product Manager Community
Apr 5, 2026 · Product Management

Why AI Product Managers Must Rethink Their Core Logic in the Multi‑Agent Era

The article explains how multi‑agent architectures solve three structural bottlenecks of single‑agent AI—context overload, diluted expertise, and hidden failure points—by showing a concrete contract‑review use case and outlining four essential product‑design decisions for AI PMs.

AI product managementOrchestrationdecision framework
0 likes · 16 min read
Why AI Product Managers Must Rethink Their Core Logic in the Multi‑Agent Era