The Hidden Ops Tax: Why Your AI Headcount Never Matches Your Model

The Hidden Ops Tax: Why Your AI Headcount Never Matches Your Model

Ankur Garg7 min read

You launched your first production AI system three months ago. At the time, you had one ML engineer who built it and one analyst who monitors metrics. The model works. Inference costs are under control. You are looking at scaling to three new use cases, and your team still fits on one Slack channel.

Then your CEO asks: "How many people do we need for this to stay running?"

You are about to discover that the cost of the model is not the cost of running the model. The cost of running the model is almost entirely people.

Quick answer: AI systems require 2 to 3 times more operations headcount than traditional software of equivalent complexity. A single production AI model needs at least one dedicated data operations person, one ML engineer for maintenance, and shared infrastructure expertise. Three models requires five to seven people, not three. Mid-market companies consistently underestimate by 50 to 70 percent.

Why You Cannot Run AI Like You Run Software

A traditional SaaS application, once it is built and deployed, is mostly stable. Your oncall engineer pages when something breaks. Code changes maybe once per sprint. Monitoring is straightforward: server health, request latency, error rates. You know what good looks like.

AI systems are different. They break in ways that do not trigger alerts.

Your model can be performing perfectly by every technical metric: low latency, zero inference errors, clean logs. But the predictions are getting worse. Slowly. The data distribution shifted. Edge cases your training set did not see are now 5 percent of production traffic. Your accuracy is drifting by 2 percent per month. You do not notice until quarter-end when a customer complains or your OKRs miss.

This is called data drift, and it is the reason you cannot just hire an oncall engineer to watch your AI. You need someone dedicated to the continuous business of keeping predictions good.

We watched a $50M B2B company hire one ML engineer to build a lead scoring model. The model shipped. It worked great for six months. Then gradually, it stopped working. By month nine, the model was bottom-decile for accuracy, but nobody noticed until the sales team complained about junk leads. The company had to rebuild the model and retrain it from scratch. That engineer spent four months fixing the mess.

What they should have hired: one ML engineer to build, and one data operations person to monitor and maintain it continuously. That person is not expensive ($80K to $120K), but they are non-negotiable.

The Ops Cost Scales Faster Than Model Complexity

Here is the pattern every mid-market company learns too late:

  • One AI model: 1 ML engineer (build and maintain) + 0.5 data analyst (monitoring and triage). Total: 1.5 people.
  • Two to three models: 2 ML engineers (one is now 50 percent on infrastructure) + 1 data operations person + 0.5 shared data analyst. Total: 3.5 people.
  • Four to six models: 3 ML engineers (one dedicated to platform and reusability) + 1 data operations manager + 1 full data analyst + 0.5 infrastructure. Total: 5.5 people.
  • Seven plus models: You now have an AI platform problem, not a model problem. You need a team of 8 to 12.

Notice: the headcount does not scale linearly with model count. It accelerates. Every new model adds overhead not just to build it, but to operate it, coordinate it with other models, maintain shared data infrastructure, and debug interactions.

A $100M mid-market company we worked with had five deployed AI models. They staffed it with two ML engineers. By month six, both engineers were 80 percent on firefighting and 20 percent on planned work. They were debugging why one model was training on stale data, why another model's predictions were breaking in production, and why the data pipeline was failing silently every Tuesday. They did not have time to improve any of the models or build new ones.

The company hired a data operations person and the ML engineers immediately became productive again. Not because the ops person wrote any code, but because they did the continuous work of monitoring, alerting, and triaging issues that was eating the engineers alive.

The Breakdown: Where the Headcount Actually Goes

If you have three production AI models, here is roughly where your team of five to seven people spends their time:

  • Data operations and monitoring (40 percent of team effort): This person is watching model performance dashboards, investigating accuracy drift, retraining models on new data, and managing data quality issues. They are not building new models; they are keeping existing ones from breaking. This role requires someone who understands both data and operations deeply.
  • Infrastructure and platform (25 percent): As you scale, you cannot just have each engineer with their own model and their own notebooks. You need shared infrastructure: versioning for model artifacts, testing frameworks, monitoring standards, deployment automation. One engineer ends up spending most of their time building this platform, not models.
  • Model development and maintenance (20 percent): This is the work people think of when they hire an ML engineer: improving models, reducing latency, increasing accuracy. But it is now a minority of your team effort.
  • Troubleshooting and firefighting (15 percent): Something is always broken or behaving oddly. A model that was working fine is now making bad predictions in a specific region. A data source changed its schema. A downstream system that consumes model predictions changed how it uses them. Someone needs to investigate and fix it.

If you only hire for the 20 percent (model development), you end up with two overworked ML engineers trying to do 100 percent of the work. This is why scaling past three models without hiring ops support is nearly impossible.

The Roles You Will Need (And Their Real Costs)

