Orchestration

11 articles about orchestration.

Broken Telephone in Agent Chains - Why Intent Gets Lost Beyond 2 Hops

·2 min read

When AI agents pass tasks through a chain, intent degrades after two hops. The central coordinator pattern keeps the original goal intact.

agent-chainsorchestrationcoordinator-patternmulti-agentintent

Claude Code as the Brain for Desktop Automation Workflows

·3 min read

Claude Code is not just a coding tool - it is the ideal orchestration brain for desktop automation. Here is how to use it as the central controller for

claude-codedesktop-automationorchestrationworkflowsmacos

Cross-Review Between Parallel Agents Catches the Bugs Single Agents Miss

·5 min read

When parallel agents review each other's work instead of their own, they catch integration-level bugs that self-review misses. The data shows 87% fewer false positives and 3x more real bugs found.

multi-agentcode-reviewparallel-agentsorchestrationquality

Dumb Orchestrator With Smart Workers Beats One Big Agent

·2 min read

A simple decision-tree orchestrator routing tasks to specialized worker agents - browser, accessibility, sequential - is more reliable than a single

orchestrationmulti-agentworkflowreliabilityarchitectureautomation

The Simplest Way to Log Parallel Sub-Agent Conversations

·2 min read

When running 5+ AI agents in parallel with an orchestrator, having each sub-agent write its conversation to a file is the most reliable logging approach.

agent-loggingorchestrationparallel-agentsmcpobservabilityclaudecode

How I Build Multi-Agent Systems: Routing via Bindings

·2 min read

Multi-agent systems work best when each agent has focused bindings. Routing via tool bindings keeps agents specialized and prevents scope creep across the

multi-agentroutingbindingsagent-architectureorchestration

Multi-LLM Agent Routing - Using Different Models for Different Subtasks

·3 min read

How AI agents route between multiple LLMs - using Claude for orchestration, smaller models for classification, and specialized models for code generation or

multi-llmmodel-routingai-agentsclaudeorchestrationcost-optimization

Using Multiple LLMs for Multi-Agent Workflows - Orchestration Patterns That Work

·2 min read

How to run multi-agent workflows with different LLMs for different subtasks. Claude as orchestrator, specialized models for specific jobs, and env var

multi-agentllmorchestrationclaudeworkflowclaudecode

Claude Orchestrates GPT and Gemini - Multi-Model Routing for Desktop Automation

·3 min read

Use Claude for planning and reasoning, route execution tasks to cheaper models like GPT or Gemini. Multi-model orchestration cuts costs without sacrificing

multi-modelorchestrationclaudegptgeminicost-optimization

Orchestrator Implementor Review Loop - Code Review with tmux Claude Code Sessions

·2 min read

How to implement a code review loop using tmux-based Claude Code orchestration with separate orchestrator, implementor, and reviewer sessions.

claude-codetmuxcode-revieworchestrationmulti-agent

MCP Changed How I Think About AI Agent Orchestration

·2 min read

Complex orchestration frameworks are overkill. A simple JSON state object passed between steps handles most AI agent workflows better than any framework.

orchestrationstate-managementmcpjsonai-agentsautomation

Browse by Topic

How did this page land for you?

React to reveal totals

Comments ()

Leave a comment to see what others are saying.

Public and anonymous. No signup.