All posts
2 min read

Chat is just the laziest interface you can build for an AI agent

The 'Beyond the Chatbox' framework argues for task-specific screens and visible reasoning over generic chat, predicting 40% of enterprise apps will have agents by end of 2026.

A design agency put out a framework called “Beyond the Chatbox” arguing for something that, to me, should’ve been obvious for a while: if an AI agent is going to take a real action in your system, a generic text box is almost always the worst possible interface for that. The pitch is to make the agent’s reasoning visible, add human approval checkpoints, and use task-specific screens (a form here, a table there) instead of dumping everything back as one long chat reply. The prediction cited is that by the end of 2026 about 40% of enterprise applications will include AI agents for specific tasks, up from less than 5% in 2025.

This is basically what I already do with my own MCP agent

I run a Model Context Protocol agent scoped to my work context, with a custom code-review skill grounded in articles I’ve read about code review and AI. I document everything as a graph in Obsidian, where each node is a module, submodule, or feature the agent understands. If I’d designed that agent to only ever respond in a wall of chat text, it would be a lot less useful than it actually is.

What makes an agent like that genuinely work isn’t the answer itself, it’s the structure around it: I know exactly which module it’s looking at, I can trace where a review comment came from, and, the important part, there’s a clear approval point before anything turns into a real change in the code. That’s essentially the “human approval checkpoint” the framework describes, except I got there out of practical necessity, not by reading a design manifesto.

My guess for why this kind of interface is still rare is that generic chat is just so much cheaper to ship than task-specific UI. You can throw anything into a text box and call it an “AI product.” Building a proper approval screen, one that surfaces the agent’s reasoning in a way that actually helps whoever’s reviewing it, takes real work: it’s practically its own product.

If that 40%-by-end-of-2026 projection holds, I think the question left over isn’t “will agents show up in enterprise apps”: that part’s already a given. It’s how many of those agents will have an interface actually designed to show what they’re doing, versus how many will just be another chat box glued on for decoration.

Post on LinkedIn

Opens LinkedIn with the link and cover. The text is already copied, just paste it.

A generic chat box is almost always the worst possible interface for an agent that takes real action in your system.

I read the "Beyond the Chatbox" framework, which argues for visible reasoning, human approval checkpoints and task-specific screens. I got there out of necessity rather than from a manifesto: my MCP code review agent is only useful because I know which module it is looking at and I have a clear approval point before anything becomes a real change.

A text box is cheap. A decent approval screen is practically a separate product.

The forecast says 40% of enterprise apps will ship agents by the end of 2026. How many will have an interface anyone actually designed?

https://nicolas-queiroz.github.io/en/blog/2026-09-13-beyond-the-chatbox/

#AI #MCP #APIs
Post on LinkedIn Download the cover

Keep reading

2 min read

A machine-checked Fermat: what it reminds me about my own code

Anthropic says Claude translated an existing proof of Fermat's Last Theorem into Lean and got it fully machine-verified in 11 days.

AILLMsMCP
2 min read

When building it yourself gets cheaper than buying it

A McKinsey survey found nearly a third of companies skipped buying software because AI coding agents let them build the same thing in-house.

AIBackendCloud
Back to blog