Agent Oriented UI - A new interaction model for software used by AI agents
by•
What makes it different is the focus on agent-facing interaction, not just tool calling. It is less about giving an AI more commands, and more about designing software so an AI can work with clearer state, clearer targets, and clearer next actions.

Replies
Fascinating take. Has this been tested with specific agent frameworks like LangGraph?
@daniel_rachlin Thanks. I’ve built an experimental framework around the AOTUI concept and used it to develop a few simple agent-oriented apps for agents to use. I haven’t tested it with LangGraph yet, since my current agents are built on a different setup, but I’d be very interested in exploring that direction.