Here is what each role costs and what they actually do:

  • Data Operations Manager or Senior Data Analyst ($100K to $150K): Monitors model performance, manages retraining pipelines, investigates data quality issues, triages anomalies. This person is not a software engineer; they are someone comfortable with SQL, dashboards, and Python notebooks who can operate models in production. This role exists to keep models running and generating reliable predictions.
  • ML Engineer / Model Developer ($130K to $200K, depending on seniority): Builds new models, improves existing ones, owns latency and accuracy goals. Senior engineers also own platform decisions and mentoring. Every team needs at least one, but if you have more than two or three production models you need at least two, and one of them should be thinking about infrastructure.
  • Machine Learning Platform Engineer ($140K to $220K): Once you have more than three models, someone needs to own the platform: versioning, testing, deployment automation, monitoring infrastructure, standards. This is a software engineer who understands ML, not an ML engineer who codes. This role emerges around model three or four.
  • Analytics / Insights Engineer ($90K to $140K, shared resource): Not everyone on the team needs this person full-time, but you need access to someone who can help analyze model performance, build dashboards, and understand business impact. This person often sits on the analytics team but owns the AI metrics.

Add it up. A basic one-model team costs $200K to $250K per year in fully-loaded labor. A three-model team costs $450K to $650K. A six-model team costs $900K to $1.2M.

That is where your AI budget actually goes. Not on GPUs or API calls or consulting fees. On people who keep the models running.

How to Budget Your AI Headcount Right

The playbook:

Stage 1: Pilot (0 to 1 model). Hire a fractional ML engineer or consultant plus a data analyst who already exists in your org. Budget $50K to $100K for external ML talent or a junior engineer. Do not build a team yet.

Stage 2: Production (1 to 2 models). Hire one full-time ML engineer and allocate half of a data analyst. If your data analyst is stretched, hire a junior data operations person at $70K to $90K. Total new headcount: 1.5 FTE. This is when most companies make their first mistake: they hire just the ML engineer and think one analyst is enough. It is not.

Stage 3: Scaling (3 to 5 models). You now need a second ML engineer and a full-time data operations person. One of your ML engineers starts owning platform decisions. If you try to do this with 1.5 people, both will burn out within 12 months. Total team: 3 to 4 people.

Stage 4: Mature (6+ models). You need a platform engineer, two to three model developers, a data ops manager, and ongoing analytics support. This is a team, not a squad. Budget $1M plus on annual AI labor.

Here is the most important number: if you are understaffed in Stage 3 by one person, your productivity in Stage 4 will suffer by 40 to 60 percent. Hiring late is expensive and disruptive. Hire slightly ahead of need.

The Takeaway: Budget for Operations Before You Build

The hidden ops tax on AI is that every model you run is not just a technical asset; it is a headcount commitment. A model that costs $2,000 per month to run (inference, infrastructure, storage) actually costs $8,000 to $12,000 per month when you include the operations person who keeps it running.

Do not launch a production AI system with just the engineer who built it. Hire the operations support at the same time. If you are thinking about your next model, budget for the team that will operate it before you start building it.

The companies that scale their AI programs smoothly are not the ones that hire the cheapest engineers. They are the ones that hire operations people early and have the discipline to keep teams right-sized as they grow. If you are building multiple AI models and your ops coverage is less than one dedicated data ops person per two to three models, you are understaffed and will discover it painfully in production.

10dem works with mid-market companies to right-size their AI teams and operations from the start, but the principle is simple: do not build AI systems you cannot afford to run.

FAQ

Can a data analyst do data operations, or do I need a dedicated person?

A data analyst can do some data ops work, but not both well once you have two or more production models. Analytics work (dashboards, insights, exploratory work) and operations work (retraining, monitoring, incident response) require different mindsets and skills. If you force one person to do both, model maintenance will suffer. Hire a dedicated data ops person once you have two models in production.

How do I know if my team is understaffed for AI operations?

Watch these signals: your ML engineers are spending more than 20 percent of time on firefighting or debugging, your models are retraining manually instead of on a schedule, you are not monitoring data drift or model decay, or production model accuracy has degraded by more than 2 percent without an explanation. Any of these means you need more ops support now, not later.

Should I hire ML engineers or data ops first when scaling?

Data ops first, then another ML engineer. Most teams hire engineers because they think they need more model development, but the real constraint is operations. If you hire engineers without operations support, they become firefighters and you do not get model development anyway. Operations enables development.

What if I cannot afford a full-time data ops person?

Start with a fractional hire or split a shared resource with another team. But if you have more than one model in production, even part-time data ops is critical. The alternative is burning out your ML engineer and watching model quality degrade silently. Underinvesting in ops is cheaper short-term but much more expensive long-term.

Share
Ankur Garg

Author

Written by Ankur Garg. Ex-Great Learning and Capital One, with an IIM-Ahmedabad MBA and an IIT-Madras engineering degree. Has built AI products, sold them into enterprises, scaled EdTech from zero, and led P&L, regulatory and BFSI transformation. Advises mid-market and consumer-tech teams on AI strategy, process redesign, and the adoption work that makes AI actually pay off.

Ankur Garg on LinkedIn ↗

Want this for your team?

Book a free 30-minute AI opportunity assessment. You'll leave with at least one concrete idea.

Book a call

Discussion

Comments are coming soon.