Should every company build their own LLM? A contrarian view

Should every company build their own LLM? A contrarian view

Simor Consulting | 03 Aug, 2026 | 05 Mins read

A pharmaceutical company I consulted for was three months into a project to fine-tune a large language model on their internal research corpus. The project had a team of four engineers, a budget of $800,000 for compute, and executive enthusiasm. When I asked what problem the fine-tuned model would solve that GPT-4 could not solve with retrieval-augmented generation, the team lead said, “Our data is proprietary. We need our own model.”

This reasoning is common. It is also, in most cases, wrong. The proprietary data argument sounds compelling until you examine what fine-tuning actually does, what it actually costs, and what alternatives exist that achieve the same outcomes at a fraction of the cost. Most organizations that are building custom LLMs would be better served by building better retrieval systems, better prompt engineering, and better evaluation frameworks on top of existing models.

What fine-tuning actually does

Fine-tuning a large language model adjusts the model’s weights to produce outputs that are more aligned with a specific domain’s patterns. A model fine-tuned on legal documents will produce text that uses legal terminology more naturally. A model fine-tuned on medical records will produce summaries that follow clinical conventions. The fine-tuned model is genuinely better at the target domain than the base model.

But fine-tuning has a critical limitation: it adjusts the model’s style and surface-level domain knowledge, not its reasoning capabilities. A fine-tuned model does not become smarter. It becomes more fluent in the target domain’s vocabulary and formatting conventions. If the task requires domain-specific vocabulary and formatting — say, generating clinical trial reports in the standard format — fine-tuning provides real value. If the task requires reasoning about the domain’s concepts — say, identifying drug interactions based on mechanism of action — fine-tuning provides marginal improvement at best, because the reasoning capability is in the base model’s architecture, not in the domain-specific training data.

This distinction matters because it determines whether the investment in fine-tuning is justified. If you need style and format adaptation, fine-tuning is often worth the cost. If you need reasoning improvement, it usually is not.

The RAG alternative

Retrieval-augmented generation — where the model queries a knowledge base at inference time rather than encoding knowledge in its weights — handles most of the use cases that organizations cite for fine-tuning. The model’s reasoning capabilities come from the base model. The domain knowledge comes from the retrieved documents. The combination produces outputs that are both well-reasoned and domain-informed without the cost of fine-tuning.

RAG has its own challenges. Retrieval quality depends on the knowledge base’s structure, the embedding model’s effectiveness, and the chunking strategy. These are engineering problems with well-understood solutions. They are also problems that can be solved incrementally — you can improve retrieval quality without retraining the model, which means you can iterate faster and cheaper than with fine-tuning.

The practical comparison is stark. Fine-tuning a 70-billion-parameter model costs tens of thousands of dollars in compute per training run. Each run produces a new model that must be evaluated, deployed, and monitored. Improving a RAG system costs engineering time but not compute, and the improvements take effect immediately without redeploying the model.

When custom models actually make sense

There are specific conditions under which building a custom model is justified. These conditions are narrower than most organizations assume.

When latency and cost constraints are extreme. A large API-based model costs more per token and takes longer per inference than a smaller custom model. If your application processes millions of requests per day and each request must complete within a tight latency budget, the cost and latency of a large general-purpose model may be prohibitive. In this case, training or distilling a smaller model for the specific task can produce significant cost savings and latency improvements. This is the strongest case for custom models, and it applies primarily to high-volume, low-complexity tasks like classification and extraction.

When the domain has specialized vocabulary and reasoning patterns that base models handle poorly. Some domains — protein structure prediction, chip design optimization, certain areas of mathematical reasoning — have patterns that are sufficiently different from general language that base models underperform. In these cases, domain-specific pre-training (not just fine-tuning) can produce meaningfully better results. These domains are the exception, not the rule.

When data privacy constraints preclude sending data to external APIs. Some organizations — defense contractors, certain healthcare providers, financial institutions with strict compliance requirements — cannot send their data to external model providers. For these organizations, running a custom model on-premises is not a preference but a requirement. This constraint justifies the investment in custom models, though the organization should still evaluate whether a smaller, cheaper custom model meets their needs before committing to training a large one.

When you are building a product where the model is the product. If your company’s core value proposition is a model that performs a specific task better than any available alternative — like AlphaFold for protein structure — then building a custom model is the entire point. This is a very small number of companies, and they are not the ones I am advising to reconsider.

The cost reality

The organizations I see building custom LLMs consistently underestimate the total cost. The training compute is visible and budgeted. The less visible costs are often larger.

Evaluation. How do you know your fine-tuned model is better than the base model? You need evaluation benchmarks, evaluation infrastructure, and evaluation expertise. Building a rigorous evaluation framework is a significant engineering project that is rarely included in the fine-tuning budget.

