AI models are increasingly demonstrating improved reasoning capabilities on benchmarks such as math and code, even as their per-token compute requirements decrease. For instance, GLM-5.2 achieves a 99.2% score on AIME 2026 with approximately 40 billion active parameters per token, while Qwen3.5 scores 91.3% with 17 billion active parameters. This contrasts with older models like GPT-4, which had around 280 billion active parameters and struggled with similar problems.
While reasoning scores are climbing, the factual recall abilities of these smaller models are declining. On the SimpleQA benchmark, which tests factual recall without tools, the leading model, Gemini 2.5 Pro, only achieves 53%. Smaller models like Qwen3.5 4B and 9B exhibit hallucination rates of 80% to 82% on knowledge benchmarks, indicating a tendency to generate incorrect information when lacking specific facts. This suggests a deliberate design choice where developers are sacrificing broad factual knowledge for enhanced reasoning skills.
Factual knowledge requires significant parameter space. Research indicates that factual knowledge consumes approximately two bits per parameter. Models designed to store vast amounts of specific factual data, such as birth years of minor figures or populations of small municipalities, necessitate a large number of parameters, contributing to the growth of frontier models to trillions of parameters.
Reasoning, in contrast to factual knowledge, compresses more efficiently. Reasoning involves a relatively small set of repeatable procedures, such as problem decomposition, state tracking, self-correction, and backtracking. Techniques like distillation and reinforcement learning on verifiable tasks have proven effective in transferring these reasoning procedures into smaller models. For example, Phi-4, a 14-billion-parameter model trained on synthetic textbook data, excels at math but performs poorly on trivia, illustrating the impact of this training approach.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
Recent AI models are intentionally being designed with fewer parameters, leading to improved reasoning capabilities on benchmarks like math and code, but at the cost of factual recall. This shift reflects a deliberate trade-off by developers to prioritize reasoning over extensive factual knowledge storage in smaller models. The change impacts how AI models are developed and applied, particularly for tasks requiring complex problem-solving rather than broad factual recall.