@zachlloydtweets: Working on a new way to orchestrate agents. - Agent makes a delegation plan with subagent tasks - Run subagents locally…
Summary
A new method for orchestrating agents is being worked on, featuring delegation plans and subagents that can run locally or in Dockerized cloud environments, with message passing between them.
View Cached Full Text
Cached at: 05/08/26, 09:37 PM
Working on a new way to orchestrate agents.
- Agent makes a delegation plan with subagent tasks
- Run subagents locally, or in Dockerized cloud environments
- Subagents send and receive messages as they work
Run /orchestrate or let the agent use the delegation tool. Wdyt? https://t.co/4GTdvW1cl3
Similar Articles
@zachlloydtweets: Introducing multi-agent orchestration in Oz, with support for Claude Code, Codex and the Warp Agent. Use /orchestrate t…
Warp launches multi-agent orchestration in Oz, supporting Claude Code, Codex, and Warp Agent as harnesses. The update allows parallel subagent orchestration, cross-harness memory, and self-hosting options, providing a unified control plane for cloud agents.
@sydneyrunkle: https://x.com/sydneyrunkle/status/2071629451712983319
Deep Agents introduces dynamic subagents that use programmatic orchestration via code scripts instead of tool calls, enabling reliable scaling and complex workflows. The feature integrates with a QuickJS code interpreter for lightweight execution.
Sub-Agents Are Not the Only Way
The article challenges the default sub-agent orchestration pattern in multi-agent systems, advocating for decentralized coordination via a shared message board. It introduces Blueprint Bulletins, a feature that allows agents to post self-expiring notes on a shared board for ambient coordination without a central orchestrator.
@LangChain: Deep Agents now supports dynamic subagents. Instead of invoking subagents with tool calls, the main agent writes orches…
LangChain's Deep Agents now supports dynamic subagents, where the main agent writes orchestration code to coordinate work at scale, enabling workflows like processing hundreds of documents with deterministic coverage.
@bcherny: Just landed nested subagent support in Claude Code Starting to experiment more with agents kicking off agents as a way …
Boris Cherny announced nested subagent support in Claude Code, allowing agents to spawn subagents for better context management, capped at depth 5 and rolling out in today's release.