The Hidden Economics of Search: Why Open Models Matter Less Than Open Retrieval

Ante Gojsalić

Hatched by Ante Gojsalić

May 22, 2026

10 min read

87%

0

The real bottleneck is not intelligence, it is access

Here is a counterintuitive question: if language models are becoming more powerful every month, why do so many search systems still feel brittle, expensive, and strangely inaccurate?

The obvious answer is that models are not yet smart enough. But that is only half true. The deeper problem is that search is not mainly an intelligence problem anymore, it is an access problem. The difficulty is no longer simply generating better text, but deciding what information to trust, retrieve, rank, and afford at scale.

That is why two seemingly different developments actually belong in the same conversation. On one side, large language models have become more open, smaller, and more reproducible, showing that frontier performance is not reserved only for closed systems with proprietary data. On the other side, semantic embedding APIs have become a practical interface for retrieval, yet their real value depends on where and how they are inserted into the search pipeline. Together, they reveal a deeper lesson: the future of intelligent systems will be shaped less by raw model capability than by the economics of how intelligence is deployed.

If that sounds abstract, think of it this way. A brilliant chef is not enough to run a restaurant. You also need a kitchen layout, ingredient sourcing, prep workflows, and a pricing structure that makes the whole operation sustainable. Likewise, a powerful model is only one ingredient in a larger system. The real question is how to compose models, retrieval, and ranking into something that is both accurate and affordable.


From bigger models to better systems

For years, the dominant story in AI was simple: bigger models win. More parameters, more training data, more compute, better results. That story was never false, but it was incomplete. It encouraged people to think in terms of a single monolithic intelligence sitting at the center of everything.

The rise of open foundation models complicated that story. Once it became possible to train strong models using publicly available data, the center of gravity shifted. The important question was no longer just who has the biggest secret model. It became: who can build the most useful system around a model that others can inspect, adapt, and deploy?

That shift matters because systems are where value is created. A model that is 10 percent better in isolation may be less useful than a cheaper model that is easier to integrate, easier to evaluate, and easier to combine with retrieval. In practice, users do not ask for raw perplexity. They ask for answers, citations, multilingual support, speed, and cost control.

This is where retrieval enters the picture. Search is not just finding documents. It is the art of creating the right context for a downstream model or user. If the model is the brain, retrieval is the nervous system that feeds it the right signals at the right time. A weak retrieval layer can make a strong model look foolish, while a strong retrieval layer can make a modest model feel surprisingly competent.

That is the first synthesis: open models reduce dependence on centralized intelligence, but retrieval determines how that intelligence becomes useful in the real world.


Why embeddings are not a magic first stage

Semantic embeddings are often presented as a clean upgrade over traditional keyword search. Encode the query and documents into vectors, compare similarity, and let meaning do the rest. The promise is seductive because it seems to replace brittle lexical matching with something more human.

But real search systems are not elegant thought experiments. They are messy cost-benefit tradeoffs. In realistic retrieval scenarios, embedding-based methods often work best not as a replacement for lexical retrieval, but as a reranking layer on top of BM25. That is a crucial distinction.

BM25 is old, but it is robust. It excels at exact matching, rare terms, names, numbers, and sharp factual anchors. Embeddings, by contrast, are better at semantic proximity, paraphrase, and conceptual relevance. Put them together, and you get a two-stage system that behaves less like a single algorithm and more like a committee with complementary biases.

Consider the difference between searching for a medical paper on a rare gene variant and searching for “treatments for persistent migraine after concussion.” The first query demands precision in terminology, where lexical retrieval can be indispensable. The second is more conceptual, where semantic matching helps surface relevant but differently worded content. A hybrid system respects both kinds of truth: exactness and meaning.

The important insight is that embeddings are not always strongest when used earliest. Sometimes the best use of semantic intelligence is not to decide everything, but to refine the shortlist produced by a cheaper, more literal method. That is a broader principle worth remembering: the most advanced component in a system is often best used as a judge, not a scout.


The hidden law of information retrieval: precision is expensive, recall is expensive, both are political

Every search pipeline faces the same dilemma. If you optimize for recall, you surface more potentially relevant results, but you also increase noise. If you optimize for precision, you reduce clutter, but you risk missing the answer entirely. Embeddings, rerankers, BM25, and hybrids are all different answers to the same problem: how much uncertainty can you afford before relevance collapses?

This is not just a technical tradeoff. It is an economic one.

A first-stage embedding retriever can be attractive because it feels modern and elegant, but it may be more expensive than necessary. A reranking approach can be cheaper and more effective because it spends expensive semantic computation only on a manageable candidate set. That is the same logic behind many efficient systems: do the cheap thing broadly, then do the expensive thing narrowly.

This is why the phrase budget-friendly intelligence is more than a slogan. It is the design philosophy that will govern practical AI systems. The best system is not the one that uses the most advanced model everywhere. It is the one that allocates intelligence where it has the highest marginal value.

Imagine a library with millions of books and a small team of expert librarians. You would not ask the experts to inspect every shelf. You would first use catalog metadata, call numbers, and obvious filters to reduce the search space. Only then would you ask the experts to make judgment calls. Retrieval works the same way. Expensive semantic reasoning should be used where ambiguity is highest, not wasted where a simpler method already performs well.

