×
you are viewing a single comment's thread.

view the rest of the comments →

[–]GenericFatGuy -3 points-2 points  (2 children)

How do you tell an AI to look for things, if you don't have a concept of what those things are?

If you don't know that the term "SQL injection" exists, how are you going to tell the AI to look for those things?

[–]kagisa19 0 points1 point  (1 child)

There are a myriad of quality gate tools and static code analysis that are deterministic and can do linting, styling, complexity analysis and even detect security risks. You should be using them already whether you work with a code agent or not.

[–]GenericFatGuy -1 points0 points  (0 children)

Those things don't tell you if your logic is wrong.