DEV Community

Discussion on: Agents are building their own UIs now. Here's when that's worth doing.

Collapse
 
peacebinflow profile image
PEACEBINFLOW

The distinction between interfaces where variability is the product versus interfaces where stability is the value is the kind of thing that's easy to nod along with and much harder to apply consistently in practice. What I keep thinking about is how that line isn't static—it moves depending on where the user is in their relationship with the app.

That onboarding example you gave feels right. A first session should adapt to intent because the user hasn't built a mental model yet, so there's nothing to disrupt. But the same app might benefit from that variability again later, during a feature discovery moment or a workflow change, even if the daily-use interface stays fixed. The tricky part isn't deciding whether an app is "dynamic or stable"—it's deciding which moments earn which treatment.

The point about component libraries and the "approximate match" problem is underrated. Users might not articulate why something feels off, but they feel it. An agent generating UI that's 90% consistent with a design system is arguably worse than one that's obviously different, because the small deviations read as bugs rather than intentional adaptation. That gap between "matches the pattern" and "respects the contract" feels like where a lot of GenUI implementations will quietly fail.

I'm curious—do you think this is the kind of thing where a handful of really good examples (like FinnishIt) will help teams build intuition, or is it more likely that most teams will need to stumble through their own mistakes before the pattern recognition kicks in?

Collapse
 
sireesha_pulipati_842f9f1 profile image
Sireesha Pulipati Google Developer Experts

You nailed it: the line between variability and stability isn't a property of the app. It's a property of the moment. Onboarding earns variability because there's no mental model to disrupt. Daily use earns stability because speed comes from muscle memory.

On the "approximate match" problem: a generated UI that's 95% consistent with your design system doesn't look adaptive. It looks broken.