Overview AI Fluency Vision Security Getting Started Leadership Implementation Feedback
NewGen Training Series

AI for Utilities
A Practical Guide

Everything utility leaders need to know about AI — from foundational concepts to full implementation. Built by a team that knows your industry and has walked this path ourselves.

How We Got Here AI Fluency Vision & Strategy Security & Guardrails Selecting Your System Leadership Implementation The Feedback Loop
Scroll to start

How We Got Here

Artificial intelligence didn't appear overnight in 2022 — but that's when it became accessible to everyone. Understanding the arc of AI development helps utility leaders see where we are, how fast things are moving, and why 2026 is the year that demands action.

Learning Objectives

  • Trace the key milestones in AI development from early machine learning through the generative AI era
  • Identify adoption trends across industries and where utilities stand relative to other sectors
  • Explain why 2026 represents an inflection point for AI in utility operations
  • Recognize the competitive and operational risks of delayed AI adoption

A Brief History of AI

The technology we now call "AI" has been developing for decades. Early systems were rule-based — rigid programs that followed predetermined logic trees. Machine learning introduced the ability to learn from data rather than explicit rules. Deep learning made neural networks practical. And then, in rapid succession, language models went from research curiosities to tools that could write, analyze, and reason at a level that changed everything.

The key insight: AI didn't suddenly appear. What changed was accessibility. When ChatGPT launched in November 2022, it brought AI from research labs to everyone's browser. That single event compressed years of gradual adoption into months of explosive growth — 100 million users in just two months.

Key Insight

AI didn't suddenly appear in 2022 — but that's when it became accessible to everyone. The technology had been building for decades. What changed was the interface: suddenly anyone could use AI without a computer science degree.

The AI Timeline: From Deep Blue to AI Agents

Click any milestone to learn more about its significance for the utility industry.

1997
Deep Blue beats Kasparov
IBM's Deep Blue defeated world chess champion Garry Kasparov, proving AI could master games with defined rules. This was brute-force computation — impressive, but narrow.
2011
Watson wins Jeopardy
IBM Watson defeated Jeopardy champions, demonstrating AI could process natural language and general knowledge — a major step toward practical AI applications.
2012
Deep learning breakthrough
AlexNet's victory in the ImageNet competition proved that deep neural networks could dramatically outperform traditional methods. This kicked off the modern deep learning era.
2017
Transformer architecture
Google's "Attention Is All You Need" paper introduced the Transformer architecture — the foundational technology behind every modern language model including GPT and Claude.
2020
GPT-3 launches
OpenAI's GPT-3 was the first model that could write coherent long-form text, translate languages, and answer complex questions. AI moved from research to practical business applications.
2022
ChatGPT — AI goes mainstream
ChatGPT reached 100 million users in 2 months — the fastest adoption of any technology in history. AI was suddenly accessible to everyone, changing every industry's calculus.
2023
Enterprise AI emerges
GPT-4, Claude 2, and enterprise AI plans emerged. Businesses began taking AI seriously with SOC 2 compliance, enterprise agreements, and dedicated security controls.
2024
AI becomes enterprise-ready
Claude 3.5, enterprise agreements, SOC 2 compliance, and data governance guarantees made AI safe for regulated industries. The utility sector started paying serious attention.
2025
AI agents arrive
AI agents, MCP protocol, computer use, and coding agents meant AI could now act — not just talk. It could use tools, browse the web, write documents, and complete multi-step tasks autonomously.
2026
The inflection year
Organizations either have an AI strategy or they're falling behind. The question is no longer "should we use AI?" but "how quickly and how well?" This is where utilities must act.

Adoption Across Industries

Utilities are adopting AI, but trailing other industries. The gap represents both risk and opportunity — there's still time to get it right, but the window is narrowing.

AI Adoption by Industry (2025–2026)

Percentage of organizations with formal AI initiatives underway

2026 — The Inflection Point

72%
Fortune 500 with
AI strategies
3.2x
Productivity gains at
early-adopting utilities
$4.4T
Projected global
AI market by 2028

The Inflection Point

This isn't a trend you can watch from the sidelines anymore. In 2026, AI moved from "interesting experiment" to "operational necessity." Competitors, regulators, and customers are all moving. The question isn't whether to adopt AI — it's how quickly and how well.

