<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Continual Learning on Eigenform Articles</title><link>https://www.eigenform.ai/insights/tags/continual-learning/</link><description>Recent content in Continual Learning on Eigenform Articles</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Sun, 20 Sep 2026 00:00:00 +0800</lastBuildDate><atom:link href="https://www.eigenform.ai/insights/tags/continual-learning/index.xml" rel="self" type="application/rss+xml"/><item><title>Continual Learning: Three Approaches That Work</title><link>https://www.eigenform.ai/insights/continual-learning-three-approaches-that-work/</link><pubDate>Sun, 20 Sep 2026 00:00:00 +0800</pubDate><guid>https://www.eigenform.ai/insights/continual-learning-three-approaches-that-work/</guid><description>&lt;p&gt;&lt;strong&gt;TL;DR&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Keeping a model learning after training ends usually means writing to an external memory file, not updating the model&amp;rsquo;s own weights - the way a fruit fly&amp;rsquo;s brain may encode navigation directly into synaptic strength rather than a sustained loop of neural firing. Closing that gap is the harder, weight-level version of recursive self-improvement (RSI).&lt;/li&gt;
&lt;li&gt;More training does not reliably mean a better model: Continuously training a model during inference risks catastrophic forgetting (the model overwrites what it already knew).&lt;/li&gt;
&lt;li&gt;Three real approaches exist for updating weights continuously: reinforcement learning (narrow, moves only a small targeted slice), LoRAs (discardable bolt-on weight blocks), and differentiable plasticity (a second system decides which of the first system&amp;rsquo;s weights are editable - the most elegant option, but the slowest to train).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Key Takeaways&lt;/strong&gt;&lt;/p&gt;</description></item></channel></rss>