March 18, 2026
Panes, pains & robot brains
Show HN: Tmux-IDE, OSS agent-first terminal IDE
Turn your terminal into an AI team; fans cheer, skeptics see a token bonfire
TLDR: Open-source “tmux-IDE” turns a terminal into an AI-led team workspace, with a lead bot coordinating tasks across split screens. Commenters split between excitement and skepticism: cost and control are big worries, a dev bragged about a one-hour clone, others want mobile support, and a rival link popped up.
Dev hot take of the day: a new open-source tool turns your terminal into an AI team room. Tmux-IDE sets up split screens, drops in a lead AI (Claude) plus “teammate” panes, and lets you direct the crew in plain English while a simple config file reshapes the layout live. It even installs a Claude skill to auto-detect your project and spin everything up. Translation: your laptop becomes a tiny startup staffed by robot interns.
Cue the comments. The praise is there, but the wallet panic is louder. One skeptic wonders if the whole premise—“multiple agents like a human dev team”—is just burning money, admitting they’re already “burning a lot of tokens every day.” Another builder jumps in with a reality check: getting an agent to actually control multiple terminals back-and-forth is messy; sending keystrokes is easy, but “reading the room” is not. And then comes the classic Hacker Showdown: a drive-by flex—“built my own, smux, in one hour with Claude.” Of course there’s also the rival link drop: “cmux.”
Meanwhile, someone begs for a mobile tmux app, because why not run an AI crew on your phone? The vibe: part productivity dream, part token bonfire, part who actually makes this work. And, naturally, jokes about AI interns fighting over the keyboard write themselves.
Key Points
- •tmux-ide is an open-source, agent-first terminal IDE that builds a tmux layout with lead and teammate-ready panes.
- •A lead Claude agent coordinates teammates, assigning tasks and managing workflow via natural language prompting.
- •Layouts are defined in YAML (ide.yml), enabling live updates and reproducible configurations across machines and projects.
- •tmux-ide manages tmux sessions, pane splitting, and includes an experimental environment flag.
- •The install script registers a Claude Code skill to automatically set up the workspace; CLI includes init, launch, and restart commands.