<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Quality Model on Programmer.ie: Modern AI programming</title>
    <link>http://programmer.ie/tags/quality-model/</link>
    <description>Recent content in Quality Model on Programmer.ie: Modern AI programming</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 08 Aug 2026 14:33:00 +0100</lastBuildDate>
    <atom:link href="http://programmer.ie/tags/quality-model/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Models From First Principles 01: MR.Q — Building a Neural Quality Model From Two Embeddings</title>
      <link>http://programmer.ie/post/models-from-first-principles-01/</link>
      <pubDate>Sat, 08 Aug 2026 14:33:00 +0100</pubDate>
      <guid>http://programmer.ie/post/models-from-first-principles-01/</guid>
      <description>&lt;h1 id=&#34;mrq--building-a-neural-quality-model-from-two-embeddings&#34;&gt;MR.Q — Building a Neural Quality Model From Two Embeddings&lt;/h1&gt;&#xA;&lt;p&gt;In the previous post, we established the core idea behind this series:&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;A complicated model becomes understandable when you recursively decompose it into smaller models, blocks, layers and tensor operations.&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;Now we build the first real model.&lt;/p&gt;&#xA;&lt;p&gt;Not a transformer.&lt;/p&gt;&#xA;&lt;p&gt;Not a giant language model.&lt;/p&gt;&#xA;&lt;p&gt;Not an agent.&lt;/p&gt;&#xA;&lt;p&gt;A scorer.&lt;/p&gt;&#xA;&lt;p&gt;We will take two embeddings:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;context embedding&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;response embedding&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;combine them, encode the relationship between them, and predict one scalar:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
