AIOps LEAP prioritization logic and cost savings calculation
AIOps LEAP uses built-in prioritization logic to identify the highest-impact automation opportunities. This logic helps you focus on the most valuable automation tasks. The calculations provide an estimate of potential cost and time savings. It's best to validate these values in a non-production environment before implementing them in production.
- Business impact
- Projected cost/time savings
The priority for an automation opportunity is determined using the following chart.
The key factors are evaluated for each group of related incidents, called automation opportunities, and the results help teams focus on high-value areas.
Business impact
- Business criticality
- Major incident status
- Impact level
- Most Critical = 100%
- Somewhat Critical = 75%
- Less Critical = 50%
- Not Critical = 25%
| Key | Default value | Description |
|---|---|---|
| ohf_p4 | 0.8 | Overhead factor for P4 records. |
| ohf_p5 | 0.4 | Overhead factor for P5 records. |
| ohf_p1 | 1.8 | Overhead factor for P1 records. |
| ohf_p2 | 1.4 | Overhead factor for P2 records. |
| cost_per_entry | 20 | Cost in dollars associated with adding a work note entry to a record. |
| ohf_p3 | 1.1 | Overhead factor for P3 records. |
| time_per_entry | 0.5 | Time in hours associated with adding a work note entry to a record. |
| first_run_group_limit | 0 | Total number of groups for which resolution steps are generated in the initial run. |
| gaf_mapping_min_threshold | 0.2 | Minimum ratio of incidents pointing to an active group that is considered for remapping after clustering. |
- You can modify the values in the LEAP settings page. However, the calculations will differ when you change the values.
- The values in the LEAP settings page should be modified before activating AIOps LEAP.
- If you modify the values in the LEAP settings page, you need to rerun the calculation. For this, you must deactivate and reactivate the AIOps LEAP installer skill.
Ticket Score = (Criticality × 0.8 + Major Incident × 0.2 + Impact × 0.4) ÷ 3The average of all ticket scores in the group becomes the Business Impact Score. Based on this score, automation opportunities are labeled as high impact (the top 33%) , medium impact (next 33%), and low impact (remaining 33%).
Projected cost or time savings impact
AIOps LEAP estimates how much time and cost can be saved by automating a group of incidents with historical ticket data.
- Frequency of Incidents (FOI) : Average number of similar incidents per month
- Average Manual Work Notes Count (AWNC)
- Overhead Factor (OHF) : varies by incident priority based on the priorities table
Projected Cost Savings = ∑ (FOI × OHF) × AWNC × Cost per Work NoteProjected Time Savings = ∑ (FOI × OHF) × AWNC × Agent Time per Entry
Each ticket’s projected savings is calculated. The average for the group becomes the Projected Cost/Time Savings Score, which is also categorized as High, Medium, or Low. The automation opportunities are sorted in descending order based on the projected cost or time savings.
Determining overall priority
| Business impact | Projected cost/time savings | Automation priority |
|---|---|---|
| High | High | Very High |
| Medium | High | High |
| High | Medium | High |
| Medium | Medium | Medium |
| Medium | Low | Low |
| Low | Medium | Low |
| Low | Low | Very Low |
These prioritized automation opportunities are displayed on the AIOps LEAP home page.
Tracking the actual cost and time savings
After automation is implemented, AIOps LEAP tracks actual cost and time savings and displays them on the LEAP Value Dashboard, helping you measure impact and make decisions.
- Additional Work Notes (AWN) : Manual entries after playbook execution
- Overhead Factor (OHF) by Priority : For example, P1 = 1.8x
Saved Work Notes (SWNs) = AWNC – AWNAWN = SWN × OHFActual Cost Savings = AWN × Cost per Work NoteActual Time Savings = AWN × Agent Time per Entry
Example projected cost and time savings calculations
A cluster has 20 AWNC and is mapped to a P2 incident with 6 AWN. The cost per work note is $20, and the agent time per entry is 0.5 hours.
According to the formulas, the SWN count is (20
- 6) = 14. According to the properties tables, the OHF = 1.4.
SWN x OHF = AWN so 14 x 1.4 = 19.6
This value can be rounded off to 20 AWN. Each AWN entry represents $20 of savings.
The actual cost savings post automation = AWN x Cost per Work Note =
20 x 20 = $400.
So, if you use automation, then the projected cost savings can be up to $400. Thus, the calculation provides actionable insights for ongoing process improvement and resource allocation.