Earlier quoted context omitted.
Problem is, the way economic activity is organised in general, there is no transition path from complex bloated systems to well designed completely human auditable systems. For example given the inherent (and proven) security risks of the Wordpress ecosystem, nobody should run WP anymore.
I'd hazard a guess 90% of WP instances could be replaced by static site generator + some tiny app to handle forms, and the 9/10th of remaining ones with static gen + form + some external commenting system, whether in cloud or something like commento.
Cybersecurity looks like proof of work now
201–210 of 230 posts
Re: Cybersecurity looks like proof of work now
#202Re: Cybersecurity looks like proof of work now
#203Earlier quoted context omitted.
It’s a good thing to keep in mind, but LLM + scaffolding is clearly superior. So if you just use vanilla LLMs you will always be behind. I think the important thing is to avoid over-optimizing. Your scaffold, not avoid building one altogether.
It's wild to me that a paragraph or 7 of plain English that amounts to "be good at things" is enough to make a material difference in the LLM's performance.
Re: Cybersecurity looks like proof of work now
#204Earlier quoted context omitted.
Yes, having a good development env with synthetic data, and an inaccessible, secure prod env just got justification. I never considered the secondary SRE laptop but I think it might be a good idea.
Please explain the second laptop. I'm studying cybersecurity, so think I should know why. Or is it a joke?
I think that such a posture would only be possible in a mature company where concerns are already separated to the point where only a handful of administrators have actual SSO or username/passphrase access to important resources.
Re: Cybersecurity looks like proof of work now
#205Earlier quoted context omitted.
since the suggestion is that the new security bug finding LLMs will increase protection because it will have access to the full source code then, the dark forest fear would be, if it is possible for an attacker to get all the source the attacker will be in a better position. This seems wrong however, as it ignores the arrow of time. The full source code has been scanned and fixed for things that LLMs can find before…
Does this have anything to do with the other 'dark forest'? https://en.wikipedia.org/wiki/Dark_forest_hypothesis I don't see the connection.
In the use of the phrase Dark Forest to explain the Fermi paradox it suggests that alien civilizations have kept themselves dark out of fear that the rest of the forest is actually lawless and violent.
In this case though we are entering a dark forest, like Hansel and Gretel, supposedly defenseless against the monsters that lurk in there, but really - they weren't that defenseless were they? I don't think the phrase that apt.
Re: Cybersecurity looks like proof of work now
#206Earlier quoted context omitted.
since the suggestion is that the new security bug finding LLMs will increase protection because it will have access to the full source code then, the dark forest fear would be, if it is possible for an attacker to get all the source the attacker will be in a better position. This seems wrong however, as it ignores the arrow of time. The full source code has been scanned and fixed for things that LLMs can find before…
Any single company might be able to proactively defend themselves from attackers, but will companies invest the tokens in this? Most people simply don't care until it's too late. And in a world where companies begin to suffer from attacks as a result - can the ones who are willing to invest in security defend themselves, not just against cyberattackers, but against a broader investor and customer backlash that believ…
Re: Cybersecurity looks like proof of work now
#207There'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…
> 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 What accounts are these? I've seen some people use this but I cannot imaging that anyone thinks this is the best. For example I've had success telling LLMs to scan from application entry points and trace execution, and that seems an extremely obvious thing to do.…
I don't expect Claude Code Review to be a replacement for a good vendor's solution.
Re: Cybersecurity looks like proof of work now
#208There'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…
> 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 What accounts are these? I've seen some people use this but I cannot imaging that anyone thinks this is the best. For example I've had success telling LLMs to scan from application entry points and trace execution, and that seems an extremely obvious thing to do.…
Re: Cybersecurity looks like proof of work now
#209Earlier quoted context omitted.
Yes, having a good development env with synthetic data, and an inaccessible, secure prod env just got justification. I never considered the secondary SRE laptop but I think it might be a good idea.
Please explain the second laptop. I'm studying cybersecurity, so think I should know why. Or is it a joke?
Re: Cybersecurity looks like proof of work now
#210Earlier quoted context omitted.
"why isn't everything that could be discovered already discovered"
So you believe AI actually discovered novel ways to compromise computer software that had previously been unknown to the entirety of cyber security experts in the world? Big if true. Can you cite an example? I'm all ears.