Ask HN: Why are we still building web UI's just for human consumption?
It is becoming increasingly clear that AI agents will do more on the internet and operate many websites, so why are web UIs still built only for how humans use them? Why isn't it being extended so AI agents can talk to websites? Right now, the ridiculous amount of complexity it takes for AI agents to operate a website and perform simple operations is crazy; look at the Claude Chrome extension, it has to take multiple screenshots and is so slow.
I built a React-like plugin that allows React-based apps to talk to AI agents easily using events. It can fill forms, react to alerts and stuff. This was very easy to do (full disclosure, I did a lot of front-end engineering at FAANG for a long time), and my AI agent was able to do stuff in seconds, way faster than most AI agents that operate the browser. This was easy to do, so why isn't everyone doing it?
6 comments
[ 1.8 ms ] story [ 20.7 ms ] threadI struggle to think of a case where it is technically impossible to have an API because the website is presumably making API calls under the hood
It would take a lot to setup an API for certain resources when you consider stuff from security to compliance, but if you could just slap on a React plugin on already existing UIs so now agents can use the same site as humans already do.