The best AI interface requires five years of nerd knowledge
They are just trying to force normies into the terminal. That is my honest read on a lot of the current AI coding tools. Claude Code, Codex CLI, all of it — powerful tools locked behind decades of accumulated Unix knowledge. The command line is the most agent-friendly interface we have, but most people cannot use it.
Based on observations about AI coding tool accessibility from early 2026.
The tribal knowledge problem
You need to know what a PATH is. You need to know what a shell is. You need to know why your command worked in bash but not in zsh. These are not skills. They are tribal knowledge.
I set up Claude Code on my phone with Tailscale and Termius. I can kick off a build from the couch, merge from bed. The phone becomes a remote control for a development environment that never sleeps. But that setup required knowing what Tailscale is, what SSH is, what a terminal emulator is, how to configure persistent sessions. That is not accessible. That is five years of accumulated nerd knowledge compressed into a weekend project.
The arc back to plain text
The internet went from plain text HTML with hyperlinks to bloated SPA React apps and is now circling back to plain text markdown with hyperlinks. The same arc is happening with developer tools — we are peeling away layers of abstraction.
The terminal is text in, text out. That is exactly what LLMs are built for. No DOM to parse, no pixels to interpret, just streams of text flowing in both directions.
The missing product
v0 and Lovable understood something — people need visual feedback. Does anyone actually start a project on v0 or Lovable anymore, or is everyone using Claude Code from day one. If the answer is increasingly the latter, someone needs to build the bridge.
A terminal that is not made for nerds. That is the missing product. Not another IDE plugin, not another chat wrapper. A genuine command line experience designed for people who have never typed ls in their lives. The opportunity is enormous and nobody is building it yet.