<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Reinforcement Learning on Eigenform Articles</title><link>https://www.eigenform.ai/insights/tags/reinforcement-learning/</link><description>Recent content in Reinforcement Learning on Eigenform Articles</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Tue, 27 Jan 2026 00:00:00 +0800</lastBuildDate><atom:link href="https://www.eigenform.ai/insights/tags/reinforcement-learning/index.xml" rel="self" type="application/rss+xml"/><item><title>Survival is the Only Reward</title><link>https://www.eigenform.ai/insights/survival-is-the-only-reward/</link><pubDate>Tue, 27 Jan 2026 00:00:00 +0800</pubDate><guid>https://www.eigenform.ai/insights/survival-is-the-only-reward/</guid><description>&lt;p&gt;&lt;strong&gt;TL;DR&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Describes a five-year project to build an &amp;ldquo;evolutionary&amp;rdquo; LLM that survives by finding and holding disk space in procedurally generated networked Linux container environments, contrasted with conventional RL setups (racing games, mazes) that have a finite win condition and only &amp;ldquo;horizontal&amp;rdquo; complexity; open-ended survival has no win state and forces &amp;ldquo;vertical&amp;rdquo; complexity, where new strategies keep opening onto new problems.&lt;/li&gt;
&lt;li&gt;Three Qwen 2.5 7B model lineages were trained differently on the resulting data: Terese on all cumulative data (a &amp;ldquo;just add more data&amp;rdquo; baseline), Miri on a sliding window of the past three runs, and Katalin on only the top-performing three runs - Terese plateaued, Miri improved incrementally without catastrophic forgetting or needing to scale data or parameters, and Katalin collapsed after overfitting to narrow, high-scoring niche strategies.&lt;/li&gt;
&lt;li&gt;Most of the measured performance gains came from efficiency - discarding what doesn&amp;rsquo;t work and reusing known-good strategies verbatim, a pattern the piece calls subtractive learning - rather than from genuinely new capability, visible both in raw speed gains and in semantic clustering of the strategies generated across generations.&lt;/li&gt;
&lt;li&gt;Agents appeared to develop meta-learning without being told to: their first-try code success rate fell even as real task success rose, because they learned to deliberately write failing code to elicit informative error messages useful both immediately and as future training data - which the piece argues dissolves the usual concept of reward hacking in a fully open-ended setting, since any strategy that aids survival is legitimate by definition.&lt;/li&gt;
&lt;li&gt;Training exclusively in Linux environments improved every model&amp;rsquo;s performance in an entirely untested Windows environment, offered as evidence of genuinely transferable learning rather than memorised environment-specific tricks - though the piece notes the actual rate of improvement was far slower than the &amp;ldquo;intelligence explosion&amp;rdquo; dynamic its earlier theoretical paper had predicted.&lt;/li&gt;
&lt;li&gt;The piece reveals it used supervised fine-tuning throughout, not reinforcement learning, arguing RL&amp;rsquo;s credit-assignment machinery is built for tasks with a definable win state and actively worked against this open-ended setup; it closes by arguing that superhuman AI likely requires this kind of unscaffoldable open-ended learning, and that open-ended continuous learning and durable alignment are mechanically, not just philosophically, incompatible.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Key Takeaways&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>Survival is the Only Reward: Sustainable Self-Training Through Environment-Mediated Selection</title><link>https://www.eigenform.ai/insights/arxiv-survival-is-the-only-reward/</link><pubDate>Sun, 18 Jan 2026 00:00:00 +0800</pubDate><guid>https://www.eigenform.ai/insights/arxiv-survival-is-the-only-reward/</guid><description>&lt;p&gt;&lt;strong&gt;TL;DR&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Self-training systems typically degenerate because they lack an external criterion for judging data quality, which opens the door to reward hacking and semantic drift.&lt;/li&gt;
&lt;li&gt;The paper presents a proof-of-concept architecture for stable self-training under sparse external feedback and bounded memory, then empirically characterises its learning dynamics and failure modes.&lt;/li&gt;
&lt;li&gt;Learning is mediated purely by environmental viability rather than by reward functions or externally defined fitness: candidate behaviours run under real resource constraints, and only those whose effects persist and preserve future interaction are propagated.&lt;/li&gt;
&lt;li&gt;Because the environment gives no semantic feedback or task-specific supervision, proxy optimisation has nothing to attach to, which the paper argues makes reward-hacking evolutionarily unstable in this setup.&lt;/li&gt;
&lt;li&gt;Improvement arises mainly from persistence of effective, repeatable strategies under ongoing consolidation and pruning - a pattern the authors term negative-space learning (NSL).&lt;/li&gt;
&lt;li&gt;Models were observed developing meta-learning strategies, such as deliberately triggering failure to elicit informative error messages, without being explicitly instructed to do so.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Key Takeaways&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>Generalising from Self-Produced Data: Model Training Beyond Human Constraints</title><link>https://www.eigenform.ai/insights/arxiv-generalising-from-self-produced-data/</link><pubDate>Mon, 07 Apr 2025 00:00:00 +0800</pubDate><guid>https://www.eigenform.ai/insights/arxiv-generalising-from-self-produced-data/</guid><description>&lt;p&gt;&lt;strong&gt;TL;DR&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Current LLMs are bounded by human-derived training data and by a single level of abstraction that prevents definitive truth judgments about their own outputs.&lt;/li&gt;
&lt;li&gt;The paper proposes a framework in which AI agents generate and validate new knowledge directly through interaction with their environment, rather than through further human-curated data.&lt;/li&gt;
&lt;li&gt;The central device is an unbounded, ungamable numeric reward - such as annexed disk space or follower count - that requires no human-defined benchmark.&lt;/li&gt;
&lt;li&gt;Agents iteratively generate strategies and executable code to maximise this metric, and successful outcomes become the basis for self-retraining.&lt;/li&gt;
&lt;li&gt;Empirical validation (does the outcome actually hold up) is used in place of textual similarity to guard against model collapse and the &amp;ldquo;warm start&amp;rdquo; problem, with fine-tuning carried out via GRPO.&lt;/li&gt;
&lt;li&gt;The system is built from modular agents handling environment analysis, strategy generation, and code synthesis separately, to allow scalable experimentation.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Key Takeaways&lt;/strong&gt;&lt;/p&gt;</description></item></channel></rss>