Back

Designing for Ambiguity: The "New Rules" for AI Are the Old Rules

Precocity Blog

The "new rules" for designing AI aren't new. They're Nielsen's heuristics wearing a hoodie.

Jul 28, 2026

Written by

Brandon Ward

,

Chief Experience Officer

Back

Designing for Ambiguity: The "New Rules" for AI Are the Old Rules

Precocity Blog

The "new rules" for designing AI aren't new. They're Nielsen's heuristics wearing a hoodie.

Jul 28, 2026

Written by

Brandon Ward

,

Chief Experience Officer

Back

Designing for Ambiguity: The "New Rules" for AI Are the Old Rules

Precocity Blog

The "new rules" for designing AI aren't new. They're Nielsen's heuristics wearing a hoodie.

Jul 28, 2026

Written by

Brandon Ward

,

Chief Experience Officer

Every week brings another framework for designing AI: transparency, explainability, graceful failure, human-in-the-loop. Map them against Jakob Nielsen's 10 usability heuristics from 1994 and it's a one-to-one match. What actually changed isn't the principles — it's ambiguity. Deterministic interfaces became probabilistic ones, and the fundamentals you already know still apply.

Every week brings another framework for designing AI: transparency, explainability, graceful failure, human-in-the-loop. Map them against Jakob Nielsen's 10 usability heuristics from 1994 and it's a one-to-one match. What actually changed isn't the principles — it's ambiguity. Deterministic interfaces became probabilistic ones, and the fundamentals you already know still apply.

Every week I read another framework for designing AI into products. Transparency. Explainability. Confidence indicators. Graceful failure. Human-in-the-loop. They're all correct, and if you've been shipping AI features you already know the anxiety underneath them: the surface used to be static and predictable, full of signifiers of invisible affordances, and now it talks back, guesses, lacks signifiers leaving affordances invisible, and sometimes gets it wrong.

So here's the short version of everything the best teams are publishing right now — and then the part nobody says out loud, which is that you probably already know how to do all of this.

The "New Rules" for Designing AI Into Your Systems

  1. Tell people it's AI, and tell them what it can't do. Set expectations before the first prompt, not after the first failure.

  2. Show your work. Surface reasoning, sources, and a confidence signal so output can be trusted or challenged.

  3. Keep the human in control. Every AI action needs an obvious override, edit, and undo. Suggestion, not seizure.

  4. Design for being wrong. The AI will be wrong. Recovery is a primary flow, not an edge case.

  5. Fit the existing workflow. Bolt AI onto what people already do; don't make them learn a new religion.

  6. Make the wait legible. Streaming, progress, and "still thinking" states, because AI is slow and non-deterministic.

  7. Close the loop. Let people rate, correct, and steer — and show that their feedback changed something.

  8. Protect data and dignity. Be explicit about what's collected, what's used for training, and how to opt out.

That's the consensus, distilled from Google's PAIR team, Microsoft Research, Apple, Anthropic, OpenAI, IBM, and a dozen sharp practitioners. Print it, tape it to your monitor.

But hold up now…

We Wrote These Rules in 1994

Read that list again. Then read Jakob Nielsen's 10 Usability Heuristics for User Interface Design — published in 1994, refined over thirty years, and still one of the first things most of us learned. It's almost a one-to-one match. The "new rules" for AI aren't new. They're Nielsen's heuristics wearing a black hoodie.

Here's the mapping I keep coming back to:

1. Visibility of system status → Show what the AI is doing. Nielsen said keep users informed through timely feedback. That's your typing indicator, your streaming response, your "searching 4 sources," your confidence score. Latency and uncertainty just raised the stakes on a heuristic we've always had.

2. Match between system and the real world → Speak the user's language. Conversational AI is the most literal expression of this heuristic ever built. The whole promise of natural-language interfaces is that the system finally speaks human instead of forcing humans to speak system.

3. User control and freedom → Override, edit, undo. Nielsen called it the "emergency exit." Every AI-agency framework — Google's autonomy principle, Microsoft's "support efficient correction," Anthropic's human checkpoints — is this heuristic restated. Don't automate away the exit.

4. Consistency and standards → Predictable AI behavior. Users build a mental model of your AI even if they don't begin with one. If the same prompt yields wildly different shapes of answer, or the "AI" badge means three different things across your product, you've violated a 30-year-old rule. Standardize your AI patterns like you'd standardize a button.

5. Error prevention → Guardrails and good prompts. Better than a good error message is a design that prevents the error. That's input validation, example prompts, scoped capabilities, and Apple's built-in safety guardrails. Stop the bad generation before it happens.

6. Recognition rather than recall → Suggest, don't interrogate. Blank-prompt anxiety is a recognition failure. Give people conversation starters, templates, and visible options so they don't have to conjure the magic words from memory. The empty chat box is the new blank canvas problem.

