The question your board is really asking

An investor says you need an "AI strategy." Someone on the board wants agents. A competitor just shipped a feature that looks like magic. So you walk into the next meeting with a question in your head that sounds technical but is not: should we fine-tune a model or build agents?

Here is the honest answer we give founders before they spend a rupee or a dollar of engineering runway: that question is one level too deep. The real decision is whether you need to build custom AI at all, and if you do, which of three genuinely different tools fits the job. Fine-tuning versus agents is the second question. The first one is cheaper to get wrong, so we start there.

This guide gives you a decision rule you can repeat, plain-English descriptions of the options, and a board-ready way to frame the choice. If you want the interactive version, our fine-tune vs agents cost model runs the numbers on your specific scenario.

The four options, in plain English

Most founders think they have two choices. You have four, and three of them are cheaper than the one everyone reaches for.

  1. Prompting and RAG. You keep using a frontier model (Claude, GPT, Gemini) and feed it your context at request time. Retrieval-augmented generation, or RAG, means the model looks things up in your documents before it answers. No training, no infrastructure, changeable in an afternoon. This is where most useful AI at a Series A company actually lives.
  2. Fine-tuning. You take a base model and train it further on your own examples so it responds in a specific style, format, or domain vocabulary. It changes how the model answers. It does not change what the model can do.
  3. Agents. You give a model tools and a loop, so it can call your APIs, read and write records, take multi-step actions, and hold state across a task. This is the option that can actually do work in your systems rather than just talk about it.
  4. Build neither, yet. The volume, the data, or the payback is not there. The useful answer is to wait, and that is a legitimate outcome, not a failure.

We put "build neither" on the list deliberately, because the most expensive AI projects we see are the ones that skipped it. Here is the whole decision on one screen:

Option What it actually is Can it act in your systems? When it fits
Prompting and RAG A frontier model that looks things up in your docs at request time No, it only answers Most cases: answers, drafts, and summaries in your voice
Fine-tuning A base model trained on your examples to change how it responds No, it cannot call tools or hold state Narrow, high-volume, stable tasks; the distilled hot path of an agent
Agents A model given tools and a loop so it can call APIs and take actions Yes, that is the point Multi-step work that reads and writes in your systems
Build neither, yet Keep prompting for the easy wins, wait on the rest Not applicable Volume, data, or payback is not there yet

The column that decides most arguments is the third one, so we gave it its own section.

The one line that settles most of the argument

Here is the sentence that resolves the majority of fine-tune-versus-agents debates in a board meeting:

A fine-tuned model cannot call your tools or hold state on its own, so if the job needs to take actions in your systems, fine-tuning cannot be the whole answer.

If the thing you want is "answer support questions in our voice using our docs," that is prompting and RAG, possibly with light fine-tuning for tone. If the thing you want is "read the ticket, look up the account in our database, issue the refund, and log it," that needs an agent, because those are tool calls and state. No amount of fine-tuning gives a model the ability to touch your CRM. That is a category difference, not a tuning knob.

"The real question is almost never fine-tune versus agents. It is whether the work has to act inside your systems. If it does, fine-tuning cannot be the answer, and no amount of training changes that."

Anmol Parimoo, founder of MLDeep

What fine-tuning is genuinely good for

We are not anti-fine-tuning. It is the right tool for a real and narrow set of jobs: a high-volume, stable task where you want a smaller, cheaper model to match a bigger model's quality on that one thing; a strict output format the base model keeps drifting from; a domain vocabulary that generic models fumble. And there is a genuinely advanced use, distillation, where you run an agent to prove out a workflow, then train a small model on the agent's successful traces to make the hot path cheaper at scale.

Notice what those have in common: high volume, narrow scope, no need to call tools. If your task is broad, low-volume, or needs to act in your systems, fine-tuning is usually the wrong first move. This is also why "fine-tune versus agents" is rarely the framing that matters at a young company. The version that matters is closer to "agents versus automation versus nothing yet," and we walk through that trade-off in our guide to AI agents versus automation if you want to see where a simpler tool beats a model entirely.

The MLDeep Fine-Tune vs Agents Framework, in four gates

You do not need to memorize model names or token prices to make this call. We run every client scenario through the same rubric, the MLDeep Fine-Tune vs Agents Framework: ten gates that eliminate the wrong tools in order, so the right one is whatever survives. Four of those gates decide it for most founders. Walk them in order and stop at the first one that fires.

  1. The value gate. Is the task well-defined and high-value enough to justify any build at all? If no, the answer is prompting or "not yet." Do not skip this gate to look decisive.
  2. The action gate. Does the task need to take actions in your systems, call APIs, or carry state across steps? If yes, you are in agent territory, and fine-tuning alone is ruled out.
  3. The volume gate. Is it a narrow, high-volume, stable task where a cheaper fine-tuned model matching frontier quality would pay for itself? If yes, fine-tuning earns its place, possibly as the distilled hot path of an agent you already trust.
  4. The knowledge gate. Is it mostly "answer using our knowledge in our voice"? Then prompting and retrieval get you most of the way, and you can defer everything heavier.

