Hacker News Viewer

There is No Spoon. A software engineers primer for demystified ML

by jmatthews on 3/29/2026, 10:28:11 PM

https://github.com/dreddnafious/thereisnospoon

Comments

by: janalsncm

I personally think it is much more important to have strong statistical intuitions rather than intuitions about what neural networks are doing.<p>The latter isn’t wrong or useless. It’s simply not something a typical software engineer will need.<p>On the other hand, wiring up LLMs into an application is very popular and may be an engineer’s first experience with systems that are fundamentally chaotic. Knowing the difference between precision and recall and when you care about them will get you a lot more bang for your buck.<p>I would suggest the gateway drug into ML for most engineers is something like: we have a task and it can currently be done for X dollars. But maybe we can do it for a tenth of the price with a different API call. Or maybe there’s something on Huggingface that does the same thing for a fixed hourly cost, hundreds of times cheaper in practice.

3/29/2026, 11:34:34 PM


by: jmatthews

This is my weekend project. I am building up my pattern recognition in machine learning. By that I mean see X problem, instantly think of Y solution. The primer markdown file is the artifact of that exploration.<p>read it from top to bottom or better have your favorite language model read it and then explore the space with a strong guided syllabus.

3/29/2026, 10:28:11 PM


by: oleggromov

Thank you for sharing! Saved to bookmarks to read on my free time. Hopefully I&#x27;ll get some soon :)

3/29/2026, 11:04:40 PM