Open-source AI and open models reading list
11–20 of 30 posts
Re: Open-source AI and open models reading list
#12> Open-Source AI There are no open source AI models, at least not useful ones (yet [1]). Open weight is not the same as open source. "Open weight" models are still just inscrutable binary blobs that you can (theoretically) run on your own computer instead of through a SAAS web app. The open weight model labs don't even provide a high level catalog or any description whatsoever about what went into the training data.…
Re: Open-source AI and open models reading list
#13> Open-Source AI There are no open source AI models, at least not useful ones (yet [1]). Open weight is not the same as open source. "Open weight" models are still just inscrutable binary blobs that you can (theoretically) run on your own computer instead of through a SAAS web app. The open weight model labs don't even provide a high level catalog or any description whatsoever about what went into the training data.…
The models are freeware, and some have additional restrictions in the license that make them shareware, imho!
Re: Open-source AI and open models reading list
#14And regarding the data question the other commenters are asking — you scrape everything you can (oh look I used an em dash, wanna run me through the cover-your-ass Pangram?). Anna's archive, The Pile, the various Huggingface data sets and aggregates, Common Crawl. You pay proxy farms like Bright Data to run residential and mobile gray area proxies and VPN and CloudFlare bypasses to do more scraping. I see a lot of HN users up in arms on the front page thread about LG TVs having VPN SDKs within them etc. And then five minutes later they will go back to their frontier LLMs to print their pay cheque. Fucking hypocrites of the highest order. It's oh noes how bad this tech is in my house but we will happily benefit from it.
Then you have a data cleaning team deduplicate and clean and annotate the data (with or without help of more AI)
Certain RL specific datasets for supervised fine-tuning and RLHF like coding and git commits and chat needs to be curated by hand depending on your use case.
The level of discourse on AI has fallen tremendously on HN if 5 years into the AI revolution people are still wondering why datasets aren't being released. They aren't being released because they are a fucking snapshot of the internet for fuck's sake. There are a few "sanctuary" nations where AI data scraping is somewhat legally unenforced but the United States is not one of them so stop asking why data isn't released on a Bay Area website. Use your head for once. Too many React and YouTube influencers and the brains have been rotted.
Out of all the so called "AI engineers" here pontificating about "alignment" and "AI safety" and "Recursive Self Improvement", I wonder how many can even formulate or describe what an ELBO is. I wonder how many product managers here yapping about "recalibrating their priors" actually know what a prior is. I truly wonder why LLMs seem so magical to people when it's only a few steps removed from the same neural networks people have been using since 2015, at least architecturally (except scaled up by a few magnitudes).
Get your head out of Roko's Basilisk's agentic ass and maybe actually read the technical reports and papers for once.
(One important paper post Attention is All You Need is the DeepSeek paper where they used RL to bootstrap the "thinking" chain of thought token chains. IIRC it's the DeepSeek R2 paper. That's one of the most important papers for understanding LLMs beyond basic ML neural networks. If you need a quick way to get up to speed, read that one).
Re: Open-source AI and open models reading list
#15> Open-Source AI There are no open source AI models, at least not useful ones (yet [1]). Open weight is not the same as open source. "Open weight" models are still just inscrutable binary blobs that you can (theoretically) run on your own computer instead of through a SAAS web app. The open weight model labs don't even provide a high level catalog or any description whatsoever about what went into the training data.…
Re: Open-source AI and open models reading list
#16> Open-Source AI There are no open source AI models, at least not useful ones (yet [1]). Open weight is not the same as open source. "Open weight" models are still just inscrutable binary blobs that you can (theoretically) run on your own computer instead of through a SAAS web app. The open weight model labs don't even provide a high level catalog or any description whatsoever about what went into the training data.…
>The open weight model labs don't even provide a high level catalog or any description whatsoever about what went into the training data. because the training data is full of copyrighted works. the answer to "what went into the training data" is "everything we could get our hands on".
Re: Open-source AI and open models reading list
#17Mostly useless reading list. Very little emphasis on technical SOTA and mostly policy level waffling. And regarding the data question the other commenters are asking — you scrape everything you can (oh look I used an em dash, wanna run me through the cover-your-ass Pangram?). Anna's archive, The Pile, the various Huggingface data sets and aggregates, Common Crawl. You pay proxy farms like Bright Data to run residenti…
Re: Open-source AI and open models reading list
#18How about learning the internals of LLMs, is Sebastian Raschka's content still the best in 2026?
If you used to write pytorch, i think his writing is a great level of technicality to stay on top of things. And id look to them if i ever wanted to do a bit of learning/train my own.
Id love to hear if others have resources at a similar level of technicality and detial.
Re: Open-source AI and open models reading list
#19Mostly useless reading list. Very little emphasis on technical SOTA and mostly policy level waffling. And regarding the data question the other commenters are asking — you scrape everything you can (oh look I used an em dash, wanna run me through the cover-your-ass Pangram?). Anna's archive, The Pile, the various Huggingface data sets and aggregates, Common Crawl. You pay proxy farms like Bright Data to run residenti…
Seems like you have opinions on what a good reading list should be, so maybe you can post one here.
On the technical side, there's a lot of grunt work that's completely unrelated to machine learning but underpins modern AI. E.g. high performance computing and numerical techniques have zero relevance to day to day LLM research but makes or breaks the implementation. There are better reading list for those but you need to at least have a vague understanding of what numerical methods or a math kernel is before starting to lecture others on the economics of ML scaling and hardware. For stuff like data cleaning and scraping, it's a well known gray area field so you aren't gonna find too many for dummies guide on it. Can't have honest discussions on hacker news either because the people here get their panties in a twist over data scraping despite many of them doing it with zero hesitation or compunction if it comes up in a jira ticket. Proxy farms are the unsung hero of LLM engineering.
Re: Open-source AI and open models reading list
#20> Open-Source AI There are no open source AI models, at least not useful ones (yet [1]). Open weight is not the same as open source. "Open weight" models are still just inscrutable binary blobs that you can (theoretically) run on your own computer instead of through a SAAS web app. The open weight model labs don't even provide a high level catalog or any description whatsoever about what went into the training data.…
Without the training data and open sourcing the training code and protocol you cant reproduce the model from scratch, thats true, but because the weights and structure are free to download you can modify, inspect and make derivative works off it. Calling it an inscrutable binary blob is misleading.
I do agree that its not reproducible and its often talked about like it is.
In some ways its like most scientific research with a "methodology section", which in todays academic climate often falls quite a bit short of a detailed step-by-step to reproduce results with all the ingredients, but in principle could be used by other experts to do this again. Even without publishing the exact data, a catalogue or description of what data and how it was cleaned/processed would go a long way towards a reproducible methodology i agree.