8 minutes reading
Many AI initiatives become too complex too early.
The team starts with a real business problem. Then the discussion quickly moves to models, platforms, training data, agents, architecture, and tooling. Before long, the company is designing a large AI setup for a workflow that may only need a pre-built tool, a better data connection, or a focused retrieval layer.
That is how AI gets overbuilt.
The sustainable path is usually simpler: choose the least complex implementation that can solve the workflow safely, be maintained over time, and create measurable business value.
This is not an argument against advanced AI. Fine-tuning, agentic orchestration, and custom models all have their place. But they should be chosen because the workflow needs them, not because they sound more ambitious.
The useful question is not: "How advanced can we make this?"
The better question is: "What is the simplest maintainable implementation path that fits the workflow, data maturity, risk level, and business value?"
AI Sweden's white paper, The AI Implementation Spectrum - Strategies for Sustainable and Scalable Adoption, makes a useful point: AI implementation is not one decision. It is a spectrum.
At one end, companies can reuse existing models, tools, APIs, and domain-specific AI solutions. This is often the fastest and most maintainable path. At the other end, they can train models from scratch, which gives more control but requires far more data, compute, expertise, monitoring, and long-term commitment.
Between those two ends sit approaches such as retrieval-augmented generation, agentic orchestration, hybrid intelligence, and fine-tuning. Each can be useful. Each also shifts complexity into different places.
That framing is important for operational businesses. AI value rarely depends only on model capability. It depends on the workflow around the model: data quality, integrations, permissions, business rules, exception handling, user adoption, monitoring, and governance.
RISE makes a similar point from another angle in The State of AI by RISE. The report describes a market moving from experimentation toward real deployment, where applied AI depends on infrastructure, expertise, governance, testing, and responsible operations.
That is the shift companies need to make now. Not from simple AI to impressive AI. From isolated AI experiments to practical AI operating models.
Most business AI use cases fit into one of five paths.
This is the right starting point when the task is already well covered by existing technology.
Examples include summarization, translation, speech-to-text, document extraction, image classification, anomaly detection, internal search, or a packaged capability inside an existing business system.
The benefit is speed. You can test value quickly without building training pipelines, collecting large labelled datasets, or creating a custom model maintenance burden.
The trade-off is fit. Pre-built tools may struggle with domain-specific language, local process rules, sensitive data, or unusual edge cases. They can also create vendor dependency, cost unpredictability, or governance questions if data handling is unclear.
Use this path when:
Do not overbuild the first version if reuse can prove the value.
Retrieval-augmented generation, or RAG, is often the next practical step.
Instead of retraining a model, RAG connects it to external information such as documents, policies, manuals, product data, tickets, ERP extracts, knowledge bases, or data-platform content. The model retrieves relevant context before generating an answer.
This is useful when the problem is not that the model lacks intelligence. The problem is that it does not have access to the right company-specific information.
RAG is a strong fit for internal knowledge assistants, policy support, product and process Q&A, customer service support, technical documentation, and many decision-support workflows.
The trade-off is that RAG moves the complexity into information architecture. The hard work becomes source quality, chunking, permissions, metadata, relevance, evaluation, and keeping the knowledge base current.
Use this path when:
RAG is not a shortcut around poor knowledge management. It works best when the underlying information is structured, owned, and maintained.
AI agents become relevant when the system needs to do more than answer a question.
An agent can interpret input, gather context, use tools, call APIs, check rules, prepare an action, route an exception, or update a system after approval. In operational workflows, that can be valuable around ERP, master data, order handling, supplier documents, finance processes, support, planning, and connected business systems.
For a deeper practical guide, see Elvenite's article on AI agents in operational workflows and the broader AI agents guide.
The trade-off is control. Agents need clear permissions, logging, monitoring, human review, and integration patterns. If those are missing, an agent can make a weak process move faster without making it better.
Use this path when:
Do not start with full autonomy. For many business workflows, the first useful version is decision support or human-in-the-loop execution.
Fine-tuning means adapting a pre-trained model to a specific task or domain using your own labelled data.
This can be the right choice when a general model is close, but not good enough. For example, it may need to recognize specific production defects, classify specialist documents, understand local terminology, or behave consistently in a narrow domain.
The benefit is better task fit. The trade-off is that fine-tuning requires data preparation, labelled examples, evaluation, technical skills, compute resources, and ongoing monitoring. The AI Sweden implementation-spectrum paper is clear that fine-tuning is much less demanding than training from scratch, but still not a lightweight choice.
Use this path when:
Fine-tuning should solve a measurable performance gap. It should not be the default answer to "we need AI to understand our business."
Training a model from scratch is the most demanding path.
It may be relevant for research, highly specialized industrial or scientific problems, or situations where no suitable model exists and the organization has the data, infrastructure, expertise, and long-term reason to build one.
For most operational business use cases, this is rarely the fastest or most sustainable route. It creates a major responsibility around data collection, bias, drift, retraining, monitoring, cost, and energy use.
Use this path when:
If the use case is order handling, knowledge search, document support, data-quality review, or process assistance, training from scratch is probably not the right first move.
Use this framework before choosing an AI implementation path.
Start with the work, not the model.
What process should improve? Which people are involved? Which systems, documents, data fields, and business rules does the workflow depend on? What does good output look like?
If the workflow cannot be explained clearly, the next step is not model selection. It is process clarification.
Be specific about the value you want.
Common value drivers include faster handling, fewer errors, better data quality, clearer exceptions, improved decision support, reduced manual work, better customer response, or more reliable planning.
Avoid broad goals such as "use AI in operations." They are too vague to govern.
AI does not remove the need for reliable data. It increases it.
If the workflow depends on ERP data, customer records, supplier data, product information, planning data, documents, or internal knowledge, define what must be trusted, current, complete, and accessible.
This is where a modern data platform and practical Data Intelligence work become important. The point is not only reporting. The point is making data usable for analytics, automation, and AI-enabled workflows.
Not every workflow needs the same level of autonomy.
Use three levels:
For ERP, finance, master data, customer, supplier, or compliance-related work, decision support or human-in-the-loop execution is often the right starting point.
Once the workflow, value, data, and risk are clear, choose the path.
Use pre-built tools if the need is common.
Use RAG if the model mainly needs access to company-specific knowledge.
Use agents if the workflow needs controlled action across tools or systems.
Use fine-tuning if there is a measurable domain-performance gap that cannot be solved through context, retrieval, rules, or orchestration.
Train from scratch only when the problem is truly novel and the organization can sustain the full lifecycle.
| Implementation path | Best fit | Main requirement | Main risk | Practical first question |
|---|---|---|---|---|
| Reuse pre-built tools | Common tasks already covered by existing AI | Clear workflow and acceptable vendor/tool fit | Limited domain fit or unclear data handling | Does an existing tool solve 70-80 percent of the need? |
| RAG | Company-specific answers from documents, policies, product data or knowledge bases | Trusted sources, metadata, permissions and retrieval quality | Poor source quality creates poor answers | Is the missing ingredient access to the right information? |
| Agentic orchestration | Multi-step workflows across systems, tools, documents or ERP | APIs, permissions, business rules, logging and human review | Speed without control | Does the workflow need the AI to prepare or perform actions? |
| Fine-tuning | Narrow specialist tasks where general models underperform | Labelled data, evaluation, compute and ML competence | Maintenance cost and data drift | What measurable performance gap are we solving? |
| Training from scratch | Novel research or highly specialized model needs | Large data, compute, AI expertise and long-term operations | High cost, long lead time and lifecycle burden | Is there truly no suitable model to reuse or adapt? |
Operational companies do not usually fail with AI because the model is not advanced enough.
They fail because the implementation is disconnected from the work.
ERP data is incomplete or hard to access. Documents are inconsistent. Master data ownership is unclear. Business rules sit in people's heads. APIs and integrations are not ready. Permissions are too broad or too restrictive. The pilot works in a demo, but not in the daily operating model.
That is why AI decisions should be made close to the workflow.
For companies running business-critical systems such as Infor CloudSuite M3, the AI opportunity often sits around the connected landscape: ERP, data platforms, integrations, documents, planning, finance, order flows, item data, supplier information, and operational decision support.
You can see this in our work around AI agents in Infor M3 for order management, item data and customer setup. The important idea is not that every process should become autonomous. It is that selected workflows can be improved when data, systems, rules, and human review are designed together.
For Elvenite, practical AI starts with business value, data, and workflows.
That usually means asking:
This connects directly to Elvenite Data Intelligence. Data Intelligence is not only about dashboards. It is about turning data into decision support, automation, and AI-enabled business value through strategy, structure, analytics, platforms, integrations, and practical delivery.
It also connects to our AI workshops. A useful workshop should not end with inspiration only. It should help identify and prioritize use cases, assess AI readiness, clarify data dependencies, and define the practical next steps for one or more workflows.
The goal is to avoid both extremes: doing nothing because AI feels too complex, and overbuilding because the technology is available.
Start with the workflow. Choose the simplest maintainable path. Build enough governance for the risk. Measure value before scaling.
That is how AI becomes operational capability instead of another experiment.
Overbuilding AI means choosing a more complex implementation than the workflow needs. Examples include fine-tuning when RAG would work, building an agent when a pre-built tool is enough, or training a custom model when an existing model can be reused.
Use RAG when the main need is to give a language model access to company-specific or up-to-date information. Use fine-tuning when the model needs specialized behaviour that cannot be achieved reliably through prompting, retrieval, workflow rules, or examples.
AI agents are useful when the workflow requires more than answering questions. They fit when AI needs to gather context, use tools or APIs, validate information, prepare actions, route exceptions, or support controlled execution across systems.
Not automatically. Fine-tuning can improve performance for a narrow domain or task, but it also requires labelled data, technical skill, evaluation, compute, and maintenance. A pre-built model or API is often better for the first version if it solves enough of the problem.
Training from scratch should usually be reserved for novel research problems or highly specialized needs where no suitable model exists. Most business use cases should start by reusing, adapting, retrieving from, or orchestrating existing AI capabilities.
Evaluate the workflow, business value, data readiness, integration needs, permissions, risk level, human review model, maintenance requirements, and measurement plan. The right AI path depends on the operating context, not only the model capability.


