<?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: Muhammad Waqas</title>
    <description>The latest articles on DEV Community by Muhammad Waqas (@muhammadwaqasmbd).</description>
    <link>https://dev.to/muhammadwaqasmbd</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%2F4101193%2F0b90a076-e158-4c87-959d-8af6f158b2b5.jpg</url>
      <title>DEV Community: Muhammad Waqas</title>
      <link>https://dev.to/muhammadwaqasmbd</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/muhammadwaqasmbd"/>
    <language>en</language>
    <item>
      <title>We spent two days bisecting a prompt change. The regression was noise.</title>
      <dc:creator>Muhammad Waqas</dc:creator>
      <pubDate>Sun, 30 Aug 2026 09:22:43 +0000</pubDate>
      <link>https://dev.to/muhammadwaqasmbd/we-spent-two-days-bisecting-a-prompt-change-the-regression-was-noise-4m4e</link>
      <guid>https://dev.to/muhammadwaqasmbd/we-spent-two-days-bisecting-a-prompt-change-the-regression-was-noise-4m4e</guid>
      <description>&lt;p&gt;Quality went from 0.81 to 0.78. Someone had edited a prompt that week. Obvious culprit, obvious investigation.&lt;/p&gt;

&lt;p&gt;Nobody had measured that re-running the same prompt scores 0.77-0.84 across seeds.&lt;/p&gt;

&lt;p&gt;0.78 was never a regression. It was Tuesday.&lt;/p&gt;

&lt;p&gt;The number was real. The comparison was not, because nobody measured the instrument before trusting it.&lt;/p&gt;

&lt;p&gt;So now I do this in order, and the order is the whole point:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Calibrate the judge. Can it separate a known-good answer from a known-bad one? A judge returning 3/4 for everything gives you a rock-steady dashboard that would stay green if the agent returned Lorem Ipsum.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Measure the noise floor. Run each case across several seeds. That spread is the resolution of your instrument.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Then gate. A delta smaller than the noise floor is not a small regression. It is no information at all.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;A gate that fires on noise gets marked flaky and gets continue-on-error added within a month. Then you have no gate.&lt;/p&gt;

&lt;p&gt;How many of your eval numbers have a measured error bar?&lt;/p&gt;

&lt;p&gt;Calibrate the judge, measure the noise floor, then gate in that order.&lt;/p&gt;

&lt;p&gt;Github Repo: &lt;a href="https://lnkd.in/dbfwtsM6" rel="noopener noreferrer"&gt;https://lnkd.in/dbfwtsM6&lt;/a&gt;&lt;/p&gt;

</description>
      <category>mlops</category>
      <category>regression</category>
      <category>evaluation</category>
      <category>agents</category>
    </item>
  </channel>
</rss>
