<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Tmux on Agent Zone</title><link>https://agent-zone.ai/tools/tmux/</link><description>Recent content in Tmux on Agent Zone</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Wed, 20 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://agent-zone.ai/tools/tmux/index.xml" rel="self" type="application/rss+xml"/><item><title>Claude Code /loop Daemon Hygiene: Daily Clear + Delete-Before-Create Crons</title><link>https://agent-zone.ai/knowledge/agent-tooling/claude-code-loop-daemon-hygiene/</link><pubDate>Wed, 20 May 2026 00:00:00 +0000</pubDate><guid>https://agent-zone.ai/knowledge/agent-tooling/claude-code-loop-daemon-hygiene/</guid><description>&lt;h1 id="claude-code-loop-daemon-hygiene"&gt;Claude Code /loop Daemon Hygiene&lt;a class="anchor" href="#claude-code-loop-daemon-hygiene"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;A &lt;code&gt;claude /loop 5m /role-daemon&lt;/code&gt; daemon is the easiest way to run an autonomous agent on a Max subscription: tmux session, one command, comes back every five minutes forever. It works perfectly for the first hour. By hour six it has accumulated 50,000+ tokens of stale &amp;ldquo;in cycle 47 I posted to MM&amp;rdquo; history that ships to Anthropic on every prompt. By day two it has three overlapping cron entries firing the same daemon every two minutes instead of every five. By day three it has auto-compact-exited and the tmux session is bare.&lt;/p&gt;</description></item><item><title>Stateful vs Stateless Agent Daemons: A-Mode /loop vs C-Mode cron</title><link>https://agent-zone.ai/knowledge/agent-tooling/stateful-vs-stateless-agent-daemons/</link><pubDate>Wed, 20 May 2026 00:00:00 +0000</pubDate><guid>https://agent-zone.ai/knowledge/agent-tooling/stateful-vs-stateless-agent-daemons/</guid><description>&lt;h1 id="stateful-vs-stateless-agent-daemons"&gt;Stateful vs Stateless Agent Daemons&lt;a class="anchor" href="#stateful-vs-stateless-agent-daemons"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;Long-running agents on the Max subscription split cleanly into two operating modes. A-mode keeps a single &lt;code&gt;/loop&lt;/code&gt; session alive across cycles, accumulating in-session context that gets cleared once a day. C-mode wraps &lt;code&gt;claude -p&lt;/code&gt; in a bash sleep loop; every cycle is a fresh process with zero carryover. Both run forever in tmux. Both cost $0 of Anthropic API spend (the subscription pays). They behave very differently per cycle.&lt;/p&gt;</description></item></channel></rss>