<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>State Management on Stack Research</title><link>https://stackresearch.org/tags/state-management/</link><description>Recent content in State Management on Stack Research</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sat, 14 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://stackresearch.org/tags/state-management/index.xml" rel="self" type="application/rss+xml"/><item><title>Memory Should Decay</title><link>https://stackresearch.org/research/memory-should-decay/</link><pubDate>Sat, 14 Mar 2026 00:00:00 +0000</pubDate><guid>https://stackresearch.org/research/memory-should-decay/</guid><description>&lt;p&gt;An agent memory run started with 50 stored facts. Each fact had a half-life of 10 ticks. After 30 ticks of a task loop, 8 memories remained.&lt;/p&gt;
&lt;p&gt;Those 8 were the ones the agent kept using. The other 42 expired automatically. No cleanup script. No manual pruning. No summarization pass pretending stale facts were still useful.&lt;/p&gt;
&lt;p&gt;The experiment is small, but the shape is important. Agent memory does not need to be an attic where every fact waits forever. It can behave more like working state: reinforced by use, weakened by neglect, and removed when confidence falls below a threshold.&lt;/p&gt;</description></item><item><title>Software That Expires</title><link>https://stackresearch.org/editorial/software-that-expires/</link><pubDate>Mon, 16 Feb 2026 00:00:00 +0000</pubDate><guid>https://stackresearch.org/editorial/software-that-expires/</guid><description>&lt;p&gt;Software accumulates by default.&lt;/p&gt;
&lt;p&gt;Features go in. Compatibility layers remain. Old state keeps its place because removing it feels riskier than carrying it. A temporary endpoint becomes a customer dependency. A migration flag survives long after the migration. A data field whose meaning has changed three times continues to answer because some quiet part of the system still asks for it.&lt;/p&gt;
&lt;p&gt;The usual word for this is technical debt, but debt is too clean a metaphor. Debt has a lender, a balance, and a date on the bill. Software decay is less orderly. It is closer to sediment. Each layer is understandable when it lands, and opaque once enough layers have settled above it.&lt;/p&gt;</description></item></channel></rss>