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?"

Start with the implementation spectrum

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.

The five main implementation paths

Most business AI use cases fit into one of five paths.

1. Reuse pre-built AI tools and models

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:

  • the workflow is common and well understood
  • existing tools already solve most of the need
  • speed to learning matters more than deep customization
  • the risk level is low or manageable
  • the business can accept the limits of a general-purpose tool

Do not overbuild the first version if reuse can prove the value.

2. Use RAG when the model needs your own knowledge

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:

  • answers need company-specific or up-to-date information
  • the source material already exists
  • users need explanations with traceable sources
  • retraining would be unnecessary or too slow
  • access control and document governance can be handled

RAG is not a shortcut around poor knowledge management. It works best when the underlying information is structured, owned, and maintained.

3. Use agentic orchestration when the workflow needs action

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:

  • the workflow involves several steps or systems
  • the agent needs to retrieve, validate, prepare, or route work
  • business rules and exception patterns are understood
  • the data is reliable enough for the first scope
  • human review can be designed into the process
  • value can be measured through time, quality, cycle time, or fewer manual handovers

Do not start with full autonomy. For many business workflows, the first useful version is decision support or human-in-the-loop execution.

4. Fine-tune when the model needs specialized behavior

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:

  • a good base model exists
  • the task is narrow and repeatable
  • the required behaviour cannot be achieved reliably with prompting, RAG, or workflow logic
  • labelled domain data is available or can be created
  • the business value justifies the maintenance cost
  • performance can be tested against real examples

Fine-tuning should solve a measurable performance gap. It should not be the default answer to "we need AI to understand our business."

5. Train from scratch only when there is no suitable model to reuse

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:

  • the problem is genuinely novel
  • no suitable pre-trained model or tool exists
  • the organization has enough high-quality data
  • the model will create strategic value that justifies the cost
  • the team can operate and improve it over time

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.

A practical decision framework

Use this framework before choosing an AI implementation path.

1. Define the workflow

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.

2. Define the value

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.

3. Check the data foundation

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.

4. Match autonomy to risk

Not every workflow needs the same level of autonomy.

Use three levels:

  • Decision support: AI gathers, structures, summarizes, validates, or explains information so a person can decide.
  • Human-in-the-loop execution: AI prepares an action, but a person reviews and approves before submission.
  • Selected autonomous execution: AI performs a narrow action where rules, permissions, data quality, risk, and monitoring make that appropriate.

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.

5. Choose the simplest path that can work

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.

Comparison table: which path fits the use case?

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?

Why this matters for ERP, data and operational workflows

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.

How Elvenite frames the first step

For Elvenite, practical AI starts with business value, data, and workflows.

That usually means asking:

  • Which workflow is worth improving?
  • What data does it depend on?
  • Which systems and documents are involved?
  • What quality, access, and governance issues need to be solved first?
  • What level of autonomy is appropriate?
  • How will the business know if the work improved?

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.

FAQ

What does it mean to overbuild AI?

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.

When should a company use RAG instead of fine-tuning?

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.

When are AI agents the right choice?

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.

Is fine-tuning better than using a pre-built model?

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.

When should a company train an AI model from scratch?

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.

What should companies evaluate before choosing an AI implementation path?

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.

Share:

Related news

Abstract gradient with black, blue, green, and yellow colours blending smoothly from dark to light.
Data Intelligence
Data Intelligence
Insights
Insight

AI agents in industrial value chains: what needs to be in place before autonomy makes sense

Abstract image with blurred blue and orange colours blending diagonally across the frame.
Data Intelligence
Data Intelligence
Insights
Insight

The real AI bottleneck is data ownership, not model choice

Light blue gradient background with soft, vertical translucent shapes fading upward.
Infor M3
Data Intelligence
Insights
Insight
Infor M3

AI agents in operational workflows: where they create value and where they do not

Contact us

Talk to an Infor M3 specialist.

This website uses cookies

Cookies ("cookies") consist of small text files. The text files contain data which is stored on your device. To be able to place some type of cookies we need your consent. We at Elvenite AB, corporate identity number 556729-7956 use these types of cookies. To read more about which cookies we use and storage duration, click here to get to our cookiepolicy.

Manage your cookie-settings

Necessary cookies

Check to consent to the use of Necessary cookies
Necessary cookies are cookies that need to be placed for fundamental functions on the website to work. Fundamental functions are for instance cookies that are needed for you to use menus and navigate the website.

Statistical cookies

Check to consent to the use of Statistical cookies
To know how you interact with the website we place cookies to collect statistics. These cookies anonymize personal data.

Ad measurement cookies

Check to consent to the use of Ad measurement cookies
To be able to provide a better service and experience we place cookies to tailor marketing for you. Another purpose for this placement is to market products or services to you, give tailored offers or market and give recommendations on new concepts based on what you have bought from us previously.

Ad measurement user cookies

Check to consent to the use of Ad measurement user cookies
In order to show relevant ads we place cookies to tailor ads for you

Personalized ads cookies

Check to consent to the use of Personalized ads cookies
To show relevant and personal ads we place cookies to provide unique offers that are tailored to your user data