IBM released its Granite 4.2 family of large language models on Tuesday, launching three open-weight models sized at 3 billion, 8 billion, and 30 billion parameters. The company calls this a "reasoning-focused release," with models that can switch between thinking and non-thinking modes, including a low-effort setting that uses fewer reasoning tokens for simpler questions. IBM built these as dense, decoder-only models pre-trained from the ground up, reversing course from the hybrid architectures it tested in earlier versions.

The company pre-trained the Apache 2.0-licensed models on 15 trillion tokens across five phases, including a long-context training stage that expanded the family's context window to 512,000 tokens, though the released configuration natively handles 128,000 tokens. The training set included 1 trillion tokens of synthetic code generated through IBM's CodeAlchemy pipeline. The 8 billion and 30 billion parameter models went through an extra agentic reinforcement learning step to enable tool calling, code editing and execution, terminal work, and web search. The 3 billion model supports tool calling as well, though with more limited capability.

IBM writes that combining agentic reinforcement learning "with reinforcement learning from human feedback (RLHF) alignment, this approach produces models better equipped for complex, multi-step agentic work." The company notes that its 4.2 models aren't breaking benchmark records, but points out that the 8 billion parameter model frequently approaches the performance of the larger 30 billion version. According to the announcement, the smaller model runs easily on any modern Mac and some lower-end Nvidia RTX GPUs. IBM acknowledges that competitors like Qwen 3.8 27B outperform Granite across the board, especially in coding where the IBM models show inconsistent results.

IBM argues its main advantage lies in performance for high-throughput agentic tasks rather than raw benchmark scores. The company explains that AI systems now face higher expectations as they're asked to carry out real-world tasks: "It's no longer enough to answer clearly and concisely. An AI system must be able to plan, call applications, and execute complex tasks in a reliable and consistent way — while staying light enough to actually use without breaking the bank." The shift from Granite 4.0's hybrid Mamba/attention architectures back to all-attention Transformers in version 4.1 reflected IBM's finding that the newer models outperformed the older generation while using a simpler architecture that's more flexible for fine-tuning. Though IBM maintained with the 4.1 launch that reasoning models weren't efficient enough for enterprise users, the team now clearly views reasoning as essential, even while keeping it optional in the 4.2 release. The models remain text-only, unlike multimodal competitors such as Qwen-3.8 27B, Muse Glimmer 30B, and Google's Gemma 4 31B, though IBM does offer vision models in separate product lines. Enterprises building agents that need to reason, act, and adapt during live workflows may find the trade-off between capability and computational cost worth accepting, particularly when frontier models would be excessive for their specific use cases.