▲In previous installments, Claude Code ported a reference c++ and python implementation of a neural net to javascript and wasm. It next ported it to webGPU, even though it does not have a gpu in its server instance. The webgpu code worked, however it produced gibberish. Now in this livestream, it is trying to debug the webGPU code by thinking through it carefully and comparing it to the reference implementation - even though it doesn't have a GPU to test its results.
reply