<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>The Carbon Layer</title><description>Carbon-based humans, in a silicon world. Deep dives on how AI systems actually get built.</description><link>https://thecarbonlayer.com/</link><item><title>The harness can improve without touching the model</title><link>https://thecarbonlayer.com/self-evolving-harness/</link><guid isPermaLink="true">https://thecarbonlayer.com/self-evolving-harness/</guid><description>An outside model found a real bug in my agent&apos;s harness, wrote a fix, and proved it helped; every safety property in that sentence had to be built by hand.</description><pubDate>Thu, 16 Jul 2026 00:00:00 GMT</pubDate></item><item><title>A working coding agent is about 2,500 lines of harness</title><link>https://thecarbonlayer.com/building-an-agent-from-scratch/</link><guid isPermaLink="true">https://thecarbonlayer.com/building-an-agent-from-scratch/</guid><description>Fifteen chapters after the empty file, the model&apos;s weights hadn&apos;t changed once; everything that reads as agentic came from code we wrote around one API call.</description><pubDate>Thu, 16 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Context management decides what the model sees this turn</title><link>https://thecarbonlayer.com/context-management/</link><guid isPermaLink="true">https://thecarbonlayer.com/context-management/</guid><description>Forty turns into a real bug the agent started contradicting itself; the model never changed, the window did.</description><pubDate>Thu, 16 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Agent skills are procedures the harness can load</title><link>https://thecarbonlayer.com/agent-skills/</link><guid isPermaLink="true">https://thecarbonlayer.com/agent-skills/</guid><description>Your strongest reviewer cannot sit inside every pull request; a skill captures the repeatable part of their procedure so the agent stops rediscovering the job.</description><pubDate>Thu, 16 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Agent sandboxing is a blast radius decision</title><link>https://thecarbonlayer.com/agent-sandboxing/</link><guid isPermaLink="true">https://thecarbonlayer.com/agent-sandboxing/</guid><description>The word sandbox covers five very different mechanisms, from a V8 isolate to a microVM, and the right one depends on the failure you need to contain.</description><pubDate>Thu, 16 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Agent memory is context assembly over time</title><link>https://thecarbonlayer.com/agent-memory-architecture/</link><guid isPermaLink="true">https://thecarbonlayer.com/agent-memory-architecture/</guid><description>The model forgets everything at the session boundary; whatever feels like memory is the harness deciding what to keep, recall, update, and forget.</description><pubDate>Thu, 16 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Harness engineering is the system around the model</title><link>https://thecarbonlayer.com/harness-engineering/</link><guid isPermaLink="true">https://thecarbonlayer.com/harness-engineering/</guid><description>When an agent fails, the model takes the blame; the more useful questions are about the ten layers wrapped around it.</description><pubDate>Thu, 16 Jul 2026 00:00:00 GMT</pubDate></item></channel></rss>