That is the same logic our cost model applies, without the numbers attached. The full ten-gate version, and the interactive calculator behind it, live in the MLDeep Fine-Tune vs Agents Framework on the hub, and you can download it as a one-page PDF to bring into the meeting.

Drowning in spreadsheets?

Get a free 30-minute workflow teardown. We'll show you what to automate first.

Book Free Teardown

The framework applied to one real scenario

To see how the rule behaves, take a representative example, not a specific client. Picture a Series A SaaS running roughly 8,000 support-and-ops tasks a month, where the workflow has to read a ticket, look up the account, and update a record. The action gate fires on the first pass: this work has to touch your systems, so fine-tuning alone is out, and the choice is an agent now or prompting until the volume justifies more. Feed those inputs to the calculator and you get a mid 24-month total to anchor the board conversation, a band around it, and a payback month. Now change one input, drop the volume to 800 tasks a month, and the same model often tells you to wait. That is the whole point of a framework over a hunch: the rule stays fixed while the verdict moves with your numbers, so you can defend both the "build" and the "not yet."

What building agents actually costs, honestly

Founders want a number for the board. The honest version is a range, because the cost of an agent system is driven mostly by how many model calls each task takes, and that swings by an order of magnitude between a simple lookup and a long multi-step workflow.

Rather than quote a single figure that would be wrong for your case, we built the model to compute a 24-month total cost of ownership on your inputs, priced at current 2026 model rates. Every cost input is built on dated, published pricing from named vendors, Anthropic, OpenAI, RunPod, and Together AI, each linked with the date we read it, so a CFO can verify the numbers rather than trust them. The pattern we see: for a genuine tool-using workflow at real volume, an agent system is a six-figure commitment over two years, and fine-tuning is not the cheaper shortcut it looks like once you count the labeled data and the engineering days, not just the training run. Run your own scenario in the calculator and you will get a mid number to anchor on and a band around it, with the assumptions on the table.

We have also seen where the money actually goes, and it is rarely the model. In one Series B engagement, two agent deployments were stalled for months, not because the models were wrong but because the data foundation underneath them was not ready. We fixed that foundation first, dbt for the transformations and Terraform for the infrastructure, and both agents shipped inside three months. The expensive mistakes in agent work are made in the first week, in scoping and foundations, not in the model you eventually pick.

The board-ready framing that actually lands

You do not need to sound like an ML engineer. You need to sound like someone with a decision rule. Something like this works:

"We evaluated three options against our actual workflows. For customer-facing answers we are using retrieval, which is fast to change and cheap to run. The one workflow that needs to act in our systems is scoped as an agent, and we have a 24-month cost model for it with sourced assumptions. We are deliberately not fine-tuning anything yet, because our volume does not justify it. Here is the rule we will re-run every quarter as our numbers change."

That is an AI strategy. It is defensible, it is cheap to revisit, and it does not commit you to the most expensive path because an investor used the word "agents."

When the answer is "not yet"

Sometimes you run the rule and nothing clears the first gate. The volume is too low, the task is not stable, the payback is a year out. The right move is to keep using prompting for the easy wins and come back when your numbers grow. A firm that only ever tells you to build is selling, not advising. Our model has a verdict for exactly this case, and when it fires, it hands you the framework, not a sales call.

If you want a second set of eyes before you commit engineering time, that is what our AI Stack Audit is for: we pressure-test the decision with you and your numbers, and if the answer is "not yet," we say so.

Frequently asked questions

Do we need to build custom AI at all?

Often less than you think. Prompting and retrieval on a frontier model covers a large share of useful cases with no training and no infrastructure to run. Build something custom only when a well-defined, high-value task clears the first gate, and be honest that "not yet" is a real answer. The most expensive projects we see are the ones that treated building as inevitable rather than as one option among four.

What do I tell the board about our AI strategy?

Give them a decision rule, not a technology. State which workflows use retrieval, which single workflow is scoped as an agent with a sourced cost model behind it, and what you are deliberately not doing yet and why. Then commit to re-running the same rule every quarter as your volume and data change. A rule that survives contact with your real numbers is a strategy; a shopping list of models is not.

Is fine-tuning cheaper than building agents?

Rarely, for a tool-using workflow, and it usually cannot do the job anyway, because a fine-tuned model cannot call your systems or hold state. Where fine-tuning wins is narrow, high-volume, stable tasks, or as the distilled hot path of an agent you already trust and want to run more cheaply at scale. Run both paths through the cost model before you decide, so the comparison rests on your numbers rather than on whichever option sounded most impressive in the last meeting.