Three prevalent themes in the discussion
- Humans are the weak link – AI‑driven social engineering will bypass technical defenses
- “While I had the same thoughts about the coming cyber‑apocalypse, the ugly truth is that it doesn’t make a difference as in a year or so models will be so persuasive and skilled in social engineering that even the hardest cyberdefense in the world doesn’t keep them from exfiltrating any information they want by targeting not the system, but the users…” – mentalgear
-
“There is an answer to that - simplify and abstract. Lots of human software is unnecessarily complex…” – js8 (echoes the same human‑limit concern)
-
Reduce complexity and enforce security via hardware invariants (air gaps, data diodes, minimal features)
- “There is an answer to that - simplify and abstract. Lots of human software is unnecessarily complex… Take sendmail vs postfix as an example of this process.” – js8
- “Every feature is also a vulnerability. The most secure features are the ones that don’t exist.” – SoftTalker
-
“The only verifiable invariants that are going to work in the long run are: air gaps, data diodes … We simply shouldn’t trust software to a job that belongs in hardware.” – mikewarot
-
Systematic security fixes can shift or hide problems; whack‑a‑mole vs. class‑wide approaches involve trade‑offs
- “I kind of wish you wrote ‘potentially worse’ rather than ‘exciting’, because that happens too… It’s like natural selection and antibiotics: being too good at solving one class of problems selects for other classes that are more resilient and harder to find.” – dataflow
- “But in practice so far, this doesn’t end vulnerabilities, it just leads to a bunch of new and more exciting ones.” – matthewdgreen
- “I feel that it’s not such a clear distinction between whackamole bug fixing and systematic security engineering…” – h3lp