Understanding the New User Experience Challenge: Conversational Agent UX

Understanding the New User Experience Challenge: Conversational Agent UX

True agentic transformation in interfaces does not consist of hiding software behind a generic text box, but of orchestrating natural language as a declarative means of expressing intent.

22 de julho de 2026

Summary, Central Thesis, Key Insights, and Strategic Recommendations

Summary

Human-computer interaction is going through a historic rupture: the transition from graphical interfaces based on menus, screens, and forms to intent-based interfaces driven by natural language. Yet most corporations fail when implementing conversational AI by falling into the hybrid trap — replacing efficient buttons with verbose chats — or by suffering severe context degradation and technical hallucinations. This article analyzes how to architect internal and external conversational agent ecosystems that overcome the mental model clash, integrating defense-in-depth governance, sub-agent orchestration, and context models anchored in corporate ontologies. Central Thesis: True Agentic Transformation in interfaces doesn’t consist of hiding software behind a generic text box, but of orchestrating natural language as a declarative medium of intent, supported by dynamic graphical components, strict governance (defense-in-depth), and semantic anchoring via Ontologies and Knowledge Graphs.

Key Insights

    • The “Mental Model Clash” and the Hybrid Trap: Forcing the execution of structured tasks through free text increases the user’s cognitive effort. Intent-based design should use natural language for exploration and ambiguity, resorting to targeted graphical components for high-precision actions.
    • Semantic Anchoring via Ontology and Knowledge Graph: The “dumb agent illusion” and context rot occur because language models lack a structured representation of the corporate ecosystem. Connecting the agent to a Business Ontology represented in a Knowledge Graph unites the user’s context, company data, and industry semantics, guaranteeing deterministic accuracy.
    • Defense-in-Depth Governance: In highly regulated industries, autonomous agents require real-time approvals, code-level guardrails, and hooks in the application lifecycle to prevent destructive transactions from executing or data from leaking.
    • Persistent State Machines and Sub-Agents: Internal processes don’t end within a single chat response; they demand long idle times and orchestration among multiple specialized sub-agents anchored in persistent state systems.

Strategic Recommendations (Executive)

    • Overcome the Rigidity of Decision Trees: Abandon legacy keyword-based chatbots and restructure the conversational flow around intent mapping and end-to-end goal resolution.
    • Build the Semantic Context Layer: Implement Knowledge Graphs that unify customer data, business rules, and access permissions before exposing the agent to users.
    • Establish a “Human-on-the-loop” Architecture: Design elegant failover routes (graceful fail) where the agent acknowledges its limitations and hands the session over to a human operator while keeping the context history intact.

1. The New Era of Agents and the Mental Model Clash

The traditional software interface — saturated with buttons, forms, and complex navigation flows — has hit the ceiling of its cognitive efficiency. Customers and employees now expect to interact by simply declaring their intent (Intent-based Design). This shift affects both external customer service and internal IT support, HR, and employee onboarding operations. However, most generative AI projects fall into what we call the “Hybrid Trap” (hybrid trap). It occurs when engineering tries to completely replace the Graphical Interface (GUI) with a pure chat box. Forcing users to type out, in running text, a task that would take a single click on a selection button creates a clash with the user’s mental model (mental model clash). Users lose their sense of control and clarity about which modality to use. The Intent-Based Design Paradigm: Conversation should absorb ambiguity, explore scenarios, and declare goals; graphical components (embedded forms, quick-confirm buttons) take over structured tasks, creating a truly fluid and multimodal experience.

2. Usability Patterns and the Corporate Ontology Imperative

When the conversational experience isn’t strategically designed, serious usability failures emerge in production. The most critical ones are: Robotic Loops: Circular responses based on “I didn’t understand your command,” responsible for users immediately abandoning corporate channels. Context Rot: In long sessions, the context window accumulates informational noise, making the AI forget its primary instructions, hallucinate business rules, or act generically. The “Dumb Agent Illusion”: The frustration generated when the AI asks for data that is already on the user’s screen or registered in their account — proof that the chat is disconnected from the visual context and legacy systems.
┌────────────────────────────────────────────────────────────────────────┐
│                         BUSINESS ONTOLOGY                              │
│  (Entities: Customer, Contract, Financial Rule, Access Level)          │
└──────────────────────────────────┬─────────────────────────────────────┘
                                   │
                                   ▼
┌────────────────────────────────────────────────────────────────────────┐
│                      KNOWLEDGE GRAPH (KG)                              │
│     [Customer X] ──(owns)──► [Contract Y] ──(subject to)──► [Rule Z]   │
└──────────────────────────────────┬─────────────────────────────────────┘
                                   │
                                   ▼
┌────────────────────────────────────────────────────────────────────────┐
│                    CONVERSATIONAL AI AGENT                             │
│  (Grounded reasoning without hallucination, no "Context Rot", ROI)     │
└────────────────────────────────────────────────────────────────────────┘

The Authority Accelerator: Ontologies and Knowledge Graphs

To eradicate context rot and the dumb agent illusion, Zappts’ engineering doesn’t rely solely on superficial vector searches (simple RAG). We apply anchoring via Ontologies and Knowledge Graphs. An Ontology is the formal representation of your company’s domain model: it defines what a customer is, what constitutes a valid contract, how credit limits relate to one another, and what the operational dependencies of the business are. Once this knowledge is structured into a Knowledge Graph, the AI agent stops navigating loose words and starts navigating unambiguous semantic relationships. When interacting with the user, the AI consults the Knowledge Graph to cross-reference, within milliseconds:
    1. The User Context (profile, past intents, active session);
    2. The Business Context (operational rules, SLAs, regulatory limits);
    3. The Data Context (transactional systems, ERP, CRM).
