You know that feeling. You’re deep in the terminal, chasing a bug, flow state locked in. Then you need AI help. You alt-tab to ChatGPT, paste an error, wait for the answer, copy, alt-tab back, paste, run. Every single time, your brain crashes.
The future of AI isn’t smarter models. It’s tools that disappear when you don’t need them and appear exactly when you do.
Someone finally built it. An open-source terminal app that wraps your shell and keeps AI invisible until you summon it. You keep working normally—your terminal looks exactly the same. Then you hit a key, and the AI overlay slides in, reads your scrollback, suggests commands. Approve one, and it types itself into your shell. No context switch. No friction.
But here’s where it gets interesting. The creator says the hardest part wasn’t the AI integration. It was making the thing transparent. Pushing lines into the host terminal’s native scrollback while being able to full-frame a TUI overlay. Event handling that doesn’t break your existing shell behavior.
Claude couldn’t solve it. The AI that everyone fears will take our jobs couldn’t crack the hardest part of its own integration.
That’s the twist. Most people assume the AI part is the bottleneck. Wrong. The bottleneck is the interface—the mundane, boring, brutally hard problem of building something that is simultaneously present and absent. The creator had to implement key parts by hand because Claude kept getting it wrong.
This flips the narrative. AI isn’t replacing developers. It’s highlighting where human craftsmanship still matters. The invisible bridge between AI and the user—that’s where the real skill lives.
It’s still alpha, but it’s already the daily driver for its creator on Mac and Linux. Windows not supported yet. If you live in the terminal, this is the first AI tool that doesn’t insult your workflow.
Don’t ask “what can AI do?” Ask “how can AI get out of the way?”
FAQ
Q: Isn't this just another AI wrapper? Why is it different?
A: It's not a wrapper. It's a seamless terminal overlay that doesn't break your existing workflow. The AI is a background engine—the innovation is the invisible UX that preserves your flow state.
Q: So what? How does this change how I work?
A: You stop context-switching. Every time you leave the terminal to ask AI, you lose 10-15 minutes of mental context. This tool eliminates that. Your productivity gains come from flow preservation, not AI magic.
Q: Aren't we overcomplicating things? Why not just use a terminal with built-in AI?
A: Because built-in AI often disrupts the terminal experience. This tool respects that the terminal is a sacred space. The contrarian truth: the best AI integration is the one you forget exists until you need it.