Open-source AI and open models reading list

(interconnects.ai)

100 points | by simonpure 7 hours ago

4 comments

  • Onavo 8 minutes ago
    Mostly 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. 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.

  • brcmthrowaway 6 hours ago
    How about learning the internals of LLMs, is Sebastian Raschka's content still the best in 2026?
  • lazy_dev_1_to_9 1 hour ago
    [flagged]
  • petcat 5 hours ago
    > 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.

    This is not open source and we should stop conflating the two things.

    [1] https://allenai.org/

    • scoopr 12 minutes ago
      This irks me as well. There have been perfectly good words to describe these.

      The models are freeware, and some have additional restrictions in the license that make them shareware, imho!

    • vlyan 3 hours ago
      >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".

    • alansaber 35 minutes ago
      It's not just copyrighted training data. Truly open source e2e model training would include scrapers, data cleaning, all pretraining scripts, posttraining scripts, exact hardware info, etc. Open weights labs will release a sanitized version to make themselves look good / not give too much away.
    • kennywinker 1 hour ago
      K2 horizon is also fully open source i believe - https://ifm.ai/k2/

      I understand your quibble with terminology, but i think the “inscrutable binary blob” thing is a bit off base. You can create finetunes and post train models using only their open weights. You can’t create derivative works like that from an inscrutable binary blob

    • Razengan 6 minutes ago
      Can "frontier" AI models help with making open-source AI models?
    • Gracana 4 hours ago
      I think you would be pleasantly surprised by the content of the linked article.
    • foopod 3 hours ago
      Completely agree with this, I'm sick of people conflating the two. Open-weight models should be treated no more favourably than proprietary freeware.

      Sure you can run tests and benchmarks on open-weight models, but that is the extent - there is no scrutiny, no auditing for bias or copyright contamination - just a black box that you rely on for "intelligence". I'm still shocked the way people can hand over not just huge swathes of data, but also decisions of all shapes and sizes - to AI companies with no way of being able to assess how the sausage is made.

      • kennywinker 2 hours ago
        You can create derivative works from open weight models
    • markasoftware 4 hours ago
      I thought Nemotron tried to be pretty open?
      • nessex 2 hours ago
        Many of the Nemotron datasets are gated behind approval, and a license agreement.

        The preamble on these datasets is: "This repository is publicly accessible, but you have to accept the conditions to access its files and contents."

        I don't know what others have experienced, but I requested access to multiple Nemotron datasets and those requests were ignored for months before all but one request was rejected. There's no explanation for why, nor anything I can see which would lead to a rejection. So it's purely anecdotal and YMMV, but I don't see these as being particularly open.