<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>LLM Routing on Programmer.ie: Modern AI programming</title>
    <link>http://programmer.ie/tags/llm-routing/</link>
    <description>Recent content in LLM Routing on Programmer.ie: Modern AI programming</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 08 Aug 2026 23:41:00 +0100</lastBuildDate>
    <atom:link href="http://programmer.ie/tags/llm-routing/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Advanced Agents From First Principles 05: Is One Model Doing Everything? Build a Mixture of Experts at the Agent Level</title>
      <link>http://programmer.ie/post/advanced-agents-from-first-principles-05/</link>
      <pubDate>Sat, 08 Aug 2026 23:41:00 +0100</pubDate>
      <guid>http://programmer.ie/post/advanced-agents-from-first-principles-05/</guid>
      <description>&lt;p&gt;A common agent architecture starts simply:&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;request&#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;model&#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;action&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;That simplicity is valuable.&lt;/p&gt;&#xA;&lt;p&gt;It should be your default.&lt;/p&gt;&#xA;&lt;p&gt;But eventually you may notice something strange.&lt;/p&gt;&#xA;&lt;p&gt;The same model is being asked to do everything:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;classify the task,&lt;/li&gt;&#xA;&lt;li&gt;search documentation,&lt;/li&gt;&#xA;&lt;li&gt;reason about code,&lt;/li&gt;&#xA;&lt;li&gt;write SQL,&lt;/li&gt;&#xA;&lt;li&gt;review a patch,&lt;/li&gt;&#xA;&lt;li&gt;summarize logs,&lt;/li&gt;&#xA;&lt;li&gt;judge another model,&lt;/li&gt;&#xA;&lt;li&gt;decide whether a deployment is safe,&lt;/li&gt;&#xA;&lt;li&gt;and answer simple questions that did not require an expensive model in the first place.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;At that point the problem may no longer be:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
