Back

April 2026  ·  Alex Johnson

What it means for an AI product to feel obvious

The interfaces that feel obvious aren't the ones with the simplest information. They're the ones where every element earns its place by reducing a specific decision the user would otherwise have to make themselves.

In AI products, this is harder than it sounds. The system is doing something probabilistic. It has a confidence level it rarely shows you. It made a choice it can't fully explain. The natural design response is to expose more, add a confidence bar, surface the reasoning, show the alternatives. But more information doesn't automatically produce more trust. It can just as easily produce more confusion, or worse, false confidence in the wrong signal.

At Matroid, I worked on model evaluation and deployment for computer vision workflows. Engineers and data scientists were trying to answer a deceptively simple question: is this model ready to deploy? The system had real information to offer, precision, recall, failure rates across classes, example images of misses. But raw exposure of that data wasn't enough. Users were spending 8 minutes on average to diagnose a model performance issue, and many were still making the wrong call.

The redesign wasn't about simplifying the data. It was about sequencing it. We mapped the actual decisions users needed to make, is the overall score good enough, where are the failures concentrated, are the failure cases acceptable for this use case, and we built the interface around that decision chain rather than around the data schema. By the end of usability testing, time-on-task had dropped to 2:30.

Obvious doesn't mean simple. It means the interface is working harder than you are. Every label, every data point, every empty state is doing a specific job: telling you what to look at, in what order, with what level of alarm. When that's right, the product feels obvious. When it's wrong, it just looks clean.