Loading video...
Video Failed to Load
Recipe for insane development speed: Git worktrees + AI agents = parallel coding superpowers While one agent fixes issue #361, another tackles #305, and a third investigates that user bug report—all without conflicts. This changes everything.
45,195 views • 1 year ago •via X (Twitter)
11 Comments

See my scripts

INTRODUCING: Agentic Security - LLM Security Scanner! 🔍 🔑 Features: Scans for prompt injections, jailbreaking & more. Provides detailed reports & options to customize attack rules. 🔗access the GitHub Link ↓

I made for precisely this!

I've been doing this but realizing that working in parallel, isn't that helpful on a regular basis. Like by the time I set up a new work tree, install dependencies, and describe my task to the AI, the AI is already done with what it was doing in the first work tree

with ruby all of that ios cached so no overhead

I experimented with worktree, claude works better with separate clones. I use 6 for my project.

how is that different than a worktree? a worktree is just a copy of the files too right?

great, and then who merges all this mess to main resolving all the inter-dependencies, conflicts and regressions?

with good research before its really good

you should check out

Cool will do! Thanks


