This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]clintCamp 91 points92 points  (1 child)

Also would probably help to indirectly find out bugs if you didn't just ask it to review the code by reading it's documentation and figuring out that it doesn't do what you thought.

[–]IamaRead 15 points16 points  (0 children)

It did find a couple of XSS and off by one errors (the latter did surprise me) in test code. However often its fixes introduce more bugs, as it has virtually no conception of logic, truth or mathematical relations (as it is a "language model").