The Model Is No Longer the Product: How to Build Defensible AI Applications in 2026
Build defensible AI applications by focusing on data, user experience and workflows rather than the underlying model.
The model isn’t the product: why this Reddit thread is hitting a nerve
A popular Reddit post claims that in 2026 the value in AI isn’t the model, it’s the layer wrapped around it. The author quotes Aravind Srinivas (on 20VC) arguing that “the model is no longer the product”, and describes swapping models frequently with no user impact while relying heavily on everything around them – orchestration, data resolution, validation, and shipping workflows.
The model just generates. It’s interchangeable.
If you’ve been quietly building like this already, you’re not alone. For many teams, the “defensible” part is the glue – the system of record, the trust layer, and the processes users never leave.
Original post: The CEO of a $20B AI company just said the model is no longer the product
Why model swapping is rational in 2026
Models have converged on “good enough” for many tasks. With competitive options and similar behaviour on common benchmarks, teams route to the cheapest model that meets quality and latency targets. When a cheaper or faster model drops, they switch. Users rarely notice.
What teams optimise now:
- Token costs and predictable spend per workflow, not just headline price.
- Latency and throughput for real-time UX and batch jobs.
- Context window fit, tool-use/function-calling reliability, and safety policies.
- Operational stability: SLAs, availability, and deprecation risk.
This is why many builders run multi-model routing: a thin abstraction that lets them test and swap OpenAI, Anthropic, Google, Mistral, or open-source backends without rewriting the app. The model is a component, not the product.
What becomes the product: orchestration, data, and the trust layer
Salesforce is a thousand workflows you get locked into and never leave.
The Reddit author name-checks tools that transform calls into structured records (Buildbetter), resolve contacts via a data waterfall (Fullenrich), and validate agent-written code on real hardware before shipping (Askui). Whether or not you use those vendors, the pattern is clear: the durable value is the layer that makes the model safe, useful, and embedded in daily work.
The orchestration layer
This is everything that wraps the model:
- Routing across models based on cost/quality policies.
- Prompt and tool libraries; retrieval-augmented generation (RAG) with your content.
- State handling, memory, and workflow graphs spanning multiple steps and tools.
- Observability: traces, costs, latencies, and error analytics.
The data you pile up
Your private corpus, usage events, feedback, and human-reviewed outputs become the moat. They power better RAG indexes, fine-tuning, and bespoke evaluation (eval) sets. Over time, this dataset anchors the system of record – the place your team trusts for source-of-truth answers.
The trust and compliance layer
Guardrails, PII redaction, role-based access control, policy enforcement, and audit trails. This is what lets you ship to production in regulated settings and sleep at night.
Implications for UK organisations: compliance, cost, and lock-in
For UK builders, the “model-agnostic, orchestration-first” approach lines up with UK GDPR and the Data Protection Act 2018 obligations: minimise data sharing, log decisions, and keep export paths if vendors change. Pay attention to:
- Data residency and cross-border transfers. Ensure DPAs and SCCs are in place if using US-based providers. Ask whether prompts and outputs are used for training.
- Auditability. Keep an evaluation harness and human-in-the-loop review for sensitive outputs.
- Procurement resilience. Avoid a single-lab dependency; have a tested failover model.
- Cost control. Track cost per workflow, use caching, and stream outputs to improve UX without burning tokens.
- Sustainability. Model choice affects energy and water use; see my explainer on AI, data centres, and water cycles.
Who captures the margin: labs or apps?
The Reddit post argues that value accrues to the boring glue – the workflow that becomes the system of record – not the lab selling access to the latest model. In practice:
- Labs capture infrastructure margin (compute, foundation model IP) and may integrate upwards with agents and tooling.
- Applications capture workflow margin if they own the data flywheel, distribution, and compliance envelope.
- Winners likely blend both: vendor-agnostic orchestration plus deep domain data and trust features users won’t abandon.
If your app can switch models by Friday but your customers can’t switch away from your workflow by quarter-end, you own the relationship – and likely the margin.
A practical playbook for building defensible AI applications now
- Start vendor-neutral. Use an adapter that supports multiple providers. Keep prompts, tools, and RAG separate from model clients.
- Instrument everything. Track per-step cost, latency, and failure modes. Maintain golden evaluation sets and regression tests.
- Build the trust layer early. PII detection/redaction, safety filters, content policies, and audit logs are not optional in production.
- Own your data. Treat embeddings, feedback, and human-reviewed outputs as strategic assets. Maintain clean schemas and export paths.
- Close the loop. Collect user feedback, apply human-in-the-loop review for high-risk actions, and retrain or refine prompts using real errors.
- Plan for swap-outs. Document a runbook to replace any model or vendor in days. Test it quarterly.
- Optimise cost and UX. Use response streaming, caching, and function calling/tool use to cut tokens without hurting quality.
- Contracts and compliance. Demand no-training-by-default clauses, uptime SLAs, and clear data handling terms. Align with UK GDPR and sector guidance.
Risks and trade-offs to watch
- Glue lock-in. Your own orchestration can become technical debt. Keep components modular and exportable.
- Complexity creep. Multi-model routing, RAG, and guardrails add moving parts. Invest in observability from day one.
- Evaluation blind spots. Benchmarks don’t capture your edge cases. Build task-specific evals with real data.
- Third-party dependencies. If you rely on services like data enrichment or UI automation, maintain alternatives and data export.
- Ethics and bias. Your “system of record” can encode bias. Monitor for skew and provide user recourse.
Bottom line
The Reddit author’s experience mirrors what I’m hearing across the UK: switch models as needed, but never lose the workflow users depend on. In 2026, defensibility looks like orchestration, data, and trust – the boring glue that turns a clever model into a reliable system of record.
If you’re building, focus on vendor-neutral architecture, measurable quality, and rigorous compliance. The smartest model might win the leaderboard this week, but the stickiest workflow tends to win the market.
Useful references: pricing and policies for OpenAI and Anthropic.
Related
Keep reading
AI
AI agent costs could rise fivefold by 2028 - what UK businesses should do now
AI agents can be useful, but Gartner's forecast suggests each completed agentic workflow may become much more expensive by 2028. UK businesses should treat this as a budgeting, governance and product design issue, not a
JoshuaAugust 23, 2026
AI
Wormable Robot Vulnerability Raises Fleet Security Concerns
A reported wormable remote-code vulnerability in Unitree robots is a useful warning for UK homes, labs and businesses: connected robots need patching, isolation and procurement scrutiny like any other cyber-physical risk
JoshuaAugust 23, 2026
AI
Did Amazon destroy rare books for AI training? What the AirTag investigation means for authors and publishers
A reported AirTag investigation into a rare book shipment has reignited concerns about how AI training data is sourced, whether authors can meaningfully consent, and why provenance now matters for publishers, booksellers
JoshuaAugust 23, 2026
Tagged
Last updated
Category
aiLikes
Star Rating
No ratings yet
Comments
No comments yet - start the conversation.