This triple semantic anchoring prevents the AI from hallucinating, eliminates requests for redundant data, and keeps reasoning stable regardless of how long the conversation gets.

3. Security, Governance, and Orchestration of Internal Agents

For executive boards, AI adoption collides with operational risk. Governing conversational agents requires a Defense-in-Depth architecture:
User Input ──► [Prompt Guardrails] ──► [Ontology Validation] ──► [Lifecycle Hooks] ──► Core Execution
    • Real-Time Approvals: Transactional execution flows in highly regulated industries (finance, insurance, healthcare) must require explicit validations and user token authentication before triggering write APIs.
    • Lifecycle Hooks: Backend code interceptors that irrevocably prevent any AI-generated instruction from executing deletions or destructive operations against the database.
    • Confidence Calibration (the “Glass Box” Model): Interfaces that display the logical steps the AI is executing in real time reduce the perception of a “black box” and substantially increase user adoption.

Orchestration and Persistent State Machines

In the internal agent scenario, the conversational interface acts as a translator, converting natural language into API calls against the ERP and corporate systems. However, real corporate processes involve long idle periods (waiting for a director’s signature or a compliance approval). Mature architectures don’t keep the conversation open in the raw message context. They anchor the AI in persistent state machines and orchestrate execution by splitting tasks across specialized sub-agents (e.g., a contract-reading sub-agent, a financial-validation sub-agent, and a communication sub-agent), ensuring separation of concerns and fault tolerance.

4. Best Practices, ROI Metrics, and Market Proof

Practical Conversational Design Guidelines

    1. Rule of Three: Limit the number of options presented in text to avoid overloading the user cognitively.
    2. Inverted Pyramid: Deliver the main answer or the outcome of the action in the first paragraph; supporting detail follows, in easily scannable form.
    3. Graceful Fail: Upon detecting a drop in the confidence metric or persistent ambiguity, the AI must immediately handoff to a human, transferring the entire history and the structured state of the session.

Anatomy of Real Cases: Success vs. Failure

Case / Company Approach Model Measured Impact / Result
Klarna Resolution-focused agent integrated into the service core Absorbed 2/3 of all tickets; cut resolution time from 11 to 2 minutes.
Lemonade “Glass Box” model (on-screen reasoning transparency) Increased customer trust and claims approval within seconds.
Duolingo Max Roleplay focused on psychological safety High user retention by removing the fear of judgment while learning.
Market Failures Replacing GUIs with verbose text blocks Channel abandonment, longer handle time (AHT), and overload on Tier 2/3 support.

Executive Success Metrics

The ROI of conversational agents must be audited through clear P&L indicators:
    • Task Completion Rate;
    • Operational Containment Rate (true resolution without escalating to Tier 2);
    • Contextual CSAT Score (measured immediately after critical outcomes);
    • Abandonment Mapping by Journey Point.
Trends point toward the emergence of the “Context-Aware Canvas” (dynamic, context-sensitive screens that preserve journey memory for days across channels such as WhatsApp, Web, and Teams) and Polite Interruption, where the agent subtly suggests utility-driven actions based on the customer’s moment of use.

Strategic Recommendations

To break out of stagnation and ship high-performance conversational agents by next Monday, IT leadership must follow this tactical framework:
    1. Map Intents, Not Decision Trees: Survey the top 20 intents of your customers/employees and replace rigid flows with dynamic service routes.
    2. Build the Initial Domain Ontology: Map your business’s core concepts into a simple Knowledge Graph, uniting user data with company context to serve as grounding for the AI models.
    3. Implement the Hybrid CUI + GUI Model: Don’t force text for everything. Introduce micro-graphical interfaces (cards, selectors) inside the chat for transactional, high-precision actions.
    4. Deploy Security Guardrails in the Pipeline: Configure DLP filters, code hooks, and human-on-the-loop gates before releasing agent autonomy into the production environment.

Conclusion

Conversational interfaces are not text boxes powered by algorithms that generate pretty sentences; they are engines that translate human intent into purely computational action. Successful enterprise AI adoption depends on abandoning superficial enthusiasm and embracing rigorous software engineering — anchored in Knowledge Graphs, multi-agent orchestration, and defense-in-depth governance. Companies that master the fusion between the simplicity of conversation and the precision of the graphical interface will lead their markets in efficiency and customer satisfaction.

About the Author

Rodrigo Bornholdt is Co-founder and Chief Technology Officer at Zappts, specialized in Software Architecture and Artificial Intelligence, with solid experience leading technology teams, developing complex systems, and driving innovation applied to business strategies.

About Zappts

With 12 years in operation, Zappts is a technology and innovation company, a benchmark in Agentic Transformation for large corporations. The company has delivered over 280 projects and 1 million hours of engineering across sectors such as finance, healthcare, retail, and energy. It is the creator of the Panorama da IA no Brasil (State of AI in Brazil), a survey mapping the country’s technological maturity, and a reference in implementing AI agents integrated with core business operations, focused on governance, ROI, and operational efficiency. Click here to learn more.