The Open Model, the Cheap Ranker, and the New Economics of Intelligence
Hatched by Ante Gojsalić
Jul 02, 2026
9 min read
3 views
87%
The surprising shift nobody notices at first
What if the biggest change in AI is not that models are getting smarter, but that intelligence is being unbundled? For years, the story was simple: build the biggest model possible, feed it more data, and use it everywhere. But two developments quietly point in a different direction. First, strong foundation models can now be trained on publicly available data, with competitive performance emerging from openness rather than hidden access. Second, in retrieval, the best system is often not the one that does everything at once, but the one that combines a cheap first pass with a smarter reranker.
That combination sounds technical, but the deeper implication is economic and architectural. AI is moving away from the fantasy of a single monolithic brain and toward a layered system of specialized competence, where openness lowers the cost of building the base, and routing lowers the cost of using it.
The future of AI may belong less to the model that knows everything, and more to the system that knows where to spend its intelligence.
This is not just a performance story. It is a design principle for the next decade of search, assistants, enterprise software, and multilingual access.
Bigger is not the same as better, and general is not the same as expensive
One of the most important lessons from modern language models is that scale alone is a misleading metric. A 13B model can outperform a 175B model on many benchmarks. That fact should not be read as a fluke. It suggests that the real resource is not raw parameter count, but how effectively capability is packaged.
That same logic appears in retrieval. A semantic embedding API can look powerful in theory, but in practice, the best use is often not to replace BM25 entirely. Instead, it can rerank the results of a cheap lexical search. The implication is subtle but profound: a smarter component is not always best when used first. Sometimes intelligence adds the most value when applied late, after a broad but inexpensive filter has done the heavy lifting.
This is a useful way to think about modern AI systems: they are not single engines, they are pipelines of diminishing cost and increasing judgment.
Consider a library search system. BM25 is like a fast librarian who knows how words match titles and abstracts. An embedding reranker is like a more perceptive editor who understands meaning, synonyms, and context. If you ask the editor to inspect every book in the library, you waste time and money. If you let the librarian narrow the field first, the editor can focus where it matters most. The result is better performance at a lower cost.
This same principle scales upward. A large model does not need to serve every role equally well. It can be the reasoning layer, the synthesis layer, or the fallback layer. The crucial insight is that the system boundary matters more than the model boundary.
Openness changes the economics of competence
The fact that competitive foundation models can be trained entirely on public datasets is not only a research milestone. It changes the politics of capability. When the base layer of intelligence depends less on secret data and more on engineering discipline, the moat shifts.
Instead of a world where intelligence is gated primarily by proprietary access, we get a world where the diffusion of know how matters more. That matters because every downstream system, from search to summarization to analytics, is built on top of this base layer. If foundational capabilities are more openly reproducible, then innovation moves outward: into interfaces, retrieval, orchestration, specialization, and evaluation.
This is where retrieval APIs become interesting. They are not just helper tools. They are a sign that value is migrating toward the connective tissue between models and tasks. In other words, once strong base models are available, the differentiator becomes not simply how large the model is, but how well it is placed inside a system.
A useful analogy is electricity. Once power generation became standardized, competitive advantage shifted from making electricity itself to designing appliances, grids, and usage patterns. In AI, open foundation models create a similar transition. The strategic question is no longer only, “Can we build intelligence?” It becomes, “Can we deploy intelligence efficiently, reliably, and for the right user in the right language?”
That is a much more interesting question, because it is less about one-time technical triumph and more about durable system design.
Retrieval is where intelligence meets reality
The strongest models are impressive in benchmark settings, but real information work is messy. Queries are vague. Corpora are noisy. Users ask in different languages. The relevant item is often not the semantically nearest item in an abstract sense, but the one that best satisfies the actual need under cost, latency, and scale constraints.
This is why retrieval is such a revealing testbed. It forces intelligence to confront reality. A perfect embedding model in isolation may still be the wrong tool if it is too expensive to use broadly, too brittle across domains, or too weak in multilingual settings. By contrast, a hybrid approach acknowledges that different methods solve different parts of the problem.
The deeper lesson is that search is not a single act of finding. It is a sequence of bets:
- Cheap recall, which casts a wide net.
- Semantic judgment, which improves precision.
- Domain adjustment, which accounts for language, culture, and corpus structure.
- Cost control, which keeps the system usable at scale.
This layered structure is not an implementation detail. It is the architecture of practical intelligence. A human researcher does this naturally. We skim a search results page, notice a promising cluster, then read carefully. We do not inspect every document with equal attention. Machines should not either.
The idea also generalizes beyond search. A code assistant may use a fast static index to find candidate snippets, then use a larger model to reason about correctness. A customer support system may first classify intent cheaply, then route the hardest cases to a stronger model. A multilingual assistant may use language detection and translation only when needed, not by default. In each case, the best system is the one that spends cognition selectively.
The new principle: intelligence should be routed, not sprayed
A lot of AI systems fail because they treat intelligence as if it were a liquid to be poured everywhere. But intelligence is more like electricity in a circuit. You want it to flow through the right components, at the right time, with the least waste.
This suggests a useful mental model: the intelligence stack.
At the bottom is the public substrate: data, pretrained weights, and reusable infrastructure. The openness of the base layer matters because it reduces duplication and accelerates experimentation.
Above that is candidate generation: fast methods that produce a broad set of possibilities. BM25 is excellent here because it is cheap, robust, and transparent.
Then comes semantic reranking: a more expensive but more discriminating layer that decides which candidates deserve attention. This is where embeddings and stronger models shine.
Finally, there is task policy: deciding when to answer, when to search, when to ask for clarification, and when to defer. This is the highest layer, and often the most neglected.
Most AI failures are not caused by a lack of intelligence. They are caused by bad routing of intelligence.
This framing helps explain why a smaller open model can beat a much larger closed one in practice. It may not be superior in every isolated metric, but if it is easier to deploy, cheaper to integrate, and more compatible with a layered system, it can create more total value.
It also explains why embedding APIs are not simply substitutes for retrieval engines. They are judgment modules. Their best role is not to replace all search, but to sharpen the outcome of search.
Multilingual retrieval exposes the hidden cost of abstraction
English often makes retrieval look easier than it really is. But once you move into multilingual settings, the limits of a one size fits all strategy become obvious. Words do not map cleanly across languages. Morphology differs. Cultural context matters. A query that works in one language may lose precision in another.
This reveals an important truth: semantic similarity is not universal in practice. It is mediated by language, domain, and corpus structure. That is why a hybrid approach can outperform a pure embedding first stage, even when embeddings are strong. Lexical matching preserves exact signals that semantic space can blur. Semantic reranking then adds meaning on top of those exact anchors.
Think of it as navigation. A map can get you to the right city, but street level directions still matter. In multilingual retrieval, lexical search preserves local landmarks, while embeddings help you understand that two differently phrased questions may still point to the same place.
This is especially important for global products. If your system performs well only in English, you do not have an intelligence problem so much as a routing problem across language boundaries. The solution is not to demand that one model become omniscient. It is to combine methods so each compensates for the other's weakness.
That may be the broader pattern across AI: the most robust systems are not those that eliminate differences between components, but those that coordinate differences well.
Key Takeaways
-
Treat intelligence as a budget, not a monolith. Use cheap methods to narrow the search space, then apply expensive methods where they matter most.
-
Do not confuse model size with system quality. A smaller open model inside a well designed pipeline can outperform a larger model used naively.
-
Use embeddings as rerankers before using them as primary retrievers. This often improves quality while controlling cost, especially in English and mixed pipelines.
-
Expect multilingual performance to require hybrids. Exact lexical signals and semantic judgments complement each other, and neither is sufficient alone.
-
Optimize the routing layer, not just the base model. In real products, the best gains often come from deciding when, where, and how intelligence is deployed.
The real breakthrough is not smarter models, but smarter systems
There is a seductive story that progress in AI will eventually be measured by one all powerful model replacing everything else. But the evidence points in a different direction. Strong open foundation models lower the cost of entry. Retrieval systems show that cheap and smart components work best in combination. Together they suggest a future where intelligence becomes more modular, open, and economically disciplined.
That is a deeper transformation than benchmark gains. It means AI is becoming a systems engineering discipline in the fullest sense. The question is no longer whether a model can understand language. The question is whether we can build architectures that place understanding exactly where it pays off most.
Once you see that, the roadmap changes. You stop asking for one model to do everything, and start asking a better question: where should the system think hard, and where should it think cheaply?
The answer to that question may matter more than the size of the model itself.
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 🐣