← Reddit

Multi-agent setup works, but I'm the relay between my agents. Any fix?

Reddit · RoboRay · July 30, 2026
A solo operator has implemented a multi-agent AI system for their business using Claude as a coordinator with domain-specific agents and CLI executors, but currently serves as the manual relay between components, creating a bottleneck where agents sit 90% idle while they spend a full workday copying tasks between systems. The operator seeks either an existing framework that enables multi-vendor agent coordination (Claude, OpenAI, Gemini, and Kimi) with visual mission control, or confirmation that building a custom file-based dispatcher with a dashboard is the preferable approach.

Detailed Analysis

A Reddit post from r/Anthropic details an unusually mature multi-agent business automation setup and surfaces a structural problem that is becoming common among power users of Claude's agentic tools: the human operator has become the bottleneck between otherwise-capable AI agents. The poster runs a small business on what amounts to an AI org chart — a "Coordinator" agent running Claude in Claude Cowork on a Mac Studio, which plans work and cuts work orders; domain-specific chats that own individual business areas; and execution handled by Claude Code CLI sessions running on Opus, which build, test, and report back via markdown files on disk. The system includes real engineering discipline — fail-closed kill switches, budget ledgers, adversarial red-teaming, and live-fire tests on safety mechanisms — and has reportedly shipped customer-facing automations with hundreds of passing tests. Despite this sophistication, the poster measured that agent capacity sits roughly 90% idle because every handoff between agents — launching a CLI session, relaying a completion note, flagging an issue from one chat to another — runs through the human's clipboard and manual copy-paste, consuming a full workday and burning through context on a $200/month Max plan.

This is a notable data point in the evolution of agentic AI tooling: the bottleneck has shifted from "can the model do the task" to "can the orchestration layer route work between models and tools without a human relay." The poster's specific asks — agent-to-agent dispatch with human review reserved only for irreversible actions, a visual "mission control" view of agent state, and critically, multi-vendor interoperability across Claude, ChatGPT, Gemini, and Kimi subscriptions (not API billing, but the consumer seats users already pay for) — describe a gap that essentially no current product fully closes. Anthropic's own "Hermes" and Claude Cowork are oriented around Claude-native workflows; developer-facing orchestration frameworks like LangGraph or CrewAI exist but assume a technical operator willing to build and maintain infrastructure, which a solo small-business owner is explicitly trying to avoid. The request for cross-model orchestration is particularly telling: the poster notes that feeding the same design brief to ChatGPT and Gemini surfaced genuinely different critiques than Claude produced, suggesting real value in adversarial, multi-vendor review — a use case none of the major labs currently productizes, since each has strong incentives to keep users inside its own ecosystem rather than build interoperability with competitors.

This case also illustrates a broader trend in how advanced users are pushing Claude's agentic capabilities (Claude Code, Cowork, Opus-based execution) well past their designed single-operator use case, essentially reverse-engineering an org chart out of subscription products never built for persistent multi-agent orchestration. The file-based work queue with lease locks, kill files, and phone-ping tripwires the poster describes building themselves is a home-grown version of what enterprise workflow orchestration and message-queue systems (Temporal, Airflow, or even simple pub/sub architectures) have long provided, but reimplemented in plain text files and Terminal windows because no consumer-grade "orchestration layer for AI agents across vendors" yet exists. It also highlights a monetization tension: subscription tiers like Claude Max, ChatGPT Plus, and Gemini are priced and rate-limited around interactive human use, not around agents autonomously dispatching work to each other around the clock, so any product that enabled the poster's "dream" would likely strain those pricing models or require API-based billing instead.

Longer term, this thread is a preview of where agentic AI infrastructure is headed: from single-model chat, to single-vendor multi-agent orchestration (which Anthropic is now enabling through Cowork and Claude Code), toward a still-unbuilt layer of cross-vendor, visual, low-supervision orchestration that treats Claude, GPT, Gemini, and open models like Kimi as interchangeable "employees" in one shared workspace. Whoever builds that neutral orchestration layer — whether a startup, an open-source project, or one of the labs stepping outside its walled garden — stands to capture a meaningful slice of the emerging "AI middle management" software category that this poster is currently assembling by hand.

Read original article →