<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Testing on aeshift</title>
    <link>https://aeshift.com/tags/testing/</link>
    <description>Recent content in Testing on aeshift</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>&amp;copy; 2026 [Dachary Carey](https://dacharycarey.com) - with agent assistance · Part of the [Agent Ecosystem Research Program](https://agentecosystem.dev)</copyright>
    <lastBuildDate>Wed, 18 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://aeshift.com/tags/testing/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>AI Agents Have Stable &#39;Coding Styles&#39; That Change With Each Version</title>
      <link>https://aeshift.com/posts/2026-03-18-nonstandard-errors-in-ai-agents/</link>
      <pubDate>Wed, 18 Mar 2026 00:00:00 +0000</pubDate>
      
      <guid>https://aeshift.com/posts/2026-03-18-nonstandard-errors-in-ai-agents/</guid>
      <description>&lt;p&gt;If you&amp;rsquo;re using coding agents to produce analysis, you&amp;rsquo;re not running deterministic software. You&amp;rsquo;re managing a lab: multiple researchers with consistent &amp;ldquo;styles,&amp;rdquo; inconsistent choices, and outcomes that drift even when the prompt and data don&amp;rsquo;t.&lt;/p&gt;&#xA;&lt;p&gt;The authors of &lt;em&gt;&lt;a href=&#34;http://arxiv.org/abs/2603.16744v1&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Nonstandard Errors in AI Agents&lt;/a&gt;&lt;/em&gt; ran 150 autonomous Claude Code agents on the same NYSE TAQ dataset (SPY, 2015–2024) and the same six hypotheses. The results varied because the agents made different methodological choices, and those choices often &lt;em&gt;are&lt;/em&gt; the analysis.&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://aeshift.com/posts/2026-03-18-nonstandard-errors-in-ai-agents/feature.png" />
    </item>
    
    <item>
      <title>An AI Agent Built a JavaScript Engine. But the pudding is missing the proof.</title>
      <link>https://aeshift.com/posts/2026-03-16-jsse-agent-coded-javascript-engine-in-rust-passing-9996-of-test262/</link>
      <pubDate>Mon, 16 Mar 2026 00:00:00 +0000</pubDate>
      
      <guid>https://aeshift.com/posts/2026-03-16-jsse-agent-coded-javascript-engine-in-rust-passing-9996-of-test262/</guid>
      <description>&lt;p&gt;The interesting part of &lt;a href=&#34;https://github.com/pmatos/jsse&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;JSSE&lt;/a&gt; isn&amp;rsquo;t that an agent &amp;ldquo;wrote a JavaScript engine.&amp;rdquo; The interesting part is what that achievement does and doesn&amp;rsquo;t prove about trusting agent-generated code. The author set a concrete, externally-audited target (test262), wired up a reproducible harness, and let the agent grind until the numbers moved. The engine comparison benchmark shows 101,044 of 101,234 scenarios passing (99.81%), with a separate progress tracker claiming 99.96% across runs. That&amp;rsquo;s an impressive foundation, but it&amp;rsquo;s only the first layer of a trust problem that gets harder from here.&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://aeshift.com/posts/2026-03-16-jsse-agent-coded-javascript-engine-in-rust-passing-9996-of-test262/feature.jpg" />
    </item>
    
    <item>
      <title>Don&#39;t Let Your Agent Grade Its Own Homework</title>
      <link>https://aeshift.com/posts/2026-03-06-self-attribution-bias-when-ai-monitors-go-easy-on-themselves/</link>
      <pubDate>Fri, 06 Mar 2026 00:00:00 +0000</pubDate>
      
      <guid>https://aeshift.com/posts/2026-03-06-self-attribution-bias-when-ai-monitors-go-easy-on-themselves/</guid>
      <description>&lt;p&gt;If you&amp;rsquo;re using an LLM to monitor an LLM-based coding agent, assume the monitor is biased in favor of the agent&amp;rsquo;s own output. The evidence suggests that framing matters: the same risky action looks safer when it&amp;rsquo;s presented as something the assistant just did.&lt;/p&gt;&#xA;&lt;p&gt;That&amp;rsquo;s the core finding of &lt;a href=&#34;http://arxiv.org/abs/2603.04582v1&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;&amp;ldquo;Self-Attribution Bias: When AI Monitors Go Easy on Themselves&amp;rdquo;&lt;/a&gt;. For practitioners, this is less an AI psychology curiosity and more an engineering warning: self-monitoring setups can systematically under-flag the exact failures you&amp;rsquo;re trying to catch.&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://aeshift.com/posts/2026-03-06-self-attribution-bias-when-ai-monitors-go-easy-on-themselves/feature.jpg" />
    </item>
    
    <item>
      <title>A TeX Chess Engine Isn&#39;t a Trick; It&#39;s What Agents Do Under Constraint</title>
      <link>https://aeshift.com/posts/2026-02-28-coding-agents-wrote-a-chess-engine-in-pure-tex/</link>
      <pubDate>Sat, 28 Feb 2026 00:00:00 +0000</pubDate>
      
      <guid>https://aeshift.com/posts/2026-02-28-coding-agents-wrote-a-chess-engine-in-pure-tex/</guid>
      <description>&lt;p&gt;You shouldn&amp;rsquo;t read the &amp;ldquo;chess engine in pure TeX&amp;rdquo; stunt as a party trick. You should read it as a warning shot. Coding agents are now good enough at &lt;em&gt;systems thinking under hostile constraints&lt;/em&gt; that your bottleneck is shifting from &amp;ldquo;can the agent write code&amp;rdquo; to &amp;ldquo;can you give it guardrails, tests, and observability before it invents a tiny virtual machine inside your build.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://blog.mathieuacher.com/TeXCCChessEngine/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Mathieu Acher&amp;rsquo;s write-up&lt;/a&gt; tells the whole story.&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://aeshift.com/posts/2026-02-28-coding-agents-wrote-a-chess-engine-in-pure-tex/feature.jpg" />
    </item>
    
  </channel>
</rss>