This matters even more in multilingual settings. English retrieval often benefits more cleanly from reranking, but non English retrieval may need a stronger hybrid because lexical signals, morphology, transliteration, and domain variation create more failure modes. In other words, the more diverse the language environment, the less likely one elegant method will dominate. Robustness comes from composition, not purity.


Open models do not eliminate dependency, they relocate it

At first glance, open foundation models promise liberation. If strong models can be built from public data and shared broadly, then the ecosystem becomes less dependent on a few proprietary providers. That is real progress. It lowers barriers, encourages experimentation, and expands who can participate in AI research and product development.

But openness does not end dependency. It changes its shape.

Instead of depending entirely on a closed model, teams begin depending on the quality of their own retrieval, data pipelines, embedding choices, reranking strategies, and evaluation methods. This is a good thing, but it is not trivial. It means the competitive advantage moves from model ownership to system design competence.

This shift is easy to miss because open models feel like a product, while retrieval feels like plumbing. Yet plumbing determines whether the building works. A company with access to an excellent open model but poor retrieval will still produce answers that are stale, incomplete, or poorly grounded. Meanwhile, a team that understands how to combine BM25, embeddings, and multilingual evaluation can build a search experience that feels remarkably intelligent without needing the largest possible model.

There is a larger lesson here for the AI era: democratizing model access is necessary, but democratizing the ability to connect models to real information is what makes intelligence broadly useful.


A useful mental model: the intelligence stack

To make sense of this convergence, it helps to think in layers.

  1. Foundation layer: the open or accessible model, trained on broad public data, capable of general reasoning and language generation.
  2. Retrieval layer: lexical search, semantic embeddings, and hybrid candidate generation.
  3. Reranking layer: the more expensive semantic judgment applied to a narrow set of candidates.
  4. Evaluation layer: benchmarks, domain tests, multilingual checks, latency, and cost.
  5. Product layer: the actual user experience, where trust, speed, and clarity matter more than architecture diagrams.

This stack clarifies why people often overinvest in the wrong layer. They obsess over foundation model choice while neglecting retrieval design, or they chase semantic elegance while ignoring cost. But the user experiences the whole stack as one product.

The best systems are often not the most sophisticated at every layer. They are the most appropriately sophisticated. BM25 may be old, but if it creates a candidate set that lets embeddings rerank efficiently, it is doing exactly what it should. A modest open model may not be state of the art in raw benchmark terms, but if it integrates well with retrieval and supports low-cost deployment, it may be the right choice for the job.

That is the real synthesis: intelligence is becoming modular. In the modular era, the winning strategy is not to maximize one component. It is to minimize wasted computation across the whole stack.

The best search system is not the one that knows the most. It is the one that spends its knowledge most carefully.


What changes when you design for systems instead of bragging rights

Once you adopt this systems view, several common habits start to look outdated.

First, benchmark worship becomes less persuasive. A model can score well on a general benchmark and still be the wrong fit for your search problem. What matters is not only whether the model is strong, but whether it helps in your language mix, your document types, your latency budget, and your retrieval architecture.

Second, the old first stage versus reranker debate becomes less ideological. The right answer is often not “embeddings instead of BM25” or “BM25 instead of embeddings.” It is figuring out which component should carry the burden of broad recall and which should carry the burden of fine semantic discrimination.

Third, multilingual support stops being a nice extra and becomes a stress test. If a retrieval method only works elegantly in English, it is not a universal solution. A serious system must confront variation in morphology, script, translation asymmetry, and domain imbalance. That is where hybrid designs reveal their strength, because they can compensate for the weaknesses of any single signal.

Perhaps most importantly, this perspective changes how we think about openness. Open models are not just about transparency or academic freedom. They are about enabling experimentation in the layers around the model. When the core model is accessible, the real innovation can move outward into ranking, retrieval, and application design.


Key Takeaways

  • Do not treat embeddings as a universal replacement for lexical search. In many real systems, they are more valuable as rerankers than as first-stage retrievers.
  • Use the cheapest reliable method first, then apply expensive semantic judgment narrowly. This is the core principle of budget-friendly retrieval.
  • Build for the languages and domains your users actually need. English performance does not automatically translate to multilingual robustness.
  • Think in stacks, not models. The quality of search depends on how foundation models, retrieval, reranking, and evaluation fit together.
  • Measure system value by relevance per dollar, not benchmark glamour. Practical intelligence is about allocation, not just capability.

The future belongs to careful intelligence

The most interesting thing about open models and semantic retrieval is not that they represent two separate advances. It is that they expose the same truth from different angles: raw capability is becoming cheaper, but judgment remains expensive.

That is why the next wave of value will not come from adding more intelligence everywhere. It will come from learning where intelligence matters most. In search, that means using lexical methods to cast a wide and reliable net, semantic methods to refine relevance, and open models to keep the whole system adaptable and shareable.

The deeper reframing is this: we are moving from an era that celebrated the size of intelligence to an era that will reward the orchestration of intelligence. The winners will not simply have the smartest model. They will have the best answer to a quieter question: where should thinking happen, and how much should it cost?

That may be the most important design problem in AI today. Not how to make systems think more, but how to make them think in the right places.

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 🐣