Every week, we speak to enterprise teams who have earmarked a budget for 'AI'. Some have already spent it — on a GPT-4 API contract, a vector database they barely use, and a proof-of-concept that impressed leadership but never made it to production. Sound familiar?
The problem isn't the technology. The problem is that most teams approach AI integration the wrong way around: they start with the model, not the problem. This article is the framework we apply at the start of every AI engagement to ensure the investment actually compounds.
Start with the problem, not the model
Before we write a single line of code, we run what we call a 'value mapping' exercise. We sit with the team and ask: where does a human currently spend significant time on a task that is: (a) repetitive, (b) well-defined, and (c) high-volume?
The answers are almost always more mundane than 'build us a chatbot'. They're things like: 'our support team manually categorises 800 tickets a day', or 'our analysts spend 4 hours each morning summarising overnight reports from 12 different sources', or 'our procurement team checks supplier invoices against contracts line by line'.
These are the problems worth solving. They have clear before/after metrics, they're bounded enough to test quickly, and the ROI is measurable within weeks — not quarters.
The three-tier AI stack — match complexity to cost
Not every AI problem needs a frontier model. We use a three-tier framework:
- Tier 1 — Classification and routing: Fine-tuned smaller models (or even traditional ML) for high-volume, low-complexity tasks. Ticket categorisation, intent detection, document routing. Cost: fractions of a rupee per 1,000 operations.
- Tier 2 — Reasoning and extraction: Mid-size LLMs (Claude Haiku, GPT-4o-mini) for tasks requiring understanding of context — summarisation, structured data extraction from unstructured text, draft generation with templates. Cost: ₹1-5 per 1,000 operations.
- Tier 3 — Complex judgment: Frontier models (Claude Sonnet/Opus, GPT-4o) only for tasks that genuinely require multi-step reasoning, nuanced judgment, or creative output. Cost: ₹20-100 per 1,000 operations.
The hidden cost: prompt engineering debt
The most underestimated cost in any LLM project is not the API fees — it's the time spent maintaining prompts. A prompt is code. It needs versioning, testing, and a deployment process. Teams that treat prompts as informal strings in a config file end up with a system that drifts unpredictably as the model provider updates their models.
We enforce prompt versioning from day one: prompts live in a repository alongside their test cases (inputs + expected outputs), and any change to a prompt runs the full test suite before deployment. This adds a few hours of setup on week one and saves dozens of hours of debugging over the project lifetime.
Measure twice, ship once
Every AI feature we build has a metrics contract before it goes to production: a precision/recall threshold below which the feature auto-degrades to human review, a latency SLA, and a cost-per-operation budget. If any of these drift out of bounds, the system pages the team.
This sounds like overhead. It is — about 2 extra days of work per feature. But it's the difference between a feature that gets quietly disabled after 3 months because 'the AI keeps getting it wrong' and one that becomes part of the team's daily workflow.
The companies doing AI integration well in 2026 aren't the ones with the biggest models or the largest budgets. They're the ones treating AI features with the same engineering discipline they apply to everything else.
Want expert help with AI & Automation?
Tell us about your project — we reply within one business day.
Start a conversationMore articles


