Collection size
97 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 ManagementParallel Execution
0 likes · 17 min read
When Do Multi‑Agent LLM Systems Beat Single Agents? A Practical Guide
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
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 governanceRAGarchitectural patterns
0 likes · 6 min read
Why Parallelism Matters: Designing Multi‑Agent Architectures for Scalable AI Systems
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 agentsMulti-agentOrchestration
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
AI Frontier Lectures
AI Frontier Lectures
Jun 28, 2025 · Artificial Intelligence

Why Multi-Agent AI Systems Outperform Single Agents: Anthropic’s Research Blueprint

Anthropic’s multi‑agent research system demonstrates how coordinated specialist agents, dynamic prompting, and extensive token usage can dramatically boost performance on open‑ended tasks, while also revealing challenges in cost, evaluation, and production reliability that must be managed for real‑world deployment.

AI research systemsAnthropicMulti-Agent AI
0 likes · 20 min read
Why Multi-Agent AI Systems Outperform Single Agents: Anthropic’s Research Blueprint
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 researchevaluation methods
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 OrchestrationAutomation
0 likes · 12 min read
How Multi‑Agent AI Teams Transform Complex Projects: From Theory to Real‑World Use Cases
ShiZhen AI
ShiZhen AI
Feb 9, 2026 · Artificial Intelligence

Stop Going Solo: How to Use Claude’s Agent Teams to Let AI Do the Work

This guide explains Claude Code’s experimental Agent Teams feature, compares it with Subagents, shows when to use each, walks through enabling the feature, configuring tmux split‑pane or in‑process modes, and provides best‑practice tips, troubleshooting steps, and a complete end‑to‑end example building a visual analysis platform.

AI CollaborationAgent TeamsClaude
0 likes · 25 min read
Stop Going Solo: How to Use Claude’s Agent Teams to Let AI Do the Work
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 managementMulti-agentOrchestration
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 HandlingMulti-agent
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
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 managementMulti-agentOrchestration
0 likes · 16 min read
Why AI Product Managers Must Rethink Their Core Logic in the Multi‑Agent Era
Code Wrench
Code Wrench
Jan 27, 2026 · Artificial Intelligence

Building a Multi‑Agent AI System: Easy‑Agent’s Foreman, Coder, and Researcher

This article explains how the easy‑agent project evolved from a single monolithic AI into a multi‑agent architecture with specialized Foreman, Coder, and Researcher agents, covering design principles, communication mechanisms, task decomposition, fault tolerance, parallel execution, observability, and future extensions, complete with code examples and open‑source links.

AIAgent architectureGo
0 likes · 13 min read
Building a Multi‑Agent AI System: Easy‑Agent’s Foreman, Coder, and Researcher
Alibaba Cloud Native
Alibaba Cloud Native
Apr 16, 2026 · Artificial Intelligence

Why Modern AI Agents Are Getting Lighter, Thinner, and More Collaborative

The article analyzes three mainstream AI agents—Manus, OpenClaw, and Claude Managed Agent—showing how their middle‑layer architectures differ, why agent designs are shifting toward slimmer structures, and how emerging multi‑agent collaboration patterns like Manager‑Worker, Pipeline, and P2P are reshaping complex task execution.

AI agentsAgent architectureMulti‑agent collaboration
0 likes · 11 min read
Why Modern AI Agents Are Getting Lighter, Thinner, and More Collaborative
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Dec 6, 2023 · Artificial Intelligence

Multi-Agent Research Overview, Open-Source Implementations, and Design Considerations

This article reviews the background of multi‑agent systems, compares major open‑source frameworks such as AutoGen, MetaGPT, AgentVerse, and XAgent, discusses design principles, collaboration strategies, and offers conclusions on LLM‑driven versus SOP‑driven approaches for building multi‑agent applications.

AIAutoGenLLM
0 likes · 15 min read
Multi-Agent Research Overview, Open-Source Implementations, and Design Considerations
AI Architecture Hub
AI Architecture Hub
Feb 26, 2026 · Artificial Intelligence

Mastering Anthropic’s Agent Teams: Practical Guide, Pitfalls & Cost Hacks

Anthropic’s experimental Agent Teams lets multiple Claude instances collaborate on complex tasks, but success hinges on clear role definitions, task splitting, communication protocols, and robust integration, with detailed guidance on engineering decisions, common pitfalls, cost management, reusable hooks, and step‑by‑step setup instructions.

Agent TeamsClaudecost optimization
0 likes · 17 min read
Mastering Anthropic’s Agent Teams: Practical Guide, Pitfalls & Cost Hacks
Black & White Path
Black & White Path
Mar 29, 2026 · Industry Insights

GitHub’s Agent Legion Tops the 2026 Productivity Leaderboard

The 2026 GitHub Agent leaderboard showcases five standout multi‑agent frameworks—last30days‑skill, oh‑my‑claudecode, dexter, RuView, and deer‑flow—highlighting trends toward long‑running tasks, coordinated AI teams, and cross‑modal sensing beyond cameras.

AI agentsGitHub projectsLong-Running Tasks
0 likes · 7 min read
GitHub’s Agent Legion Tops the 2026 Productivity Leaderboard