top | item 44867780

(no title)

bhl | 6 months ago

Stacked diffs is a huge one, and also where improving git would also improve LLM workflows. The bottleneck after code generation is PR reviews, and stacked diffs help break down large PRs into more digest-able pieces.

If you help humans collaborate better, you help LLMs collaborate better.

discuss

order

siva7|6 months ago

Well, how about rethinking your workflow instead of stacking branch after branch?

fleventynine|6 months ago

Because i can produce 5 clean, properly sized commits in the time it takes to do one round of reviews, so they have to be stacked. It's important that the CI run independently on each commit, and each commit builds on the work of the previous one.