Live data from Hacker News

Jujutsu megamerges for fun and profit

isaaccorbrey.com

21–30 of 175 posts

Re: Jujutsu megamerges for fun and profit

#24
post #23

I love this stuff as a hobbyist, but professionally I can't help but think this is all obsolete in the age of agent-driven development. I wish jj was around a decade ago.

I disagree. Easily reviewing and combining multiple streams of parallel work is more valuable than ever.

Re: Jujutsu megamerges for fun and profit

#26
post #23

I love this stuff as a hobbyist, but professionally I can't help but think this is all obsolete in the age of agent-driven development. I wish jj was around a decade ago.

I disagree. Easily reviewing and combining multiple streams of parallel work is more valuable than ever.

With jj worktrees, you can even have agents working on each of those sub-megamerge branches in parallel.

Re: Jujutsu megamerges for fun and profit

#28
post #23

I love this stuff as a hobbyist, but professionally I can't help but think this is all obsolete in the age of agent-driven development. I wish jj was around a decade ago.

I disagree. Easily reviewing and combining multiple streams of parallel work is more valuable than ever.

I've been playing around with agent-native source annotation to specifically address the massively parallel work problem. Check it out here: https://github.com/draxl-org/draxl

Re: Jujutsu megamerges for fun and profit

#29
Great writeup! I've been using `jj parallelize` [1] a lot (and wrote about it here [2]) to fan out a sequence of commits to set up a megamerge, but your stack alias sounds super useful to create them on the fly, rather than at the very end of a work stream. Thanks for the tips!

[1] https://docs.jj-vcs.dev/latest/cli-reference/#jj-parallelize [2] https://blog.chay.dev/parallelized-commits

Post reply on HN