Theme 1 – AI’s dual role (hype vs. actual threat)
- “AI can not be trusted.” — shevy‑java
- “The attack doesn’t use AI, but an AI could use the attack. (and the researchers definitely used AI to write the paper!)” — fwlr
- “Now, with LLMs, it's the ‘90s all over again.” — aka‑rider
Theme 2 – Script kiddies gaining power
- “Script kiddies have always been a problem you have to defend against. This is nothing new.” — cpburns2009
- “Script kiddies will soon have capabilities that nation states once upon a time could only dream of.” — jacquesm
- “It would take at least some knowledge to hack, not just a random script from a forum. Now, with LLMs, it's the ‘90s all over again.” — aka‑rider
Theme 3 – Trusting‑trust attack and mitigations (bootstrap reproducibility, diverse environments)
- “The whole point of these minimal‑byte ‘seed’ bootstraps is that they are just enough bytes of executable to do everything else from the source… the tampered instance won’t be participating in the build.” — fwlr
- “Wheeler’s approach treats the environment itself as a parameter to diversify on… not just the compiler, but also the host/OS, and even the hardware.” — jach
- “Guix has a full source bootstrap… building from source all the way down.” — hardwaresofton
- “Efforts toward reproducible builds and reducing this trust perimeter focus on removing binary seeds…” — EGreg