Peter H. Diamandis
August 22, 2026
TL;DR
A company runs automated AI-powered security attacks on their codebase every night from 2–5 a.m. using open-source models on cheap spot compute to find vulnerabilities before customers encounter them.
“We attack ourselves every night for three hours, from 2 a.m. to 5 a.m., to figure out vulnerabilities in the code.”
— Speaker
“It's essentially free because we're running it on off-hours so we can use very cheap spot compute.”
— Speaker
“Having SOC 2 compliance or ISO whatever doesn't really mean anything if you can just have an agent find vulnerabilities in your codebase.”
— Speaker
1. The Problem with Compliance
Compliance certifications like SOC 2 and ISO provide false security if vulnerabilities still exist in the codebase, which the company views as inherently pointless when AI agents can quickly find exploits.
2. The Solution: Nightly Automated Attacks
The company implemented an automated security system running from 2 a.m. to 5 a.m. each night using Kimmy K3, an open-source frontier model, to attack their own codebase and identify vulnerabilities.
3. Cost Optimization via Off-Hours Computing
Running tests during off-hours on cheap spot compute makes the security scanning essentially free, with the added advantage that the company sells compute resources, further reducing expenses.
4. Broader Benefits Beyond Security
The nightly attacks discover not just security issues but general code quality problems throughout the entire codebase, providing comprehensive insights across the system.