How Outtake built a cyber investigator on Claude

· Source: Claude Blog · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Cybersecurity & Data Privacy, Robotics & Autonomous Systems · Depth: Advanced, long

Summary

Outtake, founded in 2023, developed the Recon Agent, an autonomous cyber investigator built on Claude Code and the Claude Agent SDK. This AI platform detects, investigates, and dismantles digital threats, from cloned login pages to entire adversarial networks, for clients including AI labs, hedge funds, and US federal agencies. Outtake grew its annual recurring revenue 6x and customer base over 10x year-over-year, scanning more than 20 million potential cyberattacks in 2025. The Recon Agent conducts long-running investigations, with sessions averaging 16 minutes and some extending beyond two hours, by reading, writing, and executing code to map adversarial infrastructure and produce detailed threat actor profiles.

Key takeaway

For AI Security Engineers developing autonomous defense systems, prioritize defining clear "good" outcomes and building robust agent harnesses. You should hardcode guardrails at the orchestration layer to ensure stability, while providing agents with powerful, open-ended tools like a filesystem and bash for improvisation. Integrate automated evaluation suites early to accelerate development cycles and adapt quickly to evolving threats, rather than relying solely on prompt-based instructions.

Key insights

Autonomous cyber defense agents built on LLMs require tight orchestration with improvisational freedom.

Principles

Method

Outtake built the Recon Agent by first defining "good" investigation outcomes, prototyping in Claude Code, graduating to the Claude Agent SDK for production, and establishing an eval-driven iteration loop.

In practice

Topics

Best for: AI Engineer, AI Security Engineer, MLOps Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Claude Blog.