logoalt Hacker News

johnfnyesterday at 8:29 PM2 repliesview on HN

After a release, attackers have effectively infinite time to throw an LLM against every line of your code - an LLM that only gets smarter and cheaper to run as time passes. In order to feel secure you’d need to do all the work you’d imagine an attacker would ever do, for every single release you ship.


Replies

mixdupyesterday at 9:26 PM

The first few times it's going to be expensive, but once everyone level sets with intense scans of their codebases, "every single release" is actually not that big a deal, since you are not likely to be completely rebuilding your codebase every release

stavrosyesterday at 9:04 PM

This assumes that the relationship between "LLM tokens spent" and "vulnerabilities found" doesn't plateau, though.