Back to blog
AI

Designing for LLMs: The Shift from GUI to CUI

As conversational interfaces replace traditional GUIs, the role of a product designer evolves. Here is what that actually looks like in practice.

Mayank Shukla Mar 2026 12 min read

For the last two decades, product designers have operated inside nice, predictable boxes. Buttons, modals, dropdowns, cards. You knew where everything went. Every pixel had a purpose. Every interaction followed a pattern library. And frankly, we got very good at it.

Then large language models showed up and quietly rearranged the furniture. Not by replacing visual interfaces entirely, but by introducing a fundamentally different way users can interact with products. A way that does not rely on menus or taps or swipes. A way that runs on language.

I have been thinking about this shift a lot, especially as I have started integrating AI-assisted tools into my own design workflow at Digital India Corporation. And the more I work with these systems, the more I realize this is not just a new feature set. It is a new design paradigm.

The canvas is now a conversation

With conversational user interfaces (CUIs), the primary input and output is language. There is no fixed layout. No predefined flow. The user talks, the system responds, and the "interface" emerges from that exchange. The screen might look almost empty. And that emptiness is terrifying for designers who are used to filling every pixel with intention.

Think about what this means for something as fundamental as information architecture. In a GUI, IA is expressed through navigation trees, breadcrumbs, tab bars, and sidebars. Users move through your structure. You decide the paths. In a CUI, the user just asks for what they want. There is no nav. There is no hierarchy the user can see. The IA is encoded into prompt structures, contextual memory, and retrieval logic. It is invisible architecture, and it is much harder to get right.

Visual hierarchy gives way to conversational pacing. Instead of arranging elements by size, color, and position, you are now thinking about how information unfolds over time in a dialogue. What should the system say first? How much detail should it give before asking a follow-up? When should it show a visual element instead of a text response?

The new constraints are design constraints

Designers love constraints. We are trained to work within them. Screen sizes, touch targets, accessibility guidelines, brand systems. These are the guardrails that shape good design decisions. The shift to LLM-powered products does not eliminate constraints. It introduces a completely different set:

  • Token limits shape how much context a conversation can hold. If the model can only remember the last 4,000 tokens, that directly affects how you design multi-turn interactions. Do you summarize previous context? Do you let the user reset? These are design decisions, not engineering ones.
  • Temperature settings affect how creative or predictable a response feels. A temperature of 0.2 gives you consistent, safe outputs. A temperature of 0.9 gives you creative, sometimes surprising ones. The right setting depends on the use case, and choosing it is part of the design process.
  • Retrieval-augmented generation (RAG) determines what the system actually knows. If you are building a government service chatbot, the system needs to pull from a specific knowledge base, not from the general internet. Deciding what to include, what to exclude, and how to handle gaps is fundamentally a content design problem.
  • Hallucination boundaries define the trust envelope. When the model confidently states something incorrect, you have a design failure, not a technical one. How do you build trust recovery into the experience? How do you signal uncertainty?

I cannot overstate this: these are not just engineering parameters to hand off. They are design decisions. How much should the system remember? How creative should its suggestions be? How do you handle the moment when it gets something wrong and the user knows it?

What changes for designers in practice

If you are a designer working on LLM-powered products, here is what I think changes in your day-to-day work:

You need a working understanding of how models work

Not at a PhD level. You do not need to understand transformer architectures or attention mechanisms in mathematical detail. But you need to understand context windows, prompt engineering patterns, tool-use capabilities, and the difference between fine-tuning and in-context learning. You need to know what is possible and what is not, so you can push back on engineering when they say something cannot be done, and so you know when they are right.

Prototyping becomes conversational

Instead of building Figma prototypes with click-through flows, you are now writing conversation scripts. What does the user say? What does the system respond? What happens when the user goes off-script? What happens when the system does not have an answer? These are branching narratives, and they require a different kind of design documentation.

Error states are the product

In a traditional GUI, error states are edge cases. In a CUI, they are a primary interaction pattern. The system will misunderstand. It will hallucinate. It will give answers that are technically correct but contextually wrong. Designing graceful recovery from these moments is not an afterthought. It is the core of the experience.

Trust design becomes a first-class concern

When a user clicks a button, they know what they did. When a user types a question and gets a response from an AI, they often have no idea how that response was generated. This asymmetry of understanding creates a trust problem. Your job as a designer is to close that gap. Cite sources. Show confidence levels. Let users verify. Make the system explainable without making it verbose.

The skills that still matter

Here is the reassuring part. Our core skills transfer. Understanding user intent. Mapping workflows. Reducing cognitive load. Building trust through consistency. Designing for accessibility and inclusion. All of that still matters in a CUI world. Arguably, it matters more, because the interface is less forgiving.

In a GUI, you can rely on visual cues to guide the user through a confusing flow. In a CUI, if the interaction is confusing, the user just stops talking. There is no "back" button. There is no breadcrumb trail. There is just silence. And silence is the hardest design feedback to interpret.

The bottom line

The GUI is not dead. It is not even close to dead. Most digital products will continue to have visual interfaces for years to come. But the GUI is sharing the stage now. And the designers who thrive in this next era will be the ones who can think in both paradigms. They will design buttons when buttons are the right answer and design conversations when conversations are the right answer.

The toolbox is expanding. The craft is deepening. And if you are a designer who loves solving genuinely new problems, this is one of the most exciting moments to be working in the field.

Did you enjoy this article?

Your feedback helps me write better content.