IBM releases Granite 4.2, open-weight reasoning models for enterprise use
IBM has released Granite 4.2, a family of open-weight reasoning models available in 3B, 8B, and 30B parameter sizes under the permissive Apache 2.0 license. The release adds a native "thinking mode" and agentic reinforcement-learning training, according to IBM's own official research announcement.
Why "open-weight" and "Apache 2.0" matter together
Open-weight means the actual trained model parameters are publicly available for anyone to download and run, and Apache 2.0 is a genuinely permissive license allowing commercial use with minimal restriction — together, this makes Granite 4.2 a real, practical option for enterprises wanting to self-host a capable model rather than depending entirely on a third-party API.
What "native thinking mode" and "agentic RL training" actually mean
A native thinking mode lets the model work through a problem in real, visible reasoning steps before producing a final answer — directly relevant to the AI Fundamentals series' own coverage of chain-of-thought prompting. Agentic reinforcement-learning training means the model was specifically trained on real, multi-step tool-use tasks, not just standard next-token prediction on text.
For enterprises evaluating open-weight models specifically for agentic use cases — the same real category this site's own AI agent tutorials cover — a model trained specifically with agentic RL, rather than adapted afterward, is a genuinely meaningful architectural difference worth testing directly against your own real tasks.
Source: research.ibm.com