AI · Cost

How much does AI automation cost?

An AI system has two prices, and most quotes only name one. There is what it costs to build, and there is what it costs every month afterwards to keep answering. The second is what separates a budget that produces a demo from a budget that produces something you can leave running.

01 · TWO BILLS

Build cost and running cost

Conventional software is mostly a build cost. Once it is written, running it is cheap and predictable, and hosting is a rounding error against the engineering. AI systems break that assumption, and budgets written on the old assumption go wrong in the same place every time.

Every answer an AI system produces costs something. The model call is metered. The documents have to be embedded into a searchable form and stored that way, which grows with the corpus and again whenever it is reprocessed. The retrieval layer has to stay online for anybody to ask anything. None of that is covered by a fixed build price, and none of it stops when the project is delivered.

This is first-hand rather than theoretical. HDS runs its own multi-agent platform for delivery, with persistent memory and audit-grade logging of every action, and that platform carries a monthly bill of exactly this shape. Routing model traffic through a gateway rather than calling providers directly is one of the practical consequences: it keeps model choice a configuration decision instead of a rewrite, which matters when the cheapest adequate option changes every few months.

02 · DRIVERS

What moves the number

Corpus size and condition. How much material the system has to search, and what state it is in, sets both the build and the running cost. A corpus that is already well organised is a fundamentally smaller job than one assembled from years of mailboxes.

For scale, the shipped retrieval engagement on the work page began here. Case-relevant correspondence buried in 17,000+ emails across attorneys. Finding the right thread meant searching mailboxes by hand.

The accuracy bar. How wrong the system is allowed to be, and how often, is a budget decision disguised as a technical one. Moving retrieval from usually right to reliably right is not a setting; it is evaluation, reranking, and iteration against real queries, and it is frequently the largest single line in a serious build.

Review and audit requirements. A system whose output somebody has to defend later costs more than one whose output is merely convenient. Controlled retention, access logging that holds up to inspection, and gates that put a person between the decision and the action are ordinary requirements in regulated and professional-services work, and they are far cheaper designed in than retrofitted.

03 · THRESHOLD

A demo budget and a production budget

A demo has to work once, in front of you, on an example somebody chose. That is a genuinely small piece of work, and the low prices in this market are usually quoting it honestly. The gap is not that the demo is a trick; it is that almost none of what makes a system survive production is visible in one.

What the extra spend buys is specific. Retrieval that cites its sources, so an answer can be opened and checked rather than believed. Gates that separate the step that decides from the step that acts, with a person on the ones that matter. Logging good enough to reconstruct what the system did and why, months later, for somebody who was not there. And the evaluation work that establishes the thing is right often enough to be left alone in the first place.

Those are the parts nobody demos, and they are most of the engineering. The full practice, including where the honest limit sits and when keeping a human in the loop is the correct design rather than a compromise, is on AI and autonomous systems.

04 · REGION

Clarksville, Nashville, and Middle Tennessee

Pricing does not change by city. HDS works from Clarksville across Middle Tennessee including Nashville and Montgomery County, and delivery is remote-first, which for this category is close to irrelevant to the work itself: a retrieval system is built against a corpus and a tenant rather than against a building.

Local proximity is worth something at the start, when the question is what to point the system at and which task is actually costing people hours. Regional detail sits on AI automation in Nashville, and if the mechanism itself is the open question, there is a plain explanation of how retrieval over private documents works.

AI cost questions

Why does this page not give a price range?

Because the two AI projects that sound most alike in a sentence are often the two furthest apart in practice. The size and state of the corpus, the accuracy the use case demands, and how much review and audit have to sit around the output move the number more than the feature list does. A scoping conversation gets you a real figure for a real first phase.

What does the monthly bill actually consist of?

Inference, which is what you pay each time a model is called. Storage and the embedding of your documents into a searchable form, which grows with the corpus. And the retrieval layer that has to stay online for anyone to ask anything. A quote covering only the build is quoting one of two numbers you need.

Is a cheap pilot a sensible way to start?

A pilot is a good way to answer whether the task is doable at all, and a bad way to estimate what production costs. A demo is allowed to be wrong sometimes because a person is watching. The moment nobody is watching, the citations, the review gates, and the logging stop being polish and become the majority of the engineering.

Does the running cost fall over time?

Across the systems we run, per-call model pricing has fallen rather than risen, and routing through a gateway rather than calling a provider directly means switching to a cheaper model is a configuration change rather than a rewrite. Your usage tends to grow at the same time, though, so the honest planning assumption is a real ongoing line item rather than a cost that disappears.

What is the cheapest useful thing to build first?

Usually retrieval over a corpus people are already searching by hand. The value is easy to see, the failure mode is visible rather than silent because every answer carries a citation somebody can open, and it establishes whether the data is in good enough shape for anything more ambitious.

Name the task people are losing hours to, and get a real number.

Start with a free scoping conversation with Mike Hyams, the person who builds and supports the work.