This document summarizes a talk on using hackers versus security tools in the software development lifecycle (SDLC). It discusses how hackers can provide a unique perspective in requirements, design, development, testing, and production by thinking creatively about edge cases and security implications, though they do not scale as well as tools. Tools are better for automation, high-volume testing, and preventing known issues, but may miss more complex vulnerabilities. An informed approach uses both hackers and tools throughout the SDLC.