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

    The Network Operations Copilot: RAG and SLMs for Faster Incident Resolution

    How telecom operators can connect alarms, topology, tickets, manuals, and postmortems without putting a generative model in control of the network.

    Conscious Engines

    Network operations centers do not suffer from a lack of signals. They suffer from fragmented context. One incident can produce alarms, configuration changes, customer complaints, vendor documentation, field tickets, and topology effects across multiple systems.

    A network copilot can assemble and explain that evidence. It should not make uncontrolled configuration changes.

    The operating case

    The ITU telecom GenAI report identifies network planning, inventory mapping, field guidance, root-cause analysis, postmortem creation, security testing, and performance reporting as relevant use cases. Forty-eight percent of surveyed telecom professionals investing in AI reported network-operations uses, and 40% reported network planning and design.

    Deutsche Telekom reports using customer disruption complaints to generate AI-powered tickets and derive measures for clearing incidents. Its later mobile-network agent announcement describes classification and routing using monitoring, inventory, performance, and coverage data.

    The incident evidence graph

    Link:

    • alarm and metric
    • network element and software version
    • topology and affected dependencies
    • configuration and recent change
    • site, geography, and customer impact
    • trouble ticket and work order
    • vendor bulletin and manual
    • prior incident and postmortem
    • owner, action, and approval

    The graph lets the system distinguish two similar alarms on different software releases or identify that multiple symptoms share an upstream dependency.

    Separate the models

    Anomaly model: Detects unusual time-series or graph behavior.

    Correlation model: Groups related alarms and suppresses duplicates.

    Impact model: Estimates services, customers, and SLAs at risk.

    RAG retriever: Finds current procedures, vendor notes, and similar verified incidents.

    SLM: Produces a structured incident brief, extracts actions, and asks for missing information.

    Optimizer or rules engine: Proposes feasible work, route, or configuration options.

    Human controller: Approves consequential actions under the change process.

    One large model should not perform every job because the failures become hard to isolate and audit.

    The copilot workflow

    1. receive and correlate events
    2. identify likely affected service and scope
    3. retrieve recent changes and relevant known errors
    4. retrieve the approved diagnostic procedure
    5. produce a time-ordered evidence summary
    6. rank hypotheses with supporting and contradicting evidence
    7. propose approved tests or actions
    8. open or update the incident ticket
    9. record operator decision and outcome
    10. draft the postmortem after closure

    The system should say "insufficient evidence" when the data does not distinguish causes.

    Retrieval rules

    Filter by network domain, vendor, hardware, software, geography, confidentiality, and effective date. Prefer current approved procedures over similar historic notes. Show exact passages and configuration references.

    Do not index credentials, secrets, or raw configuration broadly. Enforce access before retrieval, and defend against prompt injection inside tickets and vendor documents.

    Evaluation

    Replay historical incidents using only information available at each timestamp. Future tickets and final postmortems must not leak into diagnosis.

    System Layers

    Detection

    precision, recall, warning horizon.

    Correlation

    duplicate reduction, incident purity.

    Impact

    affected-customer and service accuracy.

    Retrieval

    recall at 5, citation precision, current-source rate.

    Hypothesis

    top-three cause recall, unsupported-cause rate.

    Workflow

    time to acknowledge, diagnose, and restore.

    LayerMetric
    detectionprecision, recall, warning horizon
    correlationduplicate reduction, incident purity
    impactaffected-customer and service accuracy
    retrievalrecall at 5, citation precision, current-source rate
    hypothesistop-three cause recall, unsupported-cause rate
    workflowtime to acknowledge, diagnose, and restore
    safetyunapproved-action and secret-leakage tests
    learningoperator correction capture and recurrence

    Report performance by network domain and severity. Major incidents should never disappear inside a good average.

    Autonomy ladder

    Level 1: Summarize events and retrieve documents.

    Level 2: Recommend diagnostic steps and draft tickets.

    Level 3: Execute read-only queries and approved low-risk tests.

    Level 4: Execute reversible changes with human approval.

    Level 5: Closed-loop control only where deterministic safeguards and formal assurance permit it.

    Most generative NOC deployments should begin at Levels 1 and 2.

    The business case

    Value comes from fewer alert touches, shorter diagnosis, fewer unnecessary field dispatches, less repeat failure, and faster postmortems. Calculate by incident class. Avoid assigning the full value of prevented outage minutes to the copilot when other automation and engineering changes contributed.

    The conclusion

    The network copilot is an evidence and workflow layer. It makes the state of the network easier to understand without confusing fluent generation with operational authority.

    Its advantage compounds as the carrier captures operator corrections, verified causes, and resolved incidents in a reusable evaluation set.

    Research note

    Research is current through September 5, 2026. Company deployments are first-party reports. Live network changes remain subject to carrier engineering, security, change, and safety controls.

    Continue the research

    Building a Production-Ready System

    Conscious Engines builds telecom network operations AI that combines alarms, topology, configuration, tickets, manuals, and postmortems inside a cited investigation workflow. Small models classify and route events, while stronger reasoning and human approval are reserved for complex diagnosis and network change.