<?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: Clara Hayes</title>
    <description>The latest articles on DEV Community by Clara Hayes (@clarahayesux).</description>
    <link>https://dev.to/clarahayesux</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3924644%2F497890a5-7170-4ba5-8b8f-aa0467a00aac.jpeg</url>
      <title>DEV Community: Clara Hayes</title>
      <link>https://dev.to/clarahayesux</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/clarahayesux"/>
    <language>en</language>
    <item>
      <title>The technical side of ADA compliance that design alone won't fix</title>
      <dc:creator>Clara Hayes</dc:creator>
      <pubDate>Tue, 30 Jun 2026 12:37:00 +0000</pubDate>
      <link>https://dev.to/clarahayesux/the-technical-side-of-ada-compliance-that-design-alone-wont-fix-4npc</link>
      <guid>https://dev.to/clarahayesux/the-technical-side-of-ada-compliance-that-design-alone-wont-fix-4npc</guid>
      <description>&lt;p&gt;A lot of accessibility content stops at the design layer — contrast ratios, font sizing, layout. &lt;a href="https://www.aufaitux.com/" rel="noopener noreferrer"&gt;Aufait UX'&lt;/a&gt;s ADA compliance guide is a useful reminder that a meaningful chunk of WCAG 2.1 AA conformance is implementation-level, not visual.&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fwrgesaqfcvrnh9wuv6o6.png" 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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fwrgesaqfcvrnh9wuv6o6.png" alt=" " width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What needs to hold up in the actual build
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Semantic HTML and ARIA roles&lt;/strong&gt; — screen readers depend on correct structure, not just correct appearance. A visually perfect component built on generic soup will still fail accessibility testing.&lt;br&gt;
&lt;strong&gt;Keyboard operability —&lt;/strong&gt; every interactive element needs to be reachable and usable without a mouse, which often surfaces gaps in custom components (custom dropdowns, modals, date pickers) that look fine but trap focus or break tab order.&lt;br&gt;
&lt;strong&gt;Accessible PDFs —&lt;/strong&gt; frequently shipped as flat scanned documents with zero structure for assistive tech, a compliance gap that's easy to miss because PDFs don't get the same QA attention as the main site.&lt;br&gt;
&lt;strong&gt;Video captions and audio descriptions —&lt;/strong&gt; required for both Section 508 and ADA-aligned compliance, not optional polish, and easy to deprioritize under deadline pressure.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why automated testing isn't enough
&lt;/h2&gt;

&lt;p&gt;One stat from the piece worth internalizing: automated accessibility scanners typically catch only 30–40% of real barriers. The rest requires manual testing — actually navigating the product with a screen reader, actually tabbing through every interactive flow. Teams that rely solely on a Lighthouse score or an automated scanner are shipping with a false sense of compliance.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where this fits into the dev workflow
&lt;/h2&gt;

&lt;p&gt;For dev teams working alongside web &lt;a href="https://www.aufaitux.com/design/ui-design-services/" rel="noopener noreferrer"&gt;ui design services&lt;/a&gt;, this is a good reminder that accessibility QA needs to happen at the code review level, not just the design review stage — a beautifully accessible Figma file can still ship a non-compliant build if implementation details (focus order, ARIA labeling, semantic structure) get missed during development. Building an accessibility checklist into PR review, the same way teams handle security or performance review, is the practical fix the guide points toward implicitly.&lt;/p&gt;

&lt;p&gt;Also worth noting for teams offering ui design solutions to clients: litigation volume around ADA Title III continues to climb year over year, which makes accessibility increasingly a risk-management conversation for clients, not just a design preference.&lt;br&gt;
Read Full guide &lt;a href="https://www.aufaitux.com/blog/website-ada-compliance-guidelines/" rel="noopener noreferrer"&gt;Website ADA Compliance Guidelines&lt;br&gt;
&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>ui</category>
      <category>ux</category>
    </item>
    <item>
      <title>How an AI design tool stack actually fits into a real product workflow</title>
      <dc:creator>Clara Hayes</dc:creator>
      <pubDate>Tue, 30 Jun 2026 10:06:10 +0000</pubDate>
      <link>https://dev.to/clarahayesux/how-an-ai-design-tool-stack-actually-fits-into-a-real-product-workflow-26dp</link>
      <guid>https://dev.to/clarahayesux/how-an-ai-design-tool-stack-actually-fits-into-a-real-product-workflow-26dp</guid>
      <description>&lt;p&gt;Most "AI in design" content stays at the surface — screenshots of a chat prompt generating a UI. &lt;a href="https://www.aufaitux.com/" rel="noopener noreferrer"&gt;Aufait UX&lt;/a&gt;'s writeup goes further into the parts that matter for anyone shipping product: how AI output integrates with the actual handoff to engineering.&lt;/p&gt;

&lt;h2&gt;
  
  
  A few technical details worth flagging for builders:
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Output format matters more than the demo&lt;/strong&gt; Figma Make outputs editable frames, not flattened screenshots — meaning design output stays inside the working file rather than needing to be redrawn from an image. It also generates component code and style references, which speeds up dev handoff considerably compared to tools that only produce static comps.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Model selection isn't a footnote&lt;/strong&gt; The team uses Gemini 2.5 Pro for complex reasoning-heavy flows, Flash models for fast iteration cycles, and Claude Sonnet when they need a balance of structural logic and creative output quality. Worth remembering that "AI design tool" isn't one undifferentiated category — the underlying model choice changes what you get.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Mokkup.ai exports only as JPEG/PNG&lt;/strong&gt; — no conversational refinement, no editable component output. Good for early wireframe-level thinking on interactive ui design for data-heavy dashboards specifically, not for anything downstream in the pipeline.&lt;/p&gt;

&lt;h2&gt;
  
  
  The part most relevant to engineering teams
&lt;/h2&gt;

&lt;p&gt;The case study that stands out: a health-tech R&amp;amp;D platform needing a custom report-generation flow, where the team had already studied Salesforce and Power BI for reference but kept producing designs that either borrowed too heavily from existing patterns or didn't actually reduce interaction load. A prompt synthesizing their research plus design thinking got Figma Make to a structural thread they hadn't considered — which then became the basis for the actual build.&lt;/p&gt;

&lt;p&gt;That's a meaningfully different use case than "AI generates a landing page," and it's the kind of example worth referencing when your team is evaluating whether a given AI tool earns its place in a real &lt;a href="https://www.aufaitux.com/design/ux-design-services/" rel="noopener noreferrer"&gt;ux design services&lt;/a&gt; pipeline or just adds another revision loop nobody asked for.&lt;br&gt;
The piece also covers a finding that matters for how teams scope AI use generally: a community platform project where field research overturned assumptions an AI personalization model would have shipped on by default — specifically around device ownership patterns in smaller Indian cities. No model flagged it. A researcher in the field did.&lt;/p&gt;

&lt;p&gt;For dev and design teams collaborating around ui ux design services, this kind of tool-by-tool, output-format-aware breakdown is more useful than the usual "AI will change everything" framing — it actually tells you where in the pipeline each tool belongs and where it doesn't.&lt;br&gt;
 Full breakdown &lt;a href="https://www.aufaitux.com/blog/ai-in-ui-ux-design-hype-vs-reality/" rel="noopener noreferrer"&gt;AI in UI/UX Design — Hype vs. Reality &lt;br&gt;
&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>ux</category>
      <category>ui</category>
      <category>design</category>
    </item>
  </channel>
</rss>
