Every New AI Project Costs Just as Much as the Last. That Is Exactly the Problem.

Augusto Borella Hougaz
July 6th 2026
5 min read
Pattern

Most operators running AI initiatives for a few years share something in common: a collection of projects that worked technically and never reached production. A failure-prediction model that ran well in a notebook and stalled before the fleet saw it. An anomaly detector that shipped on one rig and was never replicated on the next. An RCA tool the engineering team built and quietly stopped using when the data pipelines shifted.

The industry has a shorthand for this: the AI pilot graveyard. The euphemism understates what actually happened. Each of those pilots consumed a full build cycle: data access, integration, model training, deployment wiring. None of it carried forward. When the next project started, it started from zero.

That is not a technology problem. It is a structural one.

Why Pilots Die Between “It Worked” and “We Scaled It”

The causes are consistent across operators and vendors. Most pilots begin the wrong way round: a technology looking for a problem rather than a problem looking for the right method. That mismatch surfaces only after the build is complete, usually at the moment the team tries to generalize from the test asset to the fleet.

The data trap arrives next. A failure-prediction model for equipment that fails once every five years, across a fleet of twenty, produces twenty training examples in five years. No statistically relevant model gets built on twenty data points. The model worked in the demo because the demo was not the fleet.

Even when the method was right and the data adequate, a third failure mode now kills more pilots than the first two. A model that performs in a notebook has no path to the fleet without the operational infrastructure to sustain it: deployment, version control, drift monitoring, retraining, and rollback. Without that Machine Learning Operations (MLOps) fabric, the model degrades the moment conditions change, no one owns its lifecycle, and every retraining is a manual one-off project. The pilot never leaves the bench.

There is a fourth trap, specific to generative AI. Large language models are excellent at interpreting text and largely useless at reasoning over raw sensor time-series. Without a layer that translates live sensor data into context the model can actually read (what the asset is doing, what state it is in, what just changed), even a well-designed model will hallucinate rather than interpret. That contextualization requirement was already necessary for traditional ML. For GenAI, it is the whole prerequisite.

Why Each Standalone Project Compounds the Problem

Andrew Ng observed in his Stanford GSB 2023 lecture on opportunities in AI that the economics of deployment favor general-purpose platforms over point solutions. Every project built from scratch pays the same overhead regardless of its payoff: data access, integration, contextualization, deployment. When that overhead is fixed and high, only the largest use cases justify the spend. The long tail of applications, each valuable but not blockbuster valuable, never gets built.

Oil and gas is an extreme version of that long tail. The industry does not have ten AI problems worth solving; it has thousands of specific ones: stuck-pipe prediction on one stuck mechanism type, Electric Submersible Pump (ESP) failure detection on one lift method, choke optimization on one field. Each requires the same plumbing: connect to the source, normalize tags across vendors, align timestamps, contextualize against the asset, wire the output into a workflow people trust. That plumbing is roughly 80% of the work on any of these projects. It is also the part that rarely appears on a slide.

Each isolated project pays the full 80% and delivers a model that lives in its own system, surfaces alerts in its own panel, and asks operators to maintain attention across yet another interface. The model adds to the load rather than reducing it. The next project that starts faces the same integration overhead as the first, even though the organization has already done this once. The cost per use case never falls. The operator's screen only gets more crowded.

What Reusable AI Capability Actually Means

The instinct is to think the reusable thing is the model. It is not. Models are the cheapest part and the least portable: an anomaly detector tuned for drilling will not predict ESP failures without a complete rebuild. What compounds is everything underneath: the foundation that turns raw, multi-vendor sensor feeds into clean, contextualized, real-time streams, and the MLOps machinery that gets models into production and keeps them there.

Stand up the first use case (real-time anomaly detection on a drilling rig) and the work falls into two unequal piles. The model and its specific logic is the smaller one. The larger is the foundation: connectivity to live rig feeds, a canonical data model that maps every vendor's idiosyncratic tag names to standard channels with reconciled units and aligned timestamps, real-time stream processing for derived signals, an MLOps fabric for deployment and monitoring, and a workflow surface that puts the result in front of the right person. That foundation is roughly 80% of the project.

The second use case (stuck-pipe risk on the same rig) inherits almost all of it. Connectivity is done. The canonical channels are trusted. The MLOps fabric is running, so the new model deploys through machinery that already exists rather than getting rebuilt from scratch. The new use case adds its own logic plus, perhaps, a few new signals, which join the shared library for every project that follows. The third use case, on a new rig, shows the second axis of compounding: because the connectors and canonical mappings were built as templates, onboarding a new asset is configuration, not engineering. The moment that rig connects, every use case in the portfolio becomes available on it at once.

