Architectures
Interactive 3D walkthroughs of AI system architectures I've built with or think about a lot. Drag to rotate, click to inspect.
-
The agentic AI stack
Three planes, nine layers. Data (substrate), Control (reasoning), Governance (oversight). Click a layer to see why it matters and what it directly touches.
Open walkthrough → -
Looped transformer inference
How a recurrent-depth transformer runs the same block R times per output token. The loop, the halt gate, and where the reasoning actually happens.
Open walkthrough → -
Orchestrator-worker (coming) coming
The multi-agent research pattern — one coordinator, many parallel workers, synthesis at the end.