Granite 4.1: IBM's 8B Dense Model Matches 32B MoE in Benchmarks

IBM released Granite 4.1, an open-source language model family (Apache 2.0) with 3B, 8B, and 30B sizes. All use a dense decoder-only transformer — no MoE, no long reasoning chains. The 8B model stands out: it matches or beats the previous Granite 4.0-H-Small (32B MoE, 9B active) across several benchmarks.
Key benchmark results
- ArenaHard (real-world prompt quality): 8B scores 69.0, 32B MoE scores lower.
- BFCL V3 (tool calling): 8B scores 68.3, 32B MoE scores 64.7.
- GSM8K (math reasoning): 8B hits 92.5.
- AlpacaEval, MMLU-Pro, BBH, EvalPlus, MBPP: 8B outperforms the larger model consistently.
Training pipeline
Granite 4.1 was trained on 15 trillion tokens across five phases with changing data mixtures:
- Phase 1: 59% CommonCrawl, 20% code, 7% math.
- Phase 2: math jumps to 35%, code to 30%.
- Phases 3-4: blend chain-of-thought reasoning, instruction data, and high-quality web content.
- Phase 5: extend context window to 512K tokens (8B and 30B).
The key insight: data quality over parameter scaling. IBM's data filtering pipeline rejects hallucinated or instruction-ignoring examples during fine-tuning to avoid training on bad signals.
Why this matters for AI agents
Dense models offer predictable latency and cost — no routing overhead. For developers using AI coding agents, Granite 4.1's 8B model provides strong tool-use and math reasoning at a fraction of the compute cost of MoE models.
📖 Read the full source: HN AI Agents
👀 See Also

Anthropic's DoD Meeting and Chinese AI Labs Distilling Claude
Anthropic's CEO meets with the US Secretary of Defense in what officials describe as a 'shape up or ship out' situation, while the company reports catching three Chinese AI labs conducting massive model distillation of Claude's capabilities.

Stanford CS 25 Transformers Course Opens to Public with Live Streaming
Stanford's CS 25 Transformers seminar is now open to the public with lectures starting January 23, 2025, at 4:30-5:50pm PDT, available in-person at Skilling Auditorium or via Zoom, with recordings posted online.

ClawCast Ep.3: Onboarding Overhaul, Cancelled Demo, and OpenClaw vs Codex for Long-Run Workflows
Episode 3 of The ClawCast covers OpenClaw's onboarding overhaul, why the demo was cancelled, lessons from Hermes' self-improvement system, and how OpenClaw compares to Codex for long-running autonomous workflows.

Real-World Hourly Costs for Long-Running AI Agent Teams
A developer shares actual hourly costs for AI agent teams running 5+ hour sessions with full Linux, browser, and tool access. Coding agents cost $10-$60/hr, marketing agents $10-$30/hr, and back-office agents $5-$15/hr.