Collection size
95 articles
Page 3 of 5
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 agentsGovernanceMulti-Agent Systems
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 IntelligenceMulti-Agent Systems
0 likes · 9 min read
AI Agent vs. Agentic AI: Key Differences, Use Cases, and Evolution
AI Engineer Programming
AI Engineer Programming
May 13, 2026 · Artificial Intelligence

AI Agent Architecture Patterns: How to Choose the Right Solution for Your Workload

The article analyzes how AI agent architecture choices—single‑agent versus multi‑agent, ReAct, plan‑and‑execute, orchestrator‑worker, hierarchical teams, reflection, and HITL—affect cost, reliability, and scalability, providing quantitative trade‑offs and industry examples to guide workload‑specific selection.

AI agentsArchitecture PatternsHuman-in-the-Loop
0 likes · 16 min read
AI Agent Architecture Patterns: How to Choose the Right Solution for Your Workload
Alibaba Cloud Developer
Alibaba Cloud Developer
Aug 11, 2025 · Artificial Intelligence

How a Multi‑Agent Framework Supercharges Energy‑Sector AI Tasks

This article explains how the authors built a multi‑agent framework for the energy domain that splits complex tasks into simple subtasks, uses a planner‑scheduler‑executor pipeline, implements structured communication, memory management, and streaming output to overcome large‑model attention diffusion and improve efficiency and reliability.

Tool Invocationagent communicationstreaming output
0 likes · 23 min read
How a Multi‑Agent Framework Supercharges Energy‑Sector AI Tasks
Ray's Galactic Tech
Ray's Galactic Tech
Apr 23, 2026 · Backend Development

Stop Treating LLMs as 'All‑Purpose Tools': Practical Spring AI Multi‑Agent Architecture for Production

This article analyses why a single‑agent LLM approach quickly hits scalability, context, and governance limits, and presents a production‑ready Spring AI Multi‑Agent design—including layered architecture, agent metadata, skill engineering, routing strategies, orchestration, resilience, A2A service discovery, Kubernetes deployment, observability, security, and cost‑control—backed by concrete Java code examples.

A2AJavaKubernetes
0 likes · 38 min read
Stop Treating LLMs as 'All‑Purpose Tools': Practical Spring AI Multi‑Agent Architecture for Production
AI Architecture Hub
AI Architecture Hub
Feb 27, 2026 · Artificial Intelligence

Mastering AI Agents in 2026: A Four‑Layer Blueprint for Stable Deployment

This article breaks down Anthropic's four‑layer AI Agent architecture, explains when multi‑Agent setups are worthwhile, details how to design reusable Skills and a standardized MCP connection protocol, and provides a practical checklist and a ready‑to‑use Skill template for immediate implementation.

AI OpsAgent ArchitectureModel Context Protocol
0 likes · 16 min read
Mastering AI Agents in 2026: A Four‑Layer Blueprint for Stable Deployment
DataFunSummit
DataFunSummit
Sep 4, 2025 · Artificial Intelligence

Unlocking Multi‑Agent AI: How Ant Group’s agentUniverse Transforms Financial Services

The article explores Ant Group’s agentUniverse team’s experience applying multi‑agent technology in finance, covering background on large language models, the agentUniverse framework, real‑world implementations, and the advantages of coordinated multi‑agent collaboration for complex analytical and decision‑making tasks.

AI CollaborationFinancial AIagentUniverse
0 likes · 4 min read
Unlocking Multi‑Agent AI: How Ant Group’s agentUniverse Transforms Financial Services
PMTalk Product Manager Community
PMTalk Product Manager Community
Mar 18, 2026 · Product Management

When Your Team Is All Agents: How Product Management Must Evolve

The article analyses why using instant‑messaging groups to orchestrate multiple AI agents cannot scale to dozens or hundreds of agents, proposes a four‑layer ICSE architecture, compares three agent‑to‑agent communication models, and outlines the new governance, design, and roadmap responsibilities that product managers will need to master.

AI agentsGovernanceICSE architecture
0 likes · 14 min read
When Your Team Is All Agents: How Product Management Must Evolve
Architects Research Society
Architects Research Society
May 7, 2025 · Artificial Intelligence

Five‑Layer AI Multi‑Agent Architecture: Hierarchical, Human‑in‑the‑Loop, Decentralized, Pipeline, and Data Transformation

The article outlines a five‑layer AI multi‑agent architecture covering hierarchical command chains, human‑in‑the‑loop security barriers, decentralized peer‑to‑peer networks, industrial‑grade pipeline processing, and data‑transformation alchemy, each illustrated with concrete enterprise and autonomous‑driving examples.

