Collection size
96 articles
Page 2 of 5
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 orchestrationagent communicationframework comparison
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 managementMulti-AgentOrchestration
0 likes · 16 min read
Why AI Product Managers Must Rethink Their Core Logic in the Multi‑Agent Era
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 AgentsMulti-Agent Collaborationagent architecture
0 likes · 11 min read
Why Modern AI Agents Are Getting Lighter, Thinner, and More Collaborative
Fighter's World
Fighter's World
Jun 8, 2025 · Artificial Intelligence

Designing an Entry‑Level Multi‑Agent System for Vertical Industry Scenarios

The article analyzes why production‑grade multi‑agent systems are essential for complex vertical domains, outlines their core benefits, identifies key engineering challenges such as orchestration, context handling, and tool integration, and proposes a practical entry‑level architecture with concrete design guidelines and takeaways.

AI AgentsContext managementOrchestration
0 likes · 15 min read
Designing an Entry‑Level Multi‑Agent System for Vertical Industry Scenarios
DeepHub IMBA
DeepHub IMBA
Mar 14, 2026 · Artificial Intelligence

Three Proven Multi‑Agent Orchestration Patterns: Supervisor, Pipeline, and Swarm

The article explains why single LLM agents often fail due to context overload, role confusion, and fault propagation, then details three reliable orchestration patterns—Supervisor, Pipeline, and Swarm—along with concrete code examples, communication schemas, error‑handling layers, cost and latency considerations, and best‑practice recommendations for production deployment.

Distributed TracingLLM AgentsPipeline pattern
0 likes · 15 min read
Three Proven Multi‑Agent Orchestration Patterns: Supervisor, Pipeline, and Swarm
Alibaba Cloud Developer
Alibaba Cloud Developer
Mar 20, 2026 · Artificial Intelligence

Mastering Multi‑Agent Patterns with AgentScope and Spring AI Alibaba

This article analyzes the evolution of enterprise AI from single‑model chat to scalable multi‑agent workflows, explains seven core multi‑agent patterns—including Pipeline, Routing, Skills, Subagents, Supervisor, Handoffs, and Custom Workflow—provides detailed implementation guidance with Java code, and shows how Spring AI Alibaba now natively supports AgentScope orchestration for robust, observable AI applications.

AI ArchitectureAgentScopeJava
0 likes · 23 min read
Mastering Multi‑Agent Patterns with AgentScope and Spring AI Alibaba
Smart Era Software Development
Smart Era Software Development
Nov 14, 2025 · Artificial Intelligence

AsyncThink: How Microsoft’s Agentic Organization Turns LLMs into Project Managers

The paper introduces AsyncThink, a novel "agentic organization" paradigm that lets large language models dynamically fork, join, and coordinate multiple reasoning agents, achieving higher accuracy and lower latency than traditional chain‑of‑thought or parallel‑thinking approaches across math, Sudoku, graph, and genetics tasks.

Agentic OrganizationAsyncThinkFork‑Join
0 likes · 8 min read
AsyncThink: How Microsoft’s Agentic Organization Turns LLMs into Project Managers
Architect
Architect
Apr 18, 2026 · Artificial Intelligence

Why Multi‑Agent Systems Need More Than Role‑Playing: 5 Coordination Patterns Explained

Anthropic’s recent analysis reveals five multi‑agent coordination patterns—Generator‑Verifier, Orchestrator‑Subagent, Agent Teams, Message Bus, and Shared State—highlighting that the real challenges lie in context boundaries, information flow, verification standards, and termination conditions rather than merely assigning roles.

AI ArchitectureAgent orchestrationCoordination Patterns
0 likes · 30 min read
Why Multi‑Agent Systems Need More Than Role‑Playing: 5 Coordination Patterns Explained
Data Party THU
Data Party THU
Sep 8, 2025 · Artificial Intelligence

5 Proven AI Agent Orchestration Patterns and When to Use Them

The article analyzes five mainstream AI agent orchestration patterns—sequential, MapReduce, consensus, hierarchical, and creator‑checker—detailing their workflows, suitable scenarios, advantages, and limitations, and explains why orchestration remains valuable even as large language models advance.

AI orchestrationAgent CoordinationArtificial Intelligence
0 likes · 9 min read
5 Proven AI Agent Orchestration Patterns and When to Use Them
DeepHub IMBA
DeepHub IMBA
May 26, 2026 · Artificial Intelligence

Agentic AI Design Patterns: Pros, Cons, and Use Cases of Six Architectures

The article breaks down six common agentic AI design patterns—Single Agent, Sequential Agents, Parallel Agents, Loop & Critic, Coordinator & Sub‑agents, and Sub‑Agents as Tools—detailing their implementation structures, strengths, weaknesses, and ideal application scenarios, helping practitioners choose the right architecture for scalable LLM workflows.

AI ArchitectureDesign PatternsLLM orchestration
0 likes · 9 min read
Agentic AI Design Patterns: Pros, Cons, and Use Cases of Six Architectures
SuanNi
SuanNi
Apr 7, 2026 · Industry Insights

Building Practical AI Agent Architectures: Lessons, Pitfalls, and Industry Trends

This article analyzes how AI agents are reshaping software engineering, summarizing findings from 138 industry talks, highlighting integration challenges, architectural patterns, industry adoption forecasts, and practical recommendations for deploying robust, modular agent systems in production environments.

