<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Parallel Development on Bruce on AI Engineering</title><link>http://www.heyuan110.com/tags/parallel-development/</link><description>Recent content in Parallel Development on Bruce on AI Engineering</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 27 Feb 2026 18:00:00 +0800</lastBuildDate><atom:link href="http://www.heyuan110.com/tags/parallel-development/index.xml" rel="self" type="application/rss+xml"/><item><title>Claude Code Worktree: Run Multiple AI Tasks in Parallel</title><link>http://www.heyuan110.com/posts/ai/2026-02-28-claude-code-worktree-guide/</link><pubDate>Fri, 27 Feb 2026 18:00:00 +0800</pubDate><guid>http://www.heyuan110.com/posts/ai/2026-02-28-claude-code-worktree-guide/</guid><description>&lt;p&gt;&lt;img src="http://www.heyuan110.com/posts/ai/2026-02-28-claude-code-worktree-guide/cover.webp"
 alt="Claude Code worktree mode running multiple parallel AI coding sessions"
 
 loading="lazy"
 decoding="async"
 fetchpriority="low"
 width="1200"
 height="630"
/&gt;
&lt;/p&gt;
&lt;p&gt;You open your terminal. Claude Code is halfway through building a new authentication module. Then Slack pings: there&amp;rsquo;s a production bug that needs fixing now.&lt;/p&gt;
&lt;p&gt;What do you do? Stash your half-finished changes and hope you remember to pop them later? Force-commit a broken state just to switch branches? Tell your team to wait?&lt;/p&gt;
&lt;p&gt;This is the fundamental constraint of single-directory development: &lt;strong&gt;one working directory can only hold one task at a time&lt;/strong&gt;. Switching branches changes your files, but it doesn&amp;rsquo;t give you isolation. If two Claude Code sessions operate on the same directory, they will step on each other&amp;rsquo;s changes.&lt;/p&gt;</description></item></channel></rss>