Andrew Crossley
AI PRODUCT · UK

AI product consultant UK

An AI product consultant in the UK helps a company decide which parts of its product should use AI, designs those features so they behave predictably for real users, and puts the evaluation and cost controls in place that keep them working after launch. The work is product judgement applied to a probabilistic technology — scoping, evaluation design, failure handling and unit economics — not model training or infrastructure engineering.

WHO THIS IS FOR

The failure patterns I get called in for

  • The AI feature demos perfectly and breaks the first time a real customer phrases something differently.
  • Nobody can say whether the model output is getting better or worse between releases, because there is no eval set.
  • Your inference bill is growing faster than the revenue attached to the feature.
  • The board wants an AI strategy and engineering wants a spec, and the two documents do not connect.
  • You have shipped a chatbot because everyone shipped a chatbot, and usage is flat.
  • You are choosing between fine-tuning, RAG and prompt engineering and the arguments are being made on vibes.

THE FRAMEWORK

The Crossley Method: idea to first revenue in seven stages

See the full method
  1. STAGE 1DiscoverWeek 1
  2. STAGE 2ValidateWeek 2
  3. STAGE 3PrototypeWeek 3
  4. STAGE 4Build MVPWeeks 3-4
  5. STAGE 5LaunchWeek 5
  6. STAGE 6First RevenueWeek 6
  7. STAGE 7ScaleOngoing

WHAT THE WORK COVERS

How AI product work maps onto the framework

AI does not change what makes a product good. It changes the failure modes, the cost model and the definition of done. Every stage below is the standard stage with the AI-specific work called out.

Discover

Find the tasks in the user's workflow where a fast, reviewable AI result creates more value than the existing manual step. That test removes AI ideas that are impressive in a demo but weak inside the real workflow.

Validate

Build a representative evaluation set before the feature. Use real examples with agreed acceptable behaviour, including awkward cases and situations where the right answer is to refuse or escalate. If you cannot describe what good looks like, the feature is not specified.

Prototype

Start with the simplest architecture that can test the task — usually prompting and retrieval on a hosted model — then measure it against the evaluation set before adding complexity.

Build & Launch

Guardrails, fallbacks, confidence thresholds, human handoff, latency budgets, cost per action, and an interface that sets the right expectations about fallibility.

First Revenue & Scale

Measure unit economics per user, price with real model cost in view, route requests to the least expensive model that meets the quality threshold, and keep evaluation running so quality changes remain visible.

HOW IT RUNS

How an AI product engagement runs

  1. Week 1

    AI product audit

    Every AI feature shipped or planned, assessed on user value, technical risk, cost per action and evaluability. Output is a ranked list including the features that should be stopped, changed or tested before more build spend.

  2. Week 2

    Opportunity mapping

    Workflow-level analysis of where AI genuinely compresses effort for your users, versus where it adds a layer they have to supervise.

  3. Weeks 3-4

    Evaluation and spec

    A written eval set for the priority feature, acceptance thresholds, failure-mode handling, and a spec engineering can build from without guessing.

  4. Weeks 5-8

    Build support

    Working with your engineers through implementation: prompt and retrieval design, model selection, threshold tuning, interface behaviour and instrumentation.

  5. Ongoing

    Quality and cost review

    Review eval scores, cost per successful action and user outcomes on a defined cadence. When a prompt, model or workflow changes, the evidence should show whether quality improved or regressed.

PRICING

AI product consulting pricing

Fixed-scope for the diagnostic work, retainer for anything ongoing. I do not bill hourly — it rewards slowness.

AI product audit

£3,500

One week, fixed scope. Full review of AI features shipped and planned, with a ranked recommendation and a costed opportunity map.

Feature definition sprint

£6,000

Three weeks. Eval set, acceptance criteria, failure handling, model recommendation and a build-ready spec for one priority feature.

Ongoing advisory

£4,000-£8,000/mo

One to two days a week embedded with the team through build and launch, including regular quality and cost review.

Building rather than hiring? Get a number in 60 seconds with the MVP cost calculator.

COMPARISON

AI product consultant vs AI engineering agency

Different problems. If you already know exactly what to build and it is well specified, an agency or engineering team may be the better purchase. If the uncertainty is what should be built and how success should be measured, solve that first.

FactorAI product consultantAI engineering agency
Core question answeredShould this be an AI feature, and what does good look like?How do we implement this specification?
Main deliverableEval sets, specs, roadmap, cost model, product decisionsWorking code and infrastructure
Commercial modelFixed-scope audit or defined monthly advisoryUsually project-priced around implementation scope and team capacity
Works best whenYou have build capacity but need stronger AI product judgementYou have clarity but need implementation capacity
Risk it addressesBuilding the wrong AI feature convincinglyImplementing a defined feature poorly or too slowly
After launchQuality drift, cost creep, pricing, iterationImplementation support depends on the delivery contract

PROOF

AI product evidence

CallFlow AI

An AI product built end to end across problem framing, evaluation design, build and launch. The work makes model choice, failure handling and voice-product reliability concrete rather than theoretical.

Vynl

A live product prototype exploring direct-to-fan music, creator commerce and AI-assisted creation, used to test which product threads have real pull before committing to a broader commercial build.

Co-Ride

Pre-seed community carpooling platform using AI selectively around messy address and operational inputs rather than making AI the visible product. Not every useful AI capability needs to look like AI to the user.

