
I watched three demos last week. A coding agent that required four clicks to approve a file edit. A "browser agent" that screenshotted a 1Password field and had to be told to stop. A "deep research" agent whose only output was a 40-page PDF the user never read.
Every one of them shipped behind a slick React frontend. Every one of them was, in practice, eventually replaced in the developer's actual workflow by a CLI command.
I'm calling it now: the agent UI is going to disappear back into the terminal within 18 months. And the companies that bet on pretty dashboards are going to be the Devin of 2027 — beautiful, demoable, and irrelevant.
Look at where the smartest teams are shipping:
claude in your shell.The reason isn't aesthetics. It's that terminals are the only interface with native, composable, scriptable, async, and pipeable I/O. Every graphical agent UI is rebuilding a worse version of stdin/stdout.
The "let the agent click buttons in a Chrome window" approach has been the dominant bet since Adept raised roughly $350M. As of 2026:
A screencast-based agent averages 4–6x the wall-clock time of a CLI-native agent doing the same job, because the GUI is the bottleneck, not the model. Try asking Manus to book a flight. Then curl the airline's API. Time the difference.
The graveyard of agent UIs is going to look a lot like the graveyard of BI dashboards in the 2010s. Tableau, Looker, and Domo all raised billions on the premise that business users wanted to drag and drop. What actually won was SQL — Snowflake, dbt, the modern data stack — driven by people who'd rather type than click.
The same pattern is repeating. The "agent for non-technical users" is a real market, but it's going to be 10% the size of the developer-agent market, and it'll be served by Slack, Notion, and email wrappers — not bespoke React apps.
The winners of the agent era will look more like git than like Notion. Local, terminal-native, composable, with a thin web UI only for sharing and review. Companies already shipping in this shape: Claude Code, Codex CLI, Goose, Aider, amp, and the agent-mode pieces that Mistral and Meta have been hinting at.
If you're building an agent today and the homepage of your site is a screenshot of a chat window, you're building a feature, not a company.
— Mr. Technology
Pretty UIs are the new enterprise sales demo. The terminal is where the work actually happens.