Collection size
95 articles
Page 4 of 5
Big Data and Microservices
Big Data and Microservices
Apr 24, 2026 · Artificial Intelligence

How to Keep System Complexity in Check for Multi‑Agent Collaboration

The article outlines practical principles and concrete measures—starting with a simple coordinator‑sub‑agent pattern, evolving only when bottlenecks appear, and controlling dimensions such as agent splitting, count, roles, communication, and orchestration—to prevent complexity overload in multi‑agent AI systems, and adds runtime safeguards and a step‑by‑step deployment roadmap.

AI Agentsarchitectural designmulti-agent collaboration
0 likes · 7 min read
How to Keep System Complexity in Check for Multi‑Agent Collaboration
Architect
Architect
Jun 7, 2025 · Artificial Intelligence

Mass Framework: Boosting Multi‑Agent Design with Smarter Prompts & Topologies

The Mass framework, developed by Google and Cambridge University, automates multi‑agent system design by jointly optimizing prompts and topologies through three staged processes, demonstrating significant performance gains over existing methods across various tasks while highlighting the importance of coordinated prompt‑topology optimization.

AI researchMass frameworkTopology Design
0 likes · 6 min read
Mass Framework: Boosting Multi‑Agent Design with Smarter Prompts & Topologies
AI Product Manager Community
AI Product Manager Community
Mar 8, 2025 · Artificial Intelligence

How OWL AI Agent Outperforms OpenManus: Technical Deep Dive

The article introduces the OWL (Optimized Workforce Learning) general‑purpose AI agent, explains its six‑step architecture, benchmark performance surpassing OpenManus, and argues that its innovations represent genuine application‑level advancement rather than mere “shell‑wrapping,” while highlighting its multi‑agent collaboration framework.

AIInnovationautomation
0 likes · 5 min read
How OWL AI Agent Outperforms OpenManus: Technical Deep Dive
Fun with Large Models
Fun with Large Models
Jan 10, 2026 · Artificial Intelligence

Designing Decentralized Multi‑Agent Networks with LangGraph: The Swarm Architecture

This article explains LangGraph's network (decentralized) architecture for multi‑agent systems, compares it with supervisor and hierarchical designs, and provides a step‑by‑step Python example using the langgraph‑swarm library to build agents that can dynamically hand off control and preserve conversation continuity.

LangGraphPythonSwarm
0 likes · 13 min read
Designing Decentralized Multi‑Agent Networks with LangGraph: The Swarm Architecture
AI Algorithm Path
AI Algorithm Path
May 8, 2025 · Artificial Intelligence

Five Essential AI Agent Workflow Design Patterns

This article introduces five core workflow design patterns for AI agents—Prompt Chaining, Routing, Parallelization, Orchestrator‑Worker, and Evaluator‑Optimizer—explaining their mechanics, concrete examples, suitable scenarios, and how they help build reliable, maintainable LLM‑driven systems.

AI AgentsEvaluator-OptimizerLLM workflow
0 likes · 10 min read
Five Essential AI Agent Workflow Design Patterns
Smart Workplace Lab
Smart Workplace Lab
Apr 20, 2026 · Artificial Intelligence

Building Enterprise‑Ready Agentic AI: Layered Architecture, Design Patterns, and Production Practices

The article presents a detailed, enterprise‑grade Agentic AI reference architecture—covering dynamic control loops, termination logic, six/seven‑layer stacks, key design patterns like ReAct and Plan‑and‑Execute, memory management, observability, cost optimization, and a step‑by‑step rollout roadmap for 2026 production deployments.

LLMObservabilityagentic AI
0 likes · 9 min read
Building Enterprise‑Ready Agentic AI: Layered Architecture, Design Patterns, and Production Practices
Data Party THU
Data Party THU
May 1, 2026 · Artificial Intelligence

Scaling Large-Scale Agent Networks: A Review of Topology, Memory, and Updates

