Close Menu
NCIJ Network NCIJ Network
    What's Hot

    Lankford makes no promises to Zelenskyy on sanctions legislation

    August 26, 2026

    Household energy bills to hit three-year high as Ofgem announces 4% rise from October

    August 26, 2026

    Ventures Platform goes bigger — and broader — with its second Africa fund

    August 26, 2026
    Facebook X (Twitter) Instagram
    Trending
    • Lankford makes no promises to Zelenskyy on sanctions legislation
    • Household energy bills to hit three-year high as Ofgem announces 4% rise from October
    • Ventures Platform goes bigger — and broader — with its second Africa fund
    • Critical Gitea RCE Actively Exploited as Reported Attack Drops Miner-Like Payload
    • Is Bitcoin Out Of Its Bear Market? These Analysts Think So
    • Your genes may decide whether a low-carb diet sends cholesterol soaring
    • At Least 14 Newborns Die in Hospital Fire in Pakistan’s Capital
    • As Ukraine hits Russia’s refineries, Russia targets Ukraine’s petrol pumps
    • About
      • Our Team
      • Editorial Policy
      • Editorial Independence
      • International Support
    • Trust & Standards
      • AI Usage Policy
      • Conflict of Interest Policy
      • Corrections Policy
      • Ethics Policy
      • Fact-Checking Policy
      • Source Protection
    • Get Involved
      • Guide for Sources
      • Support Independent Journalism
    • Legal
      • Cookie Policy
      • Privacy Policy
      • Terms of Use
    Facebook X (Twitter) Instagram
    NCIJ Network NCIJ Network
    Wednesday, August 26
    • Home
    • World
    • Ai
    • Business
    • Politics
    • Health
    • Crypto
    • Science
    • Technology
    • Cybersecurity
    • Defense & Security
    • Economy
    • Energy
    • Europe
    • More
      • Fact Check
      • Investigations
      • Opinion & Analysis
      • Environment
    NCIJ Network NCIJ Network
    Home»Artificial Intelligence

    IBM Releases Granite 4.2: Bringing Native Reasoning and Agentic RL to Open Enterprise Models

    NCIJ NETWNCIJ NETWORKBy NCIJ NETWNCIJ NETWORKAugust 26, 2026 Artificial Intelligence No Comments6 Mins Read
    Share
    Facebook Twitter LinkedIn Pinterest Email





    IBM has released Granite 4.2, a family of open reasoning language models in 3B, 8B, and 30B parameter sizes. Unlike earlier Granite releases, which were instruction-following assistants, Granite 4.2 is built around explicit reasoning. Every model can emit a chain of thought before answering, and every model exposes a thinking / non-thinking switch plus a low-effort mode that spends a short reasoning budget on easy questions. The models are decoder-only dense transformers, pre-trained from scratch on roughly 15 trillion tokens, then post-trained through a multi-stage reinforcement learning chain. For the 8B and 30B, that chain includes an agentic RL block where the model learns to edit code, drive a terminal, and run web searches inside real sandboxed environments. All three ship under Apache 2.0. IBM also released two 470M-parameter Granite Speech 5.0 Turbo CTC models alongside the LLMs.

    ‘;}
    sc.innerHTML=’

    ‘+st.n+(skip?’ · not run for 3B’:”)+’

    ‘+st.d+’

    ‘+kv+’

    ‘;
    res();
    }
    document.getElementById(‘play’).onclick=function(){
    var i=0;var b=this;b.disabled=true;
    var iv=setInterval(function(){
    if(i>=STAGES.length){clearInterval(iv);b.disabled=false;return;}
    if(!(size===’3’&&STAGES[i].agentic)){
    sel(i);pipe.children[i].classList.add(‘pulse’);
    (function(n){setTimeout(function(){pipe.children[n].classList.remove(‘pulse’);},600);})(i);
    }
    i++;
    },700);
    };
    drawPipe();

    /* ———- 3. agentic loop ———- */
    var LOOP=[
    ‘> user: Whatu0027s the weather like in Boston right now?nn<think>nThe user is asking for the weather in Boston. Let me check thentools available. There is get_current_weather, which takes ancity parameter. I need to call it with city set to Boston.n</think>‘,
    ‘> tool call emittednn<tool_call>nn Bostonnn</tool_call>‘,
    ‘> role: toolnn{“temperature”: “72°F”,n “condition”: “Partly cloudy”,n “humidity”: “65%”}’,
    ‘<think>nThe tool returned the weather data for Boston. I need tonpresent this clearly to the user.n</think>nnThe current weather in Boston is 72°F, partly cloudy, withn65% humidity.‘
    ];
    var t3=document.getElementById(‘t3’),nds=document.querySelectorAll(‘.g42 .nd’),cur=0,iv3=null;
    function show3(i){
    cur=i;
    for(var j=0;j3){clearInterval(iv3);return;}show3(i);},1500);
    };
    show3(0);

    /* ———- 4. benchmarks ———- */
    var B={
    code:[[‘SWE-Bench Verified’,null,47.67,57.00],[‘SWE-Bench Multilingual’,null,30.78,41.89],[‘SWE-Bench Pro’,null,19.11,33.29],[‘Terminal-Bench 2.1’,null,20.56,29.24]],
    gen:[[‘tau3-bench’,50.99,66.34,68.05],[‘BFCL (v4)’,52.41,50.29,61.39],[‘ProfBench’,32.10,41.20,42.90],[‘BirdBench’,null,41.07,41.85]],
    reason:[[‘AIME25’,78.33,86.67,89.17],[‘HMMT Feb25’,66.67,78.33,89.17],[‘GPQA’,54.80,64.14,66.41],[‘LiveCodeBench v6’,69.71,73.24,75.77],[‘SciCode’,24.11,36.09,38.76],[‘MMLU-Pro’,67.84,74.04,77.60],[‘Arena-Hard-V2’,34.96,65.19,67.93]],
    long:[[‘RULER 64K’,67.52,80.99,89.96],[‘RULER 128K’,55.30,71.41,81.38]]
    };
    var cat=”code”,bars=document.getElementById(‘bars’),p4s=document.getElementById(‘p4s’);
    var cts=document.querySelectorAll(‘.g42 .cat’);
    for(var c=0;c

    ‘+rows[i][0]+’‘+txt+’

    ‘;
    }
    bars.innerHTML=h;
    var is=bars.querySelectorAll(‘i’);
    setTimeout(function(){for(var k=0;k
    “>

    Is it deployable?

    Yes, All three Granite 4.2 language models ship under Apache 2.0, so download, fine-tuning, and commercial production use carry no licensing gate.

    • Which companies: The 3B fits solo developers and startups running on a laptop through Ollama or LM Studio, especially with the released GGUF quants down to Q4_K_M. The 8B suits mid-market teams on a single modern GPU. The 30B targets enterprises with A100/H100-class capacity, or FP8/NVFP4 serving on vLLM. Regulated organizations get the additional benefit of on-prem weights.
    • Industries: Software and developer tooling, financial services, healthcare, telecom, public sector, and contact centers, which is where the new speech models land.
    • Applications: Software engineering agents, terminal and DevOps automation, deep-research and search agents, long-document RAG, structured tool calling, and high-volume transcription.

    Architecture

    Granite 4.2 is a decoder-only dense transformer, not a hybrid or MoE design. Core components are Grouped Query Attention with 8 KV heads, RoPE with θ = 10,000,000, SwiGLU MLPs, RMSNorm (ε = 1e-5), untied input/output embeddings, and bfloat16 precision.

    The 3B uses 40 layers at embedding size 2560. The 8B uses 40 layers at 4096. The 30B goes to 64 layers with an MLP hidden size of 32,768. The published architecture table lists a 131,072-token (128K) sequence length, while the five-phase pre-training run includes a long-context phase extending to 512K tokens. Pre-training covers roughly 15 trillion tokens from scratch.

    The training pipeline is the actual story

    Supervised fine-tuning uses about 7.2 million samples, roughly 100B tokens with ~65B trainable. The mixture is 31.6% agentic and 68.4% non-agentic, and software engineering is 69% of the agentic slice. Trajectories were generated across harnesses including OpenHands, SWE-agent, Terminus-2, MiniSWE, Codex, and Goose. Quality control used GPT-OSS-120B and Gemma 4 as judges, plus SHA-256 deduplication over the tools and messages fields.

    Post-training is a multi-stage, multi-environment RL chain, not a single pass. Each stage is a separate asynchronous GRPO run that warm-starts from the previous checkpoint, with a leave-one-out baseline instead of a value network and truncated importance sampling to bound off-policy drift. The order is RLVR, then skill boosters, then SWE, Terminal, Search, then RLHF.

    The agentic RL block runs only on the 8B and 30B. The 3B takes foundational RL and alignment only. That single design choice explains most of the capability gap across sizes. Training ran on NeMo-RL and NeMo-Gym over an NVIDIA GB200 NVL72 cluster hosted by CoreWeave.

    Two supporting pieces matter: 1 trillion tokens of synthetic code from IBM’s CodeAlchemy pipeline, and a speculative decoding layer for faster serving.

    Reported results

    IBM’s numbers, by size (3B / 8B / 30B):

    Benchmark 3B 8B 30B
    SWE-Bench Verified NA 47.67 57.00
    Terminal-Bench 2.1 NA 20.56 29.24
    τ³-bench 50.99 66.34 68.05
    BFCL (v4) 52.41 50.29 61.39
    AIME25 78.33 86.67 89.17
    GPQA 54.80 64.14 66.41
    MMLU-Pro 67.84 74.04 77.60
    RULER 128K 55.30 71.41 81.38

    Speech: 470M parameters, no LLM backbone

    The Turbo CTC models come in at 470 million parameters and drop the LLM backbone entirely, using connectionist temporal classification to map audio to text. IBM reports an RTFx throughput near 12,600 on a single H200, against roughly 6,000 for current speed leaders on the Open ASR leaderboard. A WebGPU demo is live.

    Key Takeaways

    • Granite 4.2 ships dense 3B/8B/30B reasoning models under Apache 2.0.
    • A thinking / low-effort / non-thinking switch is exposed in the chat template.
    • Agentic RL (SWE, Terminal, Search) trains only the 8B and 30B.
    • The 30B hits 57.00 on SWE-Bench Verified and 29.24 on Terminal-Bench 2.1.
    • Granite Speech 5.0 Turbo CTC is 470M parameters with no LLM backbone.

    Check out the IBM Research blog, the technical write-up, and the GitHub repo. Also, feel free to follow us on Twitter and don’t forget to join our 150k+ML SubReddit and Subscribe to our Newsletter. Wait! are you on telegram? now you can join us on telegram as well.


    Asif Razzaq is the CEO of Marktechpost Media Inc.. As a visionary entrepreneur and engineer, Asif is committed to harnessing the potential of Artificial Intelligence for social good. His most recent endeavor is the launch of an Artificial Intelligence Media Platform, Marktechpost, which stands out for its in-depth coverage of machine learning and deep learning news that is both technically sound and easily understandable by a wide audience. The platform boasts of over 2 million monthly views, illustrating its popularity among audiences.

    agentic bringing enterprise Granite IBM models native open Reasoning Releases
    NCIJ NETWNCIJ NETWORK
    • Website

    Keep Reading

    Did Yellowstone ravens learn to open car doors?

    Liquid AI Open-Sources Pipette: A Reproducible Benchmarking Suite That Measures On-Device Models, Quantization, Runtime and Hardware Together

    Perplexity Ships Portable Computer on NVIDIA DGX Spark: Local Harness, OS-Enforced Sandbox, and Zero Per-Token Cost for Local Steps

    Introducing the Admin plugin for ChatGPT Work and Codex

    Bitcoin Open Interest Collapses to 12%. Is the Short Squeeze Over?

    Meta AI Introduces MetaRoCE: A Clean-Sheet RDMA Transport Built for AI-Scale Ethernet

    Add A Comment
    Leave A Reply Cancel Reply

    Editors Picks

    Lankford makes no promises to Zelenskyy on sanctions legislation

    August 26, 2026

    Household energy bills to hit three-year high as Ofgem announces 4% rise from October

    August 26, 2026

    Ventures Platform goes bigger — and broader — with its second Africa fund

    August 26, 2026

    Critical Gitea RCE Actively Exploited as Reported Attack Drops Miner-Like Payload

    August 26, 2026
    Latest Posts

    Flying Eagle Android RAT Traces Found on 170 Servers as Source Code Circulates

    July 29, 2026

    Inside the rogue ChatGPT hack of Hugging Face

    July 29, 2026

    ECB wage tracker at 2.7% in Q1 2027, indicating stable negotiated wage pressures

    July 29, 2026

    Subscribe to News

    Get the latest sports news from NewsSite about world, sports and politics.

    NCIJ Network is an independent digital news platform delivering trusted investigative journalism, European and global news, in-depth analysis, and fact-based reporting with accuracy, transparency, and integrity.

    Facebook X (Twitter) Instagram Pinterest YouTube

    Lankford makes no promises to Zelenskyy on sanctions legislation

    August 26, 2026

    Household energy bills to hit three-year high as Ofgem announces 4% rise from October

    August 26, 2026

    Ventures Platform goes bigger — and broader — with its second Africa fund

    August 26, 2026

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    Type above and press Enter to search. Press Esc to cancel.