<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: shlomik</title>
    <description>The latest articles on DEV Community by shlomik (@__6f4df0d6bb599).</description>
    <link>https://dev.to/__6f4df0d6bb599</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3938324%2F901f82d8-3e13-41bc-b6d6-5ee96b37e717.webp</url>
      <title>DEV Community: shlomik</title>
      <link>https://dev.to/__6f4df0d6bb599</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/__6f4df0d6bb599"/>
    <language>en</language>
    <item>
      <title>How I run multiple AI coding agents without destroying my repo</title>
      <dc:creator>shlomik</dc:creator>
      <pubDate>Mon, 18 May 2026 14:21:25 +0000</pubDate>
      <link>https://dev.to/__6f4df0d6bb599/how-i-run-multiple-ai-coding-agents-without-destroying-my-repo-5a26</link>
      <guid>https://dev.to/__6f4df0d6bb599/how-i-run-multiple-ai-coding-agents-without-destroying-my-repo-5a26</guid>
      <description>&lt;p&gt;AI coding agents are becoming good enough that the bottleneck is no longer only code generation.&lt;/p&gt;

&lt;p&gt;The new bottleneck is local workflow.&lt;/p&gt;

&lt;p&gt;What happens when more than one agent works on the same project?&lt;/p&gt;

&lt;p&gt;At first, I tried the obvious thing:&lt;/p&gt;

&lt;p&gt;one repo folder, multiple terminals, multiple agents.&lt;/p&gt;

&lt;p&gt;That breaks quickly.&lt;/p&gt;

&lt;p&gt;You get mixed diffs, shared dev servers, port collisions, unclear review order, and risky merges.&lt;/p&gt;

&lt;p&gt;So I started using Git worktrees.&lt;/p&gt;

&lt;p&gt;Then I built a small CLI around that workflow: WorktreePilot.&lt;/p&gt;

&lt;p&gt;The goal is simple:&lt;/p&gt;

&lt;p&gt;Every AI coding task gets its own isolated worktree, branch, agent session, optional services, ports, logs, and cleanup flow.&lt;/p&gt;

&lt;p&gt;Parallel building is okay.&lt;/p&gt;

&lt;p&gt;Parallel merging is not.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>productivity</category>
      <category>claude</category>
      <category>githubcopilot</category>
    </item>
  </channel>
</rss>
