<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Hidden State on Programmer.ie: Modern AI programming</title>
    <link>http://programmer.ie/tags/hidden-state/</link>
    <description>Recent content in Hidden State on Programmer.ie: Modern AI programming</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 10 Aug 2026 20:34:00 +0100</lastBuildDate>
    <atom:link href="http://programmer.ie/tags/hidden-state/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Cellular Automata From First Principles 38: Hidden Cell Channels and Local Memory</title>
      <link>http://programmer.ie/post/cellular-automata-from-first-principles-38/</link>
      <pubDate>Mon, 10 Aug 2026 20:34:00 +0100</pubDate>
      <guid>http://programmer.ie/post/cellular-automata-from-first-principles-38/</guid>
      <description>&lt;h1 id=&#34;cellular-automata-from-first-principles-38-hidden-cell-channels-and-local-memory&#34;&gt;Cellular Automata From First Principles 38: Hidden Cell Channels and Local Memory&lt;/h1&gt;&#xA;&lt;p&gt;A visible pixel is not enough state for a cell that must also coordinate growth.&lt;/p&gt;&#xA;&lt;p&gt;So give every cell a vector.&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;[R, G, B, alpha, h1, h2, ... h12]&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The first channels can be rendered. The rest are private internal state.&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-python&#34; data-lang=&#34;python&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;CHANNELS &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;16&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;VISIBLE &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; &lt;span style=&#34;color:#ae81ff&#34;&gt;4&lt;/span&gt;&#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;state &lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt; torch&lt;span style=&#34;color:#f92672&#34;&gt;.&lt;/span&gt;zeros(&lt;span style=&#34;color:#ae81ff&#34;&gt;1&lt;/span&gt;, CHANNELS, &lt;span style=&#34;color:#ae81ff&#34;&gt;64&lt;/span&gt;, &lt;span style=&#34;color:#ae81ff&#34;&gt;64&lt;/span&gt;, device&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;DEVICE)&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The hidden channels have no labels. We do not tell the model that channel 8 means &amp;ldquo;distance from the centre&amp;rdquo; or channel 11 means &amp;ldquo;grow east&amp;rdquo;. If useful internal signals exist, training must discover them.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
