Open Models, Closed Bottlenecks: Why Search Gets Better Before Language Does

Ante Gojsalić

Hatched by Ante Gojsalić

Aug 01, 2026

10 min read

86%

0

The real bottleneck is not intelligence, it is access

What if the biggest breakthrough in AI search is not a smarter model, but a cheaper way to use a good one? That sounds almost backwards. The common story says progress comes from scaling up until the model itself becomes magical. Yet in practice, the most consequential question for retrieval is often more mundane: where should the intelligence sit in the pipeline, and how much should it cost to get there?

This is the quiet tension hiding inside modern language systems. On one side is the ambition of large foundation models, trained on massive corpora and released in increasingly open forms. On the other side is the practical reality of search, where every query must balance relevance, latency, multilingual coverage, and cost. The surprising lesson is that the best retrieval system is not always the one with the most advanced embedding model. It is the one that places capability where it actually changes outcomes.

That distinction matters because search is not a single task. It is a sequence of compromises. A user types a query, a candidate set is assembled, documents are ranked, and only then does semantic understanding have a chance to help. If you spend your best reasoning power too early, you may waste it. If you spend it too late, you may miss the right candidates altogether. The central problem is not just building better models, but learning where model power produces leverage.


Bigger models changed the economics, but not the logic, of retrieval

Large language models changed what is possible, but they also changed who can participate. When only a few organizations can train giant systems, the rest of the ecosystem shifts toward APIs, modular services, and composable workflows. That creates a new design space: instead of asking, “Can I train a state of the art model?”, the more practical question becomes, “How can I extract the most value from accessible model interfaces?”

Embedding APIs are a perfect example. They promise a compact semantic representation of text, which sounds ideal for retrieval. Query and document are mapped into a shared vector space, and similarity becomes search. The intuition is elegant, almost seductive: if meaning lives in geometry, then retrieval should become easy. But the real world is messier. Domain shift, multilingual queries, and the hard constraints of latency and budget expose a deep truth: semantic similarity alone is not a universal replacement for lexical matching.

This is why a hybrid mindset matters. BM25, the classic lexical retriever, has not survived out of inertia. It survives because it does something fundamentally useful that embeddings do not always replicate: it rewards exact term overlap, rare identifiers, proper nouns, and domain specific wording. In a legal corpus, a medical archive, or a technical support database, that matters enormously. The best retrieval stack often behaves like a newsroom: the headline grabber and the deep fact checker need each other.

The mistake is to treat semantic retrieval as a replacement for lexical retrieval. In practice, it is often a refinement layer, not the foundation.

The most interesting implication is economic, not just technical. If re ranking BM25 results with embeddings gives most of the benefit at a lower cost, then intelligence should be deployed as a scarce and targeted resource. That changes architecture. Instead of asking one model to do everything, you create a pipeline in which cheap mechanisms widen the field and smarter mechanisms sharpen judgment.


Why open foundation models matter even when you never serve them directly

Open and efficient foundation models introduced another shift: capability is no longer trapped entirely inside proprietary systems. Models trained on publicly available data and released to the community alter expectations across the stack. Even if most organizations never run a 65B parameter model in production, the existence of open high performance models has a downstream effect. It pushes the frontier of what can be distilled, adapted, benchmarked, and embedded into practical systems.

This matters for retrieval because search quality depends on more than a single model call. It depends on the surrounding ecosystem of tools, evaluation, and reuse. When strong models are open, they become laboratories for understanding what kinds of semantic representations are actually robust. They also create pressure on API providers to justify their offerings in real conditions, not just benchmark theater. In that sense, openness is not only about ideology or democratization. It is about improving the measurement of utility.

There is a deeper connection here. A large model is often judged by its ability to generate fluent text, but retrieval asks a more disciplined question: can it help choose the right evidence? This is a subtler test of intelligence. A model can sound brilliant and still fail at ranking relevant passages from irrelevant ones. Conversely, a system with modest generative flair can be extremely valuable if it reliably improves the ordering of candidates.

Think of it like hiring. A charismatic candidate may impress in conversation, but a good team depends on people who can consistently identify the right information, ask the right questions, and connect fragments of evidence. Retrieval is the hiring process of knowledge systems. It is less about eloquence than judgment.

Open models also reveal something important about generalized intelligence: capability is not monolithic. A model can be strong at generation, weak at retrieval, and uneven across languages. That is not a failure of the model alone. It is a reminder that intelligence is contextual. The same system can look exceptional in one setting and merely adequate in another. Search, with its domain sensitivity and multilingual demands, is one of the best places to see this clearly.


The hidden pattern: intelligence works best when it is staged

The most useful synthesis is this: modern AI systems should be designed as staged intelligence. Not every step deserves the same kind of reasoning. Some steps are cheap, deterministic, and scalable. Others are expensive, semantic, and selective. The art is placing each capability where it produces the highest marginal gain.

A staged system has at least three roles:

  1. Recall: gather as many plausible candidates as possible using inexpensive methods.
  2. Disambiguation: use semantic understanding to sort plausible from truly relevant.
  3. Specialization: apply domain or language aware adaptation when the query space is uneven.

