<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Harry Martin</title>
    <description>The latest articles on DEV Community by Harry Martin (@hcjmartin).</description>
    <link>https://dev.to/hcjmartin</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3859717%2F8b31b1b7-d644-428a-828b-03e7a27d3bf6.jpeg</url>
      <title>DEV Community: Harry Martin</title>
      <link>https://dev.to/hcjmartin</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hcjmartin"/>
    <language>en</language>
    <item>
      <title>What is AI Agent Experience (AX): An Intro for UX Designers and Product Teams</title>
      <dc:creator>Harry Martin</dc:creator>
      <pubDate>Wed, 08 Apr 2026 19:08:22 +0000</pubDate>
      <link>https://dev.to/hcjmartin/what-is-ai-agent-experience-ax-an-intro-for-ux-designers-and-product-teams-1m2p</link>
      <guid>https://dev.to/hcjmartin/what-is-ai-agent-experience-ax-an-intro-for-ux-designers-and-product-teams-1m2p</guid>
      <description>&lt;p&gt;AI agents are being asked to do increasingly complex work. Tasks can include using the web to get up-to-date information and even &lt;a href="https://youtu.be/NAauIR6JFps?is=QJl2ZEzuUldUMU--" rel="noopener noreferrer"&gt;controlling your computer&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Agents have become daily active users of websites and products that &lt;em&gt;were &lt;strong&gt;designed for people&lt;/strong&gt;&lt;/em&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  AX Design for AI Agents
&lt;/h2&gt;

&lt;p&gt;Agent Experience (AX) is a new specialized discipline of UX, and brings new product design and development challenges.&lt;/p&gt;

&lt;p&gt;It also presents a distinct &lt;strong&gt;opportunity for first-movers&lt;/strong&gt; to get ahead of competitors.&lt;/p&gt;

&lt;p&gt;AI agents are new &lt;strong&gt;primary users&lt;/strong&gt; of digital products, so how do you start building and designing UI for AI users?&lt;/p&gt;




&lt;p&gt;&lt;em&gt;For a deeper guide to AX, visit&lt;/em&gt; &lt;a href="https://flocker.md/blog/what-is-ai-agent-experience-ax/" rel="noopener noreferrer"&gt;&lt;em&gt;flocker.md&lt;/em&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Examples of Good AX Design
&lt;/h2&gt;

&lt;p&gt;Connecting agents to &lt;a href="https://x.com/Microsoft365Dev/status/1919761623033479378?s=20" rel="noopener noreferrer"&gt;Microsoft Teams&lt;/a&gt; and &lt;a href="https://x.com/figma/status/2036434766661296602?s=20" rel="noopener noreferrer"&gt;Figma&lt;/a&gt; are two effective UX×AX design examples, and are already being used by product teams. I go into more detail on agent interactions and AI agent tool design in the full article &lt;a href="https://flocker.md/blog/what-is-ai-agent-experience-ax/#what-are-ai-agent-tools" rel="noopener noreferrer"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;iframe class="tweet-embed" id="tweet-2036434766661296602-877" src="https://platform.twitter.com/embed/Tweet.html?id=2036434766661296602"&gt;
&lt;/iframe&gt;

  // Detect dark theme
  var iframe = document.getElementById('tweet-2036434766661296602-877');
  if (document.body.className.includes('dark-theme')) {
    iframe.src = "https://platform.twitter.com/embed/Tweet.html?id=2036434766661296602&amp;amp;theme=dark"
  }



&lt;/p&gt;

&lt;p&gt;The example from Figma shows an AI agent (Codex, OpenAI) creating a Figma canvas from a working code prototype, started with a simple prompt: “recreate this in my figma canvas”.&lt;/p&gt;

&lt;p&gt;With a well-designed &lt;a href="https://modelcontextprotocol.io/docs/getting-started/intro" rel="noopener noreferrer"&gt;MCP tool&lt;/a&gt; the Figma team have reduced the barrier to entry for one of their core products — opening the door to &lt;strong&gt;faster development cycles&lt;/strong&gt; and &lt;strong&gt;better collaboration&lt;/strong&gt; between designers and engineers.&lt;/p&gt;




&lt;h2&gt;
  
  
  Definition of AI Agent Experience and AX Design
&lt;/h2&gt;

&lt;p&gt;The term &lt;strong&gt;Agent Experience (AX)&lt;/strong&gt; was introduced in 2025 by Netlify CEO, Matt Biilmann. Biilmann proposes that user experience (UX) design principles should now be extended to AI agents.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AX design&lt;/strong&gt; is the specialized discipline of creating  interfaces that AI agents can use efficiently and predictably.&lt;/p&gt;

&lt;p&gt;Biilmann &lt;a href="https://biilmann.blog/articles/introducing-ax/#:~:text=a%20fundamental%20change%20in%20mindset" rel="noopener noreferrer"&gt;cautions us&lt;/a&gt; to “start consciously designing the AX of their products, or risk being replaced”.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;A &lt;a href="https://huggingface.co/papers/2602.14878" rel="noopener noreferrer"&gt;2026 study&lt;/a&gt; of 856 tools across 103 MCP servers found that improving tool descriptions raised agent task success by a median of 5.85 percentage points and partial goal completion by 15.12%.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  How to Improve Agent Performance with AX Design
&lt;/h2&gt;

&lt;p&gt;For those looking to get ahead of the curve, I’ve written a practical guide to AI Agent Experience for work, UX designers, developers and teams, available on &lt;a href="https://flocker.md/blog/what-is-ai-agent-experience-ax/" rel="noopener noreferrer"&gt;flocker.md&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4lb72dvrtw7lpdk8zi7m.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4lb72dvrtw7lpdk8zi7m.jpg" alt="AI Agent Experience infographic" width="800" height="447"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The full article continues to explore:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;how product teams can start improving AX&lt;/li&gt;
&lt;li&gt;the relationship between AX and UX&lt;/li&gt;
&lt;li&gt;resources to start designing agent-ready websites and tools&lt;/li&gt;
&lt;li&gt;how skills, plugins, and MCP tools fit in&lt;/li&gt;
&lt;li&gt;how markdown, frontmatter, llms.txt and agent-accessibility improve ai performance&lt;/li&gt;
&lt;li&gt;semantics, tool names and tips to get started&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;If you are building products, websites, documents, or tools that AI agents &lt;strong&gt;could&lt;/strong&gt; use, there will never be a time better time to get ahead with AI agent experience.&lt;/p&gt;

&lt;p&gt;If you found this helpful and would like to see more articles likes this, share and make sure your team doesn’t fall behind.&lt;/p&gt;

</description>
      <category>agentskills</category>
      <category>agents</category>
      <category>ux</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
