Alternatives
Products that do what OrchestKit does
Multi-agent orchestration for Claude Code — MIT
- 1

Run parallel coding agents from one desktop workspace
Apr 2026 · claude.com
- 22C
Single-agent LLMs suck at long-running complex tasks. We’ve open-sourced a multi-agent orchestrator that we’ve been using to handle long-running LLM tasks. We found that single LLM agents tend to stall, loop, or generate non-compiling code, so we built a harness for agents to coordinate over shared context while work is in progress. How it works: 1. Orchestrator agent that manages task decomposition 2. Sub-agents for parallel work 3. Subscriptions to task state and progress 4. Real-time sharing of intermediate discoveries between agents We tested this on a Putnam-level math problem, but the…
Feb 2026 · github.com
- 3

Put Claude Code tasks on autopilot with smart routines
Apr 2026 · anthropic.com
- 4

- 5

- 6

- 7

Multi-agent review catching bugs early in AI-generated code
Mar 2026 · claude.com
- 8

Open-source unified interface for agent harnesses
22d ago · harnessrouter.ai
- 9

- 10

- 11
- 12

- 13

- 14

- 15
- 16
AgentGrid▲77Hi HN, I’m Michael, I built AgentGrid with my friend Souren because we were tired of losing our coding sessions and couldn't keep track of what was actually being built across our many projects. Our approach was to use an infinite canvas desktop app for the TUIs we already know and love, mainly claude + codex. We drew inspiration from Figma and Railway. Overtime we added image nodes, notes, terminals, coding editors, source control, etc. I wasn't sure about it at first. It took me a month to give the first version Souren built a real try. What got me was an Apple System Update I've been…
Jul 2026 · agentgrid.sh
- 17

- 18
KingCoding▲91Run Claude, Codex & Cursor in parallel from one dashboard
Mar 2026 · kingcode.shingoirie.com
- 19

- 20

- 21AO
I have spent a long time working in an XP/TDD style, so when AI coding tools became useful enough for real work, I adopted them quickly. The first bottleneck I hit was not code generation, it was verification: AI could write code and tests quickly, but I was still the person reviewing implementations, clicking through flows, checking logs, inspecting database state, and deciding whether the result was actually correct. That pushed me to move validation further left. Before implementation, AI had to produce test plans. After implementation, it had to execute those plans too: drive the…
Mar 2026
- 22

Hello Folks! Agentic Orchestrator is a terminal tool that takes complex feature requests and builds them by orchestrating coding agents through a series of phases that emulate a full-fledged engineering flow: requirements clarification, research, design, multi-phase planning, implementation, and review. It is a single pane of glass for all your features and exposes post-publish utilities such as resolving merge conflicts and responding to review comments. The key design choice is that this is deterministic orchestration on top of undeterministic agents: things like "human review gates",…
Jun 2026 · github.com
- 23OV
Jun 2026 · github.com
- 24

Agents orchestrating other agents. Contribute to backnotprop/orchestrator development by creating an account on GitHub.
Jul 2026 · github.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →