Designing for AI – The Interaction Patterns Nobody Taught You
Student blog — 21/08/2026
Interaction Design AI UTCC
Reading Time: 8 minutes
Interaction design has always been built on a promise: if the user does X, the product does Y. Press the button, get the result. That predictability is the foundation of almost every design pattern you have ever learned — affordances, feedback, error states, undo.
AI breaks that promise. The same input can produce a different output twice in a row. The system is sometimes wrong in ways it cannot detect. And the user often cannot tell the difference between a good answer and a confident bad one. Designing for that is a genuinely new problem, and most design curricula are still catching up.
AI breaks that promise. The same input can produce a different output twice in a row. The system is sometimes wrong in ways it cannot detect. And the user often cannot tell the difference between a good answer and a confident bad one. Designing for that is a genuinely new problem, and most design curricula are still catching up.

Why the Old Patterns Do Not Transfer Cleanly
Traditional interfaces are deterministic. You can map every state, test every path, and write a spec that covers what should happen. Probabilistic interfaces do not work that way. You are designing a range of behaviours rather than a fixed set of screens.
This changes what a designer’s job even is. Instead of specifying the outcome, you are specifying the guardrails: how much the system is allowed to guess, how it signals uncertainty, and what happens when it gets things wrong. Those are design decisions, not engineering decisions, and someone has to make them.
This changes what a designer’s job even is. Instead of specifying the outcome, you are specifying the guardrails: how much the system is allowed to guess, how it signals uncertainty, and what happens when it gets things wrong. Those are design decisions, not engineering decisions, and someone has to make them.
Seven Patterns Worth Learning Now

1. Designing the confidence signal
Users need to know how much to trust what they are looking at. A result presented with total visual certainty invites blind acceptance. One buried under warnings gets ignored entirely.
The craft is finding the middle. Subtle cues — a source citation, a “based on 3 documents” line, a slightly different treatment for lower-confidence output — let people calibrate without being nagged. Getting this wrong is how products lose trust permanently after a single bad experience.
The craft is finding the middle. Subtle cues — a source citation, a “based on 3 documents” line, a slightly different treatment for lower-confidence output — let people calibrate without being nagged. Getting this wrong is how products lose trust permanently after a single bad experience.
2. Correcting feels cheap
In a deterministic product, undo is a safety net. In an AI product, correction is the main interaction loop. Users will refine, rephrase, and adjust constantly.
So the cost of correcting has to be near zero. Regenerating, editing a specific part rather than the whole, or steering with a small control instead of rewriting a prompt — these are the details that decide whether a product feels collaborative or exhausting.
So the cost of correcting has to be near zero. Regenerating, editing a specific part rather than the whole, or steering with a small control instead of rewriting a prompt — these are the details that decide whether a product feels collaborative or exhausting.
3. Showing the work, selectively
Transparency is not the same as dumping everything on screen. Nobody wants to read a reasoning trace to check an email draft. But when a system makes a consequential decision, hiding the reasoning feels evasive.
The pattern to learn is progressive disclosure: a short answer by default, with the ability to open up the sources, steps, or assumptions on demand. It respects the user’s attention while keeping the system accountable.
The pattern to learn is progressive disclosure: a short answer by default, with the ability to open up the sources, steps, or assumptions on demand. It respects the user’s attention while keeping the system accountable.
4. Designing the empty and failure states first
Junior designers polish the happy path. Senior designers start with what happens when the model returns nothing useful, misunderstands the request, or produces something subtly wrong.
These states are far more common in AI products than in traditional software, and they define the experience. A graceful failure that suggests a next step will do more for retention than any amount of visual refinement on the success screen.
These states are far more common in AI products than in traditional software, and they define the experience. A graceful failure that suggests a next step will do more for retention than any amount of visual refinement on the success screen.
5. Setting expectations before the first interaction
Most disappointment with AI features comes from mismatched expectations rather than poor output. If the interface implies omniscience, anything short of it feels like failure.
Good onboarding is honest about scope. Telling someone what a feature is good at, and quietly what it is not, costs one screen and saves a lot of frustration. It also reduces the number of prompts wasted on things the system was never going to do.
Good onboarding is honest about scope. Telling someone what a feature is good at, and quietly what it is not, costs one screen and saves a lot of frustration. It also reduces the number of prompts wasted on things the system was never going to do.
6. Handling the handoff between human and system
The most interesting design work right now sits at the boundary — the moment where a person decides to accept, edit, or reject what the system produced. Where that boundary sits, how visible it is, and how much friction it carries are all design choices.
Put it in the wrong place and you either get rubber-stamping or people abandoning the feature because reviewing is slower than doing it manually. Getting that balance right is the whole game in professional tools.
Put it in the wrong place and you either get rubber-stamping or people abandoning the feature because reviewing is slower than doing it manually. Getting that balance right is the whole game in professional tools.
7. Designing for the second and hundredth use
Demos optimise for the first impression. Real products live on the hundredth interaction, when novelty is gone and the user just wants the task finished.
That means shortcuts, memory of preferences, and reducing the ceremony around a request over time. A feature that delights once and annoys thereafter is a failed design, however good the demo looked.
That means shortcuts, memory of preferences, and reducing the ceremony around a request over time. A feature that delights once and annoys thereafter is a failed design, however good the demo looked.
Why This Matters Especially in Thailand
Thailand’s National AI Strategy and Action Plan for 2022–2027 aims to build a working AI ecosystem across sectors including healthcare, agriculture, finance, and manufacturing [dig.watch]. Those are domains where a confusing interface is not just annoying — it has consequences for someone’s health, harvest, or money.
Meanwhile, Thai firms recorded a medium level of digital maturity for the first time in the Thailand Digital Outlook 2026 survey, with weaknesses still showing in digital product and service development [bangkokpost]. Translation: a lot of AI is being adopted faster than it is being designed well. That is an opportunity for anyone who can do both.
Meanwhile, Thai firms recorded a medium level of digital maturity for the first time in the Thailand Digital Outlook 2026 survey, with weaknesses still showing in digital product and service development [bangkokpost]. Translation: a lot of AI is being adopted faster than it is being designed well. That is an opportunity for anyone who can do both.

