<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Self Consistency on Programmer.ie: Modern AI programming</title>
    <link>http://programmer.ie/tags/self-consistency/</link>
    <description>Recent content in Self Consistency on Programmer.ie: Modern AI programming</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 08 Aug 2026 22:44:00 +0100</lastBuildDate>
    <atom:link href="http://programmer.ie/tags/self-consistency/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Advanced Agents From First Principles 02: Why Does My Reasoning Agent Give a Different Answer Every Time? Use Self-Consistency Without Confusing Consensus With Truth</title>
      <link>http://programmer.ie/post/advanced-agents-from-first-principles-02/</link>
      <pubDate>Sat, 08 Aug 2026 22:44:00 +0100</pubDate>
      <guid>http://programmer.ie/post/advanced-agents-from-first-principles-02/</guid>
      <description>&lt;p&gt;A reasoning agent gives you one answer.&lt;/p&gt;&#xA;&lt;p&gt;You run it again.&lt;/p&gt;&#xA;&lt;p&gt;It gives you another.&lt;/p&gt;&#xA;&lt;p&gt;You change nothing important:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;same task,&lt;/li&gt;&#xA;&lt;li&gt;same tools,&lt;/li&gt;&#xA;&lt;li&gt;same model family,&lt;/li&gt;&#xA;&lt;li&gt;same broad context.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Yet the result changes.&lt;/p&gt;&#xA;&lt;p&gt;That is not necessarily a bug.&lt;/p&gt;&#xA;&lt;p&gt;A probabilistic model is allowed to produce more than one plausible trajectory.&lt;/p&gt;&#xA;&lt;p&gt;The engineering question is different:&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;&lt;strong&gt;How should an agent system use that variation?&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;One common answer is &lt;strong&gt;self-consistency&lt;/strong&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Agents From First Principles 02: AI Agent Gives Inconsistent Answers? Generate Multiple Candidates and Rank Them</title>
      <link>http://programmer.ie/post/agents-from-first-principles-02/</link>
      <pubDate>Sat, 08 Aug 2026 15:54:00 +0100</pubDate>
      <guid>http://programmer.ie/post/agents-from-first-principles-02/</guid>
      <description>&lt;p&gt;One of the first things you notice when you build anything around a large language model is that the same prompt does not always produce the same quality of answer.&lt;/p&gt;&#xA;&lt;p&gt;Sometimes the first response is excellent.&lt;/p&gt;&#xA;&lt;p&gt;Sometimes it is merely acceptable.&lt;/p&gt;&#xA;&lt;p&gt;Sometimes it misses the point entirely.&lt;/p&gt;&#xA;&lt;p&gt;That creates a very common agent-engineering question:&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;If the model is inconsistent, should the agent trust the first answer it gets?&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;Often, no.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
