Tagged articles
16 articles
Page 1 of 1
PaperAgent
PaperAgent
May 29, 2026 · Artificial Intelligence

Why Claude Opus 4.8’s Real Breakthrough Is Its Dynamic Workflows

Anthropic’s Claude Opus 4.8 upgrades agentic reliability and honesty, while its new Dynamic Workflows turn hundreds of agents into a hierarchical, parallel, verifiable pipeline that can orchestrate large‑scale code migrations such as React‑to‑Solid.js or a 750k‑line Rust rewrite in days.

AI orchestrationClaudeOpus 4.8
0 likes · 7 min read
Why Claude Opus 4.8’s Real Breakthrough Is Its Dynamic Workflows
Data Party THU
Data Party THU
May 28, 2026 · Artificial Intelligence

Replacing Fragile Monoliths with Multi‑Agent Networks for Stable Productivity

The article explains why single‑agent LLM pipelines are brittle for complex tasks, how mature multi‑agent toolchains enable cooperative or competitive agent designs, and provides concrete communication protocols, task‑decomposition rules, framework comparisons, code samples, and scaling considerations for building robust production AI systems.

AI orchestrationMulti-Agent Systemsagent communication
0 likes · 29 min read
Replacing Fragile Monoliths with Multi‑Agent Networks for Stable Productivity
ZhiKe AI
ZhiKe AI
May 17, 2026 · Artificial Intelligence

Harness Engineering: How 8 AI Agents Collaborate to Write Wuxia Novels

The article details Harness Engineering’s deterministic multi‑agent workflow that splits novel writing into seven staged phases, enforced by strict rule files and verification scripts, enabling eight specialized AI agents to collaboratively produce complete wuxia novels with consistent characters, martial arts systems, and quality guarantees.

AI orchestrationMulti-Agent Systemsdeterministic workflow
0 likes · 22 min read
Harness Engineering: How 8 AI Agents Collaborate to Write Wuxia Novels
The Dominant Programmer
The Dominant Programmer
Apr 28, 2026 · Backend Development

Spring Boot, LangChain4j & Ollama: Chain for Intent Recognition and Task Dispatch

The article demonstrates how to construct a Spring Boot application that orchestrates multiple AI services using LangChain4j and Ollama, defining intent‑classification and tool‑based assistants, registering them as beans, and routing user requests through a controller to achieve multi‑step intent recognition and task dispatch in a simulated intelligent customer‑service workflow.

AI orchestrationLangChain4jOllama
0 likes · 13 min read
Spring Boot, LangChain4j & Ollama: Chain for Intent Recognition and Task Dispatch
Big Data and Microservices
Big Data and Microservices
Apr 21, 2026 · Artificial Intelligence

How Multi‑Agent AI Teams Transform Complex Projects: From Theory to Real‑World Use Cases

This article explains multi‑agent AI collaboration, outlines its core characteristics, breaks down the technical workflow of task decomposition, role assignment, communication and conflict resolution, compares leading frameworks, and showcases three practical scenarios—from financial report automation to game NPC ecosystems and intelligent customer service.

AI CollaborationAI orchestrationIndustry Insights
0 likes · 12 min read
How Multi‑Agent AI Teams Transform Complex Projects: From Theory to Real‑World Use Cases
AI Waka
AI Waka
Apr 14, 2026 · Artificial Intelligence

From Prompt Chains to Python State Machines: Evolving Production‑Grade AI Orchestration

This article chronicles three generations of production‑grade AI orchestration—from fragile Claude Code skill chains, through adversarial sub‑agent pipelines with explicit judges, to a deterministic Python state‑machine built on the Claude Agent SDK—highlighting how structured control flow, task splitting, and budget enforcement dramatically improve reliability over raw prompt‑driven workflows.

AI orchestrationClaude Agent SDKLLM
0 likes · 19 min read
From Prompt Chains to Python State Machines: Evolving Production‑Grade AI Orchestration
PaperAgent
PaperAgent
Mar 27, 2026 · Artificial Intelligence

How MASFactory Redefines Multi‑Agent System Orchestration with Graph‑Centric Vibe Graphing

MASFactory, an open‑source graph‑centric framework from Beijing University of Posts and Telecommunications, replaces hard‑coded multi‑agent orchestration with a natural‑language‑driven Vibe Graphing paradigm, offering a four‑layer architecture, human‑in‑the‑loop safety, and benchmark‑validated performance across seven public tasks.

AI orchestrationGraph-Centric ArchitectureMASFactory
0 likes · 7 min read
How MASFactory Redefines Multi‑Agent System Orchestration with Graph‑Centric Vibe Graphing
Frontend AI Walk
Frontend AI Walk
Mar 21, 2026 · Artificial Intelligence

How to Orchestrate Multiple AI Agents for Collaborative Development

This guide explains how to decompose a software project, schedule specialist AI agents, run them in parallel, and integrate their outputs, using OpenClaw and Sisyphus to build a full‑stack blog system and a user‑authentication service while covering best‑practice patterns, monitoring, and troubleshooting.

AI orchestrationOpenClawParallel Execution
0 likes · 18 min read
How to Orchestrate Multiple AI Agents for Collaborative Development
Frontend AI Walk
Frontend AI Walk
Mar 17, 2026 · Artificial Intelligence

Harness Engineering 101: Orchestrating AI Agents for 10× Productivity

This guide introduces Harness Engineering—a paradigm that shifts developers from merely using AI to commanding a team of AI agents—explaining its definition, technical foundations, workflow, real‑world examples, and why it can deliver ten‑fold efficiency gains.

AI orchestrationEngineeringOpenClaw
0 likes · 19 min read
Harness Engineering 101: Orchestrating AI Agents for 10× Productivity
IT Services Circle
IT Services Circle
Oct 18, 2025 · Artificial Intelligence

Unlock Multi‑Model AI Collaboration with Zen MCP – A Deep Dive

The Zen MCP open‑source server, now with over 8.6K stars, acts as a bridge that lets Claude Code, Codex CLI, Gemini CLI and other AI tools invoke dozens of large models simultaneously, offering seamless multi‑model cooperation, automatic model selection, conversation continuity, and local execution for privacy‑preserving AI workflows.

AI orchestrationAI toolingMulti-Model Collaboration
0 likes · 5 min read
Unlock Multi‑Model AI Collaboration with Zen MCP – A Deep Dive
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
Ops Development & AI Practice
Ops Development & AI Practice
Apr 18, 2025 · Artificial Intelligence

Mastering LoopAgent: Orchestrating Multi‑Agent Workflows with ADK

This article explains how the LoopAgent component of the Agent Development Kit enables coordinated, iterative execution of multiple sub‑agents, detailing its key parameters, workflow, multi‑agent collaboration patterns, and how iterative refinement improves complex AI task outcomes.

AI orchestrationAgent Development KitIterative refinement
0 likes · 6 min read
Mastering LoopAgent: Orchestrating Multi‑Agent Workflows with ADK