There is a subtler form of reuse that matters even more. The context one model produces becomes context for the next. Stuck-pipe detection generates indicators tied to the probability of sticking the string. Those indicators stay available in the platform, and whatever the next model outputs (a prediction, a state annotation) also stays available for the model after that. The integration tax and the MLOps tax are paid once per data source and once per asset onboarding, never once per use case.

The Capabilities That Compound

That foundation carries a set of capabilities that would each be expensive to build independently but become reusable by design on a shared platform.

The semantic transformer layer solves the GenAI problem directly. Rather than feeding a language model raw sensor streams, which produces confident hallucination, the layer wraps live operational data in textual context the model can actually anchor on. Build the contextualization workflow once per application; the next application inherits it. Contextualized data versus raw sensor streams is the difference between a working GenAI interface and one that makes things up.

The MCP-based agent architecture turns integration from a multiplicative problem into an additive one. In the old model, five agents each touching six systems means thirty bespoke integrations to build and maintain. Under the Model Context Protocol, an open standard for how AI agents talk to the outside world, you build five agents and six tools that interoperate through a common interface: n plus m instead of n times m. Each tool built for one agent becomes a reusable asset for every agent after.

The RCA agent shows what that looks like operationally. Before it existed, root-cause analysis meant an engineer manually assembling maintenance histories, operating manuals, and failure records from multiple disconnected databases: hours of work under operational pressure, with results that varied by who was searching and how much time they had. The agent does that search and summarization in minutes, inside the workflow the engineer is already in. The speed gain is real. The consistency gain, in an environment where a rushed analysis produces different conclusions than a careful one, is larger.

Executive prompting extends the same compounding to non-technical leadership. An operations leader can ask, in plain language, which assets carry the most risk this week or where the fleet deviated from plan this month, and get a grounded answer in seconds from the same contextualized foundation the engineering team already uses. Every role that self-serves from a foundation already paid for multiplies the return on it without adding to its cost.

What the Curve Actually Looks Like

The compounding argument is not theoretical. The deployment numbers are concrete.

The first use case takes six to nine months, not because the model is hard to build, but because the foundation is being laid at the same time. That is the cost paid once.

Once the processes are running and the data is available and organized, the second use case lands in two to three months. The floor in steady state today is roughly one new use case per month. Use case five is not five times the work of use case one. It is a fraction of it, deployed across a widening set of domains on the same platform. The first use case carries the cost of the foundation for everything that follows, which is exactly why a standalone pilot (which carries that cost every single time) can never show you this curve.

The Investment Math

Three standalone projects from three vendors look like three clean line items. Each one quietly buys the same foundation again: the real-time ingestion, the integration, the data quality and contextualization work that is 80% of any of these projects. You pay for that 80% three times over. You also run three separate systems: three deployments to maintain, three models to monitor and retrain, three vendors to manage, three more alert streams landing on operators already watching their own screens.

The platform option pays the foundation once. The first use case is the expensive one; the second and third ride on top at marginal cost, and the fourth and fifth keep getting cheaper. With an identical budget on day one, you are comparing three isolated systems against a foundation plus a growing portfolio.

What operators miss when standalone looks cheaper is everything that does not appear on a quote: the duplicated foundation hidden inside each project, because vendors price the model and not the plumbing; the ongoing cost of operating and retraining multiple separate systems; the operator trust and attention cost of more disconnected tools; and the compounding value of context reuse. On a platform, what one model produces becomes input for the next. Standalone tools structurally cannot capture that.

The deepest miss is the shape of the curve. Point solutions plateau because each project re-litigates the same foundation and the cost per use case never falls. A platform compounds because each use case makes the next one cheaper. Even if the budgets match on day one, the gap widens every quarter after. The question is not which option is cheaper to start. It is which one is still getting cheaper a year in.

Intelie Live is a real-time operational data platform built on a foundation of reusable AI capability: semantic contextualization, MCP-based agents, MLOps infrastructure, and cross-domain decision support, deployed across drilling, equipment health, process safety, production, and pipelines. To learn more, visit intelie.com.

More Than a Technology Provider

Intelie works alongside customers as a long-term innovation partner—helping organizations adapt and evolve as AI, automation, and industrial operations continue to advance.