Why Vertical AI is Just 1990s Software in a New Wrapper
General-purpose LLMs are impressive, but they often fail the "professional grade" test when you drop them into a high-stakes legal or medical environment. This is why we're seeing an explosion of Model-as-a-Service (MaaS) providers who don't try to do everything—they just do one narrow thing exceptionally well. If you look at the current landscape, we're essentially seeing a return to the 1990s software model where you bought a specific tool for a specific job, only now that tool is a fine-tuned weight matrix.
The mechanics of the Vertical AI shift
The core of the MaaS business is simple: take a base model, feed it a massive amount of proprietary domain data, and sell access via a subscription or API. We see this playing out in a few key sectors:
- Legal Tech: Tools like Harvey or Casetext that understand the nuance of case law far better than a vanilla GPT-4.
- Medical AI: Systems designed for clinical diagnostics where "hallucinations" aren't just annoying—they're dangerous.
- Development: Tools like Cursor or GitHub Copilot that are optimized for the specific syntax and structural logic of code.
The Generalist vs. Specialist Tension
There is a loud debate right now about whether these vertical players are just a temporary bridge. The "Generalist" camp argues that as frontier models get smarter, they'll naturally subsume these niche tools. Why pay for a legal AI when the next version of a general LLM can pass the Bar exam with 99% accuracy?
The "Specialist" camp argues that domain-specific nuance—the kind found in private, non-public datasets—will always create a moat.
Personally, I think the "bubble" talk is overblown. We aren't heading toward a total monopoly by one or two generalist models, nor are we heading toward infinite fragmentation. We're moving toward a hybrid AI workflow. You use a generalist for brainstorming and a specialist for the final, high-precision execution.
How to choose your stack
If you're building a workflow or choosing a tool, the decision isn't about which model is "better" in a vacuum, but about the cost of error.
- Low cost of error: Use a generalist. It's cheaper, faster, and more flexible.
- High cost of error: Go for a specialist. The higher subscription fee is essentially an insurance policy for accuracy.
All Replies (4)
Want a live back-and-forth? Join the global AI chat room — login to talk.
RAG feels mandatory for production stability. Is there any way to avoid it for vertical AI?
Custom workflows are the only way to make AI output usable for specialists. Right?
Is fine-tuning on niche datasets even effective, or is it just a prompting trick?
Prompting is a start, but does fine-tuning actually handle the domain-specific nuance better?