7. Flexibility and efficiency of use → Serve novices and experts. Progressive disclosure of AI: gentle defaults for newcomers, parameter controls and shortcuts for power users. IBM's tiered explanations ("recommended because…" → full reasoning) are pure Nielsen — accelerators for the experienced, safety rails for the rest.

8. Aesthetic and minimalist design → Don't drown people in AI. Not every feature needs a sparkle icon and a disclosure panel. The best AIs — heck, the best UIs in general — often recede. Surface only what advances the task, which is exactly what OpenAI tells its own app builders.

9. Help users recognize, diagnose, and recover from errors → Graceful failure. This is the heuristic everyone's rediscovering as "design for hallucination." Say what went wrong in plain language, explain why if you can, and offer a next step or a fallback. Blame the situation, not the user, and never a raw stack trace.

10. Help and documentation → Onboard people into the AI. Just-in-time guidance, example use cases, and clear capability descriptions. People need to learn what your AI is good at — and Nielsen told us how to teach them decades ago.

Ten for ten. Hopefully by now you're going: "Oh, THAT's all this is. Yeah, I know how to do that."

So…Did Anything Actually Change?

If the heuristics still hold, why does AI feel so different to design for? One word: ambiguity.

Classic interfaces are deterministic. Click the button, get the result, every time. From the abacus in 3000 BC all the way through to tomorrow's hot new app, UX assumed a predictable machine you were helping people operate. AI breaks that assumption. It's probabilistic. The same input can produce different outputs. It's confidently wrong. It operates on intent. Nielsen's own term for the shift is "intent-based outcome specification," where users say what they want, not how to get it, and the system figures out the path.

That's the real design problem, and it's why "designing for ambiguity" is the honest name for this whole discipline. We're no longer designing a set of predictable states. We're designing the scaffolding around an unpredictable partner — the trust signals, the correction paths, the graceful exits that let a probabilistic system be useful without being reckless.

But notice: the scaffolding is still made of the old lumber. Managing uncertainty is just harder-mode error prevention and system-status visibility. Keeping users oriented around a system that improvises is user control and recognition-over-recall, turned up to eleven. The problem got harder. The principles didn't change.

The Practical Takeaway

You don't need to throw out your craft and relearn design from an AI influencer's carousel. You need to apply the fundamentals to a probabilistic medium. Next time a stakeholder asks how you'll "design the AI experience," walk them through ten heuristics that predate the smartphone and show how each one answers a live problem in your product.

The frameworks flooding your feed are valuable — you should probably read them. But they're a modern gloss on a durable foundation. Master the foundation, design for the ambiguity, and the "new rules" stop being intimidating. They become a checklist you've been running your whole career.

Further Reading

Some of the best current thinking on AI UX, if you want to go deeper:

More Articles

Brandon Ward

Jul 28, 2026

Designing for Ambiguity: The "New Rules" for AI Are the Old Rules

The "new rules" for designing AI aren't new. They're Nielsen's heuristics wearing a hoodie.

Brandon Ward

Jul 28, 2026

Designing for Ambiguity: The "New Rules" for AI Are the Old Rules

The "new rules" for designing AI aren't new. They're Nielsen's heuristics wearing a hoodie.

Tim Doll

Jul 6, 2026

The Cognitive Rebellion: Why One-Size-Fits-All Gen AI Strategies Breed Shadow IT

Standardizing on one AI tool breeds Shadow IT. Why role-specific portfolios beat mandates, and cut unauthorized usage by up to 89%.

Tim Doll

Jul 6, 2026

The Cognitive Rebellion: Why One-Size-Fits-All Gen AI Strategies Breed Shadow IT

Standardizing on one AI tool breeds Shadow IT. Why role-specific portfolios beat mandates, and cut unauthorized usage by up to 89%.

Tim Doll

Jun 5, 2026

Past the Panic: What Boardrooms Should Do Once the AI Fear Wears Off

Once AI panic fades, discipline wins: map the work, let operators lead, treat ROI as a moving target, and start from a real problem.

Tim Doll

Jun 5, 2026

Past the Panic: What Boardrooms Should Do Once the AI Fear Wears Off

Once AI panic fades, discipline wins: map the work, let operators lead, treat ROI as a moving target, and start from a real problem.

Tim Doll

May 4, 2026

You'll Never Be a Car

AI tools make the artifact cheaper, not the judgment behind it. Why owning the tool has never been — and still isn't — the real moat.

Tim Doll

May 4, 2026

You'll Never Be a Car

AI tools make the artifact cheaper, not the judgment behind it. Why owning the tool has never been — and still isn't — the real moat.