Comment Re:the Battle of the Titans (Score 1) 61
>> What if the white hat AI introduces the vulnerabilities?
Always possible of course but I find that the LLM's are better at writing robust code than most humans. Yesterday I was working to make a basic login page for a web app. After I got it working I asked the AI how I could make it more resistant against hacking and it came up with a long list of improvements. Brute force protection, cookie security, session binding, idle timeout, concurrent session limits, login anomaly detection, etc., etc. Very helpful.