Clear, interactive essays on topics in AI, science, and computing. Inspired by distill.pub.
Pure HTML/CSS/vanilla JS - no dependencies, no build step, no bundler.
- World Models: How AI Learns to Simulate Reality - Explore how Genie, JEPA, and World Labs are building AI that understands physical reality. 5 interactive figures.
- Pi & OpenClaw: The Self-Extending Agent - How pi's minimal 4-tool agent architecture powers OpenClaw's multi-channel AI platform. 4 interactive figures.
Serve files with any static HTTP server:
python3 -m http.server 8000Then open http://localhost:8000.
MIT