The "Get on Board or Get Left Behind" Moment

The workforce is already using AI — with or without a policy. Studies show that over 60% of knowledge workers use AI tools informally. Without organizational strategy, you get shadow AI, inconsistent quality, and security risk. The genie is out of the bottle.

The Real Risk

The worst position isn't being behind on AI. It's having no plan at all. Your staff is already using it — the question is whether you're guiding that adoption or ignoring it.

Key Takeaways

  • AI has evolved rapidly, but the real inflection for business adoption happened 2023–2026
  • Utilities trail other industries in adoption but face unique opportunities in operations, rates, and customer service
  • Organizational AI strategy is no longer optional — the workforce is already using these tools

Next: Now that we understand where AI came from and why it matters, let's build a solid foundation of what AI actually is and how it works.

AI Fluency

Before you can lead an AI initiative, you need to understand how AI works — not at the engineering level, but at the level that informs good decisions. This module builds that foundation.

Learning Objectives

  • Explain what large language models are and how they generate responses — in plain English
  • Understand context windows, tokens, and why they matter for practical AI use
  • Define AI agents and describe how they differ from simple chat interactions
  • Compare the different ways organizations can access AI (team plans, API, self-hosted)

What Is AI — Really?

Think of a large language model (LLM) as an incredibly well-read assistant who has studied millions of documents. It doesn't "know" things the way you do — it predicts what the most helpful next response would be, drawing on patterns from everything it's read. This distinction matters: AI is a prediction engine, not a thinking machine.

When you send a prompt, the model processes your text as tokens (roughly word-sized chunks), considers the full context of the conversation, and generates a response token by token. Each token is a probabilistic prediction of what should come next. This is why AI can be remarkably insightful — and occasionally confidently wrong.

The Key Distinction

AI doesn't think. It predicts. Understanding this distinction is the key to using it well — and knowing when to trust it. Great results come from giving AI clear context, specific instructions, and verifying its outputs.

Context Windows & Tokens

A context window is how much information AI can "hold in mind" at once. Think of it like a desk — a bigger desk lets you spread out more documents and work with more information simultaneously. Here's what different token counts mean in practice:

A Typical Email

~300–500 tokens. Even the smallest context window handles emails easily.

A 10-Page Report

~4,000–6,000 tokens. Standard documents fit within any modern model's window.

A Full Rate Study

~50,000–100,000 tokens. This requires a large context window — but modern enterprise models handle it.

128K
GPT-4o
~200 pages
200K
Claude Sonnet/Opus
~300 pages
1M+
Gemini
~1,500 pages

Why This Matters for Utilities

Context window size determines how much information AI can hold in mind at once. Enterprise models with large context windows can analyze entire rate studies, regulatory filings, and financial documents — not just snippets. This is why enterprise-grade models matter for real utility work.

What Are Agents?

AI interactions come in three tiers. Understanding these tiers helps you match the right AI approach to each task:

Chat

You ask, it answers. One exchange at a time. Great for quick questions, summarization, and brainstorming. Example: "Summarize this regulatory filing."

Workflow

AI follows a predefined sequence of steps. Structured but rigid. Example: "Every Monday, pull meter data, flag anomalies, and email the operations team."

Agent

AI autonomously plans, uses tools, takes actions, and adjusts. The frontier. Example: "Analyze our rate structure, compare to peers, and draft a memo with recommendations."

Agents Are the Future

Agents are where AI gets transformative. An AI agent doesn't just answer questions — it can use tools, access data, write documents, and complete multi-step tasks autonomously. This is the capability that will change how utilities operate.

See How a Prompt Works

The quality of AI output depends heavily on the quality of your input. Compare these three approaches to the same task:

The Prompt

Summarize this report.

Why It Works

Basic Quality

Vague instruction produces vague output. AI doesn't know the audience, format, length, or focus area. You'll get a generic summary that probably needs heavy editing.

Operating Arrangements

AI access comes in several forms. Here's how they compare for utility organizations:

Feature Team (~$25/mo) API Access Enterprise (Custom)
Users Per-seat Usage-based Organization-wide
Usage Limits Moderate Pay-as-you-go Custom / Unlimited
Admin Controls Basic Full (developer) Full (SSO, SCIM, audit logs)
Data Governance Standard enterprise terms Custom via agreement Custom DPA, data residency
Best For General staff, getting started Custom integrations Large orgs with compliance needs
Examples Claude Team, ChatGPT Team Anthropic API, OpenAI API Claude Enterprise, Azure OpenAI