AIHuman-in-the-LoopMulti-Agent Systems
0 likes · 3 min read
Five‑Layer AI Multi‑Agent Architecture: Hierarchical, Human‑in‑the‑Loop, Decentralized, Pipeline, and Data Transformation
AgentGuide
AgentGuide
Mar 30, 2026 · Artificial Intelligence

What Is a Multi-Agent System? Three Core Working Modes Interviewers Expect

The article explains that multi-agent systems typically operate in three patterns—sequential execution, parallel execution, and an evaluator-optimizer loop—covers when each pattern is appropriate, and offers interview tips on how to discuss these designs effectively.

AI InterviewAgent ArchitectureEvaluator-Optimizer
0 likes · 3 min read
What Is a Multi-Agent System? Three Core Working Modes Interviewers Expect
AgentGuide
AgentGuide
Apr 14, 2026 · Artificial Intelligence

What Is Mixture-of-Agents (MoA) and How Does It Boost Performance?

MoA (Mixture-of-Agents) is a quality-first multi-agent collaboration mode where multiple large models act as Proposers and an Aggregator merges their diverse outputs, delivering more robust and higher-quality results at the cost of increased latency, making it ideal for high-value, open-ended tasks and extensible via multi-layer aggregation.

AIAgent CollaborationMixture of Agents
0 likes · 4 min read
What Is Mixture-of-Agents (MoA) and How Does It Boost Performance?
Data STUDIO
Data STUDIO
Apr 1, 2026 · Artificial Intelligence

Blackboard System: Enabling Dynamic Collaboration Among Expert AI Agents

This article compares a rigid sequential multi‑agent pipeline with a flexible blackboard architecture, showing how shared memory and a dynamic controller let specialist AI agents cooperate opportunistically, obey conditional user instructions, and achieve higher efficiency and instruction‑following scores.

Blackboard SystemDynamic SchedulingLLM
0 likes · 21 min read
Blackboard System: Enabling Dynamic Collaboration Among Expert AI Agents
phodal
phodal
Feb 24, 2026 · Artificial Intelligence

How Routa Turns Multi‑Agent AI Coding into an Engineered Collaboration Framework

Routa is an engineering‑focused multi‑agent framework that separates tasks, state, events, and execution into controllable modules, enabling open‑ecosystem AI coding agents to collaborate through structured specifications, event‑driven coordination, and verifiable tool interfaces rather than fragile prompt stitching.

AI CollaborationAgent CoordinationEvent-driven
0 likes · 12 min read
How Routa Turns Multi‑Agent AI Coding into an Engineered Collaboration Framework
Machine Heart
Machine Heart
May 18, 2026 · Artificial Intelligence

JiuwenSwarm Launches Coordination Engineering for the ‘Beekeeping’ Era of AI Agents

openJiuwen’s open‑source JiuwenSwarm implements Coordination Engineering—a full‑stack system comprising Agent Swarm, Swarm Skills, a Skills Hub and self‑evolution—enabling autonomous multi‑agent collaboration, demonstrated by medical, coding, video and game case studies and achieving a 94.2% PinchBench score with 34.8% token savings.

AI agentsCoordination EngineeringJiuwenSwarm
0 likes · 13 min read
JiuwenSwarm Launches Coordination Engineering for the ‘Beekeeping’ Era of AI Agents
Xiaohongshu Tech REDtech
Xiaohongshu Tech REDtech
May 19, 2026 · Artificial Intelligence

Agent‑Driven R&D Efficiency: Exploration and Practice at QECon Shenzhen 2026

At QECon Shenzhen 2026, Xiaohongshu's tech team will present five technical talks that showcase how AI agents are applied to architecture risk analysis, change automation, large‑model load‑testing data construction, end‑to‑end testing, and client‑side performance, illustrating concrete engineering solutions and measurable productivity gains.

AI agentLLMPerformance
0 likes · 13 min read
Agent‑Driven R&D Efficiency: Exploration and Practice at QECon Shenzhen 2026
Geek Labs
Geek Labs
Mar 26, 2026 · Artificial Intelligence

Designing AI Agent Collaboration with a 1300‑Year‑Old Imperial System (12.7k Stars)

Edict (三省六部) is an open‑source AI multi‑agent framework that embeds a 1300‑year‑old Chinese imperial bureaucracy into its workflow, offering built‑in approval, real‑time dashboards, task intervention, and full audit trails, and it has already attracted 12.7k GitHub stars.

AI agentsEdictMulti-Agent Systems
0 likes · 7 min read
Designing AI Agent Collaboration with a 1300‑Year‑Old Imperial System (12.7k Stars)