Skip to content

    AI cost engineering

    Cut your AI costs without cutting what your customers get.

    We are an AI cost engineering firm for companies running large language models in production. We find where the money goes, ship the savings that cannot affect quality first, and prove the ones that can — before a customer ever sees them.

    Everything is judged on one number: cost per successful task. Not cost per token — because a cheaper answer that causes a retry, an escalation or a lost customer is not a saving, and a per-token dashboard will tell you it was.

    Fixed-fee, two-week audit. Credited in full against implementation work. UK-based, Azure-native.

    How cost per successful task is measuredModel calls flow through a gateway which records tokens, model and price. The application separately records whether the customer task succeeded. Both write to a ledger keyed on the same task ID, and the ledger produces cost per successful task.THE CALL PATHYour appmakes model callsGatewayroutes · caches · capsModel providerAzure · OpenAI · othersTHE OUTCOME PATHWas the customer served?resolved · captured · acceptedLEDGERjoined ontask IDcost ÷ successescost persuccessfultaskthe only numberthat decidestokens · model · price · retriessuccess · failure · escalation
    The gateway knows what every call cost and cannot see whether the customer was served. The application knows whether the customer was served and cannot see the cost. Neither can flatter the ratio on its own — which is what makes it worth arguing in front of.

    The problem

    Your invoice tells you the total. It does not tell you the truth.

    Almost every team we speak to can read their AI bill and almost none can explain it. The provider dashboard groups spend by model and by day. Your business runs on features, customers and outcomes. Nothing in the default reporting connects the two, so the conversation stalls at “it went up again”.

    That gap is expensive in a specific way. It makes the cheapest-looking change the most attractive one. Moving a workload to a smaller model looks like an instant saving per call — right up until the retry rate doubles, support volume rises, and the same task now takes three calls instead of one. Every one of those extra calls is a perfectly ordinary, correctly-priced, successful API request. Nothing in a per-token view catches it.

    The fix is not a better dashboard. It is a better denominator.

    What you see

    Cost per token

    Measures your infrastructure. Falls whenever you switch to a smaller model, regardless of whether the answer worked. Cannot see quality at all.

    What is hidden

    The cost of failure

    Retries, rejected outputs, abandoned sessions and escalations are all billed and all look like successes to the provider. In most estates this is the first genuinely uncomfortable number an audit produces.

    What decides

    Cost per successful task

    All variable AI cost, failures included, divided by the customer tasks actually completed. Denominated in units of business, so it survives a conversation with a CFO.

    The method

    Free savings first. Judgement calls last. In that order, deliberately.

    There are roughly a dozen levers in an AI bill. Most advice starts with the one that carries the most quality risk. We work in strictly increasing order of risk, which means the engagement pays for itself before anybody has to spend political capital on a trade-off.

    Group oneNo quality risk

    Changes that cannot alter your output

    Prompt caching, batch endpoints, request deduplication and output discipline. The model receives exactly the same instruction and returns exactly the same class of answer — only the billing changes. No evaluation harness required, no product sign-off, no risk conversation.

    • Reorder prompts so the stable prefix is cacheable
    • Move latency-insensitive work to batch endpoints
    • Deduplicate identical calls and fix double-billed retries
    • Stop generating output that is truncated or discarded
    Group twoMeasurable risk

    Changes you can measure your way through

    Retrieval trimming, conversation history strategy, calls per task and retry hygiene. These change what the model sees, so we validate each one against a golden dataset built from your own traffic. The decision becomes empirical rather than political.

    • Trim retrieved context to where accuracy stops improving
    • Replace quadratic history resends with summaries and windows
    • Collapse multi-call chains that do not earn the extra call
    • Make silent retries visible, then make them unnecessary
    Group threeReal trade-offs

    Changes that need a judgement

    Model routing, prompt reduction, distillation and capacity commitments. The biggest numbers live here and so does all of the risk, which is why they come last — after the golden sets exist and after the free savings have already paid for the work.

    • Route each task class to the cheapest model that passes
    • Cut inert instructions out of prompts that are billed every call
    • Consider distillation for narrow, high-volume tasks
    • Size capacity commitments against measured demand

    The full playbook is written up, free and in detail, in how to reduce LLM API costs. We would rather you tried it yourself than hired us for something you could ship in a fortnight.

    Services

    Six engagements. Every one of them starts with a measurement.

    Most clients begin with the audit and take the implementation work in phases they approve one at a time. Nothing here requires the next thing to be bought.

    How we work

    Four steps, and you can stop after any of them.

    01

    Measure

    Two weeks. We trace every model call and join it to whether the customer's task actually succeeded. You get a cost per successful task per journey, and a waste inventory.

    02

    Bank the free savings

    The output-identical work ships first — caching, batching, deduplication. It cannot change your product, so it does not need anyone's permission, and it usually covers the cost of the audit.

    03

    Prove the trades

    Golden datasets from your traffic, candidates replayed in shadow, quality scored before a customer sees anything. The routing decision stops being an opinion.

    04

    Gate it, then keep it

    An evaluation gate in CI blocks regressions, budgets cap runaway spend, and the unit economics stay on a dashboard. Savings that are not defended decay within two quarters.

    How we operate

    Three commitments that make the advice worth taking.

    No provider incentives

    We have no reseller relationships and take no commission from any model provider or cloud. A recommendation to move traffic off a product costs us nothing to make.

    Your cloud, your keys, your data

    Everything we build is deployed into your subscription. Prompts and completions stay inside your network boundary. There is no Rise10x-hosted middleman holding your traffic.

    Numbers reconciled, not estimated

    List prices change constantly and negotiated rates differ. Every projection is reconciled against your actual invoice before it is reported to anyone, including by us.

    Rise10x runs its own products on this stack — a LiteLLM gateway on Azure Container Apps as the single AI egress point, cost telemetry joined on a task ID, and an evaluation gate in CI. The tooling we bring is the tooling we operate. More about how we got here.

    Guides

    The whole playbook, published.

    None of this is proprietary. The value we add is doing it accurately on your traffic, in two weeks, with the measurement infrastructure left behind — not knowing something you cannot read.

    FAQ

    Questions we get asked before the first call

    What does an AI cost optimisation consultancy actually do?

    Three things, in order. It measures — instrumenting your model calls and joining them to whether the customer's task succeeded, so cost can be attributed to features and outcomes rather than to models and days. It reduces — shipping the output-identical savings first, then proving the quality trade-offs against golden datasets before anything reaches a customer. And it defends — leaving budgets, evaluation gates and unit economics in place so the saving does not decay.

    How much can we expect to save on our LLM costs?

    It depends entirely on how the system was built, and anyone quoting a single percentage without seeing your traces is guessing. Systems that resend full conversation history, send un-cacheable prompts and run one flagship model for everything have a great deal of room. Systems that have already been optimised once have much less. The two-week audit exists to answer this with your numbers rather than an industry average.

    Will cutting AI costs make our product worse?

    Not for the first two thirds of the work. Prompt caching, batch scheduling and deduplication cannot change a single token of your output — they change only how the provider bills the work. Retrieval trimming and history strategy can change output, so they are validated against a fixed dataset. Only model routing involves a genuine trade, and even there the trade is per task class rather than across the board.

    Do you need access to our production systems?

    Less than most teams expect. The audit needs read access to billing and model logs plus a short engineering session to add tracing to the call path. We work inside your cloud account and your network boundary, no customer data needs to leave your environment, and de-identified samples are used for any replay work.

    What size of company is this for?

    Teams spending roughly £3,000 a month or more on model APIs. Below that the arithmetic rarely justifies an engagement and we will tell you so on the first call rather than sell you one — the guides on this site cover the same levers, and most of the early wins are things a competent engineering team can ship themselves.

    Which providers and clouds do you work with?

    Azure OpenAI and Azure AI Foundry are where we are deepest, because that is where our own estate runs. The measurement discipline and the gateway pattern are provider-agnostic and we regularly work across OpenAI, Anthropic and open-weight models served from your own infrastructure.

    Find out what your AI actually costs per completed task.

    Two weeks, a fixed fee, and a ranked savings plan with the quality risk of every move stated up front. If the numbers say an audit is not worth it for you, we will say so on the first call.