What is Predictive AI?
Predictive AI analyzes historical and current data to identify patterns and estimate what is likely to happen next.

Objectives
Predictive AI analyzes historical and current data to identify patterns and estimate what is likely to happen next.

Some AI systems are designed mainly to classify, detect, recommend, or predict. Generative AI goes a step further by creating new content.

For example, an implementation consultant might ask a generative AI system to:
The AI is not simply retrieving a single stored answer. It is generating a new response by combining patterns it learned during training with the information provided in the prompt.
Note
Agentic AI refers to AI systems that can work toward a goal by planning and carrying out a sequence of actions, rather than only producing a single prediction or response.
A traditional generative AI interaction might look like this:
Create a test script for invoice processing.
The AI produces the document, and the user decides what to do next.
An agentic AI system may be given a broader objective:
Review failed invoice-processing test cases, identify likely causes, create follow-up tasks, and notify the responsible team members.
To complete that objective, the AI agent might:
The key difference is that agentic AI does not only generate content. It can decide which actions are needed, use available tools or systems, evaluate the results, and continue working toward the assigned goal.

An AI agent may use several technologies together, including:
The agent may also maintain context about what it has already done, which tasks remain incomplete, and whether it needs additional information or human approval.
Traditional automation follows a predefined sequence. For example:
The workflow is designed in advance, and the system follows the same defined path each time.
Agentic AI may have more flexibility in determining how to reach an outcome. For example, an agent investigating a blocked invoice might decide to:
The precise path may vary depending on what the agent discovers. However, agentic AI still operates within the permissions, tools, policies, and controls provided to it. It should not be treated as an unrestricted autonomous employee.

In an ERP environment, organizations may require human approval before an agent can:
This is often described as keeping a human in the loop.
Imagine a company is implementing a new ERP system and wants to improve invoice processing.
A traditional rule-based solution might include rules such as:
A machine-learning system could analyze thousands of historical invoices and identify less obvious patterns associated with errors or duplicate payments.
For example, it may determine that a new invoice has an 87% likelihood of being a duplicate based on its supplier, amount, reference number, posting date, and similarity to a previously processed invoice.
An LLM could help the user understand the result by presenting it in plain language: This invoice may be a duplicate because it closely matches an invoice from the same supplier that was posted three days ago.
Generative AI could then create useful content, such as:
An agentic AI system could take the process further. Within its authorized permissions, the agent might:
