u/Hot-Protection1214

AI is quietly making me a sloppier UI designer - and I think I know why

AI is quietly making me a sloppier UI designer - and I think I know why

I care less about UI quality with AI now.

I use AI every day in product design - and I notice that "details slip". Used to bother me. Now it slides past.

Focus shifts. Figma used to be an extension of my hand, like a sword to a samurai. I want to move a block 4px right - I move it 4px. In a prompt-flow it doesn't work that way. You ask it to nudge a button - it moves a different block 40px left. Mismatch between intent and result.

Control is gone. In Figma you hold Option, hover - you see the paddings. In the iOS simulator you have to switch modes, jump between inspector and clean view. You can't just drag a button back and forth. Every move costs more, so you let half the imprecisions slide.

And separately - C-level expectations. They treat AI like a magic wand: "this is a week of work in one day". They give you a day. Design quality is the first thing that burns.

I catch myself saying: "well, it generated, let's move on". A year ago I wouldn't have let that pass.

There used to be a separation: designers draw, devs code. Not by accident. When you build what you drew yourself - the brain goes where it's easier. And in design you slip into compromises you'd never have agreed to with an external developer.

Just reflecting for now. I'll try to pull a "before/after" from recent projects and post an update.

Anyone else noticing the same? Or am I just lazy now and blaming the tools?

https://preview.redd.it/vcmcdbi1dx0h1.jpg?width=384&format=pjpg&auto=webp&s=29e60fceada503010228e6308a8eb3423a4c4c0f

reddit.com
u/Hot-Protection1214 — 9 days ago

I'm a UIX designer. Spent years hoarding UI screenshots, 3D icons, illustrations. Pinterest, Dribbble, Figma, desktop, random folders.
The constant nightmare: I need a tab bar. Or an empty state with illustration. Right now. I know I saved something like this. 3 months ago. Somewhere, lol.

Built a desktop app to kill my own pain. Files on disk, plain folders, sync via Google Drive / Dropbox / iCloud. No cloud lock-ins. That was the easy part.
The hard part - search.
Off-the-shelf vision models are useless for UI. Dropped a Linear screenshot into CLIP - it sees "a computer screen with text". Thanks, super informative, lol. They were trained on cats and landscapes, not on interfaces.
What ended up working - a combo of 4 layers.

  1. OCR pulls button labels, headings, body copy from every image.
  2. On top of that, a vision model with my own prompt dictionary for UI patterns: modal, toast, tabs, empty state, chart, dashboard. Wrote the dictionary myself, from what I actually look for.
  3. Plus manual tags users drop in two clicks.
  4. And fuzzy search over filenames as a fallback.

Now "settings" pulls up settings screens even when the word isn't on the image. "empty state" pulls illustrations of these screens, not random app shells. Closer to how I actually search. By what's in the image. Not by filename.

Not perfect. Dense dashboards still confuse the model. Auto-tags are rough.
I built that I actually use myself. No Links, No ads

Curious - what else could I tweak in the search logic to make it work sharper?

u/Hot-Protection1214 — 26 days ago