<?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: Lexi Parrish</title>
    <description>The latest articles on DEV Community by Lexi Parrish (@lexi_parrish).</description>
    <link>https://dev.to/lexi_parrish</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%2F3935760%2Ff60fe5b6-f428-4330-ace1-6ed68ed1a1a5.png</url>
      <title>DEV Community: Lexi Parrish</title>
      <link>https://dev.to/lexi_parrish</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lexi_parrish"/>
    <language>en</language>
    <item>
      <title>A minimal QA checklist before shipping AI app output changes</title>
      <dc:creator>Lexi Parrish</dc:creator>
      <pubDate>Sun, 17 May 2026 04:39:43 +0000</pubDate>
      <link>https://dev.to/lexi_parrish/a-minimal-qa-checklist-before-shipping-ai-app-output-changes-3i4k</link>
      <guid>https://dev.to/lexi_parrish/a-minimal-qa-checklist-before-shipping-ai-app-output-changes-3i4k</guid>
      <description>&lt;p&gt;AI app changes can fail quietly. A prompt tweak, model swap, retrieval change, or schema update can still return plausible answers while breaking required fields, citations, length limits, or safety wording.&lt;/p&gt;

&lt;p&gt;Here is the smallest clean-room routine I use before release:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Use synthetic fixtures only. Do not use customer logs, secrets, support tickets, private documents, or production prompts.&lt;/li&gt;
&lt;li&gt;Define expected output checks in plain rules: required fields, forbidden claims, required citations, length bounds, and valid JSON when needed.&lt;/li&gt;
&lt;li&gt;Run the same scenarios before every prompt/model/RAG change.&lt;/li&gt;
&lt;li&gt;Generate one pass/fail release note so the team can see exactly what changed.&lt;/li&gt;
&lt;li&gt;Keep one human review step for edge cases deterministic checks cannot judge.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  The first three checks to start with
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;required fields exist&lt;/li&gt;
&lt;li&gt;forbidden wording is absent&lt;/li&gt;
&lt;li&gt;output length stays inside expected bounds&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If useful, I packaged a tiny starter kit with synthetic examples, templates, and a local runner:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://cleanfixture-kit.kevinskysunny.workers.dev" rel="noopener noreferrer"&gt;https://cleanfixture-kit.kevinskysunny.workers.dev&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It is intentionally clean-room: no internal company data, no customer examples, and no claim that it replaces compliance or safety review.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>testing</category>
      <category>devops</category>
    </item>
  </channel>
</rss>
