2026

May 11, 2026

Questions Before Pixels

A short handbook for UX in 2026. The bar for "looks good" is now zero. The work that's left is the questioning, before any pixel is drawn.

S
Sascha Becker
Author

18 min read

Questions Before Pixels

Questions Before Pixels

In 2026, a competent generator can produce a polished interface in under a minute. Type a prompt, get a layout. Refine the prompt, get a better one. Pick a style, swap a palette, regenerate the empty state. The screen looks fine. It looks like it was designed by someone who knows what they're doing. In a sense, it was.

This has quietly moved the bar for what counts as design work. "It looks good" used to be a meaningful compliment. It signaled craft, taste, hours spent. Today it signals that the tool was used. Polish is no longer a moat. It is a default.

What is not a default is the thinking underneath: whether the screen should exist, where attention is supposed to land when it opens, what the user was doing thirty seconds before they got here, what they will try next, and what the cost is when they guess wrong. None of that gets generated. None of it gets caught by a code review. None of it shows up in a Figma mockup that looks great in isolation.

This post is a handbook for that part. Not the visual layer, the questioning layer. A list of the questions worth answering before any pixel is drawn, plus a short diagnostic for telling a UI fix apart from a real UX fix. It is meant to be re-read, not read once.

"Looks Good" Is Not the Job

Jared Spool has been making the same point for over a decade: UX is the experience the user has, end to end, and UI is one of many surfaces it shows up on.1 A beautiful screen attached to a confused flow is bad UX dressed in good UI. A plain screen attached to a flow that gets the user to their goal in two clear steps is good UX in a t-shirt.

Don Norman, who coined the term "user experience" at Apple in the early 90s, framed it from the start as everything around interacting with a product, not just the screen.2 The screen is one slice. The slice happens to be the most visible one, which is why it absorbs most of the budget and most of the conversations. It is also the slice that's now cheapest to produce.

The trap looks like this. A view feels off. Someone notices. The fix proposed is "let's redesign this card." The card gets redesigned. It looks better. The original problem (users abandoning a flow, missing a button, ending up on the wrong screen) is unchanged, because the problem was never the card. It was the path that led to the card, or the assumption that this card needed to exist at all.

The questions in this handbook are designed to surface that gap before it shows up as a redesigned card.

UI Fix vs. UX Fix: A Two-Minute Diagnostic

Most "UX issues" reported by users, support, or stakeholders are described in UI terms, because UI is what they can point at. "The button is hard to find." "The form is confusing." "This page is ugly." A UI-shaped complaint does not mean a UI-shaped fix.

A short diagnostic to run before reaching for Figma:

If the answer is...The fix is probably...
The user can't find the action they needUX. Wrong screen, wrong moment, or wrong information architecture.
The user finds the action but doesn't trust itUX. Missing feedback, missing context, unclear consequence.
The user triggers the action but lands somewhere they expectedUI polish. The page is functionally correct, the visual hierarchy is off.
The user completes the task but says it "feels clunky"UX. Too many steps, missing defaults, the system is asking the user to think.
The user can't tell whether something happenedUX. Missing or delayed feedback, broken loop between action and result.
Two screens look almost the same and the user picks the wrong oneUX. Two screens that look the same usually shouldn't be two screens.
The screen does the right thing but looks datedUI polish. Genuinely cosmetic. Treat it as such.
The user keeps doing the same thing the system warns againstUX. The warning is in the wrong place, or the design is fighting the workflow.

If most of your "UX problems" land on the UI-polish row, congratulations: you have good UX and a styling backlog. If they land everywhere else, the redesign of any single screen is unlikely to move the metric you care about.

A Handbook of Questions, Before Any Pixel Is Drawn

What follows is a working list. Run through it before opening the design tool, not after. Twelve questions, in roughly the order they tend to bite when skipped. Most are unglamorous. The first three are the ones most often skipped, and the most expensive when they are.

1. Should this screen exist at all?

The cheapest UI to design is the one you don't ship. Before designing a new view, ask whether the same job could be done by an inline action, a dialog, a default that removes the choice, or by simply not asking. Every new screen is a navigation cost, a maintenance cost, and a place where the user can get lost. The answer is sometimes "yes, it earns its keep." It is far more often "no, this could be a row in the existing list."

2. What was the user doing thirty seconds before they arrived here?

