Back to Blog
    Industry Focus

    AI for Utilities: How Australian Energy Retailers Are Automating in 2025

    Dec 18, 2024By Team Solve812 min read

    Utilities Ai Energy Company Automation

    The Reality Check for Australian Utilities

    Here is a number that surprised me when I first saw it: only 16% of Australian utilities have fully integrated AI into their operations. The global average? 22%. We are behind.

    But here is what makes this interesting: 51% of Australian utilities have made substantial AI investments with several mature projects in progress. That tells me we are not ignoring the opportunity. We are just struggling to get from "pilot" to "production."

    I have worked with energy retailers and distribution networks across the NEM, and the pattern is consistent. Everyone wants to automate. Everyone knows smart meters are coming. But the path from "we should do something with AI" to "this is saving us $2M per year" remains unclear for most.

    Let me walk you through what actually works, based on implementations across the sector and the lessons I have learned along the way.


    The Four AI Opportunities in Utilities

    After working with energy companies across Australia, I break down the AI opportunity into four categories:

    1. Meter Reading Automation - Processing the tsunami of smart meter data
    2. Customer Service - Handling 60%+ of contacts without human agents
    3. Demand Forecasting - Predicting load in a world of rooftop solar and EVs
    4. Field Service Optimisation - Getting the right technician to the right job

    Each has different maturity levels, different ROI profiles, and different implementation challenges. Let me share what I have seen work.


    Smart Meter Automation: The $507 Million Opportunity

    The Regulatory Context

    In November 2024, the AEMC finalised rules requiring universal smart meter deployment across the NEM by 2030. This is not a suggestion. It is a requirement.

    The independent cost-benefit analysis found this accelerated rollout will deliver $507 million in net benefits across NSW, Queensland, ACT, and South Australia. Victoria and Tasmania were excluded since they already have acceleration programs in place.

    Currently, smart meter uptake sits at around 30% across NEM jurisdictions, though over 56% of meters are already read remotely. Victoria leads at 99% coverage due to its earlier mandated rollout.

    Where AI Fits In

    Smart meters generate enormous amounts of data. A single residential meter with 5-minute interval data produces 105,120 data points per year. Multiply that by millions of meters, and you understand why manual analysis is impossible.

    Smart Meter AI Processing Flow

    Capture
    5-min interval data from smart meter
    Aggregate
    Centralise data from millions of meters
    Analyse
    ML models detect anomalies and patterns
    Alert
    Flag theft, faults, and network issues
    Report
    Revenue recovery and grid optimisation

    Here is where AI creates value:

    Anomaly Detection and Theft Prevention

    Machine learning models like Isolation Forest and LSTM autoencoders can identify consumption patterns that indicate meter tampering, bypassing, or equipment malfunction. Utilities deploying anomaly detection systems typically identify hundreds of thousands in annual revenue leakage within the first six months.

    The model learns what "normal" consumption looks like for different customer segments. When a pattern deviates significantly without an obvious cause (like weather events or public holidays), it flags the account for investigation.

    Network Health Monitoring

    Victoria's United Energy uses machine learning via Itron's SensorIQ technology to analyse advanced metering infrastructure data. This enables continuous monitoring of neutral integrity issues rather than relying on the mandatory 10-yearly inspections that catch problems after damage has occurred.

    Jemena, also in Victoria, uses Itron's LV DERMS software to collect near-real-time solar generation data from utility-compatible inverters. The AI moderates output to maintain grid balance as distributed energy resources proliferate.

    Implementation Reality

    The technical implementation is not the hard part. The hard part is data quality.

    I have seen meter data systems with:

    • Missing intervals due to communication failures
    • Duplicate readings from system migrations
    • Incorrect meter multipliers from manual entry errors
    • Time zone inconsistencies across different metering providers

    Before you build any AI on top of meter data, you need a data quality layer. Budget 30-40% of your implementation time for this. The vendors will not tell you that.


    Customer Service: AGL's 125,000 Monthly Conversations

    The Case Study

    AGL Energy, one of Australia's Big Three retailers serving approximately 4.5 million customers, provides the most documented AI customer service implementation in the Australian market.

    Their AI assistant (originally named "Alfie," now "AGL Assistant") handles 125,000 customer chats per month. Of these, 36-38% are resolved without requiring a human agent. That is 45,000 conversations per month deflected from the contact centre.

    The average interaction time has been reduced by 13 minutes. At typical contact centre costs of $15-25 per call, that represents significant operational savings.

    What makes AGL's implementation interesting is the cultural training. They taught the chatbot to understand Australian understatement. When a customer says "Not great, mate" about their bill, the AI understands that is implicit frustration, not casual observation. The system handles over 100 implicit meanings specific to Australian communication patterns.

    The 60% Opportunity

    Industry data suggests that 60-70% of utility call centre volume consists of repetitive queries: billing questions, outage reports, payment arrangements, and plan comparisons. These are the exact queries AI handles well.

    E.ON, a major European energy company, now uses over 30 AI agent solutions covering approximately 70% of their demand. A North American utility using Oracle's digital assistant significantly reduced call centre volume while shortening email response times.

    Gartner predicts that 40% of all customer service functions will be handled by conversational AI by 2025.

    What Actually Works

    Based on implementations I have seen succeed:

    Start with FAQ and billing queries. These have clear answers, low risk of error, and high volume. Perfect for training your first AI model and demonstrating ROI.

    Integrate with your billing system. The AI needs to pull actual account data. "Your current balance is $234.56 due on 15 January" is far more useful than "Please log in to MyAccount to check your balance."

    Build escalation paths deliberately. When should the AI hand off to a human? Complex hardship cases, complaints, and anything involving vulnerable customers should escalate immediately. Design these paths before launch.

    Measure containment rate obsessively. If your AI is deflecting 20% of contacts, you have a chatbot. If it is deflecting 60%, you have transformed your cost structure.


    Demand Forecasting: The AEMO Challenge

    Why This Matters Now

    AEMO forecasts that Australia's energy demand will double by 2050 compared to 2024 levels. But the challenge is not just volume. It is volatility.

    With rooftop solar expected in 50% of homes by 2040, and data centres projected to grow from 2.2% of NEM demand in 2024 to 12% by 2050, traditional forecasting models are breaking down.

    AEMO recently released a major update to its Electricity Demand Forecasting Methodology. For the first time, data centres will be forecast and reported as a standalone component rather than being grouped with commercial loads.

    How AI Changes the Game

    Traditional forecasting relied heavily on historical load patterns and weather correlation. AI-based models can incorporate:

    • Real-time smart meter data
    • Weather forecasts (not just historical averages)
    • Grid-scale solar and wind generation forecasts
    • Electric vehicle charging patterns
    • Demand response program participation
    • Economic indicators
    • Special events (sports, concerts, holidays)

    AEMO uses Itron's MetrixIDR to combine meter data with weather reports for short-term network load forecasting. Crucially, this incorporates solar irradiance data essential for managing Australia's world-leading rooftop solar penetration.

    Research shows that hybrid models combining statistical methods with machine learning deliver the most sustained accuracy. Pure ML models can overfit to historical patterns that may not repeat in a rapidly changing grid.

    The Forecasting Hierarchy

    For retailers and networks, I recommend thinking about forecasting at three time horizons:

    Operational (5 minutes to 4 hours): Real-time balancing, demand response activation, emergency load shedding. This requires ML models running on streaming data.

    Short-term (day-ahead to week-ahead): Energy trading, resource scheduling, maintenance planning. Weather forecasts become critical inputs here.

    Strategic (months to years): Infrastructure investment, tariff design, regulatory submissions. Economic models and scenario analysis matter more than pure ML accuracy.

    Different AI approaches suit different horizons. Do not try to use one model for everything.


    Field Service Optimisation: Getting the Maths Right

    The Cost of Inefficiency

    Every field service organisation I have worked with has the same complaint: technicians spend too much time driving and not enough time fixing.

    The maths is brutal. If your average field technician costs $90,000 fully loaded (salary, vehicle, equipment, insurance) and spends 40% of their time travelling, that is $36,000 per technician per year in windshield time. For a utility with 200 field staff, that is $7.2 million in travel costs alone.

    AI-powered scheduling and routing can typically reduce travel time by 15-25%. That is $1-1.8 million in recovered capacity for our hypothetical utility. Not reduced headcount necessarily, but more jobs completed, better response times, and happier customers.

    What the Platforms Do

    SAP Field Service Management uses AI and advanced algorithms to chart efficient routes, predict traffic patterns, and estimate job durations.

    Salesforce Field Service on their Hyperforce platform automates scheduling while aligning with constraints like technician skills, parts availability, and service level agreements. They have built an AI assistant directly into the dispatcher workflow to handle natural language queries like "show me all appointments running behind schedule in the northern suburbs."

    SEW (Smart Energy Water), recognised as a Major Player in the IDC MarketScape, has deployed their SmartWX platform across global utilities for AI-driven workforce optimisation.

    The Practical Benefits

    Based on implementations in the sector:

    • Increased first-time fix rates: AI matches the right technician (skills, parts on truck, location) to the right job
    • More work orders completed daily: Optimised routing means less windshield time
    • Reduced resolution time: Better job matching means fewer return visits
    • Improved safety: AI can factor in driving conditions, fatigue management, and hazard proximity

    The Integration Challenge

    Here is what vendors do not emphasise enough: field service AI is only as good as your data systems.

    You need:

    • Accurate asset locations (surprisingly rare in utilities)
    • Real-time technician location and status
    • Work order systems with consistent job categorisation
    • Parts inventory linked to technician vehicles
    • Customer appointment preferences

    If your GIS has assets in the wrong place, your work orders are categorised inconsistently, and your inventory system does not know what is on each truck, the AI will optimise based on fiction.


    The Honest Assessment: What Is Not Working

    I would be doing you a disservice if I only talked about successes. Here is what I see struggling:

    AI maturity remains low. A 2024 BCG survey found that nearly 60% of energy company leaders expected AI to deliver results within a year, yet around 70% were dissatisfied with their progress. Expectations and reality are misaligned.

    Integration is the bottleneck. Most utilities run on ageing billing systems (often 15-20 years old), siloed asset management platforms, and meter data systems that were never designed for real-time analytics. Getting data into a state where AI can use it is 80% of the work.

    Change management is underestimated. A common statistic in enterprise AI: change management and training often consume 20-30% of total project costs. For utilities, with unionised workforces and strict safety cultures, this can be higher.

    Trust remains a barrier. According to research, 74% of utility executives believe AI's full potential can only be realised when built on a foundation of trust. For safety-critical infrastructure, human oversight remains essential, and should.


    Getting Started: The Practical Path

    If I were advising an Australian energy retailer or network starting their AI journey today, here is what I would recommend:

    Utility AI Investment Returns

    Customer service (45K chats/month deflected)$1.2M/year
    Revenue leakage recovery (theft detection)$200K+/year
    Field service optimisation (15% less travel)$1.5M/year
    Demand forecast accuracy improvement10-15%
    Smart meter mandate net benefit (NEM-wide)$507M

    Phase 1: Customer Service (3-6 months)

    Start with an AI chatbot for billing and FAQ queries. This has the clearest ROI (call deflection is easy to measure), the lowest risk (a bad chatbot answer is embarrassing but not dangerous), and builds organisational capability for more complex applications.

    Target: 30% containment rate in six months, 50% within 12 months.

    Phase 2: Meter Data Analytics (6-12 months)

    Deploy anomaly detection on your smart meter fleet. Focus on theft detection and network health monitoring. This generates direct revenue recovery and asset protection benefits while building your data infrastructure for more sophisticated applications.

    Target: Identify and recover at least $200,000 in revenue leakage annually.

    Phase 3: Field Service Optimisation (12-18 months)

    Once you have clean data foundations, deploy AI-powered scheduling and routing. This requires integration with your work order system, GIS, and potentially your ERP.

    Target: 15% reduction in travel time, 10% increase in jobs completed per technician.

    Phase 4: Demand Forecasting (18-24 months)

    This is the most complex application, requiring integration across metering, weather data, market systems, and potentially customer behaviour data. It also delivers the most strategic value for trading and network planning.

    Target: 10-15% improvement in forecast accuracy at day-ahead and week-ahead horizons.

    Utility AI Implementation Roadmap

    1
    Month 3-6
    Customer Service AI
    Deploy chatbot for billing and FAQs. Target 30% containment rate.
    2
    Month 6-12
    Meter Data Analytics
    Anomaly detection, theft prevention, network health monitoring.
    3
    Month 12-18
    Field Service Optimisation
    AI scheduling and routing. Requires clean GIS and work order data.
    4
    Month 18-24
    Demand Forecasting
    ML models for trading and network planning. Most complex integration.

    The Bottom Line

    Australian utilities are behind global peers in AI adoption, but not by much. The 51% with mature projects underway are building the foundations for competitive advantage.

    The opportunity is substantial: AGL handling 45,000 customer conversations monthly without human agents, United Energy catching network faults years earlier than manual inspections, AEMO forecasting demand in an increasingly complex grid.

    The challenges are real: data quality, system integration, change management, and the gap between vendor promises and implementation reality.

    The utilities that succeed will be those that start with focused use cases, build data foundations properly, and maintain realistic expectations about timelines and costs.

    The smart meter mandate gives everyone a deadline. The question is whether you will be ready with the AI infrastructure to extract value from all that data, or whether you will be drowning in 105,120 data points per meter per year with no way to make sense of it.

    Discuss your utility automation needs with us.


    Sources:


    Related Reading:


    Research synthesised from Itron's 2024 Resourcefulness Report, AEMC Accelerating Smart Meter Deployment Final Determination (November 2024), IBM AGL Energy Case Study, Salesforce ANZ AI in Utilities Guide, AEMO Electricity Demand Forecasting Methodology Update, BCG AI in Energy Strategic Playbook, Computer Weekly Australian Utilities AI Report, and SEW Smart Energy Water workforce optimisation documentation.