Our Recommendation

Most utilities should start with Team plans. They're affordable, secure, and get results fast. You can always scale up to Enterprise or API as your needs grow.

Key Takeaways

  • AI is a prediction engine, not a thinking machine — understanding this helps you use it effectively and recognize its limits
  • Context windows and tokens are practical concepts that affect what AI can do with your documents and data
  • Agents represent the next frontier — AI that can plan, act, and use tools autonomously

Next: Now that you understand what AI is and how it works, the next step is defining what you want it to do for your organization. That starts with a vision.

Start with a Vision

Too many organizations jump straight to "which AI tool should we buy?" The right first question is "what do we want AI to do for our organization?" A vision document creates alignment, accountability, and a clear path forward.

Learning Objectives

  • Articulate why a documented AI vision is essential before selecting tools or use cases
  • Walk through the four-part framework for creating an organizational AI strategy
  • Identify the key decisions utility leaders need to make early in their AI journey
  • Assess your organization's readiness with an interactive checklist

The Foundation

A tool without a vision is an expense. A vision with the right tools is a transformation. Start here — before you compare vendors, evaluate platforms, or set up accounts.

The Four-Part Framework

A successful AI strategy follows four sequential steps. Each one builds on the previous, creating a solid foundation for everything that follows.

1

Assess

Where are you today? What manual processes consume the most time? Where are the bottlenecks? What data do you already have, and where does it live? This honest inventory is your starting point.

2

Envision

Where do you want to be in 12–24 months? What does "AI-enabled" look like for your specific utility? Don't think about technology — think about outcomes. Faster rate studies? Better customer service? More efficient operations?

3

Prioritize

Which use cases deliver the highest value with the lowest risk? Start there. You don't need to transform everything at once — you need 3–5 wins that build confidence and momentum.

4

Document

Write it down. A formal AI vision document creates alignment across leadership, IT, operations, and finance. It becomes the North Star that guides every decision that follows.

Key Decisions to Make Early

Before you evaluate a single tool, these four areas need clarity:

Governance

Who owns the AI strategy? Who approves new use cases? How do you handle data classification? Establish accountability from day one.

Budget

What's the initial investment? What are the ongoing costs? How will you measure ROI? Start small and scale based on demonstrated value.

Timeline

Quick wins in 30 days? Broader deployment in 6 months? Full integration in 12? Set realistic milestones that build momentum.

Champions

Who are your internal advocates? Every department needs at least one AI champion — someone excited to experiment and share results.

Building Your AI Vision Document

Your AI vision document doesn't need to be 50 pages. It needs to be clear, specific, and actionable. Structure it around these eight elements:

#SectionWhat It Covers
1Executive SummaryWhy AI, why now — the business case in 2–3 paragraphs
2Current State AssessmentWhere the organization is today — tools, processes, pain points
3Target State Vision12-month and 24-month goals with measurable outcomes
4Priority Use CasesTop 5–10 use cases, ranked by value and feasibility
5Governance FrameworkDecision rights, approval processes, data policies
6Budget & ResourcesCosts, team allocation, training requirements
7Success MetricsHow you'll measure progress and ROI
8Risk MitigationSecurity, compliance, change management considerations

We've Done This Ourselves

NewGen created its own AI vision document before recommending it to clients. We've seen firsthand how much clearer decisions become when the strategy is written down. It's the single most important step in your AI journey.

AI Readiness Checklist

How prepared is your organization? Check each item you've completed to see your readiness score.

Your Readiness Score 0%

Key Takeaways

  • Start with strategy, not tools — a documented vision aligns your entire organization
  • The Assess → Envision → Prioritize → Document framework gives you a structured path
  • Early decisions about governance, budget, timeline, and champions set the foundation for success

Next: With a vision in place, the next question leaders always ask is: "Is it safe?" Let's address security head-on.

Guardrails — Security That Enables

The biggest security risk isn't using AI — it's having staff use AI without guardrails. Enterprise AI tools are built for security. The risk lives in the gap between "no policy" and "good policy."

