What drives the cost of an AI implementation?
Data access is the largest and most underestimated driver. If the data a use case needs is spread across systems with no clean interface, most of the engagement is integration work rather than AI work. Teams with a usable data layer routinely ship the same use case in half the time.
Integration surface is the second driver. A system that reads from one source and writes to one destination is straightforward. A system that must sit inside an existing workflow, respect permissions, and write back to systems of record is a much larger build.
Compliance scope is the third. HIPAA, PCI-DSS and internal model-risk frameworks add PII handling, audit logging, review cycles and documentation. This is real work and should be budgeted, not discovered late.
Model choice matters least. Frontier model pricing has fallen consistently, and most production systems route between models by task. Choosing the right model saves money at runtime; it rarely changes the shape of the build.
