Why I Bet on the TUI
A "regular" UI is usually pleasant to the human eye, but it is complex by nature. By "regular" I mean browser-based UIs, native OS UIs, desktop apps, mobile screens -- all the rich, graphical surfaces we've spent decades polishing. They look great, and they cost a lot: heavier to build, harder to maintain, painful to ship everywhere.
A TUI is efficient. Even more so when you're dealing with text only -- which, let's be honest, is most of what we do as engineers. That's exactly why I'm using and developing Thurbox. It's faster to iterate on, trivial to install, and it runs the same everywhere: a remote VM over SSH, WSL, a bare desktop. One tool, one experience, no graphical stack required.
Look at the most powerful coding agents -- Claude Code and the rest. Almost all of them were designed first as a TUI. Then a wave of people tried to bolt their own "nicer" UI on top, and most of those wrappers have quietly ended up in the garbage. The terminal interface stuck around because it was the part that actually worked.
That's the real point: a TUI enforces simplicity (KISS) by nature. There's no room for decorative complexity, so you focus on the essential and keep only the features that earn their place. The constraint isn't a limitation -- it's the feature.