Learning Objectives

  • Explain the key security certifications (SOC 2, ISO 27001) and what they mean for enterprise AI
  • Understand what "no training on your data" means in enterprise AI agreements
  • Identify the specific data handling practices utilities need to implement
  • Classify utility data into appropriate tiers for AI interaction

Reframe the Conversation

Fear of AI security is often based on consumer-grade experiences. Enterprise AI platforms operate under entirely different security models — with contractual guarantees, audit trails, and data isolation. Don't let outdated fears block real progress.

Enterprise Security Standards

Modern enterprise AI platforms provide security that meets or exceeds what most utility IT departments require:

SOC 2 Type II

Independent audit confirming security controls over time. Both Anthropic (Claude) and OpenAI hold this certification. Your systems are tested, monitored, and verified by third parties.

Data Isolation

Enterprise agreements guarantee your data is stored separately, encrypted at rest and in transit, and never shared across customers. Your data stays in its own silo.

No Training on Your Data

Enterprise plans contractually guarantee that your prompts, documents, and outputs are never used to train AI models. Your data stays yours — period.

What You DO Need to Be Smart About

Enterprise security handles the platform. These are the practices your organization needs to establish:

1

Don't Paste PII into Consumer-Grade AI

Use enterprise plans for anything involving customer data. Free and consumer tiers don't offer the same protections.

2

Establish a Data Classification Policy

Know what's public, internal, confidential, and restricted. This simple framework covers 95% of scenarios.

3

Train Your Team

Security awareness is more important than any technical control. Make sure everyone understands what's appropriate to share with AI and what isn't.

4

Review Vendor Agreements

Understand data retention periods, subprocessor lists, and breach notification terms. These are standard enterprise contract items.

5

Use Admin Controls

Enterprise plans let you control who has access, set usage policies, and monitor activity. Use them.

Data Handling Tiers

A simple four-tier classification framework covers most utility data scenarios:

TierDescriptionAI PolicyExamples
Public Already publicly available Any AI tool acceptable Published rate schedules, public meeting minutes, industry reports
Internal Not public but not sensitive Enterprise AI tools with standard controls Internal memos, process documentation, general analysis
Confidential Business-sensitive Enterprise AI only, with data handling review Financial projections, draft rate studies, vendor contracts
Restricted Regulated or highly sensitive AI use requires specific approval & controls Customer PII, SSNs, SCADA data, security assessments

Is Your Data Safe? Quick Check

Walk through this decision tree to determine the right AI policy for any data you're working with:

What type of data are you working with?

Key Takeaways

  • Enterprise AI platforms have robust security — SOC 2, data isolation, no-training guarantees
  • The real risk isn't AI itself — it's unmanaged, informal AI use without policies
  • A simple data classification framework (4 tiers) covers most utility scenarios

Next: Security handled? Good. Now let's talk about actually selecting and setting up your AI system.

Getting Started — Selecting Your AI System

AI access comes in tiers, and choosing the right one depends on your team size, security needs, and use case complexity. Most utilities don't need to build anything custom — they need to pick the right tier.

Learning Objectives

  • Compare Team, Professional, and Enterprise AI tiers and identify which fits your organization
  • Understand management platforms that provide access to multiple AI capabilities
  • Estimate monthly and annual AI costs for your organization based on user count and tier
  • Evaluate the trade-offs between cost, features, and administrative control

The Tiered Landscape

Here's how the major AI tiers compare across the features that matter most to utilities:

FeatureTeam (~$25/mo)Pro (~$100/mo)Enterprise (Custom)
UsersPer-seatPer-seatOrganization-wide
Usage LimitsModerateHigh / UnlimitedCustom
Admin ControlsBasicBasicFull (SSO, SCIM, audit logs)
Data GovernanceStandard enterprise termsStandard enterprise termsCustom DPA, data residency
Best ForGeneral staff, getting startedPower users, heavy workloadsLarge orgs with compliance needs
ExamplesClaude Team, ChatGPT TeamClaude Pro, ChatGPT ProClaude Enterprise, Azure OpenAI

Management Platforms

Beyond direct AI subscriptions, management platforms sit on top of AI models and give organizations a single interface for accessing multiple capabilities:

Perplexity Enterprise

AI-powered search and research with source citations. Ideal for regulatory research, industry analysis, and fact-finding tasks that need verifiable sources.

Microsoft Copilot

