Collection size
94 articles
Page 4 of 5
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.

LLM routingMulti-Agent Systemsagent frameworks
0 likes · 12 min read
7 Multi‑Agent Design Patterns Every AI Engineer Should Know
DeepNoMind
DeepNoMind
Feb 17, 2026 · Artificial Intelligence

Agent Assembly Line: A High‑Reliability Design Pattern for Scalable AI Agents

This article introduces the Agent Assembly Line pattern—a three‑stage, parallel pipeline built with Pydantic models and ThreadPoolExecutor—to boost the throughput of AI agent systems, provides full implementation code, and demonstrates a 206% performance gain over a sequential approach.

Agentic AILangChainParallelism
0 likes · 15 min read
Agent Assembly Line: A High‑Reliability Design Pattern for Scalable AI Agents
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 researchAgent ArchitectureReact
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 agentDesign PatternsFrameworks
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.

LLM orchestrationLangGraphSupervisor Pattern
0 likes · 17 min read
Mastering LangGraph Multi‑Agent Collaboration: The Supervisor Pattern from Theory to Practice
webdream
webdream
Aug 8, 2026 · Artificial Intelligence

Engineering a Multi‑Agent System: Architecture, Stability, and Observability Lessons

This article shares practical engineering insights from building a multi‑agent LLM system, covering why multiple agents are needed, the 3‑agent + 1 skill architecture, LangGraph orchestration, tool integration via MCP, stability mechanisms, layered memory, traceability, streaming UI, and common pitfalls.

LLMLangGraphMCP
0 likes · 12 min read
Engineering a Multi‑Agent System: Architecture, Stability, and Observability Lessons
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 agentAgentic AIArtificial Intelligence
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 AgentsLangGraphReact
0 likes · 16 min read
AI Agent Architecture Patterns: How to Choose the Right Solution for Your Workload
Hacker Afternoon Tea
Hacker Afternoon Tea
Jun 26, 2026 · Artificial Intelligence

Why Loop Beats Multica: The Crucial Divide Between an AI “Colleague” and an Outsourced Agent

The article compares Loop and Multica, showing how Loop’s “colleague” model—featuring a three‑layer Soul/Agent/Instance identity, explicit @‑based dispatch, rich multi‑agent orchestration, rewind capability, scheduled tasks, and precise external event routing—outperforms Multica’s simpler “outsourced task” approach despite Multica’s broader tool matrix.

AI collaborationAgent ArchitectureHuman-AI Interaction
0 likes · 18 min read
Why Loop Beats Multica: The Crucial Divide Between an AI “Colleague” and an Outsourced Agent
DataFunTalk
DataFunTalk
Jul 7, 2026 · Artificial Intelligence

JiuwenSwarm: From Model Scale‑Up to Agent Scale‑Out

The keynote explains how agent architectures have evolved from Prompt, Context, and Harness Engineering to the new Coordination and Symbiosis Engineering paradigms, and how JiuwenSwarm’s AgentOS tackles the enterprise‑level challenges of multi‑agent collaboration, mission‑critical workflows, and large‑scale production deployment.

AI AgentsAgentOSEnterprise AI
0 likes · 3 min read
JiuwenSwarm: From Model Scale‑Up to Agent Scale‑Out
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.

Agent CommunicationTool Invocationstreaming 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 collaborationagentUniversefinancial AI
0 likes · 4 min read
Unlocking Multi‑Agent AI: How Ant Group’s agentUniverse Transforms Financial Services
Design Hub
Design Hub
Jun 23, 2026 · Artificial Intelligence

Why Sakana’s Fugu Shows the Future of AI Is a Manager, Not a Bigger Brain

Sakana’s Fugu is a multi‑agent orchestration platform that claims to outperform leading large models by dynamically routing tasks among specialized agents, but its marketing narrative, benchmark claims, case studies, cost, latency, and transparency raise significant technical and governance questions.

AI GovernanceAI industry trendsAI orchestration
0 likes · 20 min read
Why Sakana’s Fugu Shows the Future of AI Is a Manager, Not a Bigger Brain