A client spent six months and $200K building a custom AI-powered document classification system. Three months after launch, a SaaS vendor released a product that did the same thing for $500/month. The custom system wasn’t better — it was just custom. That’s an expensive lesson in build-vs-buy.

The opposite mistake is equally common. Another client bought an off-the-shelf AI customer support tool that couldn’t handle their domain-specific terminology, didn’t integrate with their proprietary ticketing system, and required so many workarounds that it would have been faster to build something purpose-built.

The framework for getting this right is the same as it’s always been in software — but AI adds a wrinkle: the technology moves so fast that today’s custom advantage becomes tomorrow’s commodity feature.

The Differentiator Test

Ask one question: If a competitor bought the same tool, would they get the same value?

If the answer is yes, buy it. AI-powered code review, generic chatbots, document OCR, meeting transcription, email classification — these are commodity capabilities. Every vendor’s product is good enough, the differences between them are minor, and the value comes from using the tool, not from how the tool was built.

If the answer is no — because the value depends on your proprietary data, your specific domain knowledge, or a unique integration with your systems — that’s a build candidate. A recommendation engine trained on your transaction data. A risk scoring model built on your industry expertise. A customer support system deeply integrated with your proprietary knowledge base and business logic.

The Speed-of-Commoditization Factor

AI capabilities are commoditizing faster than any technology I’ve seen in 20 years. Features that required a dedicated ML team in 2023 are now API calls. Document understanding, image classification, sentiment analysis, text summarization — all commodity APIs.

This means your build-vs-buy calculus needs a time dimension. Even if building gives you an advantage today, how long before a vendor offers the same capability as a feature? If the answer is “probably within a year,” think carefully about whether a 6-month build project makes strategic sense.

The areas where custom-built AI retains durable advantage: applications trained on proprietary data that competitors can’t access, deeply integrated systems that connect multiple internal platforms, and domain-specific models where your operational expertise creates genuinely better outcomes.

The Integration Reality

The hidden cost in buy decisions is integration. AI tools that work beautifully in demos often require significant engineering effort to integrate with your actual systems, data formats, and workflows. I’ve seen “buy” decisions that required 3 months of integration work — at which point you’ve spent enough engineering time to question whether building would have been faster.

Before committing to a buy decision, evaluate: Does the tool have APIs that match your system architecture? Can it access the data it needs without a custom data pipeline? Does it support your authentication and authorization model? Can you monitor its performance and costs through your existing observability stack?

If the answer to most of these is no, your “buy” decision is actually a “buy and build an integration layer” decision. Factor that cost in.

The Hybrid Approach

The pattern I recommend most often: buy the foundation, build the differentiation layer.

Use a commercial LLM (Claude, GPT-4, Gemini) as the reasoning engine — don’t build your own language model. Then build the application layer on top: your proprietary prompts, your data integration, your domain-specific validation, your custom UI, your workflow automation. This gives you the best foundation technology without the cost and expertise required to train models, while letting you invest engineering effort where it creates unique value.

Concretely, this looks like: an API call to Claude or GPT-4 for reasoning, connected to your proprietary data through RAG (retrieval-augmented generation), wrapped in custom business logic that enforces your rules and validates outputs, deployed behind your existing authentication and monitoring infrastructure.

You get 80% of the capability from the bought foundation and invest your engineering time in the 20% that competitors can’t replicate.

The Decision Matrix

Buy: Commodity AI capabilities, tools your team uses but that don’t face customers, capabilities where vendor competition drives rapid improvement, applications where time-to-value matters more than customization.

Build: Customer-facing AI features that define your product experience, applications that require deep integration with proprietary systems, models trained on data that gives you competitive advantage, capabilities where your domain expertise creates meaningfully better outcomes.

Hybrid: Most AI applications in practice. Buy the model, build the application. Buy the platform, build the integration. Buy the commodity features, build the differentiating features.


Related: AI Strategy for Non-Technical CEOs | Fine-Tuning vs. RAG | AI Agents in Production