Why Benchmarks Are Teaching Us the Wrong Lesson About AI
Hatched by Mark Erdmann
Aug 02, 2026
10 min read
0 views
84%
The Seductive Lie of a Single Score
What if the most dangerous thing about modern AI is not that it fails, but that it succeeds in exactly the wrong way?
That sounds backwards, because we are trained to think of progress as a climb up a leaderboard. One model gets 21 percent on a hard reasoning task, another gets 9 percent, another 8 percent. A different model reaches the top of an embedding benchmark and touts a multitstage training recipe that improves classification and clustering. The instinct is immediate: better score, better model.
But that instinct hides a deeper problem. A benchmark score is not intelligence, it is a portrait of competence under a very specific set of constraints. The trouble is that we keep mistaking the portrait for the person.
This is not a complaint about benchmarks. Benchmarks are useful, often indispensable. The real issue is subtler: once a benchmark becomes the main language of progress, it begins to shape what kind of progress gets made. Models become optimized for what can be measured cleanly, not necessarily for what is valuable in the wild. That tension is where the real story lives.
Two Kinds of Intelligence Are Being Measured at Once
The easiest way to see the tension is to compare two very different AI achievements.
One is performance on a reasoning challenge where the task is to solve unfamiliar problems from sparse examples. The low scores are startling because they remind us that these systems, for all their fluency, still struggle when the test demands abstraction, compositional reasoning, and robust generalization. In other words, they can sound like thinkers without always thinking like one.
The other is performance on an embedding benchmark, where the goal is not to generate answers but to structure meaning in a way that improves retrieval, classification, and clustering. Here, the win is more invisible. A better embedding model is not charming or dramatic. It does not write poems or answer questions. Instead, it quietly improves the organization of information, making other systems more useful.
These are not just two benchmarks. They are two different theories of value.
Reasoning benchmarks reward the ability to improvise under novelty. Embedding benchmarks reward the ability to compress semantic structure into a reusable coordinate system. One measures something like cognitive dexterity. The other measures representational quality. Together, they suggest that AI is not one thing but a stack of capabilities that matter in different ways.
That distinction matters because the public conversation keeps collapsing them. People see a model score and infer a general capability. But a system can be excellent at one layer and mediocre at another. In fact, that may be the norm, not the exception.
The mistake is to ask whether a model is smart, when the better question is: smart at what kind of transformation?
The Hidden Cost of Benchmark Worship
Benchmarks do something powerful: they translate messy reality into a clean number. That is also their danger.
A number is portable. It can fit in a chart, a press release, a funding memo, a tweet. But the moment you reduce a system to one metric, you encourage a kind of tunnel vision. Teams optimize what the metric sees. Researchers tune for leaderboard gains. Product leaders confuse benchmark progress with user value. Soon, the metric stops describing the system and starts prescribing it.
This creates a familiar pattern in technology development:
- A benchmark is introduced to measure a neglected capability.
- Teams optimize heavily for that benchmark.
- The score rises.
- Everyone celebrates.
- Reality remains annoyingly complicated.
The irony is that both low scores and high scores can mislead us. A low score on a hard reasoning benchmark may tempt us to conclude that current models are broadly weak. A high score on an embedding benchmark may tempt us to conclude that the underlying architecture is broadly solved. Both conclusions are too coarse.
Think of a model like a city. A benchmark is not the city. It is a single map layer. One layer might show roads, another transit, another zoning, another foot traffic. If you only look at one, you might believe the city is excellent because the roads are smooth, while missing the fact that the transit system is broken. Or you might think the city is dysfunctional because one district is congested, while ignoring strong performance elsewhere.
The same is true here. A reasoning benchmark tests one route through the city of intelligence. An embedding benchmark tests another. Neither is the whole urban fabric.
The more sophisticated question, then, is not whether the scores are good or bad. It is whether the score is aligned with the job we actually need done.
Why Embeddings May Be More Important Than They Look
If reasoning benchmarks are the flashier part of the story, embeddings may be the more foundational one.
That is because most real systems do not need a model to be brilliant in the abstract. They need it to be useful inside a larger architecture. Search, retrieval, recommendation, classification, semantic routing, memory systems, and knowledge bases all depend on how well meaning is encoded and matched. In these contexts, embeddings are the quiet infrastructure of intelligence.
This makes embedding improvements deceptively important. Better embeddings do not merely improve search results by a few percentage points. They can change the shape of an entire workflow. A legal team finds the right precedent faster. A support system routes a customer to the right answer sooner. A research assistant pulls the most relevant papers instead of a pile of near misses. The effect is not flamboyant, but it is systemic.
There is a useful analogy here: reasoning models are like excellent drivers, embeddings are like the road network and signage. A brilliant driver still suffers if the roads are poorly organized. Conversely, a modest driver can perform well in a city whose layout is intuitive. In AI systems, embeddings often determine whether meaning is accessible at all.
That is why benchmark progress on embeddings should not be treated as a niche victory. It reveals a deeper maturation in AI infrastructure. We are learning how to organize knowledge more effectively, not just how to answer questions more convincingly.
And that brings us to the more interesting synthesis: perhaps the future of AI will not be defined by a single giant model that does everything, but by a division of cognitive labor. Some components will reason. Others will retrieve. Others will compress. Others will route. Each may be benchmarked differently, and each may improve the whole in ways that are easy to miss if we look only at generative performance.
The Real Frontier Is Compositional Intelligence
The deepest connection between reasoning benchmarks and embedding benchmarks is that both point toward the same unmet need: compositional intelligence.
Compositional intelligence is the ability to combine pieces of knowledge, representations, and operations in ways that remain reliable under novelty. It is not just remembering facts. It is not just pattern matching. It is the capacity to build a useful response from smaller units that preserve meaning across contexts.
Reasoning tests ask, can the model compose steps into a correct solution? Embedding tests ask, can the model compose semantic features into a stable geometry of meaning? Different surfaces, same underlying challenge.
This is why benchmark scores can feel contradictory. A system may be strong at semantic organization, which helps search and classification, but still weak at multi-step abstraction. Another may be good at generating plausible reasoning chains, yet fail to organize the space of meanings that retrieval depends on. Both shortcomings are symptoms of a broader issue: the system has not yet mastered robust composition across levels.
Here is a helpful mental model:
Think of AI as having three layers of competence.
- Compression: Can it distill meaning into a reusable representation?
- Composition: Can it combine representations into a valid structure or plan?
- Generalization: Can it apply that structure in unfamiliar situations?
Embedding benchmarks live mostly in the compression layer. Reasoning benchmarks live mostly in the composition and generalization layers. The future of useful AI depends on all three, but progress in one layer does not guarantee progress in another.
This framework explains a lot of confusion. A model can be a terrific compressor of meaning without being a good planner. It can be a good planner without having excellent semantic geometry. And it can be superficially strong at both while still failing when the environment shifts.
In short, benchmarks are not competing truths, they are partial views of a layered system.
What Builders Should Actually Optimize For
The practical lesson is not to abandon benchmarks. It is to use them more intelligently.
If you are building with AI, the first question should not be, “Which model is best overall?” It should be, “Which layer of competence matters most for this product?” That question changes everything.
A customer support copilot needs reliable retrieval, grounding, and routing, which means embedding quality may matter more than raw generative brilliance. A coding assistant needs strong composition and stepwise problem solving, which means reasoning quality matters more. A research workflow may need both, plus high recall and good memory management. A generalized chatbot may need all of them in different proportions.
This suggests a better evaluation habit: stop using one leaderboard as a proxy for all risk and all value. Instead, build a small portfolio of tests that reflect your actual use case.
For example:
- If the product depends on finding the right information, measure retrieval precision and semantic clustering, not just answer quality.
- If the product depends on planning, measure multi-step task success and error recovery.
- If the product depends on trust, measure citation fidelity, contradiction handling, and robustness under adversarial inputs.
- If the product depends on user workflow improvement, measure time saved, failure rate, and user satisfaction, not only model output quality.
This is not just good engineering. It is epistemic hygiene. It forces you to ask what the benchmark is really telling you, and what it is hiding.
The best teams do not chase the highest score. They design the score that best predicts the outcome they care about.
That principle also has a strategic implication. In many real deployments, a smaller specialized improvement can beat a larger general improvement. A modest gain in retrieval quality can unlock more value than a dramatic gain in generative fluency. A better embedding space can make a whole product feel smarter, even if the base model has not changed at all.
In other words, AI progress may be less like inventing a better brain and more like building a better nervous system.
Key Takeaways
- Do not confuse a benchmark with the whole system. A score measures one dimension of capability, not intelligence in the abstract.
- Match the metric to the job. Reasoning, retrieval, classification, clustering, and planning all require different forms of competence.
- Treat embeddings as infrastructure, not a side quest. Better semantic organization can improve entire product pipelines in ways users feel immediately.
- Use a portfolio of evaluations. The more real your application, the less useful a single leaderboard becomes.
- Optimize for layered competence. The strongest systems will likely combine compression, composition, and generalization, not excel in only one dimension.
The Future Belongs to Systems That Know What They Are Good At
The most important shift in thinking is this: AI progress is not just about making models smarter. It is about making them legible in their strengths and honest in their limits.
A reasoning model that scores modestly on a hard benchmark may still be extremely valuable in the right workflow. An embedding model that dominates a semantic benchmark may be the silent engine behind better search, better memory, and better decision support. The mistake is to keep asking for a single answer to a question that has many layers.
So perhaps the real frontier is not general intelligence in the simplistic sense. It is coordinated intelligence: systems composed of specialized parts, each measured appropriately, each improving the whole in distinct ways. That is a much less glamorous story than a leaderboard race. But it is also much closer to how intelligence actually works.
The next time you see a benchmark score, do not ask only whether it is high. Ask what layer it measures, what behavior it predicts, and what kind of system it is quietly training us to build.
Because the future will not belong to the model with the single best number. It will belong to the system that understands what that number means, and what it does not.
Sources
Hatch New Ideas with Glasp AI 🐣
Glasp AI allows you to hatch new ideas based on your curated content. Let's curate and create with Glasp AI :)
Start Hatching 🐣