Sitemap

A list of all the posts and pages found on the site. For you robots out there is an XML version available for digesting as well.

Pages

Fool a Neural Network


Add a small, carefully chosen amount of noise to a digit and watch a neural network change its mind: adversarial examples, running live in your browser. Get details

The Visible Computer


A complete 8-bit computer in your browser: write assembly, then watch every value move between registers, memory, and the ALU while your program draws to a tiny screen. Get details

Evolving Creatures


Soft-body creatures race to the right, the farthest travelers breed, and within a few minutes wobbling blobs learn to run. Get details

Epidemic


A stochastic SIR outbreak on a grid: poke it, tune it, vaccinate it, and watch the curve. Get details

Four in a Row


Play the classic four-in-a-row game against a neural network refined by self-play, and watch it think: the search tree grows in real time as it considers lines. Get details

Fun


A small, growing collection of interactive things, built as an ongoing exercise in seeing what Claude can do. Get details

Gravity Sandbox


A full-screen 2D n-body gravity playground: pick a mass, click to drop a body, or drag it to fling it into orbit, and watch everything pull on everything else. Get details

Rocket Lander


A reinforcement-learning agent lands a rocket. Change gravity, wind, or the pad and watch it cope. Get details

QR Studio


Generate and scan QR codes in your browser. The codes are static, so the data lives in the pattern itself, with no redirect service, and a printed code keeps working forever. Get details

Tiny Transformer


A tiny GPT writes Shakespeare one character at a time in your browser, with every probability and attention head on display. Get details

Mission to Anywhere


Pick any planet or any real star in the sky, and see what the trip honestly takes, including what relativity does to the clocks. Get details

Posts

portfolio

publications

talks

Claude—Climbing a CTF Scoreboard Near You

In DEF CON 33.
Over the past few months, we’ve thrown Claude into the digital trenches of multiple cybersecurity competitions, from defending vulnerable networks at CCDC to cracking challenges in PicoCTF and HackTheBox. In this talk, I’ll take you through our journey deploying an AI assistant against human red teams and live CTF challenges. I’ll show you Claude’s unexpected wins (landing in the top 3% globally in PicoCTF and successfully fending off red team attacks at CCDC) alongside its entertaining fails (devolving into security philosophy when overwhelmed, making up flags for PlaidCTF when stuck). Get details

teaching