Integrated into Office 365. Best for organizations already deep in the Microsoft ecosystem — AI assistance directly inside Word, Excel, Teams, and Outlook.

Custom Integrations

API-based connections that embed AI into existing utility software — billing systems, asset management, GIS. Most technical but most customizable.

Mix and Match

You don't have to pick just one. Many organizations use a team plan (like Claude Team) for general daily use and a specialized platform (like Perplexity) for research workflows. Start simple and expand as needed.

Understanding Costs

~$25
Per month
Team plan
~$100
Per month
Pro / Power user
$500+
Per month
Enterprise (varies)

The ROI Math

If AI saves each employee even 5 hours per month, the ROI on a $25/month tool is immediate. At an average utility salary of $75K (~$36/hr), that's $180 in recovered time per employee per month — a 7x return on a Team plan.

AI Cost Calculator

Estimate your organization's AI costs. Adjust the sliders and tier selections to see real-time cost projections.

Tier:
Tier:
$1,125
Monthly Cost
$13,500
Annual Cost
6.4x
Estimated ROI

ROI assumes each user saves 5 hours/month at $36/hr average utility employee cost. Actual results vary by use case and adoption level.

Key Takeaways

  • Start with Team plans for most users — affordable and effective for immediate productivity gains
  • Power users and analysts benefit from Pro tiers with higher limits and advanced features
  • The cost calculator shows that even modest adoption pays for itself through productivity gains

Next: You've got the tools. Now comes the human side — getting your team on board and leading the change.

Leading from the Front

The organizations that succeed with AI don't lead with the technology. They lead with the value proposition for their people: "This will make your work better, not make you unnecessary."

Learning Objectives

  • Develop a communication strategy for introducing AI to your organization
  • Make the economic argument: AI augments productivity, it doesn't replace people
  • Identify concrete, department-specific examples of AI impact in utility operations
  • Create a plan for developing AI skills across all levels of the workforce

Getting Your Team on Board

Let's address the elephant in the room: "Will AI take my job?" The answer is no — but AI will change every job. The utilities that handle this message well will accelerate adoption. Those that don't will face resistance at every turn.

Lead with Value

The organizations that succeed with AI don't lead with the technology. They lead with the value proposition for their people: "This will make your work better, not make you unnecessary." Frame it as empowerment, not threat.

The Economics Argument

Utilities face a workforce crisis — aging workforce, difficulty recruiting, growing workload. AI doesn't replace people; it lets your existing team do more.

2–5x
Productivity multiplier
for knowledge work
30%
Reduction in routine
documentation time
0
Staff displaced at
responsible adopters

The Workforce Reality

Every utility we work with is doing more with less. AI doesn't reduce headcount — it closes the gap between what your team is asked to do and what they can realistically accomplish.

Department-Specific Impact

AI isn't just for the IT department. Every function in a utility organization can benefit:

Rate & Financial Analysis

AI drafts rate study sections, analyzes billing data for anomalies, produces financial projections, and writes board memos. What took the rate team 3 weeks now takes 1 week.

Engineering & Operations

Predictive maintenance analysis, work order prioritization, and regulatory compliance document review. Catch equipment issues before they become failures.

Customer Service

AI-assisted call handling, automated FAQ responses, billing inquiry resolution, and outage communication drafting. Response times drop, satisfaction goes up.

HR & Administration

Policy document drafting, training material creation, recruitment support, and compliance documentation. Your HR team of 3 operates like a team of 6.

Legal & Regulatory

Contract review, regulatory filing analysis, compliance tracking, and public comment drafting. Review contracts in hours, not days.

Communications

Press releases, social media content, public meeting presentations, and newsletter writing. Consistent, professional communications at twice the speed.

Building the Next Generation

Younger workers expect AI tools. Senior staff have institutional knowledge that AI can help preserve and scale. The goal is to create an environment where AI skills are as expected as Excel skills. In 5 years, "AI-proficient" won't be a special skill — it'll be as basic as knowing how to use email.

Start the Culture Now

In 5 years, "AI-proficient" won't be a special skill — it'll be as basic as knowing how to use email. Start building that culture now. The organizations that invest in AI literacy today will have a significant competitive advantage tomorrow.

Before & After: Real Workflow Impact

Select a workflow to see the before and after comparison:

Before AI