This review examines why some large‑scale multi‑agent systems remain stable while others falter, introducing a three‑dimensional taxonomy—topology, memory scope, and update behavior—to explain scalability limits and highlighting world‑model inconsistency as a deeper bottleneck than communication protocols.

MemoryScalabilitydynamic updates
0 likes · 9 min read
Scaling Large-Scale Agent Networks: A Review of Topology, Memory, and Updates
PaperAgent
PaperAgent
Feb 11, 2026 · Artificial Intelligence

Unlocking Agentic Reasoning: A Deep Dive into the New LLM Paradigm

This comprehensive review dissects the emerging Agentic Reasoning paradigm for large language models, outlining its three‑layer architecture, core capabilities, optimization modes, benchmark suites, and real‑world applications across mathematics, science, embodied AI, healthcare, and autonomous web exploration.

AI benchmarksArtificial Intelligenceagentic reasoning
0 likes · 10 min read
Unlocking Agentic Reasoning: A Deep Dive into the New LLM Paradigm
James' Growth Diary
James' Growth Diary
Apr 28, 2026 · Artificial Intelligence

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

The article examines why single‑agent setups fail, introduces the Supervisor pattern for clear responsibility separation, compares Tool‑Calling and Handoff approaches, provides a complete TypeScript implementation, explores hierarchical supervisors, and outlines five common pitfalls with concrete fixes.

HandoffLangGraphSupervisor Pattern
0 likes · 15 min read
Mastering LangGraph Multi‑Agent Collaboration: The Supervisor Pattern Explained from Theory to Practice
AI Explorer
AI Explorer
Mar 7, 2026 · Artificial Intelligence

Can Tang Dynasty Bureaucracy Manage AI Agents? Inside the edict Open‑Source Multi‑Agent Framework

The edict project adapts the Tang dynasty’s three‑province, six‑department bureaucracy to a multi‑agent AI framework, introducing a hierarchical “Prince”, “Three Ministries”, and “Six Departments” structure with a veto‑power “Chancellor” layer, real‑time dashboards, task intervention, health monitoring, and zero‑dependency deployment.

AI AgentsEdictPython
0 likes · 9 min read
Can Tang Dynasty Bureaucracy Manage AI Agents? Inside the edict Open‑Source Multi‑Agent Framework
Fighter's World
Fighter's World
Jun 21, 2025 · Artificial Intelligence

Speculating Devin’s Context Engineering Architecture: How Long‑Horizon Agents Preserve Complete Context

The article analyzes why context engineering is crucial for multi‑agent AI systems, illustrates the fragility caused by fragmented context with a Flappy Bird analogy, and proposes three detailed speculative components—a compression‑to‑structure pipeline, a hybrid layered memory architecture, and a context‑aware coordination mechanism—culminating in a unified reference design for long‑horizon agents.

Agent CoordinationCompression PipelineContext Engineering
0 likes · 22 min read
Speculating Devin’s Context Engineering Architecture: How Long‑Horizon Agents Preserve Complete Context
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Mar 16, 2026 · Artificial Intelligence

Scaling Agentic Reinforcement Learning with a Decoupled T‑Architecture Using Verl and Argo Workflows

Agentic reinforcement learning is evolving from simple text generation to complex, scalable agents, but large‑scale deployment faces challenges like massive parallel rollout scheduling and reproducible environments; this article presents a decoupled T‑architecture that separates high‑level RL logic (Verl) from execution orchestration (Argo Workflows) to address these issues.

Argo WorkflowsDistributed SystemsScalable Reinforcement Learning
0 likes · 10 min read
Scaling Agentic Reinforcement Learning with a Decoupled T‑Architecture Using Verl and Argo Workflows
Old Zhang's AI Learning
Old Zhang's AI Learning
Jan 30, 2026 · Artificial Intelligence

Mastering Skills, Tools, MCP, and Subagents in Anthropic’s Agent Course

This article breaks down the core concepts from the free Anthropic short course—Tools, Skills, the Model Context Protocol (MCP), and Subagents—explaining their roles, differences, and how they combine to build reliable, parallelizable AI agents, illustrated with a customer‑insight case study.

