logoalt Hacker News

MallocVoidstartoday at 8:06 AM3 repliesview on HN

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'.


Replies

bfjvibybd6cuvu6today at 8:47 AM

That'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.

baqtoday at 10:00 AM

I've ran into this in the before times with linters and static analyzers. Nothing new.

memoriyato3today at 8:47 AM

yeah, 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

show 1 reply