Back to browse
Metateam: run many Claude/Codex/Gemini CLI instances in one terminal UI

Metateam: run many Claude/Codex/Gemini CLI instances in one terminal UI

by falsename·Mar 6, 2026·3 points·2 comments

AI Analysis

MidBold Bet

Runs Claude/Codex/Gemini side-by-side with persistent memory, but embedding CLI tools in Rust is table stakes.

Strengths
  • Archivist agent that indexes repos and answers questions beats naive context grepping across agents.
  • Persistent memory and cross-machine P2P (TLS 1.3) unlocks real multi-session, multi-machine workflows.
  • Single Rust binary with zero setup friction (curl | sh) is solid DX.
Weaknesses
  • Core value is orchestration of existing CLI tools (Claude Code, Codex CLI, Gemini CLI) — embedding third-party tools is expected.
  • No evidence of better results than chaining agents separately; positioning as 'crew' feels more narrative than novel architecture.
Target Audience

Developers using multiple AI coding agents simultaneously; teams needing coordinated multi-LLM workflows.

Similar To

Continue.dev (IDE-based multi-agent) · GitHub Copilot Chat (multi-tool coordination) · Custom agentic frameworks (LangChain, CrewAI)

Post Description

Single Rust binary. Manages multiple AI coding agent sessions in tmux — Claude Code, Codex CLI, Gemini CLI side by side. Dashboard gives you tabs (F1–F11) to see each agent's terminal live. The agents get personas, persistent memory across sessions, and can message each other directly. Cross-machine P2P works over TLS 1.3 so crews on different machines collaborate. My favorite part: a dedicated archivist agent that never writes code, just indexes the entire repo on every push so other agents stop burning context grepping for files but ask him questions instead.

Free account, created during first run.

Similar Projects