<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Model Configuration on Programmer.ie</title>
    <link>http://programmer.ie/tags/model-configuration/</link>
    <description>Recent content in Model Configuration on Programmer.ie</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 28 Aug 2026 10:25:00 +0100</lastBuildDate>
    <atom:link href="http://programmer.ie/tags/model-configuration/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>DSPy From First Principles 06: Your Model Is a Dependency</title>
      <link>http://programmer.ie/books/dspy-from-first-principles/06-chapter/</link>
      <pubDate>Fri, 28 Aug 2026 10:25:00 +0100</pubDate>
      <guid>http://programmer.ie/books/dspy-from-first-principles/06-chapter/</guid>
      <description>&lt;h1 id=&#34;your-model-is-a-dependency&#34;&gt;Your Model Is a Dependency&lt;/h1&gt;&#xA;&lt;p&gt;In chapter 5 we composed several LM operations into one small editorial program. It can analyze a sentence, rewrite it, assess risk, and return structured fields.&lt;/p&gt;&#xA;&lt;p&gt;One assumption remains hidden:&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;Which model executed the program?&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;That question is not operational trivia. A language-model program is not fully described by its Python class and signature. Its behavior depends on the LM boundary.&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;DSPy program&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;      ↓&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;LM boundary&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;   /      \&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;local     hosted&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;model     model&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;This chapter treats the model as a dependency: configured, recorded, tested, and replaced deliberately.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
