LLM Codegen go Brrr – Parallelization with Git Worktrees and Tmux

7 points by skeptrune


alexkorban

What I don’t get is how this actually saves time. I’d have to review and test N versions of the code, and then likely re-prompt and review and test N versions again etc.? A toggle is perhaps a best case scenario - you just look at it and it’s obvious whether it’s working or not - but most code isn’t like that.

This setup is kind of predicated on total commitment to vibecoding, but in fact it’s really unclear that the current quality of agent output is good enough to save any time (even when babysitting just one agent), and so maybe it’s more productive to just write the code manually, once, and be done with it?

kaiwenwang_dot_me

True. Suspect this is the future. See these divisions so far:

alper

Git worktrees are pretty slow. Maybe just do jj new main instead?