AI AgentsLarge Modelsarchitecture
0 likes · 10 min read
Building Practical AI Agent Architectures: Lessons, Pitfalls, and Industry Trends
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Apr 29, 2026 · Artificial Intelligence

From Solo Agents to Elite Teams: openJiuwen’s Coordination Engineering Enables Self‑Evolving AI Collaboration

The openJiuwen community introduces Coordination Engineering, a new paradigm that lets multiple AI agents form autonomous, self‑organizing teams through the Agent Team Engine, encapsulated in reusable Team Skills and shared via the Team Skills Hub, with examples ranging from renovation planning to multi‑disciplinary medical consultations.

AI collaborationAgent Team EngineCoordination Engineering
0 likes · 15 min read
From Solo Agents to Elite Teams: openJiuwen’s Coordination Engineering Enables Self‑Evolving AI Collaboration
AI Engineering
AI Engineering
Apr 14, 2026 · Artificial Intelligence

Anthropic’s Multi‑Agent Coordination Guide: 5 Architectures and When to Use Them

When a single AI agent can’t finish a task, Anthropic’s new guide outlines five proven multi‑agent coordination patterns—generate‑validate, orchestrate‑sub‑agent, team, message‑bus, and shared‑state—detailing suitable scenarios, common pitfalls, and a recommendation to start simple and scale only as needed.

AI ArchitectureAnthropicCoordination Patterns
0 likes · 4 min read
Anthropic’s Multi‑Agent Coordination Guide: 5 Architectures and When to Use Them
Volcano Engine Developer Services
Volcano Engine Developer Services
Aug 26, 2025 · Artificial Intelligence

From Single LLM to Multi‑Agent: How Context Engineering Drives the Next AI Architecture

This article examines the evolution of LangChain's Open Deep Research project from a monolithic LLM pipeline to a multi‑agent system, highlighting the role of context engineering, architectural trade‑offs, practical code examples, and best‑practice guidelines for building scalable, token‑efficient AI solutions.

AI researchContext EngineeringLLM architecture
0 likes · 16 min read
From Single LLM to Multi‑Agent: How Context Engineering Drives the Next AI Architecture
SuanNi
SuanNi
Mar 18, 2026 · Artificial Intelligence

How the A2A Protocol Powers Multi‑Agent Collaboration for Large Language Models

This article explains the A2A (Agent‑to‑Agent) protocol, its core concepts such as discovery, task delegation, context sharing and capability delegation, and demonstrates how it extends single‑agent MCP architectures to enable scalable, secure cooperation among specialized AI agents in complex workflows.

A2AAIContext Engineering
0 likes · 10 min read
How the A2A Protocol Powers Multi‑Agent Collaboration for Large Language Models
Efficient Ops
Efficient Ops
Dec 3, 2025 · Artificial Intelligence

Unlocking AI Agent Paradigms: 6 Patterns to Supercharge Operations

This article introduces six core AI agent paradigms—Prompt Chain, Routing & Handoff, Parallelization, Tool Use, ReAct, and Multi‑Agent—explaining their concepts, real‑world analogies, and practical examples for enhancing efficiency and intelligence in operational workflows.

AI AgentArtificial IntelligencePrompt Engineering
0 likes · 6 min read
Unlocking AI Agent Paradigms: 6 Patterns to Supercharge Operations
AI Large Model Application Practice
AI Large Model Application Practice
Dec 16, 2024 · Artificial Intelligence

8 Proven Multi‑Agent Collaboration Patterns for Smarter AI Systems

This article outlines eight multi‑agent collaboration patterns—Reflection, Sequential, Hierarchical, Transfer, Neural‑Network, Debate, Nested, and Custom—explaining their structures, typical workflows, and concrete examples such as code generation, marketing copy creation, and customer‑service routing, helping AI developers choose the right model for complex tasks.

AICollaboration PatternsHierarchical Mode
0 likes · 8 min read
8 Proven Multi‑Agent Collaboration Patterns for Smarter AI Systems
Architecture and Beyond
Architecture and Beyond
Aug 24, 2025 · Artificial Intelligence

Why Master‑Slave Architecture Powers Modern Multi‑Agent AI Systems

The article explains how the master‑slave (or manager‑worker) architecture, inspired by both software micro‑services and biological systems, solves context fragmentation and coordination challenges in large‑model multi‑agent applications, detailing design principles, technical implementations, advantages, limitations, and suitable use cases.

AI coordinationContext managementMulti-Agent
0 likes · 15 min read
Why Master‑Slave Architecture Powers Modern Multi‑Agent AI Systems
dbaplus Community
dbaplus Community
Apr 6, 2025 · Artificial Intelligence

What Are AI Agents? A Deep Dive into Multi‑Agent Systems and Frameworks

This article provides a comprehensive overview of AI agents and multi‑agent systems, covering definitions, classifications, workflow versus agent architectures, comparative feature tables, and detailed examinations of popular frameworks such as OpenAI Swarm, AutoGen, and Magentic‑One, including design principles, code examples, orchestration strategies, and practical application scenarios.

AI AgentsAutoGenMagentic-One
0 likes · 40 min read
What Are AI Agents? A Deep Dive into Multi‑Agent Systems and Frameworks