202 pointsby karimf5 hours ago18 comments
  • jjordan4 hours ago
    Fully open models really need to be a big part of the AI future. That includes all source code, open training data, how it's organized, fed to the model, processed, etc. Until that becomes a thing you're always going to be left wondering what exactly lies underneath the closed model you are using, leaving open the possibility for societal manipulation.
    • kibae4 hours ago
      The training data would need to have a permissive license for this to be possible.
      • embedding-shape2 hours ago
        Or, we just need to get this over with and declare any digital data findable via the internet to just be public property of everyone. Everything becomes public, besides stuff you keep locally, and there is no difference anymore, it's all just data anyone can use for whatever. A 1 year grace period for everyone to pull stuff off they don't want to be a part of this bright new open era, then we just scrap everything related to intellectual property, copyright and similar stupid stuff, and slap UBI on top of all of it for good measure.
        • tshaddox3 minutes ago
          I don't really get what you're suggesting. You give a 1 year grace period for Metallica to pull all its music off the Internet, but then as soon as I host some of their MP3s on my Wordpress blog it's "public property of everyone" from that point forward?
        • jrm45 minutes ago
          What you're slightly more realistically looking for here is for publicly available data to have a Fair Use exemption for certain uses, which is certainly something worth discussing.
        • chme2 hours ago
          I'd prefer to stay within the [hacker ethics](https://www.ccc.de/en/hackerethics), and protect private data. For non-private/personal data, sure. But individual people need their privacy protected.
        • dotancohenan hour ago
          I respectful disagree. I enjoy reading e.g. Asimov and well-executed journalism. And I completely respect the IP of those people who create these works.
        • 2 hours ago
          undefined
      • ux2664784 hours ago
        You could sidestep it by running non-permissibly licensed training data that you purchased through an LLM. Legal attitude so far seems to be that this is transformative as long as it's not 1:1. The question on whether or not the end result is copyrightable of course remains controversial and inconsistent, but that question is also fairly irrelevent. You don't get more libre than public domain.

        That's a fair amount of computational and labor overhead mind you, as you'll need to verify and prune the quality of your mountain of synthetic data, but certainly possible.

        Though this assumes the legal system is a rational actor playing by the set of rules it claims to. In fact, I highly suspect you could get very unlucky and get an unfavorable ruling against you, because you stepped on a big pile of money's toes in the process of doing this.

        • alightsoul2 hours ago
          It can also be used to sidestep copyright like this forum, books and most websites even if the data was not purchased but is a website or book.

          Are LLMs what we need to make all data public domain? This way it could be used for that purpose

      • jjordan3 hours ago
        Hear me out.

        Decentralized unstoppable storage, combined with decentralized unstoppable training, sorta like SETI for AI training. The seed of this tech already exists with IPFS and others like it.

        We know (some? all?) of the big labs have skirted copyright laws at one point or another. Truly open models would just build on what is publicly available.

        • 2 hours ago
          undefined
        • alightsoul2 hours ago
          Crypto bros took the idea with some blockchain shit and no one takes it seriously anymore so it died
          • embedding-shape2 hours ago
            If the LLM/AI ecosystem starts actually needing some Person-To-Person (or maybe Agent-To-Agent?) payment system because things actually get smart enough to be useful autonomously, they're gonna need some way to send money/currency around. Depending on how banks will react to this need, we might see another return of digital currencies from the current winter.
      • ignoramous2 hours ago
        UAE's IFM / LLM360 MO is indeed "fully open source" LLMs: https://www.llm360.ai/reports/LLM360-Towards-Fully-Transpare...
      • echelon4 hours ago
        Eventually we'll just construct 100% synthetic training data that can reliably reproduce pretrains and fine tunes.

        The first broadly useful fully open source models will do this.

        We already have open data / open code / open weights for some domain-specific cases, such as audio models trained on large open datasets, eg. Tacotron / LJSpeech from waaay back in the day, though that is certainly not SOTA anymore.

        Distillation could possibly be considered an early case of this as raw AI outputs are themselves not copyrightable unless humans enrich, filter, or transform them. Granted, that does not handle the cases where the outputs are sufficiently similar to copyrighted original works.

        • chaosharmonic3 hours ago
          But how much of that synthetic data still ultimately derives from non-open sources? You'd still have to ask what a clean room implementation ultimately is, depending on how granular or aggressive a large publisher wanted to get about it.

          That said, I don't necessarily disagree with you. Talkie[1] presents an interesting case for it being at least possible to do this entirely on public domain material.

          But even that used Claude somewhere in the course of its training pipeline (it's listed as a contributor on their GitHub), so again, how granular you want to get with that is still a question.

          [1] https://talkie-lm.com/chat

        • waffleiron3 hours ago
          Where does that synthetic data come from? Magically just started existing?
    • trvz4 hours ago
      Why? Sure, I’d prefer it, too, but this is just another GNU/Linux vs. macOS situation: most of us would prefer the first, but actually get shit done on the latter.
      • eikenberry32 minutes ago
        Why do you make the worse choice and not use what you would prefer to use? You have been able to "get shit done" on Linux for nearly 30 years. Have the courage of your convictions.
      • didibus4 hours ago
        And that's why companies shouldn't fear opening up, but having both is still a net benefit.
      • zufallsheld4 hours ago
        Without open-source, there'd be no macOS.. So good thing, it exists.
      • homarp4 hours ago
        which is why everyone runs docker on mac, to get shit done.
      • verdverm2 hours ago
        we get shit done on the cloud with the former rather than the later

        I personally find the analogy unconvincing, the UX dimension is completely different as I can use the same harness with any model; and the year of the linux desktop is coming soon (tm)

    • verdverm3 hours ago
      I believe Olmo from AllenAi is this

      https://allenai.org/olmo

      Open models can be used/changed for social manipulation too, by anyone, which scares a bunch of people, as opposed to the dark pattern manipulation from Big Ai/Tech

    • cute_boi3 hours ago
      Money is the issue here, no one wants to fund it.
      • __MatrixMan__3 hours ago
        I'm sure anthropic didn't want to fund the extra "safety" guardrails they put into fable, but they were forced to, else they couldn't release it.

        Sure there are all kinds of problems with that situation. But it still demonstrates that they can be coerced: play nice or don't play at all.

  • a11r4 hours ago
    It is great to see another player introduce a fully open stack. Nvidia's Nemotron is the only other prominent one I know of.

    All that said, the headline claims do not match the self-reported performance. For example, the dense 32B model is significantly behind Qwen3.8 27B (chart towards the bottom of https://ifm.ai/blog/k2). Gemma4 31B is not in the comparison set. This is the most important sweet spot for self hosted open-weight models today and real competition here will be very welcome.

    • baron3dl3 hours ago
      https://allenai.org/ has the fully open olmo also
    • xienze4 hours ago
      They have the 32B listed as "stage 1" with the note "final checkpoint to be released." So, not finished yet. Not sure why you'd release it if it's not finished, but that's the explanation.

      The 7B does look very, very good however.

      • bluejay23872 hours ago
        In this case, the fully open source pipeline is probably as valuable or more so than the weights, so releasing early has some justification.
      • WithinReason3 hours ago
        32B performs worse than the 7B model so I'm sure they will improve it
  • cogman102 hours ago
    My quick review of the 3.7B model (because I was interested) is that it's not to be trusted for coding.

    It failed my basic test I like to ask models and generated incorrect code. When prompted about the bug, it preceded to start hallucinating non-existent APIs. After doing that it got caught in a loop trying to desk check the solution that didn't work.

    • dotancohenan hour ago
      I'd you have some tips for coming up with such tests, I would love to hear them. My Gmail username is the same as my HN username. Thank you!
      • cogman1037 minutes ago
        It's actually just a coding interview test that I liked to ask in the past. You can find it and others on leetcode.

        The reason I personally like my question is because it's pretty close to some of the real world work we do. It's mostly mundane and easy to bang out, but really easy for someone to do a n log n solution where an n solution exists.

        A good example (but not my question) would be something like

        "I have a list of People objects with a `first` and `last` name. Write a function which groups together all the People with the same last name in `your language of choice`"

    • xienze19 minutes ago
      Not sure a model that small is really supposed to be used for any real coding. At that size you're usually using the model to do simple tasks like summarization.
      • cogman1015 minutes ago
        To be clear, the question wasn't a complex one. It was more on the level of "could I use this for a fast inline coder" IE, single somewhat simple function question.

        I wouldn't have dreamed to use this as an agent model.

        7B models of the past have been able to pass this question. I've not tested it on a 4B model until now.

  • cesarvarela2 hours ago
    I find it funny that while these releases are a technological miracle, the charts in the doc use tiny fonts and are hard to read. Goes with the idea that coding might be solved, but taste isn't.
    • mzmzmzm35 minutes ago
      Accessibility isn't "solved," but there are certainly standards for things like color contrast. Maybe inbetween taste and coding there are better targets still being missed.
  • justin_2 hours ago
    I'm glad to see some development in the space of "truly open" models that share training data and other recipes. As the costs for hardware fall over time (hopefully), we should see more possibility in fine-tuning and developing software to inspect the source training material.

    Some other open models I'm aware of:

       - OLMo
       - Apertus
       - Soofi
       - OpenEuroLLM
       - llm-jp
    
    OLMo is perhaps the most famous, and their Dolma training corpus has been reused in other projects. It looks like the K2 training materials haven't been released yet, but I'm interested to see what they did for training "long-horizon agentic tasks". I'm aware of SWE-smith + SWE-gym but I'm guessing there's a lot more out there now.

    I'm no expert, which is part of why these projects excite me. I'm hoping they can be good projects to learn from as well.

  • uniclaude4 hours ago
    Seeing this the day all major closed LLMs went offline is quite the reminder of how valuable open source can be.
  • piinbinary4 hours ago
    A bit off topic, but I think I'm starting to get model fatigue. These come out 10x faster than new Javascript frameworks were coming out 10 years ago (at least new models are far easier to adopt).
    • hungryhobbit3 hours ago
      There was a time when every new PC CPU coming out was a giant deal: "Guys have you heard about this new Pentium processor, it's incredible?"

      But over time, more and more people got into the chip-making business, and the big players started releasing more and more chips. Now only the die-hard CPU trackers worry about every new CPU and exactly how it's better ... while everyone else just worries about "which CPU will be good enough at this moment".

      I think models are on that same arc.

      • panteliskan hour ago
        Same for smartphones. There was a time of unlimited hype and secrery around new iphones. Who remembers the story of an iphone 5 prototype left a bar. Journalists were going crazy, people were signing petitions for Apple to not hunt down but instead forgive the employee that made such a grave mistake. People were offering millions to buy the prototype so they can brag they got the new phone 2 weeks before everyone else did.

        Or who remembers the dancing disease of 1518, were people would stop what they are doing and start randomly doing the same dance. The lords? Out of their minds. The priests? Terrified the devil had taken hold of the flock! I have come to believe that it was probably some tik-tok like hype trend of doing a fortnite dance while waiting in line for bread and communion. And the energy back then, like now, was off the charts.

        Hype and memetic trend seeking encoded deep in human psyche.

    • wuhhh4 hours ago
      At least this one can claim being fully open to differentiate it
    • dgellow2 hours ago
      Honestly, you don’t have to pay attention. What you do with models matters way more than the models themselves, and you don’t need frontier for the vast, vast majority of use cases
    • kelseyfrog4 hours ago
      Just wait until RSI gains enough traction. We'll be compute-limited rather than labor-limited.
      • JSR_FDED2 hours ago
        Repetitive Strain Injury inverts this statement
      • 4 hours ago
        undefined
  • jon9544hn4 hours ago
    Here’s the link (K2)[https://ifm.ai/k2/] as the originally linked link is a login url.
  • mmastrac4 hours ago
    The comparisons with other models here are odd.. the other models change depending on the task. It would be far more useful to at least compare against the more recent open models (DS4Flash/GLM53Flash/Qwen38).
    • cogman102 hours ago
      They are trying to keep the models within the same quant class, which is tough to do since a lot of models aren't distilled to lower quants.

      There is, for example, no Qwen3.8 7B.

      It is odd to me, though, that they didn't run the same benchmark suite for the various quants.

  • TechSquidTV2 hours ago
    I attempted their chat demo to see the speed and it stated the model couldnt be found.

    edit: Tried signing up and using the internal playground. Holy shit thats fast.

  • kamranjon4 hours ago
    it's funny that the tagline is Radically Open, but you're immediately hit with http login - maybe this was the wrong link?
    • sottol4 hours ago
      It's not the blog post, but there's some info here:

      https://ifm.ai/k2/

      375 A23B, 36 A4B, 32B, 7B, 3.7B, 0.9B variants.

      > 32B: Ranking among the top models in its class, 32B is our most powerful dense model, balancing capability, adaptability, and local deployability.

      > 7B: The industry’s best-performing model under 10B combines strong software engineering and expert knowledge in a package small enough to run on a phone.

    • gs174 hours ago
      https://ifm.ai/k2/ seems to work for me.
      • esafak4 hours ago
        But it's missing the all-important charts that the blog had before it started asking for authentication.
  • sottol4 hours ago
    • reasonableklout2 hours ago
      Interesting, have not heard of this company/org before. It seems they're from a UAE university?
  • afzalive4 hours ago
    Not to be confused with Kimi K2. Out of all the names they could've used, they picked one that would be confusing.
    • bee_rider4 hours ago
      I kind of assumed all the K2 names were puns. K2 is quite tall, so to get to the top of it you have to be really good at hill climbing. Anyway it’s a pretty well known mountain so I don’t think anyone can call dibs on it.
    • Topfi23 minutes ago
      Not to be confused itself with K2 Think by MBZUAI...
  • villish3 hours ago
    Frontier. Everything is frontier. K2 not to be confused with the other K2, or K3 that is also frontier.
  • luckydata4 hours ago
    both repositories for pre-training and post-training are actually empty... someone might have jumped the gun on the release.
  • prometheus19923 hours ago
    Nice! can't wait to add these in my local stack and try them out.
  • 3 hours ago
    undefined
  • luciana1u3 hours ago
    i'll believe 'radically open' when the training data ships alongside the weights. until then it's a very fast demo.
    • adrian_b3 hours ago
      I just looked on Huggingface.co, and the training data is there.

      For example, 3.3 Tbyte for code reasoning, 4.5 Tbyte for mathematical reasoning, 8.4 Tbyte of pre-train behaviors, and so on.

      I did not compute the sum of the dataset sizes, but it appears to be some tens of Tbyte. Nonetheless, I assume that this amount of training data is more than an order of magnitude less than what OpenAI, Anthropic and the like have used, which must have been at least many hundreds of Tbyte, but more likely several thousands of Tbyte of data.

    • dakolli3 hours ago
      Hey its a lot mpre thsn Anthropic which you probably use everyday all day without complaints.