Show HN: Branching – sync and merge code from multiple AI agents

3 sheremetyev 1 6/26/2025, 1:55:55 PM branching.app ↗
AI coding agents can now run in parallel - Cursor's Background Agents are a good example - but their overlapping edits are painful to combine with plain Git. Branching keeps multi-agent repos sane: it syncs every change across machines in real time, proposes a default merge you can review or tweak, and saves the result as ordinary Git commits that sync to GitHub.

2-minute demo of several Cursor agents editing the same project while Branching keeps everything clean: https://branching.app/#agents

We're in closed beta (free wait-list on the site). I'd love feedback, edge-case questions, and stories from anyone juggling multiple AI agents!

Comments (1)

avaku · 8h ago
This looks very useful! I wonder how other AI coding tools manage merging work from different agents (I've never tried running multiple agents simultaneously yet, but I was thinking about that).