# Using Herdr to coordinate multiple coding agents across projects

DevFeed: [Using Herdr to coordinate multiple coding agents across projects](<https://devfeed.tech/articles/how-to-manage-multiple-coding-agents-without-the-chaos-18318.md>)

Original publisher: [Read original article](<https://newsletter.aiengineer.co/p/how-to-manage-multiple-coding-agents>)

Author: Owain Lewis

Published: 2026-07-10T18:25:31Z

Content type: tutorial

Language: en

Sources: [The AI Engineer](<https://devfeed.tech/sources/the-ai-engineer.md>)

Topics: [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [Terminal](<https://devfeed.tech/topics/terminal.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [codex](<https://devfeed.tech/topics/codex.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [codex](<https://devfeed.tech/tags/codex.md>), [coding-agents](<https://devfeed.tech/tags/coding-agents.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [terminal](<https://devfeed.tech/tags/terminal.md>)

## AI overview

The article describes using Herdr, a terminal multiplexer, to organize coding agents across projects with workspaces, panes, and tabs. It presents an orchestrator-worker pattern in which a primary agent starts and manages worker agents, including Claude Code, Codex, Pi, and OpenCode, for tasks such as implementing GitHub issues.

## Source excerpt

Here's how I use Herdr to manage agents across projects without losing track of what each one is doing.