←back to thread

766 points huseyinkeles | 1 comments | | HN request time: 0.207s | source
Show context
karimf ◴[] No.45569878[source]
I've always thought about the best way to contribute to humanity: number of people you help x how much you help them. I think what Karpathy is doing is one of the highest leverage ways to achieve that.

Our current world is build on top of open source projects. This is possible because there are a lot of free resources to learn to code so anyone from anywhere in the world can learn and make a great piece of software.

I just hope the same will happen with the AI/LLM wave.

replies(12): >>45571834 #>>45571836 #>>45571900 #>>45571959 #>>45571975 #>>45572208 #>>45572425 #>>45572536 #>>45572555 #>>45572584 #>>45572596 #>>45573593 #
1. viccis ◴[] No.45571834[source]
I recommend his ANN/LLM from scratch videos to people a lot because not only is he a clear instructor, but his code tends to be very Pythonic and just the right balance of terse but readable (not counting the Pytorch vectorization stuff, but that's not his fault, it's just complex). So I think people benefit just from watching and imitating his code style.