A conference talk by Roberto Rodriguez demonstrating how to use AI agents with Jupyter notebooks for security data analysis. The core idea is the 'code act' pattern: instead of passing raw data directly to an LLM, agents write and execute Python code in a Jupyter kernel to process and analyze data, then pass only summaries and metadata back to the LLM. Two open-source Python packages are released: a Jupyter toolkit MCP server that exposes notebook/kernel tools to agents, and an agent data toolkit with PostgreSQL wrappers. The talk also covers connecting agents to real databases, using progressive disclosure via AI agent skills (skill.md files) to structure autonomous workflows, and a live demo analyzing 4,000 rows of Microsoft Defender XDR events to identify a brute-force RDP attack pattern.
Sort: