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 Emotion Vectors Paper Shows Sycophancy and Love Share Same Mechanism
Anthropic's recent emotion vectors paper reveals that Claude's 'love' vector - the internal representation for warm, caring responses - is the same mechanism that produces sycophancy when amplified, with no separate sycophancy circuit. Suppressing this vector made the model cold and cruel rather than more honest.

Anthropic offers free Claude Max 20x for open-source maintainers
Anthropic's Claude for Open Source Program provides 6 months of free Claude Max 20x to eligible open-source maintainers and contributors. Applications are reviewed on a rolling basis for up to 10,000 contributors.

Meta's AI Agent Pivot: Zuckerberg Says Progress Not Fast Enough, $145B Spent
Meta CEO Mark Zuckerberg told staff that AI agent development hasn't accelerated as expected. The company spent $145B on AI infrastructure this year and laid off 8,000 employees to reorganize around AI.

Apple Core AI Framework: First Look at Apple's Emerging AI Agent Foundation
Apple's new Core AI framework documentation page is live, though the content is behind a JavaScript wall. We break down what this means for AI agent development on Apple platforms.