We’re putting $5.5M behind research and development of smaller, specialized AI models for real-world deployment — Read our manifesto →
    All posts

    [Case Study] From One Day to Two Minutes: Enel's GenAI Service-Desk Deployment

    How a global energy company used a multilingual enterprise assistant to cut first response from nine hours to one minute and fully resolve 15% of selected tickets.

    Conscious Engines

    Industry: Energy and utilities
    Organization: Enel
    Use case: Multilingual employee service-desk automation
    Evidence basis: AWS Industries case account using customer-reported results
    Disclosure: This is an independent analysis by Conscious Engines based on public information. The primary account was published by the cloud provider used in the project.

    1. Outcome at a Glance

    Enel reported that tickets fully resolved by its generative AI workflow fell from an average of one day to less than two minutes. The initial system automatically resolved 15% of tickets in scope, while average first response improved from nine hours to one minute.

    Key Outcomes

    1 day to under 2 minutes

    Full resolution time for AI-resolved tickets

    Applies to tickets fully resolved by GenAI reported in the cited case.

    9 hours to 1 minute

    First response time

    Reported average change.

    15%

    Tickets automatically resolved

    Initial subset and scope reported in the cited case.

    MeasureReported resultEvidence note
    Full resolution time for AI-resolved tickets1 day to under 2 minutesApplies to tickets fully resolved by GenAI
    First response time9 hours to 1 minuteReported average change
    Tickets automatically resolved15%Initial subset and scope
    Initial application coverage3 applicationsBounded first deployment
    Company operating footprint32 countries, about 82 GWOrganizational context

    The qualifier matters. Enel did not claim that every service ticket was closed in two minutes. The result applied to the portion that the system could fully resolve, starting with a restricted group of requests and three applications.

    That is a strong production pattern for enterprise AI: automate a measurable, low-risk slice completely, then expand the resolution boundary as evidence accumulates.

    2. The Operational Problem

    Large energy companies have complex internal technology estates, multilingual workforces, and strict access requirements. A routine employee request can move through several queues before reaching the person with the correct application knowledge. Even when the solution exists in a knowledge base, the user may not know the correct terminology or portal.

    Traditional service automation commonly fails in two ways. Rule-based bots cover only predefined wording and routes. General assistants can answer broadly but may not know the employee's application context, permissions, or the current approved procedure.

    The operational target is not simply a fast response. It is a correct resolution with the appropriate identity, application, knowledge, and audit context. A safe system must know when it can complete a request, when it can offer grounded instructions, and when it must hand the ticket to a human.

    For Enel, multilingual support adds another model requirement. The system must understand an employee's request, retrieve the same controlled answer across languages, and preserve product names, identifiers, and technical terms without translation drift.

    3. What Was Built

    The public account describes a generative AI service capability built with Amazon Bedrock. A production implementation of this type typically joins conversation, retrieval, workflow automation, and ticketing systems.

    System at a Glance

    Intent and entity model

    Identify application, issue, urgency, and user request.

    Enterprise retrieval

    Find current support articles and procedures.

    Language model

    Explain steps in the user's language and structured format.

    Identity and permissions

    Limit data and actions to the employee's role.

    Workflow connectors

    Create, update, or resolve tickets and execute approved actions.

    Confidence and escalation

    Hand off unsupported or risky cases with context.

    LayerFunction
    Intent and entity modelIdentify application, issue, urgency, and user request
    Enterprise retrievalFind current support articles and procedures
    Language modelExplain steps in the user's language and structured format
    Identity and permissionsLimit data and actions to the employee's role
    Workflow connectorsCreate, update, or resolve tickets and execute approved actions
    Confidence and escalationHand off unsupported or risky cases with context
    EvaluationTest correctness, containment, latency, and harmful action risk

    The useful design choice is application-level scope. With three applications, the team can curate procedures, define valid actions, and create a representative test set. The model's authority remains narrow enough to observe.

    A task-specific model can handle intent classification and structured extraction at low cost. Retrieval can ground answers in Enel's documents. A larger model is then reserved for multilingual explanation or ambiguous cases. This routing design is often more economical and controllable than sending every message to one frontier model.

    4. How It Reached Production

    Enel's initial 15% automated-resolution rate is a more credible production milestone than an inflated containment claim. It suggests the system was allowed to complete only cases that met a defined threshold.

    Select repetitive, reversible requests. Password, access, known-issue, and how-to categories often have stable resolution paths. High-impact changes should require confirmation or human approval.

    Curate the source of truth. A model cannot fix contradictory support articles. Document owners, version dates, access rules, and expiry policies are necessary parts of the AI program.

    Evaluate multilingual parity. Each supported language needs tests for intent, entity preservation, groundedness, instruction quality, and escalation. Translation quality alone is insufficient.

    Instrument handoffs. When the AI cannot resolve a ticket, it should transfer the conversation, diagnostics, and cited articles. A handoff that makes the user repeat everything destroys much of the value.

    Report containment honestly. Auto-resolution should require a completed action or confirmed answer without rapid reopen. Deflection, abandonment, and true resolution are different metrics.

    An energy enterprise should also evaluate deployment against critical-infrastructure controls. The service assistant must remain separated from operational technology unless a deliberately governed integration is approved.

    5. What Energy and Utility Leaders Should Take Away

    Enel's case shows how enterprise AI can create a step change in response time without trying to replace the entire service organization. The highest-confidence 15% can be automated first, producing immediate value and the feedback needed for expansion.

    A production-ready service model is tuned to the enterprise's applications, languages, identity system, ticket taxonomy, and resolution procedures. It combines task-specific classifiers, enterprise RAG, an orchestration layer, and human escalation. The primary metric is cost per correctly resolved ticket, not chat containment alone.

    The reported change from one day to under two minutes is a powerful headline. The durable lesson is the scope behind it: a bounded subset, three applications, and a workflow capable of completing the request. Enterprises should copy that precision.

    Sources