Algorithm playground
Watch the algorithm while it runs
The playground currently includes eight queens, Iris K-means, and a handwritten digit recognizer, all running entirely in the browser.
Related visualization tool
The LLM visualizer is also listed under the algorithm playground
Use this entry when you want to inspect tokens, attention, sampling, and KV cache in the LLM visualizer.
Remotion animations
Short animations that make algorithm steps visible
These videos are rendered with Remotion and lazy-loaded so the first screen stays fast.
Short animation
CNN Convolution Scan
See how a 3x3 kernel slides, multiplies, sums, and builds a feature map in eight seconds.
Short animation
K-means Iteration
Watch assignment, centroid movement, and SSE reduction as visible clustering steps.
Short animation
Eight Queens Backtracking
A board animation for row-by-row tries, conflict pruning, and backtracking intuition.