Screens are designed in isolation, but they are used in flows. The user did not teleport to your view from a clean slate. They came from somewhere, in a particular state, with a particular intent. If the design assumes a fresh, focused user, it will be wrong about the most common one: the user mid-task, mid-conversation, mid-search, holding a thought they cannot afford to lose. Anchor the screen to the moment, not to the empty state.

3. What is the user trying to accomplish in this exact moment, in their words?

Not the feature name. Not the page title. The user's intent, phrased the way they would phrase it. "Pay this invoice." "Find the file I had open yesterday." "Decide whether to renew." If the team cannot agree on the sentence, the screen is going to be a compromise of three different unspoken intents and will serve none of them well.

4. Where should the eye land first, second, third?

Every screen has an attention budget. The user spends roughly the first second looking at exactly one thing, then the next two seconds at one or two more.3 If you can't name the first thing, the screen has no hierarchy. If you can name it but it isn't the most important thing for the user's task, the visual hierarchy is wrong, no matter how good the spacing is.

5. What is the next action, and is it obvious without scanning?

Once the user has oriented themselves, what is the one action you expect them to take? Is it the most prominent control on the screen? Is it labeled in the user's language, not the system's? Is it positioned where the eye will be after the orientation pass? If the next action requires a scan, the design has implicitly decided that "the user will figure it out." That is a hope, not a design decision.

6. What happens when the user is wrong?

Every interface is designed twice: once for the happy path, and once for the moment a user does the wrong thing. Most designs only ship the first one. The unhappy path is the user typing into the wrong field, clicking the wrong button, navigating away mid-edit, hitting back, double-submitting, denying a permission, losing their connection. Each of these has a recovery cost. Designs that ignore them are designs that work in demos and burn in production.

7. What does the user already know, and what are you teaching them again?

Every form field, every confirmation, every "are you sure?" is a small accusation that the user might not know what they're doing. Some of those accusations are warranted. Most are leftover from the first time the feature shipped and the team was nervous. Audit the things the design asks the user to confirm, repeat, or re-enter. If you cannot defend each one with a real failure mode it prevents, cut it.

8. What does the screen look like when it's empty, slow, broken, or full?

The polished mockup shows the screen with three perfectly representative items. Real users see it with zero items on day one, with five hundred items in year two, with a slow API response in week one, and with a 500 error on the day a colleague is depending on them. Each of those states is a real screen the user will see. Designing only the middle one is designing a fiction.

A practical checklist:

  • Empty. First-run, no data. Is there a clear next action that gets the user to "not empty"?
  • Loading. Network is slow. Is there progress, a skeleton, or just a spinning circle? Can the user keep working?
  • Partial. Some data loaded, some failed. Does the user know which is which?
  • Error. The whole thing failed. Does the message tell the user what to do, or just that "something went wrong"?
  • Full. Hundreds or thousands of items. Does the layout still work? Is there search, filtering, pagination?
  • Stale. The user opened this tab an hour ago. Is the data still trustworthy? Is it labeled?

Designs that only answer the "happy, full, fast" state pass review and fail in week two.

9. How does the user know the action worked?

Action without feedback is the most common bug in interface design.4 The user clicks save, the network round-trips for 800 milliseconds, the screen does nothing, the user clicks save again. Every interaction needs a visible confirmation that the system received it and a visible result when the system has acted. Optimistic updates, inline states, toasts, focus changes: pick one and use it consistently. Silence is not a state.

10. What happens after the user succeeds?

The design that ends at "the user clicked the button and it worked" is incomplete. After success, the user is somewhere with a new state, a new question, a new next move. Where do you put them? On the same screen with a confirmation? On a follow-up screen with the next likely action queued up? Back where they came from? The post-success moment is one of the highest-leverage moments in any interface, because the user is paying attention and is open to being guided. Most designs waste it.

11. Is this the right level of friction for the consequence?

Not all actions deserve the same weight. Deleting a row of test data and deleting a customer's billing history are not the same operation, and they should not require the same number of clicks or the same kind of confirmation. Reversible, low-stakes actions should be one click and a clear undo. Irreversible, high-stakes actions should be slower on purpose, with a confirmation that includes the specific thing being affected, not "Are you sure?" in the abstract. Match friction to blast radius.

12. Did you watch one real user try this, end to end?

This is the question that makes most of the previous eleven cheap. A single observation session with one real user, doing the actual task on the actual flow, will surface more issues than a week of internal review. The team's intuition about where users will struggle is reliably wrong, because the team built the thing and cannot un-know how it works.5 Five users will catch around 85% of the usability problems on a given flow. One user will catch a third of them. The marginal cost of one user is hours, not weeks. There is no design budget too small for it.

