Models Are Getting Dumber on Purpose
Article URL: https://w4g1.dev/blog/models-are-getting-dumber-on-purpose Comments URL: https://news.ycombinator.com/item?id=49322695 Points: 138 # Comments: 82
Models are being intentionally designed to prioritize reasoning abilities over factual knowledge. While powerful reasoning scores have been achieved in smaller models, these models struggle with basic factual recall. For example, Qwen3.5 4B and 9B achieve hallucination rates of 80 to 82% on knowledge benchmarks. To achieve a model with frontier-quality reasoning and a compact size, facts are removed and replaced with runtime retrieval from knowledge bases, tool calls, and web search.
This allows for a 20 to 40B model at 4-bit quantization to fit on a single consumer GPU, without needing to store massive amounts of outdated facts. The tradeoff enables more efficient models that can keep up with the constantly changing facts of the world, without the heavy computational cost of maintaining a large knowledge base within the model itself.
Written by urgent.news from Hacker News Best's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.
This story
This is one outlet's version. Read the fullest account.
- Models Are Getting Dumber on Purpose w4g1.dev