Ongoing maintenance. A fine-tuned model is not a one-time investment. As the base model improves — which it does every few months — the fine-tuned model may become obsolete. Re-fine-tuning on a new base model is another training run, another evaluation cycle, and another deployment.

Opportunity cost. The engineering time spent on fine-tuning is engineering time not spent on the applications that use the model. In my experience, the application layer — the retrieval system, the prompt engineering, the output validation, the user interface — has more impact on the end-user experience than the model layer. Investing in the model at the expense of the application is optimizing the wrong layer.

The decision framework

Before investing in a custom model, answer three questions.

Can your use case be handled by a general-purpose model with retrieval-augmented generation? If yes, use RAG. It is cheaper, faster to iterate, and easier to maintain.

If RAG is insufficient, can your use case be handled by fine-tuning a smaller model (under 13 billion parameters) on a targeted dataset? If yes, fine-tune the small model. It is cheaper than fine-tuning a large model, easier to deploy, and sufficient for most domain-specific tasks.

If neither RAG nor small-model fine-tuning is sufficient, evaluate whether the task’s complexity justifies the cost of training or fine-tuning a large model. This evaluation should include the full lifecycle cost: training, evaluation, deployment, monitoring, and retraining. If the full lifecycle cost is justified by the business value the model produces, proceed. If it is not, redesign the task to be simpler.

The contrarian position is this: most organizations building custom LLMs are doing so because it feels like the ambitious choice. It feels like innovation. Building a better RAG pipeline on top of an existing model feels incremental by comparison. But the incremental approach ships faster, costs less, and often produces better outcomes for the end user. Ambition should be measured by outcomes, not by the impressiveness of the approach.

Shipping a production AI system?

Find the control gaps before they turn into incidents. Take the AI Production Scorecard for a fast baseline across the seven layers, or book an architecture review and we will turn it into a hardening plan.

Similar Articles

