April 10, 2026
Live Mode: The TUI That Watches Your Agents So You Don't Have To
Stop manually cycling panes to watch agents. Live Mode uses conviction scoring to rotate your terminal grid to whichever AI agent is actually working.
Technical writing from the initech project.
April 10, 2026
Live Mode: The TUI That Watches Your Agents So You Don't Have To
Stop manually cycling panes to watch agents. Live Mode uses conviction scoring to rotate your terminal grid to whichever AI agent is actually working.
April 1, 2026
Running Claude Code, Codex, and OpenCode in the Same TUI
Mix agent CLIs in one TUI. Run Claude Code, OpenAI Codex, and OpenCode side by side with per-role overrides, activity detection, and shared IPC.
March 31, 2026
Per-Role Command Overrides: Run Codex, Amp, and Claude Code Side by Side
Override the launch command per role in initech.yaml. Run Codex, Amp, and Claude Code side by side in the same terminal multiplexer.
March 30, 2026
Cross-Machine Coordination: Run Your Agent Fleet Across Multiple Machines
Run a fleet of AI coding agents on remote machines and monitor them from one local TUI. yamux over TCP, no SSH tunneling, auto-reconnect.
March 28, 2026
Why We Built a Terminal Multiplexer for AI Agents
Why tmux breaks as a runtime for multiple AI coding agents, and what a purpose-built terminal multiplexer does differently: IPC, activity detection, events.