<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>LanguageModel on Programmer.ie: Modern AI programming</title>
    <link>http://programmer.ie/tags/languagemodel/</link>
    <description>Recent content in LanguageModel on Programmer.ie: Modern AI programming</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 02 Sep 2026 12:10:00 +0100</lastBuildDate>
    <atom:link href="http://programmer.ie/tags/languagemodel/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>What Does Built-In Actually Mean?</title>
      <link>http://programmer.ie/books/browser-ai-from-first-principles/02-chapter/</link>
      <pubDate>Wed, 02 Sep 2026 12:05:00 +0100</pubDate>
      <guid>http://programmer.ie/books/browser-ai-from-first-principles/02-chapter/</guid>
      <description>&lt;p&gt;The word &lt;em&gt;built-in&lt;/em&gt; suggests permanence.&lt;/p&gt;&#xA;&lt;p&gt;A built-in function is present when the program starts. A built-in browser feature is expected to work without an installer, account or deployment. If a web developer hears that AI is built into the browser, the obvious mental model is a global function waiting to be called.&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-javascript&#34; data-lang=&#34;javascript&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#66d9ef&#34;&gt;const&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;answer&lt;/span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; &lt;span style=&#34;color:#66d9ef&#34;&gt;await&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;browserAI&lt;/span&gt;.&lt;span style=&#34;color:#a6e22e&#34;&gt;prompt&lt;/span&gt;(&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;Explain this page&amp;#34;&lt;/span&gt;);&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;That is not the system we actually have.&lt;/p&gt;&#xA;&lt;p&gt;The API may be absent. The device may be ineligible. The requested language or modality may be unsupported. A model may need to be downloaded. Downloading may require a user action. The bytes can arrive before extraction and loading finish. A session can be created and later exhaust its context. The same interface can be backed by a changed implementation after a browser update.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Build the Smallest Browser AI Observatory</title>
      <link>http://programmer.ie/books/browser-ai-from-first-principles/03-chapter/</link>
      <pubDate>Wed, 02 Sep 2026 12:10:00 +0100</pubDate>
      <guid>http://programmer.ie/books/browser-ai-from-first-principles/03-chapter/</guid>
      <description>&lt;p&gt;We are ready to make the browser&amp;rsquo;s AI lifecycle visible.&lt;/p&gt;&#xA;&lt;p&gt;The first version will be deliberately small. It will not inspect every page, intercept arbitrary prompts, call tools, diagnose quality or persist a history. It will do five things:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;create a panel inside Chrome DevTools;&lt;/li&gt;&#xA;&lt;li&gt;report whether the Prompt API is exposed and available;&lt;/li&gt;&#xA;&lt;li&gt;create a browser-managed language-model session with visible download progress;&lt;/li&gt;&#xA;&lt;li&gt;stream a prompt with cancellation;&lt;/li&gt;&#xA;&lt;li&gt;display an event trace that separates each phase.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;That is already more useful than a chat demo.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
