01 / ARCHITECTURE
Model choice is commoditising, and routing is the new lever
The consolidation of AI tooling around open standards—most visibly the Model Context Protocol moving to the Linux Foundation's Agentic AI Foundation with backing from every major vendor—reflects a market where interoperability now matters more than exclusive model capability.
What changed
Two years ago the choice of model largely determined what was possible. Today, for classification, extraction, summarisation and most generation work, several providers deliver comparable quality at meaningfully different price and latency points. The differentiator has shifted to whether an application can use the right model per task and switch when the market moves.
Why it matters commercially
Architecting against a single provider is now a commercial risk rather than a simplification. A thin abstraction with a task-based routing policy costs little to build up front, cuts running cost immediately by sending cheap work to cheap models, and protects you when pricing or capability shifts—which it does every few months.
What we do about it
- Put a provider abstraction between your application and any model API
- Route by task type, sending simple work to smaller and faster models
- Benchmark two or three providers on your own evaluation set, not on public leaderboards
- Implement provider fallback so an API outage degrades rather than breaks the feature
- Re-benchmark quarterly, because relative price and capability move quickly
Summary signals
- Capability gaps on routine business tasks have narrowed
- Task-based routing cuts cost without cutting quality
- Provider abstraction is now a resilience requirement