logoalt Hacker News

Myrmornistoday at 3:55 PM2 repliesview on HN

TUIs built today should be usable by AI agents. I'm not sure exactly what it looks like but I'm imagining that every UI view has an associated CLI command that can yield precisely that view. Maybe like formally structured breadcrumbs, or maybe like Emacs "keyboard macros".


Replies

apitmantoday at 7:10 PM

I've found agents effective using GUI apps with nothing but the ability to take screenshots and send mouse and keyboard commands. I imagine they'd work even better with a TUI, even if it's not designed with agents in mind at all.

kees99today at 3:58 PM

Agents excel at using CLI tools with well-written "--help". So maybe consider that instead of TUI.

show 1 reply