2 hrs Gather data manually
4 hrs Draft section in Word
2 hrs Reviews & edits
1 hr Formatting
Total: 9 hours

With AI

15 min Give AI data + template
5 min AI produces draft
1.5 hrs Review & refine
15 min Final formatting
Total: 2 hours
78% Time Saved
7 hours recovered per section

Before AI

5 min Search knowledge base
5 min Research billing history
5 min Draft response
10 min Supervisor review
Total: 25 minutes

With AI

Instant AI pre-analyzes inquiry
3 min CSR reviews & personalizes
2 min Send response
Total: 5 minutes
80% Time Saved
20 minutes recovered per inquiry

Before AI

8 hrs Read full filing
2 hrs Summarize key points
2 hrs Identify action items
4 hrs Draft response
Total: 16 hours

With AI

15 min AI summarizes filing
5 min AI identifies action items
2 hrs Team reviews & validates
2.5 hrs AI drafts + team finalizes
Total: 5 hours
69% Time Saved
11 hours recovered per filing

Key Takeaways

  • AI augments your workforce — the economic argument is about doing more with the same team, not reducing headcount
  • Every department in a utility can benefit, from rate analysis to customer service to legal
  • Start building AI proficiency now — it will be a baseline expectation within 5 years

Next: Your team is ready, your vision is clear. Now let's get tactical — how to actually implement AI across your organization.

Implementation

This is where strategy meets execution. You've built the vision, addressed security, selected tools, and prepared your team. Now it's time to get tactical about deploying AI across your organization.

Learning Objectives

  • Select and prioritize initial AI use cases using a structured evaluation framework
  • Understand the data infrastructure requirements for effective AI deployment
  • Explain how AI systems connect to existing tools and data (MCP servers, APIs)
  • Design an access and permissions structure that balances openness with governance

Selecting Use Cases

The key principle: start with high-value, low-risk use cases. Build confidence and momentum before tackling complex integrations.

Quick Wins (Start Here)

Document drafting, summarization, research, data analysis, meeting notes. Low risk, immediate value, and they build confidence in AI capabilities.

Medium-Term

Workflow automation, reporting systems, customer communication templates, financial analysis. Require some integration but deliver substantial value.

Advanced

Predictive analytics, agent-based workflows, system integration, automated decision support. High value but require mature infrastructure.

Don't Boil the Ocean

Pick 3–5 use cases, execute them well, and let success build demand for more. The utilities that try to do everything at once end up doing nothing well.

Data Infrastructure

AI is only as good as the data it can access. Here's the three-step path to making your data AI-ready:

1

Inventory Your Data

What data do you have? Where does it live? Billing systems, GIS, SCADA, financial software, document management — map it all out.

2

Assess Readiness

Is the data clean? Structured? Accessible via API? Or is it trapped in legacy systems and spreadsheets? Be honest about where you are.

3

Plan the Connections

Which systems need to connect to AI? What data flows are needed? What's the priority order? You don't need everything connected on day one.

Interconnecting Systems

MCP (Model Context Protocol) servers are like universal translators between AI and your existing systems. They let AI read your billing data, query your GIS system, or pull from your document management — without replacing any of those systems.

AI Platform Billing System MCP / API GIS / Asset Mgmt MCP / API Financial Software API Document Mgmt File Access SCADA / Operations Restricted API Email / Calendar MCP

Access & Permissions

A role-based access structure balances openness with governance. The key: make the default generous and restrict only what genuinely needs restricting.

RoleAI Access LevelData AccessApproval Needed
ExecutiveFull — all tools, all tiersAll non-restrictedNo
Department HeadFull — team + pro toolsDepartment + publicNo
Analyst / EngineerTeam tools + dept-specificDepartment dataFor new use cases
General StaffTeam plan (standard)Public + internalFor new integrations
Contractor / TempLimited or supervisedPublic onlyYes, always

Avoid the Restriction Trap

Overly restrictive access kills adoption. If people can't easily use AI tools, they'll go back to doing things the old way — or use unmanaged consumer tools. Make the path of least resistance also the path of compliance.

Use Case Prioritization Matrix

Plot your use cases on this value/effort matrix to identify where to start. Hover over each point to see details.

