<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-maintained until cmd/marketing-blog generates it.

  Adding a post means editing this file, marketing/blog/index.html (both
  the visible list AND the `blogPost` JSON-LD array), and adding a <loc>
  to marketing/sitemap.xml. Keep <lastBuildDate> in step with the newest
  <pubDate>, and keep every <pubDate> in RFC 822 — feed readers reject
  ISO 8601 here, unlike everywhere else on this site.
-->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Containarium Blog</title>
    <link>https://containarium.dev/blog/</link>
    <atom:link href="https://containarium.dev/blog/rss.xml" rel="self" type="application/rss+xml" />
    <description>Engineering notes on agent sandboxes, LXC internals, and container isolation from the team building Containarium.</description>
    <language>en</language>
    <copyright>© FootprintAI. Apache 2.0 for OSS components.</copyright>
    <lastBuildDate>Tue, 28 Jul 2026 12:00:00 +0000</lastBuildDate>
    <image>
      <url>https://containarium.dev/og.png</url>
      <title>Containarium Blog</title>
      <link>https://containarium.dev/blog/</link>
    </image>

    <item>
      <title>Running untrusted agent code: the hole isn't escape, it's egress</title>
      <link>https://containarium.dev/blog/run-untrusted-agent-code</link>
      <guid isPermaLink="true">https://containarium.dev/blog/run-untrusted-agent-code</guid>
      <pubDate>Tue, 28 Jul 2026 12:00:00 +0000</pubDate>
      <description>"Untrusted" is three different threats, and most teams defend the wrong one — shopping for isolation technology while running with unrestricted outbound network access. What a container boundary actually buys you, what it doesn't, and when a box is the wrong tool.</description>
    </item>

    <item>
      <title>Scaling coding agents: five agents, five Linux boxes</title>
      <link>https://containarium.dev/blog/scaling-coding-agents</link>
      <guid isPermaLink="true">https://containarium.dev/blog/scaling-coding-agents</guid>
      <pubDate>Tue, 28 Jul 2026 00:00:00 +0000</pubDate>
      <description>Everyone uses a coding agent to write code; almost nobody talks about how to scale one up. Two things made it work for our team — a software quality process the agents actually follow, and one isolated Linux box per agent. Also available in Traditional Chinese: https://containarium.dev/zh-tw/blog/scaling-coding-agents</description>
    </item>

    <item>
      <title>The Best AI Agent Sandboxes in 2026 (Compared)</title>
      <link>https://containarium.dev/blog/best-ai-agent-sandboxes</link>
      <guid isPermaLink="true">https://containarium.dev/blog/best-ai-agent-sandboxes</guid>
      <pubDate>Fri, 19 Jun 2026 00:00:00 +0000</pubDate>
      <description>Containarium, E2B, Modal, and Daytona side by side on the things that actually decide the choice: self-hosting, persistence, isolation technology, license, MCP support, and cost. Written by a vendor in the space, so it says plainly where each competitor wins.</description>
    </item>

  </channel>
</rss>