How to Build These Skills Before You Graduate
Start with a critique habit. Pick one AI feature you use weekly. Write down every moment you felt uncertain, annoyed, or over-trusting. Do this for a month and you will have a better pattern library than most textbooks.
Redesign a failure. Find an AI product that handles being wrong badly. Redesign that specific flow. This makes a much stronger portfolio case study than another polished dashboard concept.
Prototype with real unpredictability. Do not mock up a perfect response. Build a prototype where the output genuinely varies, then design around that variation. It changes how you think immediately.
Learn enough of the technical side to argue. You do not need to train models. You do need to understand why a system is uncertain so you can push back when an engineer says something is impossible.
Redesign a failure. Find an AI product that handles being wrong badly. Redesign that specific flow. This makes a much stronger portfolio case study than another polished dashboard concept.
Prototype with real unpredictability. Do not mock up a perfect response. Build a prototype where the output genuinely varies, then design around that variation. It changes how you think immediately.
Learn enough of the technical side to argue. You do not need to train models. You do need to understand why a system is uncertain so you can push back when an engineer says something is impossible.
The Bottom Line
AI did not make interaction design less relevant. It made it harder, and therefore more valuable. When systems behave probabilistically, the person who decides how uncertainty is communicated is doing some of the most consequential work on the product.
The designers who thrive over the next decade will not be the ones with the cleanest visual style. They will be the ones who can make an unpredictable system feel trustworthy, controllable, and honest about its limits.
The designers who thrive over the next decade will not be the ones with the cleanest visual style. They will be the ones who can make an unpredictable system feel trustworthy, controllable, and honest about its limits.
Ready to Practise?
Choose one AI feature and redesign its uncertainty. Show the current state, explain what goes wrong, and present your alternative with reasoning. That is a case study that will get read, because very few portfolios have one.
Related resources:
- How Do You Stay Ahead of AI
- From Code to Product – Combining Tech and Business
- AI and the Future of Thailand
Tags:
#InteractionDesign, #UX, #AI, #ProductDesign, #DesignPatterns, #Thailand, #StudentPortfolio #harbourspacebkk
All Links Used in This Post
Internal Links:
External Links:
Share