AI AgentsAgent ArchitectureAnthropic
0 likes · 8 min read
Mastering Skills, Tools, MCP, and Subagents in Anthropic’s Agent Course
Design Hub
Design Hub
Mar 28, 2026 · Artificial Intelligence

Why Harness Engineering Is Emerging as a New Kind of Company

The AI community is shifting its focus from model performance to building runnable, observable, and scalable agent systems, a trend illustrated by the rise of Harness Engineering, Open Agents Company, and Agent Matrix across X discussions, GitHub projects, and developer meetups.

AI AgentsAI infrastructureAgent Matrix
0 likes · 14 min read
Why Harness Engineering Is Emerging as a New Kind of Company
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
May 15, 2026 · Artificial Intelligence

ClawMark: A Living‑World Benchmark for Multi‑Turn, Multi‑Day, Multimodal Coworker Agents

The ClawMark benchmark introduces 100 multi‑turn, multi‑day tasks across 13 professional scenarios and five stateful sandbox services, evaluating seven cutting‑edge agent systems with a top weighted score of 75.8 but only a 20% strict success rate, highlighting the difficulty of end‑to‑end collaborative agent performance.

LLMagent performancebenchmark
0 likes · 4 min read
ClawMark: A Living‑World Benchmark for Multi‑Turn, Multi‑Day, Multimodal Coworker Agents
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Apr 25, 2026 · Artificial Intelligence

Coordination Engineering’s Key Leap: Jiuwen Claw Introduces the New Team Skills Paradigm

Jiuwen Claw advances AI coordination engineering by unveiling Coordination Engineering and the first standardized multi‑agent capability package, Team Skills, which codifies collaboration workflows, offers a creator tool and hub for reusable, cross‑framework team skills such as a medical expert consultation team.

AI CollaborationCoordination EngineeringJiuwenClaw
0 likes · 10 min read
Coordination Engineering’s Key Leap: Jiuwen Claw Introduces the New Team Skills Paradigm
James' Growth Diary
James' Growth Diary
May 7, 2026 · Artificial Intelligence

Mastering the Coordinator Pattern: Control‑Plane/Data‑Plane Separation for Scalable Multi‑Agent Orchestration

The article dissects Claude Code’s Coordinator pattern, explaining how separating the control plane from the data plane eliminates serial bottlenecks, context overflow, and fault‑propagation in single‑Agent setups, and details the dual back‑end design, message protocol, engineering insights, technical debt, and practical adoption guidelines.

Backend AbstractionControl PlaneCoordinator
0 likes · 16 min read
Mastering the Coordinator Pattern: Control‑Plane/Data‑Plane Separation for Scalable Multi‑Agent Orchestration
PaperAgent
PaperAgent
May 13, 2026 · Artificial Intelligence

One-for-All Multi-Agent Collaboration: Adaptive Cross-Task Topology Design

The paper introduces OFA-MAS, a one‑for‑all multi‑agent system that learns a universal topology designer using task‑aware graph encoding and a Mixture‑of‑Experts generator, achieving superior performance, OOD generalization, robustness, and efficiency across six major benchmarks.

LLMMixture of ExpertsTask-Aware Graph Encoder
0 likes · 14 min read
One-for-All Multi-Agent Collaboration: Adaptive Cross-Task Topology Design
Machine Heart
Machine Heart
May 30, 2026 · Artificial Intelligence

Beyond Single-Agent: Survey of Collaboration, Attribution, and Self‑Evolution in LLM Multi‑Agents

This survey introduces the LIFE framework for LLM‑based multi‑agent systems, outlining four stages—from individual agent capabilities through collaborative structures, failure attribution, to systemic self‑evolution—while analyzing how role design, communication, and scheduling affect performance, error propagation, and adaptive improvement.

AI SurveyCollaborationFailure Attribution
0 likes · 10 min read
Beyond Single-Agent: Survey of Collaboration, Attribution, and Self‑Evolution in LLM Multi‑Agents