Earlier quoted context omitted.
Indeed. And only Karpathy is entitled to say that AI tools produce wrong code for him. And he's only entitled to say it for this project only. If anyone else says this, "the skepticism is exhausting", and their experience is completely irrelevant.
Go look at the comments on HN whenever someone posts about their AI coding workflow. It will be littered with negative comments that either imply or outright say that the poster is either shilling, ignorant or working only on toy examples. The grievance attitude seems to exist in both directions and is actually what is exhausting.
NanoChat – The best ChatGPT that $100 can buy
321–326 of 326 posts
Re: NanoChat – The best ChatGPT that $100 can buy
#322Re: NanoChat – The best ChatGPT that $100 can buy
#323Nice! His Shakespeare generator was one of the first projects I tried after ollama. The goal was to understand what LLMs were about. I have been on an LLM binge this last week or so trying to build a from-scratch training and inference system with two back ends: - CPU (backed by JAX) - GPU (backed by wgpu-py). This is critical for me as I am unwilling to deal with the nonsense that is rocm/pytorch. Vulkan works for m…
Re: NanoChat – The best ChatGPT that $100 can buy
#324Nice! His Shakespeare generator was one of the first projects I tried after ollama. The goal was to understand what LLMs were about. I have been on an LLM binge this last week or so trying to build a from-scratch training and inference system with two back ends: - CPU (backed by JAX) - GPU (backed by wgpu-py). This is critical for me as I am unwilling to deal with the nonsense that is rocm/pytorch. Vulkan works for m…
What are your thoughts on using JAX? I've used TensorFlow and Pytorch and I feel like I'm missing out by not having experience with JAX. But at the same time, I'm not sure what the advantages are.
Re: NanoChat – The best ChatGPT that $100 can buy
#325Earlier quoted context omitted.
When people take the time to virtue signal "Open" "AI" or the annoyingly common M$ on here I wonder often why they are wasting their precious time on earth doing that
It is in my style guide. I see that you optimized your time by omitting the full stop at the end of the sentence.
Re: NanoChat – The best ChatGPT that $100 can buy
#326Built so many nano AIs over the last several years. I have played with nanoGPT, its ok. Just hype for Kpathy... So many tiny LLMs out there now that run on cheap SOCs. Try SmolVLM512, runs fine on a sub $100 pi.
You're misunderstanding the project. This isn't about an LLM that runs on $100 hardware. It's about a usable LLM that costs $100 to train from scratch.