AI Is Tipping the Scales Toward Hackers After Mythos Release
1–8 of 8 posts
Re: AI Is Tipping the Scales Toward Hackers After Mythos Release
#2Re: AI Is Tipping the Scales Toward Hackers After Mythos Release
#3Re: AI Is Tipping the Scales Toward Hackers After Mythos Release
#4If you maintain an open source project, you should absolutely run claude, codex, and gemini through your code base looking for security issues. It found some surprising vulns in some of my repos that were so subtle that even when it pointed them out to me, I still couldn't see the problem. I chatted back and forth for a bit and finally realized that it was right . Fixed the bugs and moved on.
Re: AI Is Tipping the Scales Toward Hackers After Mythos Release
#5Overhyped.
Re: AI Is Tipping the Scales Toward Hackers After Mythos Release
#6Re: AI Is Tipping the Scales Toward Hackers After Mythos Release
#7More generally, AI is enabling predatory use cases more than positive use cases. There's more resources and more will behind the former.
Re: AI Is Tipping the Scales Toward Hackers After Mythos Release
#8Overhyped.
And well, one can always prompt "review my feature branch" or "review this file for bugs" with these tools; code analysis plays into the strengths of LLMs far more than code generation, since false positives/hallucinations aren't a problem with the former.