BM25 is excellent at recall because it is fast and precise about overlap. Embedding models excel at disambiguation because they can capture paraphrase and latent meaning. Multilingual or domain specific hybrid designs become necessary when neither signal alone is stable enough. This is not a story about one model defeating another. It is a story about division of labor.

A useful analogy is airport security. You do not send every traveler through the most expensive and thorough screening process. You first use broad, cheap filtering. Only then do you apply more intensive checks to the subset that matters. Retrieval works the same way. If you try to run full semantic reasoning over the entire corpus, you are paying premium prices to solve a problem that mostly requires narrowing the field. If you rely only on keywords, you miss paraphrases, translated queries, and conceptually related documents. The right answer is almost always layered.

This layered view also changes how we should think about model progress. Bigger models are not just better versions of smaller models. They are tools that make certain stages of the pipeline more expressive, while leaving other stages untouched. An enormous model can still be inefficient if it is used indiscriminately. A compact model can be excellent if it is inserted at the right point. In search, elegance is not minimalism. It is selective intelligence.

There is also a hidden political economy here. If open models continue to improve, more teams can build sophisticated pipelines without depending entirely on one vendor. That broadens experimentation. Different organizations can optimize for their own constraints: cost, latency, language coverage, privacy, or recall. The result is not just more competition. It is more architectural diversity, which is often how a field matures.


From model worship to system design

The temptation in AI is to worship the model. Bigger parameter count, better benchmark score, more impressive demo. But retrieval exposes a humbler truth: users do not experience parameters. They experience whether the right answer appears when they need it, in their language, at a price their product can sustain.

That shift from model worship to system design is where the deepest insight lives. A retrieval pipeline is not a single intelligence unit. It is a negotiation among signals. Lexical signals capture surface form, semantic signals capture meaning, and operational constraints decide how much of each can be used. The best systems are those that acknowledge this negotiation rather than pretending it does not exist.

Consider a customer support search tool. A user might ask, “How do I cancel my annual renewal?” A pure embedding search may find conceptually related documents about subscription changes. But a lexical retriever will lock onto “cancel,” “annual,” and “renewal,” which may be crucial if those exact terms appear in the policy. The strongest system uses lexical retrieval to ensure the policy is on the table, then semantic reranking to determine whether the policy section actually answers the question. If the user asks the same thing in Spanish or Japanese, the semantic layer becomes even more valuable, but not necessarily sufficient on its own. The system succeeds because it lets each method do what it is best at.

That is the real lesson for practitioners. Benchmarks matter, but deployment matters more. A model that wins in a controlled English benchmark may not be the best purchase for a multilingual production environment. A hybrid that costs a little more may save far more downstream in user satisfaction and support burden. The right optimization target is not abstract accuracy. It is relevance per unit of cost under real constraints.

This is also why open model releases matter so much. They let teams inspect, adapt, and compare semantic components instead of treating them as opaque commodities. That transparency leads to better architecture choices. It also reduces the risk of confusing benchmark superiority with operational superiority. A model can be state of the art and still be the wrong tool for the job.


Key Takeaways

  • Use embeddings as a precision layer, not automatically as the first gate. In many retrieval settings, reranking a strong lexical candidate set gives a better cost performance balance than searching only with vectors.
  • Treat multilingual retrieval as a special case, not a simple extension of English retrieval. A system that works well in English may need a hybrid design once query and document languages diversify.
  • Design for staged intelligence. Use cheap methods to recall candidates, then apply semantic models where they can change ranking decisions the most.
  • Evaluate systems by operational relevance, not just benchmark prestige. The best model on paper may not be the best choice for latency, budget, or domain coverage.
  • Prefer architectures that remain flexible as model access changes. Open foundation models and API based services both matter, but the durable advantage comes from knowing how to combine them.

The new question is not whether models are open or closed, but where intelligence belongs

The old debate asked whether the future belongs to bigger models or smaller ones, open systems or proprietary ones, lexical search or semantic search. That framing is now too blunt. The more interesting question is architectural: where should intelligence sit so that it changes the outcome most efficiently?

Once you ask that, the pieces start to fit together. Open foundation models expand what the community can build and test. Embedding APIs make semantic assistance easy to deploy. Classic lexical methods remain indispensable because they are fast, reliable, and surprisingly hard to beat at candidate generation. The winner is not a single method. The winner is the pipeline that knows when to be dumb, when to be smart, and when to be both.

That reframing is powerful because it breaks the reflex to equate progress with centralization. Not every system needs a giant model doing everything. In fact, the most robust systems often look less like a monolith and more like a well run committee: each member speaks at the right time, for the right reason, under the right constraint.

So perhaps the true future of AI search is not that language models replace search engines. It is that they teach search engines to think more selectively. And perhaps the deeper lesson of open models is not merely that capability can be shared, but that once capability is shared, we can finally ask the better question: what is the most intelligent place to spend it?

Sources

← Back to Library

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 🐣