In the on-screen digital design landscape AI agents are increasingly handling core functions—booking, scheduling, summarizing, supporting workflows—so systems need to be readable and actionable by AI agents, not just humans.
AX design bridges human-centered UX and machine-driven automation, enabling systems that optimize both trust and efficiency.
Designing for agents means letting humans remain in control, with transparency and collaboration—helping agents assist, but not override user intent.

“AX Design is the frontier where UX meets artificial intelligent systems. It calls on designers to shift from designing screens to designing agent behavior.”

Designing an intelligent, adaptive digital experience no longer means focusing exclusively on human interfaces. As AI agents take on increasingly complex roles—interpreting language, making predictions, and completing tasks autonomously—designers must evolve from UX thinking to AX (Agent Experience) design. This guide offers a practical framework for implementing AX systems that integrate both Large Language Models (LLMs) and Predictive AI, leveraging the strengths of each to create systems that are intuitive, reliable, and trustworthy for both users and the agents serving them.
LLMs are ideal for interpreting user input, holding natural conversations, and delivering human-like responses. Predictive AI, on the other hand, excels at data-driven decision-making based on structured inputs. This guide explains how to orchestrate both technologies—bridging natural language interfaces and structured prediction engines—to build seamless, explainable, and scalable agent workflows.
Whether you're designing a customer-facing chatbot, an internal enterprise agent, or a workflow automation system, you need to determine where and how to apply LLMs and predictive models.
First we need to understand what Is Agent Experience (AX) Design?
AX Design refers to the emerging field of Agent Experience (AX) design, also called AI Experience Design, focused on designing systems both humans and AI agents can interact with effectively.
AX design is a new approach that extends traditional user‑experience (UX) design to include AI agents as first-class users:
AX designing is for both AI agents and humans: Whereas UX focuses on human interactions, AX optimizes systems so that agents—AI tools, assistants, bots—can read, interpret, and act reliably and predictably within them. It demands structured data, clear APIs, interactive layers agents can parse, prompting logic, metadata, and semantically precise content.
The goal: help AI agents execute tasks (booking, summarizing, automating flows) while delighting human users with trust, clarity, and control.
Skills, Tools & Roles in AX Design
To design in an AX context, practitioners typically need:
• Conversational & prompt engineering: Crafting clear dialogue flows, intents, fallback logic, model tuning. 
• Structured data expertise: Using schema.org, JSON‑LD, metadata design for agent readability.
• Behavior mapping & agent logic: Designing agent decision trees, API flows, error states, handoff triggers
AX Integration: LLM AI vs Predictive AI
In Agent Experience (AX) design, each AI type has a different role and integration path:
 LLM AI in AX Design are task orchestrators and interpreters. They:
• Parse user intent from natural language
• Dynamically generate prompts, follow-ups, summaries
• Offer explanation and reasoning, enabling “why” transparency in agent decisions
• Can handle ambiguous or novel input
• Are used to simulate human-like agents in conversational interfaces
AX Design Integration Tips:
• Design prompt templates with contextual anchors
• Create fallback flows when confidence drops or answers are unclear
• Enable human overrides to manage hallucination risks
• Use confidence scoring or external validation via grounding (retrieval-augmented generation or API lookups)
Example: An LLM-powered agent helps HR staff by drafting employee letters based on natural prompts and internal policy documentation.
Predictive AI in AX Design
Predictive models are decision engines that offer precise, repeatable outputs. They:
• Predict user behavior or risk (e.g., churn, default, health outcomes)
• Operate in the background of many agent decisions
• Require structured data pipelines for training and inference
• Are usually narrow in scope, not conversational
AX Design Integration Tips:
• Use clear UI feedback for decisions derived from predictive models.
• Support explainability layers (e.g., SHAP or LIME output) to ensure trust and transparency
• Create audit-friendly decision logs and let users dispute or question predictions
• Build workflows with agent mediation, where predictions inform but don’t dictate actions
Example: A predictive AI model flags a customer as a churn risk. An LLM agent composes a personalized retention message and recommends actions based on model output.
Hybrid AX Design: Orchestrating LLM + Predictive AI
In modern AX systems, LLMs act as interface and controller, while predictive models serve as task-specific engines.
Integration Strategy:
• Use LLMs to ask clarifying questions if predictive input is incomplete
• Let LLMs translate prediction output into human-readable responses
• Provide structured metadata and scoring from predictive models so LLMs can explain decisions
• Build agent telemetry to track LLM reasoning and prediction accuracy separately
AX Design Principles & Frameworks
Structured around typical UX but enhanced with agent-specific dimensions:
• Discover agent and human needs.
• Define intents, edge-case logic, safety measures.
• rototype screens + prompt flows with confidence thresholds.
• Validate performance in human-in-the-loop tests.
• Launch with telemetry instrumentation.
• Monitor & iterate on agent behavior and trust over time. 
The 7 Heuristics / Core Principles
1. Agent-first empathy: anticipate how an agent processes ambiguity and weights decision criteria.
2. Transparent decision-making: track confidence, logs, fallbacks.
3. Resilient & collaborative flows: embed handoff points, retries, escalation paths.
4. System integration: build fast, structured APIs.
5. Human-in-the-loop design: plan UI for approval, override, audit trails.
6. Iterative telemetry: measure task completion, response time, error rates.
7. Ethical governance: bias audits, traceability, compliance frameworks. 
Key Takeaways
AX is UX evolved—designing not just for screens, but for intelligent agents operating on behalf of humans.
Focus on structured communication: APIs, semantic metadata, agent-readable documentation.
Design flows with fallbacks and transparency, so agents remain reliable and traceable.
Use agent telemetry to drive continuous improvement—accuracy, completion, latency, and user trust.
Embed ethical guardrails: confidence thresholds, audit logs, human oversight.
Real‑World Case Studies & Illustrations.
Back to Top