Why most AI transformations fail (it's not the technology)
Why most AI transformations fail (it's not the technology)
20 Apr, 2026 | 04 Mins read

The CTO of a mid-size financial services firm told me they had spent $4 million on AI tooling in eighteen months. They had three large language model providers under contract, a vector database cluste

The case for AI skepticism in your data strategy
The case for AI skepticism in your data strategy
27 Apr, 2026 | 04 Mins read

I was in a strategy session where a VP of Data told the room that generative AI would "eliminate the need for data analysts within two years." The room nodded. Budget was reallocated. Three analyst po

Building a data-driven culture: lessons from 50 engagements
Building a data-driven culture: lessons from 50 engagements
13 May, 2026 | 05 Mins read

The phrase "data-driven culture" has been emptied of meaning by overuse. It appears in every strategy deck, every job posting, every conference talk. Everyone claims to want it. Almost no one can desc

What we can learn from the DevOps revolution applied to AI
What we can learn from the DevOps revolution applied to AI
04 May, 2026 | 04 Mins read

In 2009, deploying software to production was an event. It involved a change request, a maintenance window, a runbook, and a prayer. Developers wrote code, then threw it over the wall to operations, w

The ethics of training on copyrighted data — a nuanced take
The ethics of training on copyrighted data — a nuanced take
18 May, 2026 | 05 Mins read

The legal system has not caught up with the practice of training AI models on copyrighted data, and the people building AI systems are not waiting for it. Models trained on books, articles, code repos

Why your AI team needs philosophers, not just engineers
Why your AI team needs philosophers, not just engineers
25 May, 2026 | 05 Mins read

A hiring manager at a large tech company told me they had four hundred engineers working on their AI platform and zero people with training in philosophy, ethics, or the social sciences. When I asked

The great model commoditization: what happens when everyone has GPT-5
The great model commoditization: what happens when everyone has GPT-5
30 May, 2026 | 03 Mins read

OpenAI shipped GPT-5. Anthropic shipped Claude 4. Google shipped Gemini Ultra 2. Within six weeks of each other, the three leading model providers released frontier models that are, by most benchmarks

The paradox of AI automation: more tools, less productivity?
The paradox of AI automation: more tools, less productivity?
01 Jun, 2026 | 05 Mins read

A data engineering team I worked with had adopted six AI-powered tools in twelve months. An automated code reviewer, a data quality scanner, a pipeline orchestrator with intelligent retry, a natural l

Career paths in AI data engineering: 2026 edition
Career paths in AI data engineering: 2026 edition
08 Jun, 2026 | 04 Mins read

Three years ago, "data engineer" was a coherent job title. You built pipelines, managed infrastructure, and moved data from where it was to where it needed to be. The role required SQL, Python, and a

Books every AI leader should read this year
Books every AI leader should read this year
10 Jun, 2026 | 04 Mins read

Most reading lists for AI leaders are assembled by people who sell AI. The lists are full of books about machine learning techniques, deep learning architectures, and the latest framework documentatio

The invisible infrastructure: why data plumbing matters more than models
The invisible infrastructure: why data plumbing matters more than models
15 Jun, 2026 | 05 Mins read

A Fortune 500 company hired a team of twelve machine learning engineers and tasked them with building a predictive maintenance system for their manufacturing floor. The ML team spent four months evalu

Why 'AI engineer' is the fastest-growing job title (and what it means)
Why 'AI engineer' is the fastest-growing job title (and what it means)
17 Jun, 2026 | 04 Mins read

LinkedIn's latest workforce report shows "AI engineer" as the fastest-growing job title for the third consecutive quarter. Job postings containing the title increased 280% year-over-year. The growth r

Open-source sustainability: who pays for the code everyone uses?
Open-source sustainability: who pays for the code everyone uses?
22 Jun, 2026 | 05 Mins read

A critical open-source library used by thousands of companies, including several Fortune 500 firms, is maintained by one person in their spare time. This is not a hypothetical. It is a description of

Why I stopped chasing the latest AI framework
Why I stopped chasing the latest AI framework
29 Jun, 2026 | 04 Mins read

In 2023, I rewrote a data pipeline three times because the framework landscape kept shifting. First it was built on LangChain. Then the team wanted to switch to LlamaIndex because it handled retrieval

The loneliness of being the only data engineer on the team
The loneliness of being the only data engineer on the team
06 Jul, 2026 | 05 Mins read

There is a version of the data engineering career that nobody warns you about. It is not the startup grind or the big-company bureaucracy. It is being the only data engineer on a team of people who do

Technical debt in ML systems: a honest accounting
Technical debt in ML systems: a honest accounting
13 Jul, 2026 | 05 Mins read

Google's 2015 paper "Hidden Technical Debt in Machine Learning Systems" described a problem that has only gotten worse in the decade since. The paper's central observation was that the model itself is

What ancient engineering principles teach us about AI architecture
What ancient engineering principles teach us about AI architecture
20 Jul, 2026 | 05 Mins read

The Pont du Gard in southern France has carried water across the Gardon river valley for two thousand years. It was built without steel reinforcement, without concrete, and without computer-aided stru

The gender gap in AI: what the data actually shows
The gender gap in AI: what the data actually shows
29 Jul, 2026 | 05 Mins read

The headline numbers are familiar. Women represent roughly a quarter of AI and data science professionals globally. At senior levels, the proportion drops to the low teens. At the C-suite level of AI-

Why every tech company is now a data company
Why every tech company is now a data company
05 Aug, 2026 | 03 Mins read

Five years ago, "data company" described a specific type of organization: a business whose primary product was data or data services — Snowflake, Databricks, Palantir, Bloomberg. Today, the distinctio

The talent war: what AI engineers actually want in 2026
The talent war: what AI engineers actually want in 2026
08 Aug, 2026 | 03 Mins read

The market for AI engineers is the tightest it has been since the deep learning boom of 2017. Demand has grown 280% year-over-year for the "AI engineer" title, and the supply of experienced practition

2025 Year-in-Review & 2026 Trends in Data & AI Architecture
2025 Year-in-Review & 2026 Trends in Data & AI Architecture
19 Dec, 2025 | 03 Mins read

2025 was the year AI moved from experimentation to industrialization. While 2024 saw the explosion of generative AI capabilities, 2025 was about making those capabilities production-ready, cost-effect

The AI Operating System: Why Companies Need an AI Foundation Layer
The AI Operating System: Why Companies Need an AI Foundation Layer
05 Jan, 2026 | 16 Mins read

A financial services firm spent eight months building an AI-powered document analysis system. When it came time to deploy, they discovered their retrieval system had no governance layer, their agent h

AI Enablement Programs: Building Organizational Capability, Not Just Technology
AI Enablement Programs: Building Organizational Capability, Not Just Technology
19 Mar, 2026 | 11 Mins read

A technology company built an impressive AI platform. They had GPU clusters, fine-tuning pipelines, evaluation frameworks, and a growing model registry. They opened access to any team that wanted to u

Building an AI Center of Excellence: Structure, Mandate, and Success Metrics
Building an AI Center of Excellence: Structure, Mandate, and Success Metrics
05 Jul, 2026 | 11 Mins read

Most organizations have attempted some form of AI initiative. Some succeeded and delivered measurable business value. Many failed and produced results that were technically interesting but did not mov