Ask HN: How to use Codex for multiple tasks without PR merge conflicts?
2•ionwake•1h ago
Is there a technique? IE jsut do the tasks synchronously etc? I have tried github actions to try rebase branches on pushes but no real joy finding a stable work process. I wondered if anyone has any hints?
Comments
JoeCortopassi•4m ago
Just like writing normal software: have it work on different parts of the codebase that don't have overlap, or do the work sequentially. AI is a time compressor, but it's still constrained by the same problems as normal engineers.
If one task changes the button to green, and the other one changes it to red at the same time, something will have to decide how to reconcile that difference
JoeCortopassi•4m ago
If one task changes the button to green, and the other one changes it to red at the same time, something will have to decide how to reconcile that difference