Granite 4.1: IBM's 8B Model Matching 32B MoE

(firethering.com)

159 points | by steveharing1 3 hours ago

19 comments

  • 0xbadcafebee 52 minutes ago
    People complain a lot about LLM-written articles, but the human comments here on HN are far worse. Mostly a bunch of people extremely proud of themselves for not reading an LLM-written article, and then a bunch of people who take it at face value and make the model seem almost useful, and one comment that actually looked at other benchmarks. Good 'ol humanity, good at.. being emotional... and not doing analysis.....

    The article makes some good points about model design (how different size models within a family can get similar results, how to filter out hallucination, math result reinforcement), so that's worth understanding. It's analyzing a paper, which only discussed 3 sizes of the same model family. But what the article doesn't say is, compared to other model families, Granite 4.1 8B sucks. The only benchmark it does well at compared to other models is non-hallucination and instruction following. Qwen 3.5 4B (among other models) easily outclass it on every other metric.

    This article teaches a valuable lesson about reading articles in general. You can take useful information away from them (yes, despite being written by LLM). But you should also use critical thinking skills and be proactive to see if the article missed anything you might find relevant.

    • geraneum 20 minutes ago
      > the human comments here on HN are far worse

      I already assume some comments here are LLM written.

      • mkovach 0 minutes ago
        I just wait until I'm hallucinating, then I comment. Keeps the classifiers honest.
    • phkahler 31 minutes ago
      >> The only benchmark it does well at compared to other models is non-hallucination and instruction following.

      I think instruction following is going to be the most useful thing these models do. Add a voice interface and access to a bunch of simple, straight-forward devices or APIs and you have a mildly useful assistant. If that can be done in 8B parameters it will soon run on edge devices. That's solid usefulness.

    • steveharing1 27 minutes ago
      [dead]
  • dash2 1 hour ago
    Nah, I ain't reading that. If they can't be bothered to get a human to write it, it can't be that important. I'm glad for them though. Or sorry that happened.
  • 2ndorderthought 2 hours ago
    I test drove it yesterday. It's pretty impressive at 8b. Runs on commodity hardware quickly.

    Qwen3.6 35b a3b is still my local champion but I may use this for auto complete and small tasks. Granite has recent training data which is nice. If the other small models got fine tuned on recent data I don't know if I would use this at all, but that alone makes it pretty decent.

    The 4b they released was not good for my needs but could probably handle tool calls or something

    • vessenes 1 hour ago
      Have you tried the Gemma 4 series, out of curiosity? I haven’t run a local model in a while, but the benchmarks look good. I’d take a free local tool-use model if it was relatively consistent.
      • zkmon 24 minutes ago
        I have tested Gemma4-26B against Qwen3.6-35B. Gemma beats Qwen on structured data extraction and instruction following. Gemma is far more precise than Qwen in these tasks, while Qwen gets a bit more creative, verbose, and imprecise. However Qwen has far more general smartness, high token throughput. Qwen could precisely pinpoint the issues in data quality and code, while Gemma had no clue. On the coding skills, Qwen appears to have edge over Gemma, but this could depend on the agent you use. For direct chat (llama_cpp UI), bot models show same skills for coding.
      • v3ss0n 1 hour ago
        Qwen 3.6 burns it to the ground. it was not even a challenge. Gemma4 seriously fails at toolcalls and agentic works. It got all messed up after 2-3 turns of Vibecoding.
        • xrd 59 minutes ago
          How do you run it? vllm? llama.cpp?

          Can you share some parameters you enable tool calling and agentic usage?

          Or, higher level, some philosophies on what approaches you are using for tuning to get better tool calling and/or agentic usage?

          I'm having surprisingly good success with unsloth/Qwen3.6-27B-GGUF:Q4_K_M (love unsloth guys) on my RTX3090/24GB using opencode as the orchestrator.

          It concocts some misleading paths, but the code often compiles, and I consider that a victory.

          You have to watch it like you would watch a 14 year old boy who says he is doing his homework but you hear the sound effects of explosions.

        • 59nadir 42 minutes ago
          Counter-point: I built an agent that can only interface with Kakoune, a much less common and more challenging situation for an LLM to find itself in, and Gemma4-A4B 8bit quantized does remarkably better in actually figuring out how to get text in buffers than Qwen3.6-35B-A3B in a similar class as Gemma4 A4B.

          Now, is this the usual use case? No, it's a benchmark I created specifically in order to put LLMs in situations where they can't just blast out their bash commands without having to interface with something else and adapt.

        • lambda 58 minutes ago
          Gemma 4 31b was working ok for me; but it was consuming tons of memory on SWA checkpoints, I had to turn them way down, and as a 31b dense model is fairly slow on a Strix Halo. I did have a lot of tool calling issues on 26b-a4b, though.

          The Qwen models are quite solid though.

        • 2ndorderthought 1 hour ago
          Gemma4 is definitely not used for vibe/agentic coding. Not even worth trying. But its a different weight class.
      • 2ndorderthought 1 hour ago
        I tried the Gemma 4 I think 2 and 4b. The 2b was not useful for me at all. A little too weak for my use cases

        The 4b was okay. It didn't get all of my small math questions right, it didn't know about some of the libraries I use, but it was able to do some basic auto complete type stuff. For microscopic models I like the llama 3.2 3b more right now for what I do, it's a little faster and seems a little stronger for what I do. But everyone is different and I don't think I'll use it anymore this past month has been crazy for local model releases.

        • throwaw12 1 hour ago
          can you share your use cases for 2b and 4b models?

          curious how people are leveraging these models

          • 2ndorderthought 53 minutes ago
            For me, I use them for quick auto complete or small questions. I am not a vibe/agentic coder. I know I am a relic and a Luddite because of this.

            Instead of hitting stack overflow and Google I will ask questions like "can you give me an example of how to do x in library y?" Or "this error is appearing what might be happening if I checked a b and c". Or "please write unit tests for this function". Or code auto complete.

            I am not looking for the world's best answer from a 3b model. I am looking for a super fast answer that reminds me of things I already know or maybe just maybe gives me a fast idea to stub something while I focus on something more important, I am going to refactor anyways. Think a low quality rubber duck

            I mostly use 7-9b models for this now but llama 3.2 3b is pretty decent for not hogging resources while say I have other compute heavy operations happening on a weak computer.

            Probably half the questions people ask chatgpt could get roughly the same quality of answer with a small model in my opinion. You can't fully trust an LLM anyways so the difference between 60% and 70% accuracy isn't as much are marketing makes it sound like. That said the quality of a good 7-9b model is worth it compared to a 3b if your machine can run it. Furthermore the quality of qwen 36 is crazy and makes me wonder if I will ever need an AI provider again if the trend continues.

    • cyanydeez 1 hour ago
      Qwen3-Coder-Next seems to be perfect sized for coding. I tried the new and just found the verbosity not really useful for coding. But probably for more analytical tasks or writing docs.
    • steveharing1 2 hours ago
      Yea, No doubt Qwen 3.6 open weights are far more strong
      • rnadomvirlabe 2 hours ago
        Why no doubt?
        • captainbland 2 hours ago
          No comparison with competitor models other than the previous granite version strongly implies that it does not compete well with other comparable models. At least this is the most reasonable assumption until data comes out to the contrary
        • 2ndorderthought 1 hour ago
          Qwen 36 is effectively a pocket sized frontier model. It's really surprising for me anyway
        • steveharing1 2 hours ago
          Because Qwen 3.6 pushes way above its weight. Granite 8B is impressive, but Qwen still wins on raw capability, especially for coding.
          • rnadomvirlabe 2 hours ago
            You just asserted the same thing again. Why do you say this is the case?
            • 2ndorderthought 1 hour ago
              Qwen scores above sonnet in coding benchmarks. Runs locally. In personal use it's really good. Anecdotally others have used it to vibe code or agentic code successfully. Not toy problems. Not a toy model.

              Qwen3.6 raises the bar for models of its size. There really isn't a comparison in my opinion.

            • noodletheworld 1 hour ago
              Having tried it.

              Qwen is really good.

              Also, generally, it makes sense. 8B models are generally not very good^.

              That this 8B model is decent is impressive, but that it could perform on par with a good model 4 times as large is a daydream.

              ^ - To be polite. The small models + tool use for coding agents are almost universally ass. Proof: my personal experience. Ive tried many of them.

              • irishcoffee 1 hour ago
                So it’s just like, your opinion, man?

                edit: It was a play on The Big Lebowski, folks.

                • Terretta 1 hour ago
                  College SAT scores do not tell you how the dev applying for your open back end systems engineering job is going to do once they're in your workplace harness.

                  Nor do class standings, nor hackerrank and the like.

                  What will tell you is asking them to fix a thing in your codebase. Once you ask an LLM to do that, a dozen times, I'd argue it's no longer "just your opinion man", it's a context-engineered performance x applicability assessment.

                  And it is very predictive.

                  But it's also why someone doing well at job A isn't necessarily going to be great at B, or bad at A doesn't mean will necessarily be bad at B.

                  I've often felt we should normalize a sort of mutual try-buy period where job-change seeker and company can spend a series of days without harming one's existing employment, to derisk the mutual learning. ESPECIALLY to derisk the career change for the applicant who only gets one timeline to manage, opposed to company that considers the applicant fungible.

                  But back to the LLM, yeah, the only valid opinion on whether it works for you is not benchmark, it's an informed opinion from 'using it in anger'.

                • robotmaxtron 1 hour ago
                  the (dead) internet is full of opinions exactly like this
                  • brazukadev 1 hour ago
                    you tried qwen3.6 and you think it is not good?
                    • robotmaxtron 54 minutes ago
                      I do not have high opinions of any ai model.
            • steveharing1 1 hour ago
              [dead]
          • actionfromafar 2 hours ago
            Way above its weights.
            • drittich 1 hour ago
              Nanobanana for scale.
          • locknitpicker 1 hour ago
            [dead]
  • m3at 1 hour ago
  • cbg0 2 hours ago
    The real "sleeper" might be https://huggingface.co/ibm-granite/granite-vision-4.1-4b if the benchmarks hold up for such a small model against frontier models for table & semantic k:v extraction.
    • uf00lme 1 hour ago
      Woah, is this part of the future of models? Basically little models you can use as tools.
      • tonyarkles 27 minutes ago
        https://www.docling.ai/

        I don’t know how many difference little models this uses under the hood, but I was shocked at how good it was at the couple document extraction tasks I threw it at.

      • 2ndorderthought 1 hour ago
        It's looking like running your own mini ecosystem is the way of the future to me. No data centers, just a decent GPU 16-24gb of VRAM, CPU, and 32gb of RAM.
        • Lalabadie 43 minutes ago
          This is Apple's bet, among others.

          Training purpose-specific miniature models lets you have a lot of tasks you can run with high confidence on consumer hardware.

          • twoodfin 37 minutes ago
            Or on a commodity EC2 instance with a relatively cheap inference sidecar.
      • SecretDreams 1 hour ago
        Eventually we'll have models small enough to do a single thing really well and we'll call them functions.
      • cyanydeez 1 hour ago
        I'm pretty sure there's someone somewhere who'll create a proper harness that's equivalent to one giant model. The difficulty is mostly local hardware has lot of memory constraints. Targeting 128GB would seem to be the current sweet spot. If we could get out of the corporate market movers of buying up all the memory, we could maybe have more.

        Regardless, the people in the 80s capable of pruning programs to fit on small devices is likely happening now. I'd bet most of the Chinese firms are doing it because of the US's silly GPU games among other constraints.

  • Havoc 2 hours ago
    Interesting to see a pivot away from MoE by both IBM and mistral while the larger classes of SOTA of models all seem to be sticking to it.

    Quick vibe check of it- 8B @ Q6 - seems promising. Bit of a clinical tone, but can see that being useful for data processing and similar. You don't really want a LLM that spams you with emojis sometimes...

    • embedding-shape 1 hour ago
      Makes sense, dense for small models, dense or MoE for larger ones, end up fitting various hardware setups pretty neatly, no need for MoE at smaller scale and dense too heavy at large scale.
    • npodbielski 1 hour ago
      I never want LLM to span me with emojis. What is the use case for that? I find it highly annoying.
      • Havoc 1 hour ago
        Think it can be a plus in moderation. eg in openclaw it can add some character

        But yea dislike that style where each heading and bullet point gets an emoji

      • 2ndorderthought 1 hour ago
        Shh people are paying for each token. Don't get them asking too many questions
  • 100ms 2 hours ago
    > Full stop.

    Why people don't edit out obvious sloppification and expect to still have readers left

    • wewewedxfgdf 2 hours ago
      Third line in to the article: "But there’s one result in the benchmarks I keep coming back to."

      I hear this sort of thing all the time now on YouTube from media/news personalities:

      “And that’s the part nobody seems to be talking about.”

      "And here's what keeps me up at night."

      “This is where the story gets complicated.”

      “Here’s the piece that doesn’t quite fit.”

      “And this is where the usual explanation starts to break down.”

      “Here’s what I can’t stop thinking about.”

      “The part that should worry us is not the obvious one.”

      “And that’s where the real problem begins.”

      “But the more interesting question is the one no one is asking.”

      “And this is where things stop being simple.”

      It doesn't really worry me but I think its interesting that LLM speak sounds so distinctive, and how willing these media personalities are to be so obvious in reading out on TV what the LLM spat out.

      I've never studied what LLMs say in depth is it is interesting that my brain recognises the speech pattern so easily.

      • frereubu 1 hour ago
        I think this kind of language predates widespread LLM use, and has been picked up from that kind of writing. It's a "and here's where it gets interesting" pattern that people like Malcolm Gladwell and Freakonomics have used, even if the same thing could be said in a way that makes it sound much less intriguing.
        • cwillu 1 hour ago
          There's even a word for it: “cliché”
      • nwatson 18 minutes ago
        Nate B Jones videos ... YouTube channel "AI News and Strategy Daily" channel uses all of these. Every video.
      • helsinkiandrew 44 minutes ago
        Isn't this the format of "hook-driven media" a constant stream of "second-act pivots" - where some new twist is added to a story to re-engage the reader and keep them reading.

        BuzzFeed and Upworthy etc pioneered this for web 'news stories', then it got used in linkedin, twitter, and everywhere where views are more important than the content.

      • jmbwell 1 hour ago
        The language of drama and import without meaningful substance. Words statistically likely to be used in a segue, regardless of the preceding or subsequent point. Particularly effective when it seems like you’re getting let in on a secret. Really fatiguing to read

        A writing teacher once excoriated me for saying that something was important. “Don’t tell me it’s important, show me, and let me decide, and if you do your job I’ll agree”

        I don’t know how a completion can tell when it needs to do this. Mostly so far it doesn’t seem capable

        • MarsIronPI 1 hour ago
          Maybe the solution is to cull the bad, cliché writing from the training data.
          • wewewedxfgdf 1 hour ago
            You can just instruct the LLM not to write like an LLM.
      • bambax 2 hours ago
        I notice this very often in LinkedIn posts, and it's annoying, but I had not realized it was LLM-speak? Isn't it possible that people write like this naturally?
        • wewewedxfgdf 1 hour ago
          I think LLM's have that sort of "summarise, wrap it in a bow tie, give a little dramatic punch as a preview to the next few points".
          • cyanydeez 12 minutes ago
            Guys, LLMs are build on all these social cues which were developed pre-model. There's atleast 10 years of pre-llm gibberish.

            This is to say: Marketers and spammers repeat the same things over and over, and these models are build on coalescing repetition into the basis.

            So yeah, of course people talked like this before, but it was always in some known context like linked in or a spam website.

        • spicyusername 1 hour ago
          Arguably it's exactly because it was used naturally so often that the LLMs parrot it so frequently.
        • trvz 1 hour ago
          Yes. Some people are very trigger happy in attributing human slop to LLMs.
        • steveharing1 1 hour ago
          [dead]
      • bityard 52 minutes ago
        I listened to a lot of NPR podcasts before LLM were around, and most of them are full of these kinds of filler phrases.
      • MarsIronPI 1 hour ago
        Ugh, you're making me remember the last time I listened to NPR. It's so bad.
        • stuff4ben 1 hour ago
          I listen to NPR daily and I don't think I've ever heard any of them use that phrasing.
      • Lerc 1 hour ago
        Apparently John Oliver was an LLM before they were even invented.
    • cbg0 2 hours ago
      So are we saying it's fine that the article is written by an LLM as long as it doesn't have the tell-tale signs of LLMs?
      • ramon156 2 hours ago
        It's more about curating the things you're publishing. Why would I bother reading what you couldn't bother to read?
        • alienbaby 6 minutes ago
          They could easily have read it, and thought , that communicates the information that it needs to.

          No point creating busywork for yourself just shuffling words around when the information is there, no?

          I guess it depends on what you want out of the article. Substance, or style?

      • 100ms 2 hours ago
        I don't really see reason to complain about tool use, so long as the result is cohesive, accurate and that ultimately means a human has at least read their own output before publishing. It's a bit like receiving a supposedly personal letter that starts "Dear [INSERT_FIRST_NAME_FIELD]," are you really going to read such a thing?
      • HighGoldstein 1 hour ago
        An article without telltale signs of an LLM is indistinguishable from an article written by a human, so yes.
      • spicyusername 1 hour ago
        My opinion is that literature and art will continue pushing the envelope in the places they always pushed the envelope. LLMs will not change this, humans love making art, and they love doing it in new ways.

        Corporate announcements were never the places that literature and art were pushing the envelope. They were slop before, and they're slop now.

    • crunis 2 hours ago
      Are you referring to the literal use of the expression "full stop"? I don't see it anymore in the article, maybe they edited it out?
  • tosh 2 hours ago
  • agunapal 2 hours ago
    If you really think about why MoE came into existence, its to save significant cost during training, I don't think there was any concrete evidence of performance gains for comparable MoE vs dense models. Over the years, I believe all the new techniques being employed in post training have made the models better.
    • vessenes 1 hour ago
      I think you mean inference compute? I believe all expert weights are updated in each backward pass during MoE training. The first benefit was getting a sort of structured pruning of weights through the mechanism of expert selection so that the model didn’t need to go through ‘unnecessary’ parts of the model for a given token. This then let inference use memory more efficiently in memory constrained environments, where non-hot or less common experts could be put into slow RAM, or sometimes even streamed off storage.

      But I don’t think it necessarily saved training cost; if it did, I’d be interested to learn how!

      • bjourne 1 hour ago
        Each token is only routed through a few chosen (topk) experts during training. So not all expert weights are updated in the backward pass. Otoh, you may need more training to ensure all experts see enough tokens!

        I doubt MoE is actually worth it, given how complicated high-performance expert routing and training is. But who knows, I don't.

    • zozbot234 1 hour ago
      MoE models will have far more world knowledge than dense models with the same amount of active parameters. MoE is a no-brainer if your inference setup is ultimately limited by compute or memory throughput - not total memory footprint - or alternately if it has fast, high-bandwidth access to lower-tier storage to fetch cold model weights from on demand.
      • regularfry 40 minutes ago
        Yes, this. I can run the 122B Qwen3.5 MoE usably on one 4090 + 64GB RAM. That's a monster of a model, comparatively speaking.
  • pjmalandrino 59 minutes ago
    Very impressive series of SLM by IBM here.

    I have been using it with their Chunkless RAG concept and it is fitting very well! (for curious https://github.com/scub-france/Docling-Studio)

    I convinced that SLM are a real parto of solution for true integrated AI in process...

  • dissahc 1 hour ago
    qwen3.5 9b outperforms granite 4.1 30b by a huge amount (32 vs 15 on artificialanalysis benchmark)... i have no idea what made the writer of this article say so many demonstrably incorrect things
  • theblazehen 1 hour ago
    > models are judged by GPT-4

    An interesting choice

  • mdp2021 2 hours ago
    Wish they also released an embedding model, in the line of their previous: compact (while good)...
  • RugnirViking 2 hours ago
    sounds interesting. Here's hoping they release a 32B model, thats a pretty good sweet spot for feasibility of home setups.

    edit: I just realised they do actually have a 30b release alongside this. Haven't tried it yet.

  • cubefox 33 minutes ago
    It's strange that they don't include reasoning training (RLVR). Their justification doesn't sound convincing:

    > While reasoning models have grown in popularity in recent years, their abilities aren’t always the most efficient way to get a result. In enterprise settings, token costs and speed are often as important as performance. That is why turning to less expensive, non-reasoning models with similar benchmark performance for select tasks like instruction following and tool calling makes sense for enterprise users.

    I guess they currently don't have the ability to do proper RLVR.

  • robotmaxtron 1 hour ago
    "open source"

    show me.

    • jasonlotito 5 minutes ago
      Apache 2.0 License. Did you not click the link to the project? They even list it in the article.

      > Apache 2.0 across the board, so commercial use is clean.

      Did you just stop when you saw open source and come post this here because you couldn't be bothered to... look at the project and see it's cleanly and clearly listed.

      Edit: Like. I get it. It's fine to question open source. But this isn't hidden. It's repeated and made clear multiple times. They even link to the license: https://www.apache.org/licenses/LICENSE-2.0

      It wasn't hidden, it wasn't in some weird, out-of-the-way place. In fact, I found it so easily that I genuinely questioned whether it was real because of your comment. Like, why would anyone post what you posted if it was this easy to find?

      NOPE! It was right there.

  • dimitrismrtzs 15 minutes ago
    [flagged]
  • tokenhub_dev 1 hour ago
    [flagged]
  • whalesalad 1 hour ago
    [flagged]