6 ms·
No, depending on the complexity of the issue models can be into loops, where they go "this is definitely an issue and must be fixed", and then the resulting fix
by MallocVoidstar 2mo ago
No, depending on the complexity of the issue models can be into loops, where they go "this is definitely an issue and must be fixed", and then the resulting fixed code gets "this is definitely an issue and must be fixed", and then the resulting fixed code has the original 'issue'.
- memoriyato3 2mo agoyeah, happened to me: "A is very wrong, you should do B", and on the next fresh review loop "B is very wrong, you should do A" typically this means there is some ambiguity in the specification, and the model flips between alternative interpretations
- bluenose69 2mo agoI get this sometimes when I ask the agent on GitHub to suggestion improvements to my Julia code. It's kind of fun to watch it struggle to please. I'm reminded of the old "Doctor" mode in Emacs.
- bfjvibybd6cuvu6 2mo agoThat's a different kind of loop. For a normal review loops you can ask the model to return with nothing found if nothing is found and not invent things and it will do a better job of exiting without anything found.
- baq 2mo agoI've ran into this in the before times with linters and static analyzers. Nothing new.