Models Are Getting Dumber on Purpose
- AI
- Developer Tools
- Infrastructure
The post claims frontier models are being made “dumber on purpose” by shedding baked-in factual knowledge and becoming more like reasoning engines wrapped in tool use, retrieval, and external memory. The pitch is that this is cheaper, easier to update, and better for factual accuracy because facts can live in editable documents instead of opaque weights. People reading it bought the broad direction. Smaller cores plus search, RAG, and agent harnesses are clearly where a lot of product work is heading, especially for coding and task automation. They did not buy the article’s confidence. The biggest complaint was that it blurred “less memorized knowledge” with “better truthfulness.” Pulling facts out of weights does not stop a model from confidently inventing them. It only changes where the evidence might come from when the system is built well enough to fetch and cite it. Several comments also called out stale evidence. The post cited old SimpleQA numbers and described Gemini 2.5 Pro as current best-in-class long after newer models and newer verified views of the benchmark existed. That made the whole argument feel like AI-polished commentary built on outdated inputs. A second strong thread pushed back on the post’s implied modularity. Many people liked the dream of pluggable domain models for local use, but the more informed response was that current LLMs do not decompose cleanly into a Swift module, a GIS module, and a reasoning module. General world knowledge and cross-domain training often improve performance in narrow tasks because the model’s abstractions are shared. The practical split today is not modular weights so much as a general model plus a harness that chooses tools, retrieval, context, and sometimes specialist sub-models. The net read was not “models are getting dumber.” It was “labs are moving factual storage out of weights where they can, but the hard part is still getting models to know when they do not know and to use external evidence reliably.”
Treat “smart core plus tools” as a practical product pattern, not a solved science problem. If you build on it, spend your effort on retrieval quality, source trust, and forcing abstention when the model lacks evidence, because those are still the failure points.
-
w4g1.dev
- Discuss on HN