You get a proposal. It says €20,000. You sign it. Six months later you've spent €55,000 and the system is running, but barely covering its costs.

This happens a lot. Not because the build was expensive — the build was probably right at €20,000. It happens because the build was one component of a larger implementation, and the other components weren't in the proposal. They weren't hidden intentionally; they just weren't in scope, and you didn't know to ask about them.

This is a complete breakdown of what AI implementation actually costs — not what it appears to cost from a proposal.

The quote vs the reality gap

When a software vendor or agency prices an AI project, they're pricing the deliverable they can control: the system they build. That's the right thing to price. But that system doesn't exist in isolation — it sits on top of your data, connects to your existing systems, gets used by your team, and requires maintenance as things change.

The costs that are almost never in a proposal:

  • Data preparation and cleaning
  • Integration work on your existing systems
  • Internal change management and training
  • Ongoing infrastructure and API costs
  • Monitoring, maintenance, and model updates

None of these are optional. All of them are your responsibility unless you negotiate otherwise. Let's break down each one.

Hidden cost 1: Data preparation

Almost every AI system needs training data, labelled examples, or at minimum a clean dataset to work from. If you've been told your data is "ready to use", that deserves scrutiny.

It starts with an audit: someone has to understand what data exists, what format it's in, and how complete it is — and that audit often surfaces problems that change the scope of the project. Then comes the unglamorous part: cleaning duplicates, inconsistent formats, nulls in mandatory fields, and values that look correct but are logically wrong, like a delivery date before an order date. If the system needs labelled examples or historical records imported into its new schema, each of those is a real project on its own.

A reasonable estimate: data preparation adds 20–40% to the build cost on most projects. On projects with messy legacy data or significant labelling requirements, it can exceed the build cost entirely.

Hidden cost 2: Integration

The AI system needs to connect to your existing infrastructure. That means your ERP, your CRM, your legacy database, your email server, your existing workflow tools. Every integration point carries a cost.

First you find out whether the system you're connecting to even has a usable API — some legacy systems have none, or one that hasn't been touched since 2014. Then there's secure authentication and access setup, which has to be built and maintained per integration. The data models rarely line up either: a "vendor" in your system is a "supplier" in theirs, so the fields have to be mapped and documented. On top of that, you build the error and fallback paths for when the other system is down, and you test it all against your production environment — which always has quirks the staging environment didn't.

Integration cost range: €3,000–€15,000 per integration point, depending on the system being connected and the quality of its API. A project with three integration points can add €15,000–€45,000 in integration work that wasn't in the original proposal.

Hidden cost 3: Change management and training

The system is built and deployed. The team hasn't changed how they work. This is the most consistently underestimated cost in AI projects — and the one that determines whether the investment pays off.

Change management for AI implementations includes:

  • Process redesign. Existing processes have to be rebuilt around the new system, not just bolted onto it — otherwise you've added a system without removing any work.
  • Training. How to use it, review exceptions, and read confidence scores. This takes longer than a demo suggests, because real users hit real edge cases.
  • Internal project management. Someone on your team has to own the rollout, gather feedback, and sign off on milestones. Their time is a real cost even if they're already on payroll.
  • Early adoption overhead. Productivity usually dips before it rises while people learn the tool. Budget for the dip.

Hidden cost 4: Infrastructure and API usage

Most AI systems run on cloud infrastructure and call external APIs. These costs recur indefinitely.

What running an AI system typically costs per month:

  • LLM API costs. At current pricing (as of early 2026), GPT-4o runs approximately $5 per million input tokens and $15 per million output tokens. A document processing pipeline handling 10,000 pages per month with average 2,000 tokens per page extracts at roughly €80–150/month in API costs alone at current rates. These rates change; build your ROI model assuming they won't improve.
  • Cloud infrastructure. Hosting, database, storage, compute for async jobs. For a mid-complexity automation system, €150–€500/month in infrastructure is typical depending on volume and redundancy requirements.
  • Monitoring and logging services. Error tracking, log aggregation, alerting. Typically €50–€150/month.
  • Third-party integrations. Some integrations carry their own usage costs — OCR APIs, email delivery, SMS notifications.

Running costs of €300–€800/month for a mid-complexity production system are typical. At the low end of ROI, this changes the payback calculation. Budget for it explicitly.

Hidden cost 5: Maintenance and updates

AI systems require ongoing maintenance in ways traditional software doesn't. The model underneath the system changes. The documents you process change format. The downstream systems you integrate with update their APIs. The business rules the system encodes change as your business changes.

Maintenance work that genuinely occurs in production:

  • Extraction prompt updates. When a supplier changes their invoice format, accuracy drops and the prompt needs fixing — fast (1–4 hours), but do it promptly or you pile up bad records.
  • Validation rule updates. New document types and business rules mean the validation logic has to stay current with reality.
  • Model provider updates. When your provider retires a model version, you migrate — and regression-test against a sample of your documents to confirm accuracy holds.
  • Integration maintenance. Downstream APIs change, tokens expire, and error paths that never fired in year one start firing in year two.

Maintenance budget: plan for 15–25% of the build cost annually. A €20,000 build carries €3,000–€5,000/year in maintenance to keep it accurate and running — not to add features. Add-ons are additional.

A realistic total cost of ownership calculation

For a typical automation project with a €20,000 build quote, a realistic 2-year total cost of ownership might look like:

  • Build: €20,000
  • Data preparation: €5,000–€8,000
  • Integration (2 systems): €8,000–€12,000
  • Internal change management: €3,000–€6,000 (your time)
  • Year 1 infrastructure + API: €5,000–€8,000
  • Year 1 maintenance: €3,000–€5,000
  • Year 2 ongoing costs: €8,000–€13,000

2-year total: €52,000–€72,000 for a system with a €20,000 build quote.

This is not an argument against building it. If the system saves €40,000/year, you've still paid back the total 2-year cost in year one. But the ROI calculation changes significantly when you use the real number, not the build cost.

When AI doesn't pay off

There are specific cases where the total cost of ownership exceeds the realistic savings:

  • Low volume, high variety. At 200 documents a month across 50 types, the manual process costs less than maintaining a production system would.
  • Unstable processes. If the process changes significantly every 3–6 months, maintenance cancels the gains. Automate stable processes first.
  • Missing data foundation. Data that doesn't exist, can't be accessed, or is too dirty to clean doesn't get better when you add AI.
  • Insufficient volume for the investment. As a rule of thumb, below €30,000/year in manual labour the ROI on a full build is marginal once running costs and maintenance are counted — lightweight tools (RPA, workflow automation, no-code) are usually the right answer.

How to get a proposal you can actually trust

When evaluating an AI implementation proposal, five questions worth asking explicitly:

  1. What does data preparation and cleaning add to this scope?
  2. What does each integration point cost and what are the dependencies on our existing systems?
  3. What are the monthly running costs once the system is live?
  4. What does a year of maintenance and updates cost?
  5. What's the total cost of ownership over 2 years, not just the build?

A good implementer will answer these questions directly. A proposal that can't answer them is telling you something about what comes after signing.

Want an estimate that includes the full picture?

We price proposals to include data preparation, integration, and a realistic running cost estimate — not just the build. Tell us what you're trying to automate and we'll give you a number you can actually use.

See how we price Get a full estimate