<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Claude Code on Tech Blog</title>
    <link>https://yashsachdeva.com/tags/claude-code/</link>
    <description>Recent content in Claude Code on Tech Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>© 2026 Yash Sachdeva</copyright>
    <lastBuildDate>Sun, 26 Apr 2026 23:30:00 +0530</lastBuildDate><atom:link href="https://yashsachdeva.com/tags/claude-code/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>Dissecting the Claude Code Harness - Part 2: Extensibility &amp; Scale</title>
      <link>https://yashsachdeva.com/posts/dissecting-the-claude-code-harness-part-2-extensibility-scale/</link>
      <pubDate>Sun, 26 Apr 2026 23:30:00 +0530</pubDate>
      
      <guid>https://yashsachdeva.com/posts/dissecting-the-claude-code-harness-part-2-extensibility-scale/</guid>
      <description>&lt;h2 class=&#34;relative group&#34;&gt;1. Sub-Agents — Scaling Beyond a Single Loop&#xA;    &lt;div id=&#34;1-sub-agents--scaling-beyond-a-single-loop&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#1-sub-agents--scaling-beyond-a-single-loop&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h2&gt;&#xA;&lt;p&gt;The single-threaded agentic loop is simple and predictable, but it cannot parallelize work. Claude Code addresses this with &lt;strong&gt;sub-agents&lt;/strong&gt; — child agent instances that run their own isolated loops.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Dissecting the Claude Code Harness - Part 1: The Execution Engine</title>
      <link>https://yashsachdeva.com/posts/dissecting-the-claude-code-harness-part-1-the-execution-engine/</link>
      <pubDate>Fri, 24 Apr 2026 23:30:00 +0530</pubDate>
      
      <guid>https://yashsachdeva.com/posts/dissecting-the-claude-code-harness-part-1-the-execution-engine/</guid>
      <description>&lt;h2 class=&#34;relative group&#34;&gt;Introduction&#xA;    &lt;div id=&#34;introduction&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#introduction&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h2&gt;&#xA;&lt;p&gt;Claude Code is Anthropic&amp;rsquo;s terminal-based AI coding agent. On the surface it looks like a CLI that &amp;ldquo;just talks to Claude,&amp;rdquo; but under the hood it is a stateful software layer that sits between a stateless language model and your local development environment. The model provides the reasoning; the harness provides the hands, eyes, and workspace.&lt;/p&gt;</description>
      
    </item>
    
  </channel>
</rss>
