There's still the question of access to the codebase. By all accounts, the best LLM cyber scanning approaches are really primitive - it's just a bash script that goes through every single file in the codebase and, for each one and runs a "find the vulns here" prompt. The attacker usually has even less access than this - in the beginning, they have network tools, an undocumented API, and maybe some binaries. You can d…
Tokens can also be burnt on decompilation.
Cybersecurity looks like proof of work now
11–20 of 230 posts
Re: Cybersecurity looks like proof of work now
#12Re: Cybersecurity looks like proof of work now
#13Re: Cybersecurity looks like proof of work now
#14There is at least a possibility that a code base can be secured by a (practically) finite number of tokens until there is no more holes in it, for reasonable amounts of money.
This also reminds me of what I wrote here: https://jerf.org/iri/post/2026/what_value_code_in_ai_era/ There's still value in code tested by the real world, and in an era of "free code" that may become even more true than it is now, rather than the initially-intuitive less valuable. There is no amount of testing you can do that will be equivalent to being in the real world, AI-empowered attackers and all.
Re: Cybersecurity looks like proof of work now
#15There's still the question of access to the codebase. By all accounts, the best LLM cyber scanning approaches are really primitive - it's just a bash script that goes through every single file in the codebase and, for each one and runs a "find the vulns here" prompt. The attacker usually has even less access than this - in the beginning, they have network tools, an undocumented API, and maybe some binaries. You can d…
Tokens can also be burnt on decompilation.
Re: Cybersecurity looks like proof of work now
#16people biting into what companies say about their own products had always been the frustration in cyber. now more than ever. nothing is better or worse, basically as its always been. if you think otherwise, stop ignoring the past.
you are addicted to dopamine. think carefully and take good care of yourself
Re: Cybersecurity looks like proof of work now
#17I've said for decades that, in principle , cybersecurity is advantage defender. The defender has to leave a hole. The attackers have to find it. We just live in a world with so many holes that dedicated attackers rarely end up bottlenecked on finding holes, so in practice it ends up advantage attacker. There is at least a possibility that a code base can be secured by a (practically) finite number of tokens until the…
Re: Cybersecurity looks like proof of work now
#18Imo, cybersecurity looks like formally verified systems now.
You can't spend more tokens to find vulnerabilities if there are no vulnerabilities.
Re: Cybersecurity looks like proof of work now
#19For example from this article:
> Karpathy: Classical software engineering would have you believe that dependencies are good (we’re building pyramids from bricks), but imo this has to be re-evaluated, and it’s why I’ve been so growingly averse to them, preferring to use LLMs to “yoink” functionality when it’s simple enough and possible.
Anyone who's heard of "leftpad" or is a Go programmer ("A little copying is better than a little dependency" is literally a "Go Proverb") knows this.
Another recent set of posts to HN had a company close-sourcing their code for security, but "security through obscurity" has been a well understand fallacy in open source circles for decades.
Re: Cybersecurity looks like proof of work now
#20I wouldn't be surprised if NVIDIA picked up this talking point to sell more GPUs.