<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Martin Sigloch — Writing</title>
    <link>https://signalshell.com/blog/</link>
    <atom:link href="https://signalshell.com/blog/feed.xml" rel="self" type="application/rss+xml"/>
    <description>AI infrastructure, agent systems, and developer tooling.</description>
    <language>en</language>
    <item>
      <title>section3: An init system for an agent&#x27;s container</title>
      <link>https://signalshell.com/blog/section3-service-supervisor.html</link>
      <guid>https://signalshell.com/blog/section3-service-supervisor.html</guid>
      <pubDate>Thu, 11 Jun 2026 10:49:34 +0000</pubDate>
      <description>Docker restarts containers, but nothing standard supervises the processes inside one. section3 is a small Go supervisor built for the container my AI agent lives in, now open source.</description>
    </item>
    <item>
      <title>The Lost Buffer: How AI Compressed the Thinking Time Out of Engineering</title>
      <link>https://signalshell.com/blog/lost-buffer-ai-thinking-pace.html</link>
      <guid>https://signalshell.com/blog/lost-buffer-ai-thinking-pace.html</guid>
      <pubDate>Fri, 29 May 2026 20:48:33 +0000</pubDate>
      <description>The hours spent writing code were also the hours spent thinking through the design. AI does the writing in seconds and removes the reflection that used to ride along inside it, leaving developers making more decisions per hour with less of the understanding the slow work used to build.</description>
    </item>
    <item>
      <title>Orchestrating coding agents across projects</title>
      <link>https://signalshell.com/blog/orchestrating-coding-agents.html</link>
      <guid>https://signalshell.com/blog/orchestrating-coding-agents.html</guid>
      <pubDate>Fri, 29 May 2026 16:06:24 +0000</pubDate>
      <description>Run several coding agents across several projects and the question that matters is not whether their code is correct but how far it can reach. Isolation contains the damage. An orchestrator carries the context. Damage stays local; understanding travels.</description>
    </item>
    <item>
      <title>Refraction: A Documentation Standard for AI-Managed Codebases</title>
      <link>https://signalshell.com/blog/refraction-documentation-standard.html</link>
      <guid>https://signalshell.com/blog/refraction-documentation-standard.html</guid>
      <pubDate>Thu, 16 Apr 2026 09:46:44 +0000</pubDate>
      <description>Documentation frameworks were designed for humans navigating a sidebar. Refraction is built for agents loading context hierarchically. Three markdown layers, agent-maintained, always current.</description>
    </item>
    <item>
      <title>When Your AI&#x27;s Memory Needs Better Recall</title>
      <link>https://signalshell.com/blog/memory-retrieval-improvements.html</link>
      <guid>https://signalshell.com/blog/memory-retrieval-improvements.html</guid>
      <pubDate>Sat, 28 Mar 2026 20:45:12 +0000</pubDate>
      <description>Adding hybrid scoring, result deduplication, and research-backed improvements to Tachikoma&#x27;s memory retrieval system.</description>
    </item>
    <item>
      <title>Stop Babysitting Your AI Agent</title>
      <link>https://signalshell.com/blog/stop-satisfying-your-ai.html</link>
      <guid>https://signalshell.com/blog/stop-satisfying-your-ai.html</guid>
      <pubDate>Thu, 15 Jan 2026 12:00:00 +0000</pubDate>
      <description>AI coding agents are getting autonomous enough to run unsupervised. The bottleneck is no longer the agent — it&#x27;s the notification layer. Why ambient awareness beats polling a terminal.</description>
    </item>
    <item>
      <title>AI and OpenSCAD: Designing Physical Objects in Code</title>
      <link>https://signalshell.com/blog/ai-and-openscad.html</link>
      <guid>https://signalshell.com/blog/ai-and-openscad.html</guid>
      <pubDate>Sun, 15 Feb 2026 12:00:00 +0000</pubDate>
      <description>How I used Claude Code to design a 3D-printable IoT enclosure in OpenSCAD. The workflow that emerged, what worked, and why parametric CAD is uniquely suited to LLMs.</description>
    </item>
    <item>
      <title>Building a Persistent Memory System for AI Agents</title>
      <link>https://signalshell.com/blog/persistent-memory-for-ai-agents.html</link>
      <guid>https://signalshell.com/blog/persistent-memory-for-ai-agents.html</guid>
      <pubDate>Sun, 22 Mar 2026 21:07:38 +0000</pubDate>
      <description>How Tachikoma remembers context across sessions using embeddings, quality metadata, and plain markdown files. A practical alternative to typical RAG.</description>
    </item>
  </channel>
</rss>