Where the Questions Belong in the Process

The questions only work if they show up at the right moment. Most teams that try to "do better UX" insert a review at the end, after the design is done. That is the worst time to ask whether the screen should exist. The cost of an answer at that point is throwing the design away.

A better placement, in roughly chronological order:

At the ticket. Before the design ticket gets pulled, the team should be able to answer questions 1, 2, and 3. Should this exist, what was the user doing before, what are they trying to accomplish. If the ticket cannot answer those, refine the ticket, do not start the design.

At the first sketch. Questions 4 through 7 belong with the first low-fidelity sketch. Where the eye lands, what the next action is, what happens when the user is wrong, what the design assumes the user knows. None of these need pixels to answer. They need a whiteboard or a napkin. If you cannot defend the layout in pencil, no amount of polish will fix it.

At the high-fidelity stage. Questions 8 and 9, the empty / slow / broken / full states and the feedback model, belong here. They are easy to skip because they are unglamorous. They are also the questions whose absence shows up first in production.

Before handoff. Questions 10 and 11, the post-success state and the friction calibration, deserve one explicit pass before handing off to engineering. They are often only visible when the screens are looked at in sequence, not in isolation.

Before "done". Question 12, watching one real user. Five if you can, one if you cannot. Before calling the feature done, not after.

Why This Is Hard

If the questions are this obvious, why is most of the work in the industry not done this way? A few honest reasons.

Pretty is legible. Thinking is not. A polished mockup gets praised in a stand-up. A redesigned flow that removed two screens does not. The work that produces the better outcome is invisible, because the artifact is "we shipped less." Teams that reward the thinking out loud get more of it.

The tools shape the work. Design tools are surface tools. They are excellent at producing pixels and indifferent to flows. The path of least resistance in any modern design tool is to make the current screen look better, not to ask whether the current screen should exist. Tools have a gravity, and the gravity is toward the artifact.

Stakeholders ask for screens. "Can you show me a mockup?" is the most common request a designer hears. Almost no one asks "can you show me the user flow before you start mocking?" The default deliverable is a screen, so screens are what get produced. Changing the deliverable changes the work.

The user is not in the room. Most design decisions are made between the people who built the product. They share assumptions the user does not share. Without a voice in the room that is not the team's voice, the team's assumptions become the design.

Process eats craft. When teams notice the gap, the instinct is to add a "UX review" stage to the workflow. Reviews catch a few things, but they do not change how the work is done in the hours between reviews. The questions in this handbook only work if they live in the design stage, not in a separate gate.

None of these are unfixable. They are predictable, and they are worth naming, because every team that tries to raise its UX bar runs into the same five obstacles in the same order.

What AI Cannot Do for You

Generation tools are very good at making interfaces. They are not good, and probably will not be soon, at deciding which interface should exist, which question the user is actually asking, what the user was doing two minutes ago, or what the cost is when they make a mistake. Those decisions are local to the team, the product, the customer, the moment. They are also the decisions that make the difference between a screen that looks designed and a product that feels designed.

The optimistic version of this transition is that the time freed up by no longer having to fight pixels gets spent on the questions in this handbook. The pessimistic version is that the freed time gets spent producing more screens. Which version a team ends up in is not a function of the tools. It is a function of which questions get asked in the room, by whom, and how early.

If You Take Away Five Things

  1. Polish is the default now, not the moat. "It looks good" is no longer a meaningful answer. The bar moved.
  2. Most "UX problems" are described in UI terms. Run the diagnostic before reaching for the visual fix. A redesigned card does not save a broken flow.
  3. Ask the questions before the pixels. Should this screen exist, what was the user doing before, what are they trying to accomplish in this exact moment. These are the three that pay back the most when answered early.
  4. Design the unhappy path, the empty state, and the moment after success. They are the parts most often skipped and the parts users live in.
  5. One user beats one week of internal review. Watching a real person try the flow surfaces more truth than any number of design crits. There is no team too small for this.

The work that produces good UX has not changed in twenty years. The work that produces good-looking UI is now nearly free. The two being conflated is the source of most of the confusion in product design today, and it is what the questions in this handbook are designed to separate.

Ask the questions. Keep asking them. The screens will follow.


S
Written by
Sascha Becker
More articles