Skip to content
Developer tools

The best AI interface requires five years of nerd knowledge

They are just trying to force normies into the terminal. That is my read on current AI coding tools. Claude Code, Codex CLI, all of it. Capable tools locked behind decades of 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. What a shell is. Why your command worked in bash but not zsh. These are not skills. They are tribal knowledge.

I set up Claude Code on my phone with Tailscale and Termius. Build from the couch, merge from bed. But that required knowing Tailscale, SSH, terminal emulators, persistent sessions. Not accessible. Five years of 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. Now it is circling back to plain text markdown with hyperlinks. The same arc is happening with dev tools. Layers of abstraction peeling away.

The terminal is text in, text out. Exactly what LLMs are built for. No DOM, no pixels. Just streams of text both ways.

The missing product

v0 and Lovable got something right. People need visual feedback. But does anyone still start a project on v0 or Lovable, or is everyone on Claude Code from day one? Someone needs to build the bridge.

A terminal not made for nerds. That is the missing product. Not another IDE plugin. Not another chat wrapper. A real command line for people who have never typed ls in their lives. Nobody is building it yet.

Keep reading