
AI Security Podcast How to Build Your Own AI Chief of Staff with Claude Code
38 snips
Feb 11, 2026 Caleb Sima, a venture investor and AI builder who created Pepper, a multi-agent AI chief of staff. He explains building Pepper with Claude Code, how it spins up specialist agents and even builds its own tools. They cover rapid prototyping, auto-generating branding and websites, black-box testing that files GitHub bugs, and security risks from app sprawl and shared memory.
AI Snips
Chapters
Transcript
Episode notes
Pepper: An AI Chief Of Staff
- Caleb built "Pepper," an AI chief of staff that dynamically creates and manages expert agents to solve personal problems.
- Pepper stores memory, retrieves data, and connects Caleb to experts when needed.
Agents Auto-Built Infrastructure
- Caleb asked Pepper to build an MCP server to access his digital mail and the agents auto-created roles to build it.
- The whole integration completed with only five or six messages from Caleb.
Use Claude Code To Orchestrate Agents
- Use Claude Code and community plugins like Cloud Superpowers to orchestrate multi-agent systems without deep coding skills.
- Let the system produce a PRD, break work into chunks, and execute via generated pull requests.