Implementation Effort →
Business Value →
Quick Wins
Strategic
Nice to Have
Defer
Document Drafting — Quick Win
Board Memo Preparation — Quick Win
Meeting Minutes — Quick Win
Research & Analysis — Quick Win
Rate Study Analysis — Strategic
Predictive Maintenance — Strategic
Customer Chatbot — Strategic
Social Media Posting — Nice to Have
Full SCADA Integration — Defer

Key Takeaways

  • Start with 3–5 high-value, low-risk use cases — let success build organizational momentum
  • Data infrastructure doesn't need to be perfect to start, but you need a plan to improve it
  • MCP and API connections let AI work with your existing systems without replacing them

Next: Implementation isn't a one-time event. The most successful organizations build a continuous improvement loop. Here's how.

The Feedback Loop

AI adoption isn't a project with an end date — it's an ongoing capability that needs tending. The organizations that get the most value from AI aren't the ones that deploy the fanciest tools. They're the ones that measure what's working, learn from what isn't, and adjust quickly.

Learning Objectives

  • Design a measurement framework for AI initiative success
  • Apply the Plan-Do-Check-Act cycle to AI implementation
  • Build organizational capacity to adapt as AI capabilities evolve rapidly
  • Establish a continuous improvement cadence for your AI program

Measuring Success

What gets measured gets managed. Track AI impact across four dimensions:

Productivity Metrics

Time saved per task, throughput increases, reduction in manual work hours. The most tangible and easiest to measure.

Quality Metrics

Error rates, consistency of outputs, customer satisfaction scores. AI should improve quality alongside speed.

Adoption Metrics

Active users, frequency of use, breadth of use cases, user satisfaction. Adoption tells you whether people actually find value.

Financial Metrics

Cost per task (before/after), ROI per department, total program cost vs. value delivered. The numbers that justify continued investment.

Plan-Do-Check-Act Cycle

The PDCA cycle is a proven framework for continuous improvement. Click each phase to see how it applies to AI implementation:

Plan
Do
Act
Check

Plan

Set specific, measurable goals for each AI initiative. Define what success looks like before you start. Identify the data you'll need to measure outcomes.

Make your goals concrete and time-bound so you can objectively assess whether AI is delivering real value.

Example: "Reduce rate study section drafting time from 9 hours to 3 hours within 60 days."

Evolving with AI

AI capabilities are advancing rapidly. What's cutting-edge today will be baseline in 18 months. Build adaptability into your program:

A Living Strategy

The pace of AI advancement means your strategy should be a living document. What seemed ambitious last year might be table stakes this year. Build review cycles into your governance framework.

Continuous Improvement Cadence

CadenceActivityOwner
WeeklyCheck usage metrics, address user questions, troubleshoot issuesAI Champion
MonthlyReview productivity metrics, gather user feedback, share winsDepartment Heads
QuarterlyEvaluate new tools/capabilities, update use case list, assess ROIAI Committee
Semi-AnnuallyReview and update AI vision document, adjust strategyExecutive Leadership
AnnuallyFull program assessment, budget review, strategy refreshExecutive + AI Committee

Key Takeaways

  • Measurement transforms AI from a cost into an investment — track productivity, quality, adoption, and financial impact
  • The PDCA cycle provides a simple, proven framework for continuous AI improvement
  • Build review cadences into your governance structure — AI evolves too fast for set-it-and-forget-it

You've got the knowledge, the framework, and the tools. But you don't have to do this alone.

Partner With Us

How NewGen Can Help

AI is transforming how utilities operate — and we're helping lead that transformation. We don't just advise on AI strategy. We've built ours, and we're ready to help you build yours.

We Know Utilities

We've spent decades in the utility industry — rates, operations, finance, regulation. We don't need to learn your world. We live in it.

We've Been There Ourselves

NewGen didn't just study AI adoption — we did it. We built our own AI vision, selected our tools, trained our team, and integrated AI into our daily work.

We Know AI

Our team includes practitioners who build with AI every day — from prompt engineering to agent development to system integration.

We Know Rates

AI is already changing how rate studies are conducted. We're at the forefront — using AI to accelerate analysis and produce better deliverables.

We Know Your Challenges

Aging infrastructure, workforce transitions, regulatory complexity, affordability concerns — we understand the pressures and how AI can help.

Your Partner, Not Just Your Vendor

We don't sell AI tools. We help you build the strategy, develop the skills, and create the culture to succeed with AI — whatever tools you choose.