Herdr and the Agent Multiplexer Gap: Why tmux Alone Isn't Enough
Once you run several coding agents at once, plain terminals and classic multiplexers stop being enough. Herdr fills the gap between tmux and agent apps.
Loading search...
Thoughts on data engineering, GenAI, distributed systems, and software architecture. Views expressed here are my own and do not represent my employer. RSS
Once you run several coding agents at once, plain terminals and classic multiplexers stop being enough. Herdr fills the gap between tmux and agent apps.
I spent a weekend with Moonshot's Kimi K3 launch notes and tech report. The useful story is not leaderboard rank. It is systems: sparse MoE, long context, open weights, and what it takes to run a 3T-class agent brain.
Most coding agents treat a subagent as a nested chat that returns prose. omp gives workers typed results, direct peer messages, and safer shared-file edits.
After 2 months switching between Claude Code, Codex, Gemini CLI, and Pi Agent for different coding tasks, Pi's 'primitives not features' philosophy turned it into the connective tissue between heavier tools.
HuggingFace's Tau is the first coding agent built to be understood. Its 200-line loop confirms what I suspected after 2+ years inside Claude Code, Cursor, and Codex: the architecture is universal, the magic is in the harness.