Collection size
94 articles
Page 3 of 5
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 architectureCoordination PatternsInformation Flow
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 architectureAgentic AIDesign Patterns
0 likes · 9 min read
Agentic AI Design Patterns: Pros, Cons, and Use Cases of Six Architectures
Linyb Geek Road
Linyb Geek Road
Apr 30, 2026 · Artificial Intelligence

Master the 7 Common AI Agent Design Patterns and Frameworks

This article surveys seven core multi‑agent design patterns—workflow, routing, parallel, loop, aggregation, network, and hierarchy—explains their mechanics, trade‑offs, and suitable scenarios, and reviews popular frameworks such as AutoGPT, Dify, AutoGen, CrewAI, and LangGraph, with concrete examples and code snippets.

AI AgentsRoutingagent frameworks
0 likes · 12 min read
Master the 7 Common AI Agent Design Patterns and Frameworks
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 AgentsArchitectureLarge Models
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 EngineMulti-Agent Systems
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 researchLLM ArchitectureLangChain
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
Big Data and Microservices
Big Data and Microservices
Jul 28, 2026 · Artificial Intelligence

How WorkBuddy’s Multi‑Agent Expert Team Automates End‑to‑End Tasks

The article explains how multi‑agent AI systems, exemplified by WorkBuddy’s “expert team,” replace single‑model chatbots by assigning specialized roles—data retrieval, chart generation, writing, layout—to collaboratively produce complete deliverables such as monthly reports, complex tickets, and expense reimbursements, highlighting outsourcing and orchestra collaboration modes.

AI orchestrationAutomationMulti-Agent AI
0 likes · 9 min read
How WorkBuddy’s Multi‑Agent Expert Team Automates End‑to‑End Tasks
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 agentDesign PatternsParallel
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 TeamMulti-Agent Collaboration
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 planningAgent ArchitectureE-commerce
0 likes · 23 min read
How Multi‑Agent ReAct Architecture Boosts E‑Commerce AI Assistants