←back to thread

600 points antirez | 1 comments | | HN request time: 0.227s | source
1. cheschire ◴[] No.44625519[source]
I find agentic coding to be best when using one branch per conversation. Even if that conversation is only a single bugfix, branch it. Then do 2 or 3 iterations of that same conversation across multiple branches and choose the best result of the 3 and destroy the other two.