Wocal — reported £2.7M pre-money

Founder and CPO experience building and scaling a SaaS platform to 300+ venues, with a reported £2.7M pre-money valuation. That commercial grounding matters when AI usage has a real marginal cost.

Why AI features fail after the demo

A demo is usually run by someone who already knows how to phrase the request. A product is used by customers who do not. That gap is why an AI feature needs to be tested against real inputs and real failure cases rather than judged by a handful of polished examples.

Traditional software often fails visibly — an error, a blank state, something clearly broken. AI features can fail fluently. The output can look plausible while being wrong, incomplete or unsafe for the decision the user is making.

Designing around that means making fallibility part of the product: show sources where they matter, make correction easy, provide a clear refusal or escalation path, and match the amount of automation to the consequence of being wrong.

Evaluation is the product spec

If a team cannot agree what acceptable output looks like across representative real examples, the AI feature is not specified well enough to ship. The evaluation set turns a subjective discussion about model quality into something that can be measured release by release.

A useful eval set covers the happy path, edge cases and cases where the correct behaviour is to refuse, escalate or admit uncertainty. The exact number of examples depends on the task, the variability of the inputs and the consequence of being wrong.

Once the eval set exists, model selection becomes a measurement instead of an argument. Prompt and retrieval changes can be compared against the same examples, and regressions are easier to spot before customers discover them first.

The unit economics need to be measured in production

AI products have a usage-linked marginal cost that traditional software often does not. The useful number is not the provider's token price in isolation; it is the cost of completing the customer task successfully, including retries, retrieval, model calls and any human review that remains in the workflow.

Measure cost per successful action and cost per active user, then compare those numbers with the value delivered and the price paid. Use real usage distribution rather than designing the business model around a theoretical average user.

Model routing can reduce cost when simpler requests can use a less expensive model without crossing the quality threshold. The saving should be demonstrated against the evaluation set and production usage rather than assumed in advance.

  • Measure cost per successful action in production, not from provider pricing pages alone.
  • Look at heavy-user behaviour as well as the average.
  • Route to a cheaper model only when it still meets the quality threshold.
  • Cache repeated or reusable work where it is safe and correct to do so.
  • Set usage limits or pricing rules before launch if marginal cost can grow materially with usage.

Choosing between prompting, RAG and fine-tuning

If the model lacks current or domain-specific knowledge, test retrieval. If it lacks a behaviour, format or tone, improve the prompt and workflow first. Fine-tuning becomes worth testing when the task is narrow and stable, you have enough representative examples to evaluate it properly, and there is a clear quality, cost or latency reason to add the extra complexity.

The important point is sequence. Start with the simplest approach that can solve the task, measure it against the evaluation set, and only add architecture when the evidence shows what the current approach cannot do.

That makes prompting, retrieval and fine-tuning product decisions with measurable trade-offs rather than technology preferences chosen before the problem is understood.

FREQUENTLY ASKED

AI product consulting questions

What does an AI product consultant do?
An AI product consultant decides which parts of a product should use AI, specifies those features so they behave predictably for real users, and puts evaluation and cost controls in place so they keep working. The work covers opportunity mapping, eval set design, failure-mode handling, model selection guidance and unit economics — not model training or infrastructure engineering.
How much does an AI product consultant cost in the UK?
My current fixed-scope AI product audit is £3,500 for a week. A feature definition sprint including an eval set and build-ready spec is £6,000 over three weeks. Ongoing advisory at one to two days a week is £4,000 to £8,000 per month. Those are my service prices, not an industry-wide benchmark.
Do I need an AI product consultant or an AI engineer?
If you know exactly what to build and need implementation capacity, an engineer or agency is usually the closer fit. If the unresolved questions are which AI use case is worth building, what acceptable quality looks like, how failure should work or whether the economics make sense, that is an AI product problem first.
How do you measure whether an AI feature is working?
Two layers. Model quality against a fixed evaluation set of representative examples, scored when the prompt, model or retrieval changes. And product outcomes such as adoption, task completion, correction rate, time saved, retention and cost per successful task.
Should we use RAG or fine-tuning?
Use retrieval when the model needs knowledge that should be supplied at request time. Improve prompting and workflow when the problem is behaviour or format. Consider fine-tuning when the task is narrow and stable, you have enough representative examples to evaluate it, and there is a measured quality, latency or cost reason to add the complexity.
How do you stop AI costs running away?
Measure cost per successful action and per active user in production, examine heavy-user behaviour, route suitable requests to less expensive models only when they still meet the quality threshold, cache reusable work where appropriate, and design pricing or usage limits around the measured economics.
Can you work with our existing engineering team?
Yes. I work alongside your engineers on product decisions, specs, evaluation sets, thresholds, failure behaviour and instrumentation. The engagement does not replace your technical leadership or assume that product consulting should own production engineering.
How long before we see results?
The fixed-scope audit produces a ranked set of product decisions within one week. Getting a defined feature into production depends on its scope and your team's delivery capacity; the engagement is designed so evaluation and acceptance criteria exist before implementation work expands.

GET IN TOUCH

Tell me about the AI feature that is not landing

What you built, who it is for, and what is going wrong. I reply within 48 hours.

Your details are used only to reply to you and are never sold or shared. See the privacy policy.