I find comma.ai’s work pretty fascinating compared to the bigger fish in the self-driving world. There’s something quite human about it versus the Waymo’s and Tesla’s of the world.
If you liked that, you should look into tinygrad
Want to run Qwen3.8 27B? Download the quantized model from HF, git clone tinygrad, then run `DEV=METAL python3 -m tinygrad.llm --max_context 8192 -m `. Read the code and experiment - takes 1 minute.
Compare that with PyTorch (great, but almost impossible to comprehend and modify, IMO) or Mojo/MAX (complex and not even fully open source, not to mention that the Modular folks aren’t particularly nice). Tinygrad is a breath of fresh air.