Coding Agents Made Real GUIs Cheaper Than Terminal UIs, Ptacek Argues
Thomas Ptacek argues coding agents have made building a real native GUI for a small personal tool nearly as cheap as building a terminal UI, so developers should stop defaulting to TUIs.
What it is
A blog post by Thomas Ptacek, discussed by Simon Willison alongside his own vibe-coded macOS menu-bar apps.
What it does
It makes the case that the traditional cost tradeoff favoring TUIs for quick internal tools has flipped, because agents can now scaffold a usable native GUI (a real windowed app, not just a terminal script) with little extra effort.
Why it matters
Instead of reaching for a TUI library by default, teams building internal tooling can consider a native interface first, since the agent-driven cost of a GUI is no longer meaningfully higher than a terminal one.
How to use it
Next time you'd normally scaffold a CLI or TUI for a personal utility, ask the coding agent to build a minimal native GUI instead and compare how much extra time it actually costs.