2 Commits

Author SHA1 Message Date
kennethnym
a619ac5e5d Add article as markdown
Co-authored-by: Ona <no-reply@ona.com>
2026-03-22 21:22:46 +00:00
kennethnym
6c3abab032 Interactive explainer and manim visualization of Percepta's 'Can LLMs Be Computers?'
- Interactive web app (interactive/) explaining how transformer weights
  execute deterministic WASM programs: softmax sharpening, 2D parabola
  trick for exact memory lookup, stack machine step-through, and full
  execution trace visualization
- Manim animation script (manim_project/scene.py) with 9 scenes covering
  the article's key concepts

Co-authored-by: Ona <no-reply@ona.com>
2026-03-22 21:16:16 +00:00