A maker used Claude to build an educational GPU
Harish used to build an educational GPU project. The GPU can draw 3D graphics and train an ML model.
It was written in Verilog and checked with Verilator. The goal is to learn how GPU internals work, not to make a chip or replace real s.
The code is available on GitHub, and the build process is described in a Medium write-up. Harish credits Anthropic’s Claude as essential to finishing the project.
Key points
- was used to build an educational GPU project.
- The GPU is meant to draw 3D graphics and train an ML model.
- The project uses Verilog and Verilator.
- The code is shared on GitHub, with a longer Medium write-up.
- The main value is learning GPU internals, not building a chip.