Collection size
94 articles
Page 3 of 5
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 IntelligenceAutomation
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 ManagementLarge Language Models
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
Golang Shines
Golang Shines
Mar 26, 2026 · Artificial Intelligence

Essential AI Agent Design Patterns and Frameworks for Operations: Do You Know Them?

The article explains seven multi‑agent design patterns—workflow, routing, parallel, loop, aggregation, network, and hierarchy—detailing their mechanisms, use‑cases, and trade‑offs, then surveys popular agent frameworks (AutoGPT, Dify, AutoGen, CrewAI, LangGraph) and why they are needed for complex, dynamic decision‑making tasks.

AI AgentParallelReflection
0 likes · 12 min read
Essential AI Agent Design Patterns and Frameworks for Operations: Do You Know Them?
Machine Heart
Machine Heart
Apr 28, 2026 · Artificial Intelligence

How Coordination Engineering Turns Solo AI Agents into Elite Teams

The article introduces Coordination Engineering, a new paradigm that extends Harness Engineering to enable multiple AI agents to collaborate like an elite team, describing the Agent Team engine, Team Skills standard, self‑evolving capabilities, practical examples, and the open‑source ecosystem supporting these advances.

AI AgentsAgent TeamCoordination Engineering
0 likes · 18 min read
How Coordination Engineering Turns Solo AI Agents into Elite Teams
JD Cloud Developers
JD Cloud Developers
Feb 20, 2025 · Artificial Intelligence

How Multi‑Agent ReAct Architecture Boosts E‑Commerce AI Assistants

This article explains the evolution of multi‑agent systems for e‑commerce assistants, detailing the ReAct‑based planning framework, hierarchical master‑sub agent collaboration, evaluation methods, and sample‑generation techniques that together improve accuracy, efficiency, and scalability of AI‑driven merchant services.

AI planningE-commerceLLM
0 likes · 23 min read
How Multi‑Agent ReAct Architecture Boosts E‑Commerce AI Assistants
Efficient Ops
Efficient Ops
Mar 23, 2026 · Artificial Intelligence

7 Multi‑Agent Design Patterns Every AI Engineer Should Know

This article explains the seven core multi‑agent design patterns—workflow, routing, parallel, loop, aggregation, network, and hierarchical—detailing their mechanics, use cases, implementation tips, and why modern agent frameworks are essential for dynamic, cross‑system AI applications.

Agent FrameworksDynamic WorkflowLLM routing
0 likes · 12 min read
7 Multi‑Agent Design Patterns Every AI Engineer Should Know
BirdNest Tech Talk
BirdNest Tech Talk
Jan 11, 2026 · Artificial Intelligence

How AI Agents Overcome Context Window Limits: Gemini vs Manus Deep Research

The article analyzes the context‑window bottleneck of large language models, compares two architectural strategies—strengthening the model (Gemini Deep Research) and parallel agent decomposition (Manus Wide Research)—and details a wind‑power investment case study, technical implementation, and future directions.

AI researchLarge Language ModelsReAct
0 likes · 16 min read
How AI Agents Overcome Context Window Limits: Gemini vs Manus Deep Research
AntTech
AntTech
Apr 19, 2024 · Artificial Intelligence

AgentUniverse: An Enterprise‑Grade Multi‑Agent Framework for Complex Financial Analysis

The article introduces AgentUniverse, a large‑model multi‑agent framework that orchestrates specialized agents through a PEER collaboration pattern to overcome LLM limitations in complex financial tasks, demonstrates its architecture, workflow, experimental superiority on benchmarks, and provides open‑source installation details.

AIAgent FrameworkFinancial Analysis
0 likes · 10 min read
AgentUniverse: An Enterprise‑Grade Multi‑Agent Framework for Complex Financial Analysis
Golang Shines
Golang Shines
Jun 9, 2026 · Artificial Intelligence

Essential AI Agent Design Patterns and Frameworks Every Ops Engineer Should Know

The article explains seven AI agent design patterns—workflow, routing, parallel, loop, aggregation, network, and hierarchy—illustrates their use with concrete examples and code, compares agent frameworks such as AutoGPT, Dify, AutoGen, CrewAI and LangGraph, and shows why multi‑agent architectures outperform traditional workflows in complex operational tasks.

AI AgentLLMOperations
0 likes · 12 min read
Essential AI Agent Design Patterns and Frameworks Every Ops Engineer Should Know
PMTalk Product Manager Community
PMTalk Product Manager Community
Mar 22, 2026 · Product Management

Rethinking Product Architecture: How PMs Must Redefine Their Value in the Multi‑Agent Era

After a client demo revealed that using Slack chats to coordinate three AI agents cannot scale to dozens, the author argues that instant‑messaging is only a gateway, proposes a four‑layer ICSE architecture (Intent‑Control‑Service‑Event), outlines governance policies, and maps new product opportunities for PMs in the multi‑agent era.

AI AgentsArchitectureGovernance
0 likes · 15 min read
Rethinking Product Architecture: How PMs Must Redefine Their Value in the Multi‑Agent Era
AI Large Model Application Practice
AI Large Model Application Practice
Nov 13, 2024 · Artificial Intelligence

Exploring OpenAI Swam: A Minimalist Multi‑Agent Orchestration Framework

This article introduces the concept of multi‑agent systems, compares five popular orchestration frameworks, and provides a step‑by‑step tutorial for building and testing a simple supervision‑based workflow using OpenAI's experimental Swam library, complete with code snippets and performance observations.

LLMMulti-Agent SystemsOpenAI
0 likes · 12 min read
Exploring OpenAI Swam: A Minimalist Multi‑Agent Orchestration Framework
James' Growth Diary
James' Growth Diary
Apr 28, 2026 · Artificial Intelligence

Mastering LangGraph Multi‑Agent Collaboration: The Supervisor Pattern from Theory to Practice

This article explains why single‑agent LLM pipelines fail when many tools are attached, introduces the Supervisor pattern that separates routing and execution across specialized agents, compares Tool‑Calling and Handoff approaches, provides a complete TypeScript implementation—including hierarchical supervisors—and lists five common pitfalls with concrete fixes.

HandoffLLM orchestrationLangGraph
0 likes · 17 min read
Mastering LangGraph Multi‑Agent Collaboration: The Supervisor Pattern from Theory to Practice
Big Data and Microservices
Big Data and Microservices
Apr 18, 2026 · Artificial Intelligence

AI Agent vs. Agentic AI: Key Differences, Use Cases, and Evolution

This article clarifies the concepts of AI Agent and Agentic AI, compares their core definitions, architectures, autonomy, and application scenarios, and uses analogies to illustrate how they complement each other in the evolution from single-task automation to collaborative multi‑agent intelligence.

AI AgentArtificial IntelligenceComparison
0 likes · 9 min read
AI Agent vs. Agentic AI: Key Differences, Use Cases, and Evolution