Tag: Multi-Agent Systems

  • Agentic AI in Telecom Operations: From AI Assistance to Autonomous Action

    Agentic AI in Telecom Operations: From AI Assistance to Autonomous Action

    Introduction: When AI Moves Beyond Recommendations

    Agentic AI in telecom represents a shift from AI systems that simply analyze network data and recommend actions toward systems that can reason across operational context, coordinate workflows and take controlled actions toward defined network objectives. In telecom operations, this could transform how NOCs investigate incidents, identify root causes, automate repetitive decisions and move toward increasingly autonomous network operations.

    It is 2:17 AM. Something unusual starts happening in the network.

    A cluster of cell alarms appears almost simultaneously. Seconds later, transmission alarms follow. Packet Core KPIs begin moving in the wrong direction, while service-impact indicators start rising.

    The NOC screens are getting busier, but the most important question remains unanswered:

    Where did the problem actually start?

    An experienced NOC engineer begins doing what telecom operations teams have done for years—checking topology, comparing alarms, reviewing performance counters, looking for recent changes and engaging the relevant Back Office teams.

    The RAN team sees affected cells. The transmission team sees path degradation. The Core team sees session failures.

    Everyone can see a symptom.

    Someone still has to connect the story.

    Modern operational tools have made this process faster. AIOps can correlate alarms, reduce noise and identify patterns across large volumes of network data. Generative AI can summarize information and help engineers investigate unfamiliar conditions.

    But there is still a gap between understanding what is happening and carrying the incident toward resolution.

    This is where Agentic AI introduces an interesting possibility.

    Imagine giving an AI agent a clear operational objective:

    “Investigate the developing service degradation and identify the safest next action.”

    Instead of simply returning an answer, the agent begins working through the problem. It checks alarms and KPIs, examines topology, looks at recent network changes, compares current behavior with historical patterns and queries authorized operational systems.

    A few moments later, the engineer is no longer staring at hundreds of unrelated events.

    The engineer receives a focused operational picture:

    What changed.
    Where the problem most likely started.
    Which services are exposed.
    What evidence supports the conclusion.
    What action could be considered next.

    But this is precisely where expert engineering judgment becomes more important—not less.

    An AI agent may process thousands of data points faster than a person can manually, but an experienced telecom engineer understands the operational context behind those numbers. Is the proposed action safe under the current network condition? Is redundancy genuinely available? Could another service be affected? Has something similar happened before? Should we act immediately, or would further investigation be safer?

    The real opportunity of Agentic AI is therefore not to remove engineers from network operations.

    It is to reduce the time experts spend searching, collecting and repeatedly checking information, allowing them to spend more time on what requires experience: technical judgment, risk assessment and the right decision.

    And that leads to the question at the heart of this article:

    If today’s AI can tell an engineer what might be happening, what changes when AI can actually pursue an operational task?

    From GenAI to AIOps to Agentic AI — What Actually Changes?

    Return to the incident for a moment.

    Suppose the engineer gives a Generative AI assistant the alarms and performance information already collected. It can summarize what it sees, explain possible relationships and suggest troubleshooting steps.

    Useful—but the engineer is still driving the investigation.

    An AIOps platform can go further. It continuously processes operational data, correlates related alarms, identifies anomalies and may reduce hundreds of network events into one meaningful incident.

    Now the engineer has a much clearer picture.

    Agentic AI introduces another step: the ability to pursue an objective through a sequence of actions rather than answering one question and stopping.

    The agent can determine what information it needs next, query an authorized system, evaluate the result, decide which investigation step should follow and continue until it reaches an operational conclusion—or reaches a point where expert intervention is required.

    GENERATIVE AI
    Explain & Assist

    AIOps
    Correlate & Detect

    AGENTIC AI
    Investigate → Plan → Act → Validate

    EXPERT ENGINEER
    Judge → Approve → Govern

    The progression is not about removing people as automation becomes more capable. It is about moving repetitive investigation and execution away from engineers while keeping expert judgment at the center of high-risk decisions.

    Generative AI:
    “Here is what these alarms could mean.”

    AIOps:
    “These 300 alarms appear to represent one cross-domain incident, and this is the probable root cause.”

    Agentic AI:
    “I correlated the alarms, checked the affected topology, reviewed recent changes and examined service KPIs. Here is the probable cause, the supporting evidence, the customer exposure and the recommended recovery action. Engineer approval is required before execution.

    That final sentence matters.

    In telecom operations, the ability to execute an action does not automatically mean that an AI agent should be allowed to execute it independently.

    But our incident is still developing.

    It is now 2:21 AM. Customer impact is increasing. The agent believes it has found where the problem started.

    What happens next?

    Scenario 1: The 2:21 AM Cross-Domain Incident

    It is now 2:21 AM.

    The first alarms appeared only four minutes ago, but the incident has already crossed several network domains.

    The RAN team can see a group of affected cells. The Packet Core team is seeing an increase in session failures. Customer-impact indicators are moving upward.

    At first glance, it looks like three different problems.

    The agent starts with a different question:

    What do these symptoms have in common?

    It maps the affected cells against the transmission topology. A pattern emerges: many of them depend on the same transport path.

    The agent then checks that path. Interface errors have increased sharply, and traffic behavior changed shortly before the first RAN alarms appeared.

    But it does not stop there.

    It checks recent network activities and finds that a configuration change was completed on an upstream network element shortly before the degradation began. It compares pre-change and post-change performance, checks the available redundant path and reviews whether any other services depend on the same infrastructure.

    Within minutes, what initially looked like hundreds of alarms across several domains has become one working hypothesis:

    The RAN alarms and Core KPI degradation may be downstream symptoms of a transport-related problem associated with the recent change.

    The Agent Has a Recommendation. The Engineer Has a Decision.

    The agent proposes restoring the previous configuration.

    This is the moment where a poorly designed automation model could become dangerous.

    A recommendation may look technically correct based on the available data, but the experienced engineer does not approve it immediately.

    The engineer asks three questions:

    Is the previous configuration still valid?
    Is the redundant path healthy enough to carry the traffic during recovery?
    Could the rollback affect another service that is currently stable?

    The agent performs the additional checks and returns the evidence. The engineer also recognizes a dependency from previous operational experience that was not obvious from the alarm sequence alone.

    The recovery plan is adjusted accordingly.

    The agent accelerated the investigation. The engineer improved the decision.

    Once the engineer approves the controlled recovery action, the agent can support the execution according to its authorized workflow.

    But the job is still not finished.

    A configuration command completing successfully does not necessarily mean that the service has recovered.

    The agent continues monitoring.

    Transmission errors begin falling. RAN alarms start clearing. Session-success KPIs recover. Customer-impact indicators return toward their normal baseline.

    Only after the technical and service-level post-checks pass does the workflow recommend incident closure.

    The sequence therefore becomes:

    Detect → Investigate → Correlate → Recommend → Expert Decision → Execute → Validate

        RAN ALARMS

    TRANSPORT ERRORS

    CORE KPI IMPACT

    CUSTOMER IMPACT

    ┌─────────────┐
    │ AI AGENT │
    └─────────────┘

    Investigate
    Correlate
    Check Changes
    Assess Impact

    PROPOSED ACTION

    ┌─────────────────┐
    │ EXPERT ENGINEER │
    └─────────────────┘

    Challenge • Assess
    Modify • Approve

    CONTROLLED ACTION

    VALIDATE RECOVERY


    Agentic operations should shorten the path from detection to decision—not remove expert control from that path.

    What Changed Compared with Today’s NOC?

    None of the individual troubleshooting activities in this scenario are unfamiliar to an experienced telecom engineer.

    Engineers already check alarms, topology, KPIs, recent changes, redundancy and customer impact during major incidents.

    What changes is how much of the investigative workload can happen simultaneously and automatically.

    Instead of several engineers spending the first part of an incident gathering information from separate systems, an agent can assemble much of that evidence continuously and present it in operational context.

    The expert team can therefore enter the decision-making stage earlier.

    That may ultimately be one of the most valuable applications of Agentic AI in the NOC—not replacing troubleshooting expertise, but giving experts a better starting point when every minute matters.

    Our 2:21 AM incident began after customers were already at risk.

    But the more interesting question is what happens when the network has not failed yet.

    Suppose there are no major alarms, no flood of customer complaints and no active war room—only a small pattern of deterioration developing quietly over several days.

    Can an agent recognize the story before it becomes an incident?

    Scenario 2: The Failure That Hasn’t Happened Yet

    This time, there is no 2:00 AM emergency.

    No major alarms. No customer complaints. No war room.

    The network appears healthy.

    But over several days, an agent notices something that would be easy to overlook during routine operations: the receive signal level on a microwave link is slowly deteriorating.

    The value is still within the operational threshold, so a traditional threshold-based monitoring system does not raise a critical alarm.

    The agent, however, is not looking only at today’s value. It examines the trend.

    It reviews historical performance, error counters, modulation behavior, weather and environmental information, previous maintenance records and the services depending on the link.

    Individually, none of these indicators justifies an emergency response.

    Together, they tell a different story.

    The link is still working—but its operating margin is gradually disappearing.

    From Observation to Preventive Action

    The agent checks whether an alternative path is available and evaluates the services that would be exposed if the link eventually failed.

    It then presents the transmission engineer with a concise finding:

    “No current service impact. Link performance has shown sustained deterioration over the last several days. Based on the current trend and service dependency, preventive investigation is recommended.”

    This is very different from waking an engineer because a threshold was crossed.

    The engineer reviews the trend and applies domain expertise. Perhaps the deterioration resembles an alignment issue seen previously. Perhaps environmental conditions explain part of the movement. Or perhaps the link is known to have limited fade margin and deserves earlier attention.

    The engineer decides whether the condition requires continued observation, remote investigation or a planned field intervention.

    Once again, the agent provides continuity and scale; the engineer provides technical interpretation and judgment.

    If maintenance is initiated, the agent can continue following the case—tracking the work order, checking whether the deterioration continues and automatically comparing performance before and after the intervention.

    The value is not simply that AI predicted a failure.

    The value is that an early signal was converted into a controlled preventive-maintenance workflow before customers knew there was a problem.

    NETWORK STILL HEALTHY

    Small Performance Change

    Long-Term Trend Detected

    Agent Investigates Context

    Potential Risk Identified

    EXPERT ENGINEER
    Review • Interpret • Decide

    Preventive Action

    Post-Maintenance Validation

    INCIDENT AVOIDED

    The smartest incident may be the one the NOC never has to manage.

    So far, our two scenarios have involved network connectivity.

    But modern telecom operations are increasingly dependent on software platforms, databases and real-time digital transactions. A network can have healthy radio coverage, stable transmission and an available Core—and customers can still be unable to use a service.

    Consider what happens when the problem is not a failed link at all.

    The OCS is online. Nothing is technically down. But charging transactions are getting slower.

    Scenario 3: The OCS Is Up—but Something Is Wrong

    It is a busy evening period. The Online Charging System is available. There is no major platform-down alarm, and the infrastructure dashboard is mostly green.

    Yet something is beginning to change.

    Charging transactions are taking slightly longer to complete. A few application queues are growing. Some transaction failures appear intermittently, but not yet at a level that would normally trigger a major incident.

    To an individual monitoring system, each condition may look manageable.

    To an agent following the service end to end, the combination deserves attention.

    Instead of waiting for a hard threshold to be crossed, the agent begins investigating.

    It checks transaction success rates and latency, then looks at application queues. It reviews CPU and memory, database performance, storage utilization and replication status. It checks interfaces toward dependent systems and looks for recent configuration or application changes.

    One finding leads to the next.

    The platform is technically up, but its behavior is gradually moving away from normal.

    Availability Does Not Always Mean Service Health

    This distinction matters in telecom operations.

    A platform can report 100% availability while customers are already experiencing slower transactions, intermittent failures or degraded service.

    The agent correlates the evidence and finds that database utilization has been steadily increasing. At the same time, transaction latency and queue depth are moving upward.

    It presents the OCS and database engineers with the developing picture rather than simply generating another alarm:

    “Platform remains available. Transaction latency and queue depth are increasing alongside abnormal database resource growth. Service degradation risk is increasing. Database and application-level investigation is recommended.”

    At this point, the agent has done something valuable: it has connected technical resource behavior with service performance.

    But it has not decided to modify the production database.

    That decision belongs with the experts.

    The OCS engineer understands the transaction behavior and application dependencies. The database engineer understands the database state, housekeeping history and risks associated with any intervention.

    Together, they review the evidence assembled by the agent.

    They may decide that controlled housekeeping is sufficient. They may identify a capacity issue. They may discover an abnormal process. Or they may conclude that the apparent correlation is misleading and another dependency needs investigation.

    This is where domain expertise protects the network from a dangerous assumption:

    Correlation is evidence. It is not automatically proof of root cause.

    Once the engineers determine the appropriate action, the agent can support the approved workflow—collecting pre-checks, tracking the activity and continuously monitoring transaction performance.

    After the intervention, it compares the same indicators again.

    Did transaction latency recover?
    Are queues returning to normal?
    Has database behavior stabilized?
    Did any new service degradation appear?

    The task is complete only when the service—not merely the maintenance command—has recovered.

    TRANSACTIONS SLOWING

    Queue Growth

    No Major Alarm Yet

    ┌─────────────┐
    │ AI AGENT │
    └─────────────┘

    Transactions • Application
    CPU/Memory • Database • Storage
    Replication • Interfaces • Changes

    DEVELOPING RISK

    ┌─────────────────────┐
    │ DOMAIN EXPERTS │
    │ OCS + DB Engineers │
    └─────────────────────┘

    Interpret → Challenge → Decide

    APPROVED ACTION

    SERVICE VALIDATION

    A healthy node does not always mean a healthy service. Agentic operations need to understand both.

    Our three scenarios have something in common.

    In each case, the agent needed information from more than one system and, often, more than one technical domain.

    The cross-domain incident required RAN, transport and Core information. The preventive-maintenance case required performance history and infrastructure context. The OCS case crossed application, database and service behavior.

    That creates another practical question.

    Can one AI agent realistically become an expert in every part of a telecom network?

    Probably not—and perhaps it should not try.

    A telecom network is already operated by specialized teams because RAN, transmission, IP, Core, charging, cloud and service assurance require different expertise.

    Agentic operations may develop in much the same way.

    Instead of one all-powerful agent controlling the network, imagine a group of specialized agents working alongside specialized engineering teams.

    When One Agent Isn’t Enough: The Multi-Agent NOC

    Telecom networks are built around specialization for a reason.

    A RAN engineer understands radio behavior in a way that a database engineer does not. A Core engineer sees signaling and session behavior differently from a transmission engineer. An OCS specialist understands charging flows, while a service-assurance team sees how problems ultimately reach the customer.

    Agentic operations may need a similar structure.

    Rather than creating one enormous AI agent expected to understand every technology, operator and operational process, a more practical model could involve specialized agents working together, each operating within a clearly defined domain and set of permissions.

    Imagine the NOC Receives a Customer-Service Degradation Alert

    A service-assurance agent notices that customers in one region are experiencing increased data-session failures.

    Instead of immediately declaring a root cause, an orchestrating agent asks several specialized agents to investigate the same problem from different perspectives.

    The RAN Agent checks cell availability, accessibility, radio KPIs and recent RAN changes.

    The Transport Agent checks affected paths, interface errors, packet loss, latency and redundancy.

    The Core Agent examines registration, session establishment, signaling behavior and relevant Core resources.

    The Service Agent continues measuring the actual customer impact.

    Each agent returns evidence—not simply an opinion.

                 SERVICE DEGRADATION
                         ↓
              ┌────────────────────┐
              │ ORCHESTRATOR AGENT │
              └────────────────────┘
                         │
          ┌──────────────┼──────────────┐
          ↓              ↓              ↓
     RAN AGENT     TRANSPORT AGENT   CORE AGENT
          │              │              │
    Radio Health     Path Health    Sessions &
    Cell KPIs        Loss/Latency    Signaling
          │              │              │
          └──────────────┼──────────────┘
                         ↓
                  SERVICE AGENT
                         ↓
                  Customer Impact
                         ↓
              ┌────────────────────┐
              │  EXPERT ENGINEERS  │
              └────────────────────┘
                         ↓
             JUDGMENT • DECISION • CONTROL

    The orchestrator can compare these findings and build a cross-domain view. But importantly, disagreement between agents should not be hidden.

    Suppose the RAN Agent sees radio degradation and identifies it as the likely cause, while the Transport Agent detects packet loss on a shared upstream path.

    A weak system might simply select whichever conclusion has the highest confidence score.

    A stronger operational model would present the conflicting evidence to the relevant experts.

    An experienced engineer may immediately recognize that the radio degradation is actually a downstream symptom of transport instability.

    This illustrates an important principle:

    Multiple AI agents do not replace multiple areas of engineering expertise. They can help those experts reach a shared operational picture faster.

    The Engineer Becomes the Technical Authority, Not the Data Collector

    In today’s NOC, experienced engineers can spend significant time gathering information before they are able to apply their expertise.

    In an agent-supported NOC, much of that collection could happen continuously in the background.

    The role of the expert moves upward:

    From searching dashboards → to interpreting evidence
    From collecting logs → to challenging conclusions
    From following repetitive checks → to assessing risk
    From executing every routine action → to governing automation
    From viewing individual nodes → to understanding end-to-end service behavior

    This does not make telecom expertise less valuable.

    It makes deep expertise more valuable because the engineer can spend more time on decisions that actually require it.

    But there is an uncomfortable question hiding inside this model.

    If agents can investigate problems, communicate with other agents, access operational tools and recommend actions, how much authority should they actually have?

    Should an agent be allowed to perform a health check automatically? Probably.

    Create a preventive ticket? In many cases, yes.

    Restart a live OCS process?

    Change Core configuration?

    Reroute major traffic?

    Roll back a production change?

    Those questions cannot be answered simply by saying that the AI has a high confidence score.

    The real challenge of Agentic AI in telecom may not be making agents capable enough to act. It may be deciding when they should be allowed to act.

    Who Gets the Final Say? Designing Authority and Guardrails

    Imagine our agent has completed its investigation.

    It has identified the likely problem, checked the dependencies and calculated a high level of confidence in the recommended action.

    But confidence alone should not determine authority.

    In telecom operations, two actions can have completely different consequences. Collecting a health check from a router is not the same as changing its routing configuration. Creating a preventive ticket is not the same as restarting a live charging platform.

    Agentic AI therefore needs something telecom engineers already understand very well: operational boundaries.

    A practical approach is to classify actions according to their potential service impact, complexity and reversibility.

    A Simple Green–Amber–Red Model

    🟢 GREEN — Agent Can Act

    These are low-risk, repeatable activities with clearly understood outcomes.

    Examples could include collecting health checks, checking KPIs, gathering logs, validating backups, monitoring capacity, checking certificate expiry, creating tickets, generating reports and performing approved post-checks.

    The agent can execute these tasks within predefined permissions while keeping a complete record of what it did.

    🟠 AMBER — Agent Prepares, Expert Approves

    Here, the agent can investigate the condition, collect evidence, prepare the proposed action and explain the expected impact—but execution requires authorization from the responsible engineer.

    Examples could include controlled service restarts, selected traffic shifts, approved configuration changes, database housekeeping, rollback of a recent change or actions on service platforms.

    The engineer can approve, modify or reject the proposed action.

    🔴 RED — Expert-Led

    Some activities carry too much operational or customer risk to be delegated simply because an agent believes the action is correct.

    Examples may include major Core changes, large-scale routing modifications, charging changes affecting subscriber balances, critical database modifications, major traffic migrations and activities involving uncertain dependencies.

    In these cases, AI remains valuable—but as an assistant to the expert team. It can gather evidence, simulate possibilities, prepare pre-checks and monitor the outcome while the engineering authority remains firmly human.

    🔴 RED — Expert-Led

    Some activities carry too much operational or customer risk to be delegated simply because an agent believes the action is correct.

    Examples may include major Core changes, large-scale routing modifications, charging changes affecting subscriber balances, critical database modifications, major traffic migrations and activities involving uncertain dependencies.

    In these cases, AI remains valuable—but as an assistant to the expert team. It can gather evidence, simulate possibilities, prepare pre-checks and monitor the outcome while the engineering authority remains firmly human.

    The goal is not maximum autonomy. The goal is the right level of autonomy for the right operational risk.

    And What If the Agent Gets It Wrong?

    There is another reason expert control matters.

    AI agents will not always be right.

    An agent may misunderstand an alarm relationship. Historical data may be incomplete. An inventory record may be outdated. A dependency may exist that is not visible to the system. Two agents may reach different conclusions. A recommended action may have worked successfully ten times before and still be wrong on the eleventh.

    Telecom engineers already work with uncertainty. Agentic AI does not remove that uncertainty—it introduces another participant whose conclusions must also be questioned.

    This is why every important agent action should leave a clear operational trail:

    What did the agent observe?
    Which systems did it access?
    What evidence did it use?
    Why did it recommend the action?
    Who approved it?
    What exactly was executed?
    What happened afterward?

    If the expected recovery does not occur, the agent should not continue experimenting indefinitely with a live network. It should stop, preserve the evidence and escalate to the responsible experts.

    Knowing when to stop may be just as important as knowing how to act.

    By now, the Agentic NOC may sound technologically ambitious.

    But operators do not need to move from today’s NOC directly to autonomous agents controlling production networks.

    In fact, that would probably be the wrong place to start.

    The safer question is:

    What is the first useful job we could give an AI agent tomorrow without handing it control of the network?

    Starting Small: A Practical Path to Agentic Operations

    The first AI agent in a telecom NOC probably should not be given permission to change the network.

    It should be given permission to understand it.

    Consider a routine morning shift. Before the operations team begins its daily review, an agent has already checked overnight alarms, recurring faults, major KPI deviations, capacity warnings, failed backups, open incidents and recent changes.

    Instead of presenting another dashboard, it prepares a short operational brief:

    “Three conditions require attention this morning. One transmission link is showing repeated degradation, database utilization on a service platform is increasing faster than normal, and a cluster of RAN alarms has recurred for the third night.”

    Nothing has been changed.

    But the engineering team begins the day with a better question:

    “Which risk should we investigate first?”

    That alone can be a useful starting point for Agentic AI.

    Build Trust Before Building Autonomy

    From there, the agent can gradually be given greater responsibility—but only after its performance has been demonstrated in real operational conditions.

    Stage 1 — Observe

    Give the agent read-only access to selected alarms, KPIs, topology, logs, tickets and operational information.

    Let it learn how to assemble a network-health picture without touching the live network.

    Stage 2 — Investigate

    Allow the agent to follow approved troubleshooting procedures: query additional systems, correlate information, compare historical behavior and prepare evidence for the engineer.

    Stage 3 — Recommend

    The agent can now propose a probable root cause and next action—but the expert engineer decides whether the recommendation makes operational sense.

    Stage 4 — Execute with Approval

    For proven workflows, the engineer approves an action and the agent executes the authorized steps, performs post-checks and reports the outcome.

    Stage 5 — Limited Autonomous Action

    Only mature, repetitive and low-risk workflows move into controlled autonomous execution. Exceptions, uncertainty and high-risk conditions automatically return control to the engineering team.

    Autonomy should be earned through operational evidence, not granted because the technology is capable of it.

    What Happens to the Telecom Engineer?

    Whenever automation becomes more capable, one question inevitably follows:

    What happens to the engineer?

    Return once more to our 2:17 AM incident.

    The experienced engineer originally spent valuable minutes opening different systems, collecting evidence and asking several teams for information.

    In an Agentic NOC, much of that work may arrive already assembled.

    But the difficult questions remain.

    Is the diagnosis technically credible?
    What risk does the proposed action create?
    Is the network behaving differently because of something the agent cannot see?
    Should we intervene now or continue observing?
    What happens to other services if this action fails?

    These are not simply data-processing questions. They require experience, technical depth and operational judgment.

    The engineer’s role therefore does not disappear. It moves away from some of the repetitive mechanics of network operations and toward technical authority.

    The future NOC engineer may spend less time collecting information and more time:

    challenging AI-generated conclusions,
    understanding end-to-end service dependencies,
    assessing operational risk,
    designing automation policies and guardrails,
    handling complex exceptions,
    and making decisions when the network does something nobody expected.

    This also changes what expertise means.

    Deep knowledge of RAN, transmission, IP, Core, charging, cloud or databases will remain important. But engineers who can combine that domain knowledge with automation, data interpretation, AI literacy and cross-domain understanding may become particularly valuable in increasingly autonomous operations environments.

    Agentic AI does not make telecom expertise obsolete. It gives that expertise a different place to create value.

    The 2:17 AM engineer is therefore still in the NOC.

    What has changed is what surrounds that engineer.

    Instead of hundreds of disconnected alarms, there is a developing operational story. Instead of manually searching every system, specialized agents can gather and correlate evidence. Instead of automation executing blindly, authority is determined by risk.

    And when the situation becomes uncertain, complex or potentially service-affecting, the expert takes control.

    That may be a more realistic picture of the Agentic NOC than the idea of a completely human-free control room.

    So perhaps the future question is not “Will AI run the NOC?”

    It is “How should engineers and AI agents run it together?”

    The Agentic NOC: What Comes Next?

    The journey from today’s NOC to an Agentic NOC will probably not happen through one major technology deployment.

    It is more likely to happen quietly, one operational workflow at a time.

    First, an agent prepares the morning health check.

    Then it begins investigating recurring alarms.

    Later, it correlates information across RAN, transport and Core before an engineer even opens the incident.

    Eventually, trusted agents may execute selected low-risk actions, validate the outcome and involve engineers only when the situation moves outside clearly defined operational boundaries.

    The important change is not that AI suddenly “runs the network.”

    It is that operations gradually move from tools waiting for engineers to ask questions toward agents actively pursuing operational objectives alongside engineers.

    This could also change how different technical domains work together.

    A RAN Agent may detect degradation. A Transport Agent may discover the common dependency. A Core Agent may quantify the session impact. A Service Agent may determine which customers are affected.

    But the final operational picture still needs technical context, accountability and judgment.

    The future NOC may therefore become a partnership between specialized AI agents and specialized human experts, coordinated around the health of the service rather than around isolated alarms.

    The destination is not a NOC without people. It is a NOC where people spend more of their time on the decisions that deserve human expertise.

    Return one last time to 2:17 AM.

    The alarms begin appearing. RAN sees cell failures. Transmission sees degradation. Core KPIs start deteriorating.

    In today’s operating model, experienced engineers immediately begin collecting information and building the incident picture.

    In an Agentic NOC, the engineers are still there.

    What changes is what happens around them.

    While the incident is developing, agents are already correlating alarms, checking topology, reviewing recent changes, examining service KPIs and bringing evidence together across domains.

    Instead of spending the first critical minutes asking “What is happening?”, the engineering team can reach the more important questions earlier:

    “Does this diagnosis make sense?”
    “What is the safest action?”
    “What could this action affect?”
    “Are we ready to execute?”

    That is where Agentic AI could create real operational value.

    Not because an AI agent knows more about the network than the engineers who designed, operate and troubleshoot it.

    But because it can help those engineers reach the point where their expertise matters most—faster.

    Agentic AI should therefore not be measured simply by how many network actions can be performed without human involvement.

    A better measure may be whether it helps operations teams detect earlier, investigate faster, make better-informed decisions, prevent avoidable incidents and recover services with greater confidence.

    Some activities will eventually become autonomous. Others will remain under expert approval. And the most complex situations will continue to depend heavily on experienced engineers who understand the network beyond what any individual alarm, KPI or model can explain.

    The strongest future may therefore be neither a completely manual NOC nor a completely autonomous one.

    It may be a NOC where machine speed and human expertise work together—each doing what it does best.

    The future of telecom operations is not AI versus engineers. It is what becomes possible when AI works with them.

    Industry Perspective: Agentic AI Is Moving Beyond the Concept Stage

    Agentic AI in telecom is still developing, but the industry is already moving from conceptual discussions toward practical experimentation and operational use cases.

    As Agentic AI becomes more capable, the next question is not only what actions AI agents can perform, but what outcome the network should achieve. This is where intent-driven telecom operations can provide the business objective that guides intelligent network decisions.

    As AI agents gain greater access to network data, tools and operational actions, cybersecurity becomes part of the autonomous-network architecture itself. Protecting agent identities, permissions, data sources and actions will be essential before operators can safely increase AI autonomy.

    In 2026, the GSMA launched an Agentic AI Testbed designed specifically to allow telecom operators to evaluate AI agents against real-world telecommunications challenges. The GSMA has also published work examining how agentic systems could support increasingly intelligent and autonomous telecom environments.

    TM Forum is similarly exploring the Agentic NOC through industry collaboration. Its 2026 Agentic NOC Catalyst includes practical work around agentic fault and incident management, anomaly detection and service/business-impact assessment—areas closely connected to the operational scenarios discussed in this article.

    The vendor ecosystem is also beginning to productize these ideas. Nokia, for example, announced an Autonomous Networks Agent Library in June 2026 and an agentic AI framework for IP network operations designed around guided actions, trusted network data and operator-defined policies.

    Ericsson has described an agentic operations approach where specialized agents can perform functions such as root-cause and impact analysis while using telecom-specific operational knowledge and maintaining appropriate human control.

    These developments do not mean that fully autonomous Agentic NOCs have suddenly arrived. They do, however, indicate that the discussion is shifting from “Could AI agents work in telecom operations?” toward the much more practical question:

    “How can they be introduced safely, usefully and at telecom-grade reliability?”

    Further Reading

    GSMA — Agentic AI for Telecom: Charting the Course for an Intelligent Future
    GSMA Agentic AI for Telecom

    TM Forum — Agentic NOC: AI-Native Operations for the Autonomous Telco
    TM Forum Agentic NOC Catalyst

    Ericsson — From Data to Decisions: Making Agentic AI-Driven Telecom Operations a Reality
    Ericsson Agentic AI-Driven Telecom Operations

    Nokia — Agentic AI Framework for IP Network Operations
    Nokia Agentic AI for IP Networks

    Agentic AI Is One Piece of the Intelligent NOC

    Agentic AI could fundamentally change how network incidents are investigated and operational decisions are developed.

    But an AI agent does not operate in isolation.

    Its real potential becomes more interesting when combined with predictive analytics, AIOps, Network Digital Twins, AI-RAN, service assurance and controlled network automation.

    Together, these capabilities point toward an operating model where AI can increasingly help the network predict, understand, simulate, decide, execute and validate.

    Explore how Agentic AI fits into the wider telecom AI landscape:
    AI in Telecom: 10 Real-World Use Cases Transforming Network Operations in 2026

    How Ready Is Your NOC for AI?

    Agentic AI requires more than intelligent models. It depends on strong observability, automation, operational data, governance and the ability to move safely toward closed-loop operations.

    Use the free TelcoMind AI NOC Maturity Assessment to evaluate your operations across 8 critical dimensions and identify your current maturity level—from Reactive to Autonomous.

    Take the Free NOC AI Maturity Assessment →

  • Agentic AI in Telecom Operations: From AI Assistance to Autonomous Action

    Agentic AI in Telecom Operations: From AI Assistance to Autonomous Action

    Introduction: When AI Moves Beyond Recommendations

    Agentic AI in telecom represents a shift from AI systems that simply analyze network data and recommend actions toward systems that can reason across operational context, coordinate workflows and take controlled actions toward defined network objectives. In telecom operations, this could transform how NOCs investigate incidents, identify root causes, automate repetitive decisions and move toward increasingly autonomous network operations.

    It is 2:17 AM. Something unusual starts happening in the network.

    A cluster of cell alarms appears almost simultaneously. Seconds later, transmission alarms follow. Packet Core KPIs begin moving in the wrong direction, while service-impact indicators start rising.

    The NOC screens are getting busier, but the most important question remains unanswered:

    Where did the problem actually start?

    An experienced NOC engineer begins doing what telecom operations teams have done for years—checking topology, comparing alarms, reviewing performance counters, looking for recent changes and engaging the relevant Back Office teams.

    The RAN team sees affected cells. The transmission team sees path degradation. The Core team sees session failures.

    Everyone can see a symptom.

    Someone still has to connect the story.

    Modern operational tools have made this process faster. AIOps can correlate alarms, reduce noise and identify patterns across large volumes of network data. Generative AI can summarize information and help engineers investigate unfamiliar conditions.

    But there is still a gap between understanding what is happening and carrying the incident toward resolution.

    This is where Agentic AI introduces an interesting possibility.

    Imagine giving an AI agent a clear operational objective:

    “Investigate the developing service degradation and identify the safest next action.”

    Instead of simply returning an answer, the agent begins working through the problem. It checks alarms and KPIs, examines topology, looks at recent network changes, compares current behavior with historical patterns and queries authorized operational systems.

    A few moments later, the engineer is no longer staring at hundreds of unrelated events.

    The engineer receives a focused operational picture:

    What changed.
    Where the problem most likely started.
    Which services are exposed.
    What evidence supports the conclusion.
    What action could be considered next.

    But this is precisely where expert engineering judgment becomes more important—not less.

    An AI agent may process thousands of data points faster than a person can manually, but an experienced telecom engineer understands the operational context behind those numbers. Is the proposed action safe under the current network condition? Is redundancy genuinely available? Could another service be affected? Has something similar happened before? Should we act immediately, or would further investigation be safer?

    The real opportunity of Agentic AI is therefore not to remove engineers from network operations.

    It is to reduce the time experts spend searching, collecting and repeatedly checking information, allowing them to spend more time on what requires experience: technical judgment, risk assessment and the right decision.

    And that leads to the question at the heart of this article:

    If today’s AI can tell an engineer what might be happening, what changes when AI can actually pursue an operational task?

    From GenAI to AIOps to Agentic AI — What Actually Changes?

    Return to the incident for a moment.

    Suppose the engineer gives a Generative AI assistant the alarms and performance information already collected. It can summarize what it sees, explain possible relationships and suggest troubleshooting steps.

    Useful—but the engineer is still driving the investigation.

    An AIOps platform can go further. It continuously processes operational data, correlates related alarms, identifies anomalies and may reduce hundreds of network events into one meaningful incident.

    Now the engineer has a much clearer picture.

    Agentic AI introduces another step: the ability to pursue an objective through a sequence of actions rather than answering one question and stopping.

    The agent can determine what information it needs next, query an authorized system, evaluate the result, decide which investigation step should follow and continue until it reaches an operational conclusion—or reaches a point where expert intervention is required.

    GENERATIVE AI
    Explain & Assist

    AIOps
    Correlate & Detect

    AGENTIC AI
    Investigate → Plan → Act → Validate

    EXPERT ENGINEER
    Judge → Approve → Govern

    The progression is not about removing people as automation becomes more capable. It is about moving repetitive investigation and execution away from engineers while keeping expert judgment at the center of high-risk decisions.

    Generative AI:
    “Here is what these alarms could mean.”

    AIOps:
    “These 300 alarms appear to represent one cross-domain incident, and this is the probable root cause.”

    Agentic AI:
    “I correlated the alarms, checked the affected topology, reviewed recent changes and examined service KPIs. Here is the probable cause, the supporting evidence, the customer exposure and the recommended recovery action. Engineer approval is required before execution.

    That final sentence matters.

    In telecom operations, the ability to execute an action does not automatically mean that an AI agent should be allowed to execute it independently.

    But our incident is still developing.

    It is now 2:21 AM. Customer impact is increasing. The agent believes it has found where the problem started.

    What happens next?

    Scenario 1: The 2:21 AM Cross-Domain Incident

    It is now 2:21 AM.

    The first alarms appeared only four minutes ago, but the incident has already crossed several network domains.

    The RAN team can see a group of affected cells. The Packet Core team is seeing an increase in session failures. Customer-impact indicators are moving upward.

    At first glance, it looks like three different problems.

    The agent starts with a different question:

    What do these symptoms have in common?

    It maps the affected cells against the transmission topology. A pattern emerges: many of them depend on the same transport path.

    The agent then checks that path. Interface errors have increased sharply, and traffic behavior changed shortly before the first RAN alarms appeared.

    But it does not stop there.

    It checks recent network activities and finds that a configuration change was completed on an upstream network element shortly before the degradation began. It compares pre-change and post-change performance, checks the available redundant path and reviews whether any other services depend on the same infrastructure.

    Within minutes, what initially looked like hundreds of alarms across several domains has become one working hypothesis:

    The RAN alarms and Core KPI degradation may be downstream symptoms of a transport-related problem associated with the recent change.

    The Agent Has a Recommendation. The Engineer Has a Decision.

    The agent proposes restoring the previous configuration.

    This is the moment where a poorly designed automation model could become dangerous.

    A recommendation may look technically correct based on the available data, but the experienced engineer does not approve it immediately.

    The engineer asks three questions:

    Is the previous configuration still valid?
    Is the redundant path healthy enough to carry the traffic during recovery?
    Could the rollback affect another service that is currently stable?

    The agent performs the additional checks and returns the evidence. The engineer also recognizes a dependency from previous operational experience that was not obvious from the alarm sequence alone.

    The recovery plan is adjusted accordingly.

    The agent accelerated the investigation. The engineer improved the decision.

    Once the engineer approves the controlled recovery action, the agent can support the execution according to its authorized workflow.

    But the job is still not finished.

    A configuration command completing successfully does not necessarily mean that the service has recovered.

    The agent continues monitoring.

    Transmission errors begin falling. RAN alarms start clearing. Session-success KPIs recover. Customer-impact indicators return toward their normal baseline.

    Only after the technical and service-level post-checks pass does the workflow recommend incident closure.

    The sequence therefore becomes:

    Detect → Investigate → Correlate → Recommend → Expert Decision → Execute → Validate

        RAN ALARMS

    TRANSPORT ERRORS

    CORE KPI IMPACT

    CUSTOMER IMPACT

    ┌─────────────┐
    │ AI AGENT │
    └─────────────┘

    Investigate
    Correlate
    Check Changes
    Assess Impact

    PROPOSED ACTION

    ┌─────────────────┐
    │ EXPERT ENGINEER │
    └─────────────────┘

    Challenge • Assess
    Modify • Approve

    CONTROLLED ACTION

    VALIDATE RECOVERY


    Agentic operations should shorten the path from detection to decision—not remove expert control from that path.

    What Changed Compared with Today’s NOC?

    None of the individual troubleshooting activities in this scenario are unfamiliar to an experienced telecom engineer.

    Engineers already check alarms, topology, KPIs, recent changes, redundancy and customer impact during major incidents.

    What changes is how much of the investigative workload can happen simultaneously and automatically.

    Instead of several engineers spending the first part of an incident gathering information from separate systems, an agent can assemble much of that evidence continuously and present it in operational context.

    The expert team can therefore enter the decision-making stage earlier.

    That may ultimately be one of the most valuable applications of Agentic AI in the NOC—not replacing troubleshooting expertise, but giving experts a better starting point when every minute matters.

    Our 2:21 AM incident began after customers were already at risk.

    But the more interesting question is what happens when the network has not failed yet.

    Suppose there are no major alarms, no flood of customer complaints and no active war room—only a small pattern of deterioration developing quietly over several days.

    Can an agent recognize the story before it becomes an incident?

    Scenario 2: The Failure That Hasn’t Happened Yet

    This time, there is no 2:00 AM emergency.

    No major alarms. No customer complaints. No war room.

    The network appears healthy.

    But over several days, an agent notices something that would be easy to overlook during routine operations: the receive signal level on a microwave link is slowly deteriorating.

    The value is still within the operational threshold, so a traditional threshold-based monitoring system does not raise a critical alarm.

    The agent, however, is not looking only at today’s value. It examines the trend.

    It reviews historical performance, error counters, modulation behavior, weather and environmental information, previous maintenance records and the services depending on the link.

    Individually, none of these indicators justifies an emergency response.

    Together, they tell a different story.

    The link is still working—but its operating margin is gradually disappearing.

    From Observation to Preventive Action

    The agent checks whether an alternative path is available and evaluates the services that would be exposed if the link eventually failed.

    It then presents the transmission engineer with a concise finding:

    “No current service impact. Link performance has shown sustained deterioration over the last several days. Based on the current trend and service dependency, preventive investigation is recommended.”

    This is very different from waking an engineer because a threshold was crossed.

    The engineer reviews the trend and applies domain expertise. Perhaps the deterioration resembles an alignment issue seen previously. Perhaps environmental conditions explain part of the movement. Or perhaps the link is known to have limited fade margin and deserves earlier attention.

    The engineer decides whether the condition requires continued observation, remote investigation or a planned field intervention.

    Once again, the agent provides continuity and scale; the engineer provides technical interpretation and judgment.

    If maintenance is initiated, the agent can continue following the case—tracking the work order, checking whether the deterioration continues and automatically comparing performance before and after the intervention.

    The value is not simply that AI predicted a failure.

    The value is that an early signal was converted into a controlled preventive-maintenance workflow before customers knew there was a problem.

    NETWORK STILL HEALTHY

    Small Performance Change

    Long-Term Trend Detected

    Agent Investigates Context

    Potential Risk Identified

    EXPERT ENGINEER
    Review • Interpret • Decide

    Preventive Action

    Post-Maintenance Validation

    INCIDENT AVOIDED

    The smartest incident may be the one the NOC never has to manage.

    So far, our two scenarios have involved network connectivity.

    But modern telecom operations are increasingly dependent on software platforms, databases and real-time digital transactions. A network can have healthy radio coverage, stable transmission and an available Core—and customers can still be unable to use a service.

    Consider what happens when the problem is not a failed link at all.

    The OCS is online. Nothing is technically down. But charging transactions are getting slower.

    Scenario 3: The OCS Is Up—but Something Is Wrong

    It is a busy evening period. The Online Charging System is available. There is no major platform-down alarm, and the infrastructure dashboard is mostly green.

    Yet something is beginning to change.

    Charging transactions are taking slightly longer to complete. A few application queues are growing. Some transaction failures appear intermittently, but not yet at a level that would normally trigger a major incident.

    To an individual monitoring system, each condition may look manageable.

    To an agent following the service end to end, the combination deserves attention.

    Instead of waiting for a hard threshold to be crossed, the agent begins investigating.

    It checks transaction success rates and latency, then looks at application queues. It reviews CPU and memory, database performance, storage utilization and replication status. It checks interfaces toward dependent systems and looks for recent configuration or application changes.

    One finding leads to the next.

    The platform is technically up, but its behavior is gradually moving away from normal.

    Availability Does Not Always Mean Service Health

    This distinction matters in telecom operations.

    A platform can report 100% availability while customers are already experiencing slower transactions, intermittent failures or degraded service.

    The agent correlates the evidence and finds that database utilization has been steadily increasing. At the same time, transaction latency and queue depth are moving upward.

    It presents the OCS and database engineers with the developing picture rather than simply generating another alarm:

    “Platform remains available. Transaction latency and queue depth are increasing alongside abnormal database resource growth. Service degradation risk is increasing. Database and application-level investigation is recommended.”

    At this point, the agent has done something valuable: it has connected technical resource behavior with service performance.

    But it has not decided to modify the production database.

    That decision belongs with the experts.

    The OCS engineer understands the transaction behavior and application dependencies. The database engineer understands the database state, housekeeping history and risks associated with any intervention.

    Together, they review the evidence assembled by the agent.

    They may decide that controlled housekeeping is sufficient. They may identify a capacity issue. They may discover an abnormal process. Or they may conclude that the apparent correlation is misleading and another dependency needs investigation.

    This is where domain expertise protects the network from a dangerous assumption:

    Correlation is evidence. It is not automatically proof of root cause.

    Once the engineers determine the appropriate action, the agent can support the approved workflow—collecting pre-checks, tracking the activity and continuously monitoring transaction performance.

    After the intervention, it compares the same indicators again.

    Did transaction latency recover?
    Are queues returning to normal?
    Has database behavior stabilized?
    Did any new service degradation appear?

    The task is complete only when the service—not merely the maintenance command—has recovered.

    TRANSACTIONS SLOWING

    Queue Growth

    No Major Alarm Yet

    ┌─────────────┐
    │ AI AGENT │
    └─────────────┘

    Transactions • Application
    CPU/Memory • Database • Storage
    Replication • Interfaces • Changes

    DEVELOPING RISK

    ┌─────────────────────┐
    │ DOMAIN EXPERTS │
    │ OCS + DB Engineers │
    └─────────────────────┘

    Interpret → Challenge → Decide

    APPROVED ACTION

    SERVICE VALIDATION

    A healthy node does not always mean a healthy service. Agentic operations need to understand both.

    Our three scenarios have something in common.

    In each case, the agent needed information from more than one system and, often, more than one technical domain.

    The cross-domain incident required RAN, transport and Core information. The preventive-maintenance case required performance history and infrastructure context. The OCS case crossed application, database and service behavior.

    That creates another practical question.

    Can one AI agent realistically become an expert in every part of a telecom network?

    Probably not—and perhaps it should not try.

    A telecom network is already operated by specialized teams because RAN, transmission, IP, Core, charging, cloud and service assurance require different expertise.

    Agentic operations may develop in much the same way.

    Instead of one all-powerful agent controlling the network, imagine a group of specialized agents working alongside specialized engineering teams.

    When One Agent Isn’t Enough: The Multi-Agent NOC

    Telecom networks are built around specialization for a reason.

    A RAN engineer understands radio behavior in a way that a database engineer does not. A Core engineer sees signaling and session behavior differently from a transmission engineer. An OCS specialist understands charging flows, while a service-assurance team sees how problems ultimately reach the customer.

    Agentic operations may need a similar structure.

    Rather than creating one enormous AI agent expected to understand every technology, operator and operational process, a more practical model could involve specialized agents working together, each operating within a clearly defined domain and set of permissions.

    Imagine the NOC Receives a Customer-Service Degradation Alert

    A service-assurance agent notices that customers in one region are experiencing increased data-session failures.

    Instead of immediately declaring a root cause, an orchestrating agent asks several specialized agents to investigate the same problem from different perspectives.

    The RAN Agent checks cell availability, accessibility, radio KPIs and recent RAN changes.

    The Transport Agent checks affected paths, interface errors, packet loss, latency and redundancy.

    The Core Agent examines registration, session establishment, signaling behavior and relevant Core resources.

    The Service Agent continues measuring the actual customer impact.

    Each agent returns evidence—not simply an opinion.

                 SERVICE DEGRADATION
                         ↓
              ┌────────────────────┐
              │ ORCHESTRATOR AGENT │
              └────────────────────┘
                         │
          ┌──────────────┼──────────────┐
          ↓              ↓              ↓
     RAN AGENT     TRANSPORT AGENT   CORE AGENT
          │              │              │
    Radio Health     Path Health    Sessions &
    Cell KPIs        Loss/Latency    Signaling
          │              │              │
          └──────────────┼──────────────┘
                         ↓
                  SERVICE AGENT
                         ↓
                  Customer Impact
                         ↓
              ┌────────────────────┐
              │  EXPERT ENGINEERS  │
              └────────────────────┘
                         ↓
             JUDGMENT • DECISION • CONTROL

    The orchestrator can compare these findings and build a cross-domain view. But importantly, disagreement between agents should not be hidden.

    Suppose the RAN Agent sees radio degradation and identifies it as the likely cause, while the Transport Agent detects packet loss on a shared upstream path.

    A weak system might simply select whichever conclusion has the highest confidence score.

    A stronger operational model would present the conflicting evidence to the relevant experts.

    An experienced engineer may immediately recognize that the radio degradation is actually a downstream symptom of transport instability.

    This illustrates an important principle:

    Multiple AI agents do not replace multiple areas of engineering expertise. They can help those experts reach a shared operational picture faster.

    The Engineer Becomes the Technical Authority, Not the Data Collector

    In today’s NOC, experienced engineers can spend significant time gathering information before they are able to apply their expertise.

    In an agent-supported NOC, much of that collection could happen continuously in the background.

    The role of the expert moves upward:

    From searching dashboards → to interpreting evidence
    From collecting logs → to challenging conclusions
    From following repetitive checks → to assessing risk
    From executing every routine action → to governing automation
    From viewing individual nodes → to understanding end-to-end service behavior

    This does not make telecom expertise less valuable.

    It makes deep expertise more valuable because the engineer can spend more time on decisions that actually require it.

    But there is an uncomfortable question hiding inside this model.

    If agents can investigate problems, communicate with other agents, access operational tools and recommend actions, how much authority should they actually have?

    Should an agent be allowed to perform a health check automatically? Probably.

    Create a preventive ticket? In many cases, yes.

    Restart a live OCS process?

    Change Core configuration?

    Reroute major traffic?

    Roll back a production change?

    Those questions cannot be answered simply by saying that the AI has a high confidence score.

    The real challenge of Agentic AI in telecom may not be making agents capable enough to act. It may be deciding when they should be allowed to act.

    Who Gets the Final Say? Designing Authority and Guardrails

    Imagine our agent has completed its investigation.

    It has identified the likely problem, checked the dependencies and calculated a high level of confidence in the recommended action.

    But confidence alone should not determine authority.

    In telecom operations, two actions can have completely different consequences. Collecting a health check from a router is not the same as changing its routing configuration. Creating a preventive ticket is not the same as restarting a live charging platform.

    Agentic AI therefore needs something telecom engineers already understand very well: operational boundaries.

    A practical approach is to classify actions according to their potential service impact, complexity and reversibility.

    A Simple Green–Amber–Red Model

    🟢 GREEN — Agent Can Act

    These are low-risk, repeatable activities with clearly understood outcomes.

    Examples could include collecting health checks, checking KPIs, gathering logs, validating backups, monitoring capacity, checking certificate expiry, creating tickets, generating reports and performing approved post-checks.

    The agent can execute these tasks within predefined permissions while keeping a complete record of what it did.

    🟠 AMBER — Agent Prepares, Expert Approves

    Here, the agent can investigate the condition, collect evidence, prepare the proposed action and explain the expected impact—but execution requires authorization from the responsible engineer.

    Examples could include controlled service restarts, selected traffic shifts, approved configuration changes, database housekeeping, rollback of a recent change or actions on service platforms.

    The engineer can approve, modify or reject the proposed action.

    🔴 RED — Expert-Led

    Some activities carry too much operational or customer risk to be delegated simply because an agent believes the action is correct.

    Examples may include major Core changes, large-scale routing modifications, charging changes affecting subscriber balances, critical database modifications, major traffic migrations and activities involving uncertain dependencies.

    In these cases, AI remains valuable—but as an assistant to the expert team. It can gather evidence, simulate possibilities, prepare pre-checks and monitor the outcome while the engineering authority remains firmly human.

    🔴 RED — Expert-Led

    Some activities carry too much operational or customer risk to be delegated simply because an agent believes the action is correct.

    Examples may include major Core changes, large-scale routing modifications, charging changes affecting subscriber balances, critical database modifications, major traffic migrations and activities involving uncertain dependencies.

    In these cases, AI remains valuable—but as an assistant to the expert team. It can gather evidence, simulate possibilities, prepare pre-checks and monitor the outcome while the engineering authority remains firmly human.

    The goal is not maximum autonomy. The goal is the right level of autonomy for the right operational risk.

    And What If the Agent Gets It Wrong?

    There is another reason expert control matters.

    AI agents will not always be right.

    An agent may misunderstand an alarm relationship. Historical data may be incomplete. An inventory record may be outdated. A dependency may exist that is not visible to the system. Two agents may reach different conclusions. A recommended action may have worked successfully ten times before and still be wrong on the eleventh.

    Telecom engineers already work with uncertainty. Agentic AI does not remove that uncertainty—it introduces another participant whose conclusions must also be questioned.

    This is why every important agent action should leave a clear operational trail:

    What did the agent observe?
    Which systems did it access?
    What evidence did it use?
    Why did it recommend the action?
    Who approved it?
    What exactly was executed?
    What happened afterward?

    If the expected recovery does not occur, the agent should not continue experimenting indefinitely with a live network. It should stop, preserve the evidence and escalate to the responsible experts.

    Knowing when to stop may be just as important as knowing how to act.

    By now, the Agentic NOC may sound technologically ambitious.

    But operators do not need to move from today’s NOC directly to autonomous agents controlling production networks.

    In fact, that would probably be the wrong place to start.

    The safer question is:

    What is the first useful job we could give an AI agent tomorrow without handing it control of the network?

    Starting Small: A Practical Path to Agentic Operations

    The first AI agent in a telecom NOC probably should not be given permission to change the network.

    It should be given permission to understand it.

    Consider a routine morning shift. Before the operations team begins its daily review, an agent has already checked overnight alarms, recurring faults, major KPI deviations, capacity warnings, failed backups, open incidents and recent changes.

    Instead of presenting another dashboard, it prepares a short operational brief:

    “Three conditions require attention this morning. One transmission link is showing repeated degradation, database utilization on a service platform is increasing faster than normal, and a cluster of RAN alarms has recurred for the third night.”

    Nothing has been changed.

    But the engineering team begins the day with a better question:

    “Which risk should we investigate first?”

    That alone can be a useful starting point for Agentic AI.

    Build Trust Before Building Autonomy

    From there, the agent can gradually be given greater responsibility—but only after its performance has been demonstrated in real operational conditions.

    Stage 1 — Observe

    Give the agent read-only access to selected alarms, KPIs, topology, logs, tickets and operational information.

    Let it learn how to assemble a network-health picture without touching the live network.

    Stage 2 — Investigate

    Allow the agent to follow approved troubleshooting procedures: query additional systems, correlate information, compare historical behavior and prepare evidence for the engineer.

    Stage 3 — Recommend

    The agent can now propose a probable root cause and next action—but the expert engineer decides whether the recommendation makes operational sense.

    Stage 4 — Execute with Approval

    For proven workflows, the engineer approves an action and the agent executes the authorized steps, performs post-checks and reports the outcome.

    Stage 5 — Limited Autonomous Action

    Only mature, repetitive and low-risk workflows move into controlled autonomous execution. Exceptions, uncertainty and high-risk conditions automatically return control to the engineering team.

    Autonomy should be earned through operational evidence, not granted because the technology is capable of it.

    What Happens to the Telecom Engineer?

    Whenever automation becomes more capable, one question inevitably follows:

    What happens to the engineer?

    Return once more to our 2:17 AM incident.

    The experienced engineer originally spent valuable minutes opening different systems, collecting evidence and asking several teams for information.

    In an Agentic NOC, much of that work may arrive already assembled.

    But the difficult questions remain.

    Is the diagnosis technically credible?
    What risk does the proposed action create?
    Is the network behaving differently because of something the agent cannot see?
    Should we intervene now or continue observing?
    What happens to other services if this action fails?

    These are not simply data-processing questions. They require experience, technical depth and operational judgment.

    The engineer’s role therefore does not disappear. It moves away from some of the repetitive mechanics of network operations and toward technical authority.

    The future NOC engineer may spend less time collecting information and more time:

    challenging AI-generated conclusions,
    understanding end-to-end service dependencies,
    assessing operational risk,
    designing automation policies and guardrails,
    handling complex exceptions,
    and making decisions when the network does something nobody expected.

    This also changes what expertise means.

    Deep knowledge of RAN, transmission, IP, Core, charging, cloud or databases will remain important. But engineers who can combine that domain knowledge with automation, data interpretation, AI literacy and cross-domain understanding may become particularly valuable in increasingly autonomous operations environments.

    Agentic AI does not make telecom expertise obsolete. It gives that expertise a different place to create value.

    The 2:17 AM engineer is therefore still in the NOC.

    What has changed is what surrounds that engineer.

    Instead of hundreds of disconnected alarms, there is a developing operational story. Instead of manually searching every system, specialized agents can gather and correlate evidence. Instead of automation executing blindly, authority is determined by risk.

    And when the situation becomes uncertain, complex or potentially service-affecting, the expert takes control.

    That may be a more realistic picture of the Agentic NOC than the idea of a completely human-free control room.

    So perhaps the future question is not “Will AI run the NOC?”

    It is “How should engineers and AI agents run it together?”

    The Agentic NOC: What Comes Next?

    The journey from today’s NOC to an Agentic NOC will probably not happen through one major technology deployment.

    It is more likely to happen quietly, one operational workflow at a time.

    First, an agent prepares the morning health check.

    Then it begins investigating recurring alarms.

    Later, it correlates information across RAN, transport and Core before an engineer even opens the incident.

    Eventually, trusted agents may execute selected low-risk actions, validate the outcome and involve engineers only when the situation moves outside clearly defined operational boundaries.

    The important change is not that AI suddenly “runs the network.”

    It is that operations gradually move from tools waiting for engineers to ask questions toward agents actively pursuing operational objectives alongside engineers.

    This could also change how different technical domains work together.

    A RAN Agent may detect degradation. A Transport Agent may discover the common dependency. A Core Agent may quantify the session impact. A Service Agent may determine which customers are affected.

    But the final operational picture still needs technical context, accountability and judgment.

    The future NOC may therefore become a partnership between specialized AI agents and specialized human experts, coordinated around the health of the service rather than around isolated alarms.

    The destination is not a NOC without people. It is a NOC where people spend more of their time on the decisions that deserve human expertise.

    Return one last time to 2:17 AM.

    The alarms begin appearing. RAN sees cell failures. Transmission sees degradation. Core KPIs start deteriorating.

    In today’s operating model, experienced engineers immediately begin collecting information and building the incident picture.

    In an Agentic NOC, the engineers are still there.

    What changes is what happens around them.

    While the incident is developing, agents are already correlating alarms, checking topology, reviewing recent changes, examining service KPIs and bringing evidence together across domains.

    Instead of spending the first critical minutes asking “What is happening?”, the engineering team can reach the more important questions earlier:

    “Does this diagnosis make sense?”
    “What is the safest action?”
    “What could this action affect?”
    “Are we ready to execute?”

    That is where Agentic AI could create real operational value.

    Not because an AI agent knows more about the network than the engineers who designed, operate and troubleshoot it.

    But because it can help those engineers reach the point where their expertise matters most—faster.

    Agentic AI should therefore not be measured simply by how many network actions can be performed without human involvement.

    A better measure may be whether it helps operations teams detect earlier, investigate faster, make better-informed decisions, prevent avoidable incidents and recover services with greater confidence.

    Some activities will eventually become autonomous. Others will remain under expert approval. And the most complex situations will continue to depend heavily on experienced engineers who understand the network beyond what any individual alarm, KPI or model can explain.

    The strongest future may therefore be neither a completely manual NOC nor a completely autonomous one.

    It may be a NOC where machine speed and human expertise work together—each doing what it does best.

    The future of telecom operations is not AI versus engineers. It is what becomes possible when AI works with them.

    Industry Perspective: Agentic AI Is Moving Beyond the Concept Stage

    Agentic AI in telecom is still developing, but the industry is already moving from conceptual discussions toward practical experimentation and operational use cases.

    As Agentic AI becomes more capable, the next question is not only what actions AI agents can perform, but what outcome the network should achieve. This is where intent-driven telecom operations can provide the business objective that guides intelligent network decisions.

    As AI agents gain greater access to network data, tools and operational actions, cybersecurity becomes part of the autonomous-network architecture itself. Protecting agent identities, permissions, data sources and actions will be essential before operators can safely increase AI autonomy.

    In 2026, the GSMA launched an Agentic AI Testbed designed specifically to allow telecom operators to evaluate AI agents against real-world telecommunications challenges. The GSMA has also published work examining how agentic systems could support increasingly intelligent and autonomous telecom environments.

    TM Forum is similarly exploring the Agentic NOC through industry collaboration. Its 2026 Agentic NOC Catalyst includes practical work around agentic fault and incident management, anomaly detection and service/business-impact assessment—areas closely connected to the operational scenarios discussed in this article.

    The vendor ecosystem is also beginning to productize these ideas. Nokia, for example, announced an Autonomous Networks Agent Library in June 2026 and an agentic AI framework for IP network operations designed around guided actions, trusted network data and operator-defined policies.

    Ericsson has described an agentic operations approach where specialized agents can perform functions such as root-cause and impact analysis while using telecom-specific operational knowledge and maintaining appropriate human control.

    These developments do not mean that fully autonomous Agentic NOCs have suddenly arrived. They do, however, indicate that the discussion is shifting from “Could AI agents work in telecom operations?” toward the much more practical question:

    “How can they be introduced safely, usefully and at telecom-grade reliability?”

    Further Reading

    GSMA — Agentic AI for Telecom: Charting the Course for an Intelligent Future
    GSMA Agentic AI for Telecom

    TM Forum — Agentic NOC: AI-Native Operations for the Autonomous Telco
    TM Forum Agentic NOC Catalyst

    Ericsson — From Data to Decisions: Making Agentic AI-Driven Telecom Operations a Reality
    Ericsson Agentic AI-Driven Telecom Operations

    Nokia — Agentic AI Framework for IP Network Operations
    Nokia Agentic AI for IP Networks

    Agentic AI Is One Piece of the Intelligent NOC

    Agentic AI could fundamentally change how network incidents are investigated and operational decisions are developed.

    But an AI agent does not operate in isolation.

    Its real potential becomes more interesting when combined with predictive analytics, AIOps, Network Digital Twins, AI-RAN, service assurance and controlled network automation.

    Together, these capabilities point toward an operating model where AI can increasingly help the network predict, understand, simulate, decide, execute and validate.

    Explore how Agentic AI fits into the wider telecom AI landscape:
    AI in Telecom: 10 Real-World Use Cases Transforming Network Operations in 2026

    How Ready Is Your NOC for AI?

    Agentic AI requires more than intelligent models. It depends on strong observability, automation, operational data, governance and the ability to move safely toward closed-loop operations.

    Use the free TelcoMind AI NOC Maturity Assessment to evaluate your operations across 8 critical dimensions and identify your current maturity level—from Reactive to Autonomous.

    Take the Free NOC AI Maturity Assessment →

  • Agentic AI in Telecom Operations: From AI Assistance to Autonomous Action

    Agentic AI in Telecom Operations: From AI Assistance to Autonomous Action

    Introduction: When AI Moves Beyond Recommendations

    Agentic AI in telecom represents a shift from AI systems that simply analyze network data and recommend actions toward systems that can reason across operational context, coordinate workflows and take controlled actions toward defined network objectives. In telecom operations, this could transform how NOCs investigate incidents, identify root causes, automate repetitive decisions and move toward increasingly autonomous network operations.

    It is 2:17 AM. Something unusual starts happening in the network.

    A cluster of cell alarms appears almost simultaneously. Seconds later, transmission alarms follow. Packet Core KPIs begin moving in the wrong direction, while service-impact indicators start rising.

    The NOC screens are getting busier, but the most important question remains unanswered:

    Where did the problem actually start?

    An experienced NOC engineer begins doing what telecom operations teams have done for years—checking topology, comparing alarms, reviewing performance counters, looking for recent changes and engaging the relevant Back Office teams.

    The RAN team sees affected cells. The transmission team sees path degradation. The Core team sees session failures.

    Everyone can see a symptom.

    Someone still has to connect the story.

    Modern operational tools have made this process faster. AIOps can correlate alarms, reduce noise and identify patterns across large volumes of network data. Generative AI can summarize information and help engineers investigate unfamiliar conditions.

    But there is still a gap between understanding what is happening and carrying the incident toward resolution.

    This is where Agentic AI introduces an interesting possibility.

    Imagine giving an AI agent a clear operational objective:

    “Investigate the developing service degradation and identify the safest next action.”

    Instead of simply returning an answer, the agent begins working through the problem. It checks alarms and KPIs, examines topology, looks at recent network changes, compares current behavior with historical patterns and queries authorized operational systems.

    A few moments later, the engineer is no longer staring at hundreds of unrelated events.

    The engineer receives a focused operational picture:

    What changed.
    Where the problem most likely started.
    Which services are exposed.
    What evidence supports the conclusion.
    What action could be considered next.

    But this is precisely where expert engineering judgment becomes more important—not less.

    An AI agent may process thousands of data points faster than a person can manually, but an experienced telecom engineer understands the operational context behind those numbers. Is the proposed action safe under the current network condition? Is redundancy genuinely available? Could another service be affected? Has something similar happened before? Should we act immediately, or would further investigation be safer?

    The real opportunity of Agentic AI is therefore not to remove engineers from network operations.

    It is to reduce the time experts spend searching, collecting and repeatedly checking information, allowing them to spend more time on what requires experience: technical judgment, risk assessment and the right decision.

    And that leads to the question at the heart of this article:

    If today’s AI can tell an engineer what might be happening, what changes when AI can actually pursue an operational task?

    From GenAI to AIOps to Agentic AI — What Actually Changes?

    Return to the incident for a moment.

    Suppose the engineer gives a Generative AI assistant the alarms and performance information already collected. It can summarize what it sees, explain possible relationships and suggest troubleshooting steps.

    Useful—but the engineer is still driving the investigation.

    An AIOps platform can go further. It continuously processes operational data, correlates related alarms, identifies anomalies and may reduce hundreds of network events into one meaningful incident.

    Now the engineer has a much clearer picture.

    Agentic AI introduces another step: the ability to pursue an objective through a sequence of actions rather than answering one question and stopping.

    The agent can determine what information it needs next, query an authorized system, evaluate the result, decide which investigation step should follow and continue until it reaches an operational conclusion—or reaches a point where expert intervention is required.

    GENERATIVE AI
    Explain & Assist

    AIOps
    Correlate & Detect

    AGENTIC AI
    Investigate → Plan → Act → Validate

    EXPERT ENGINEER
    Judge → Approve → Govern

    The progression is not about removing people as automation becomes more capable. It is about moving repetitive investigation and execution away from engineers while keeping expert judgment at the center of high-risk decisions.

    Generative AI:
    “Here is what these alarms could mean.”

    AIOps:
    “These 300 alarms appear to represent one cross-domain incident, and this is the probable root cause.”

    Agentic AI:
    “I correlated the alarms, checked the affected topology, reviewed recent changes and examined service KPIs. Here is the probable cause, the supporting evidence, the customer exposure and the recommended recovery action. Engineer approval is required before execution.

    That final sentence matters.

    In telecom operations, the ability to execute an action does not automatically mean that an AI agent should be allowed to execute it independently.

    But our incident is still developing.

    It is now 2:21 AM. Customer impact is increasing. The agent believes it has found where the problem started.

    What happens next?

    Scenario 1: The 2:21 AM Cross-Domain Incident

    It is now 2:21 AM.

    The first alarms appeared only four minutes ago, but the incident has already crossed several network domains.

    The RAN team can see a group of affected cells. The Packet Core team is seeing an increase in session failures. Customer-impact indicators are moving upward.

    At first glance, it looks like three different problems.

    The agent starts with a different question:

    What do these symptoms have in common?

    It maps the affected cells against the transmission topology. A pattern emerges: many of them depend on the same transport path.

    The agent then checks that path. Interface errors have increased sharply, and traffic behavior changed shortly before the first RAN alarms appeared.

    But it does not stop there.

    It checks recent network activities and finds that a configuration change was completed on an upstream network element shortly before the degradation began. It compares pre-change and post-change performance, checks the available redundant path and reviews whether any other services depend on the same infrastructure.

    Within minutes, what initially looked like hundreds of alarms across several domains has become one working hypothesis:

    The RAN alarms and Core KPI degradation may be downstream symptoms of a transport-related problem associated with the recent change.

    The Agent Has a Recommendation. The Engineer Has a Decision.

    The agent proposes restoring the previous configuration.

    This is the moment where a poorly designed automation model could become dangerous.

    A recommendation may look technically correct based on the available data, but the experienced engineer does not approve it immediately.

    The engineer asks three questions:

    Is the previous configuration still valid?
    Is the redundant path healthy enough to carry the traffic during recovery?
    Could the rollback affect another service that is currently stable?

    The agent performs the additional checks and returns the evidence. The engineer also recognizes a dependency from previous operational experience that was not obvious from the alarm sequence alone.

    The recovery plan is adjusted accordingly.

    The agent accelerated the investigation. The engineer improved the decision.

    Once the engineer approves the controlled recovery action, the agent can support the execution according to its authorized workflow.

    But the job is still not finished.

    A configuration command completing successfully does not necessarily mean that the service has recovered.

    The agent continues monitoring.

    Transmission errors begin falling. RAN alarms start clearing. Session-success KPIs recover. Customer-impact indicators return toward their normal baseline.

    Only after the technical and service-level post-checks pass does the workflow recommend incident closure.

    The sequence therefore becomes:

    Detect → Investigate → Correlate → Recommend → Expert Decision → Execute → Validate

        RAN ALARMS

    TRANSPORT ERRORS

    CORE KPI IMPACT

    CUSTOMER IMPACT

    ┌─────────────┐
    │ AI AGENT │
    └─────────────┘

    Investigate
    Correlate
    Check Changes
    Assess Impact

    PROPOSED ACTION

    ┌─────────────────┐
    │ EXPERT ENGINEER │
    └─────────────────┘

    Challenge • Assess
    Modify • Approve

    CONTROLLED ACTION

    VALIDATE RECOVERY


    Agentic operations should shorten the path from detection to decision—not remove expert control from that path.

    What Changed Compared with Today’s NOC?

    None of the individual troubleshooting activities in this scenario are unfamiliar to an experienced telecom engineer.

    Engineers already check alarms, topology, KPIs, recent changes, redundancy and customer impact during major incidents.

    What changes is how much of the investigative workload can happen simultaneously and automatically.

    Instead of several engineers spending the first part of an incident gathering information from separate systems, an agent can assemble much of that evidence continuously and present it in operational context.

    The expert team can therefore enter the decision-making stage earlier.

    That may ultimately be one of the most valuable applications of Agentic AI in the NOC—not replacing troubleshooting expertise, but giving experts a better starting point when every minute matters.

    Our 2:21 AM incident began after customers were already at risk.

    But the more interesting question is what happens when the network has not failed yet.

    Suppose there are no major alarms, no flood of customer complaints and no active war room—only a small pattern of deterioration developing quietly over several days.

    Can an agent recognize the story before it becomes an incident?

    Scenario 2: The Failure That Hasn’t Happened Yet

    This time, there is no 2:00 AM emergency.

    No major alarms. No customer complaints. No war room.

    The network appears healthy.

    But over several days, an agent notices something that would be easy to overlook during routine operations: the receive signal level on a microwave link is slowly deteriorating.

    The value is still within the operational threshold, so a traditional threshold-based monitoring system does not raise a critical alarm.

    The agent, however, is not looking only at today’s value. It examines the trend.

    It reviews historical performance, error counters, modulation behavior, weather and environmental information, previous maintenance records and the services depending on the link.

    Individually, none of these indicators justifies an emergency response.

    Together, they tell a different story.

    The link is still working—but its operating margin is gradually disappearing.

    From Observation to Preventive Action

    The agent checks whether an alternative path is available and evaluates the services that would be exposed if the link eventually failed.

    It then presents the transmission engineer with a concise finding:

    “No current service impact. Link performance has shown sustained deterioration over the last several days. Based on the current trend and service dependency, preventive investigation is recommended.”

    This is very different from waking an engineer because a threshold was crossed.

    The engineer reviews the trend and applies domain expertise. Perhaps the deterioration resembles an alignment issue seen previously. Perhaps environmental conditions explain part of the movement. Or perhaps the link is known to have limited fade margin and deserves earlier attention.

    The engineer decides whether the condition requires continued observation, remote investigation or a planned field intervention.

    Once again, the agent provides continuity and scale; the engineer provides technical interpretation and judgment.

    If maintenance is initiated, the agent can continue following the case—tracking the work order, checking whether the deterioration continues and automatically comparing performance before and after the intervention.

    The value is not simply that AI predicted a failure.

    The value is that an early signal was converted into a controlled preventive-maintenance workflow before customers knew there was a problem.

    NETWORK STILL HEALTHY

    Small Performance Change

    Long-Term Trend Detected

    Agent Investigates Context

    Potential Risk Identified

    EXPERT ENGINEER
    Review • Interpret • Decide

    Preventive Action

    Post-Maintenance Validation

    INCIDENT AVOIDED

    The smartest incident may be the one the NOC never has to manage.

    So far, our two scenarios have involved network connectivity.

    But modern telecom operations are increasingly dependent on software platforms, databases and real-time digital transactions. A network can have healthy radio coverage, stable transmission and an available Core—and customers can still be unable to use a service.

    Consider what happens when the problem is not a failed link at all.

    The OCS is online. Nothing is technically down. But charging transactions are getting slower.

    Scenario 3: The OCS Is Up—but Something Is Wrong

    It is a busy evening period. The Online Charging System is available. There is no major platform-down alarm, and the infrastructure dashboard is mostly green.

    Yet something is beginning to change.

    Charging transactions are taking slightly longer to complete. A few application queues are growing. Some transaction failures appear intermittently, but not yet at a level that would normally trigger a major incident.

    To an individual monitoring system, each condition may look manageable.

    To an agent following the service end to end, the combination deserves attention.

    Instead of waiting for a hard threshold to be crossed, the agent begins investigating.

    It checks transaction success rates and latency, then looks at application queues. It reviews CPU and memory, database performance, storage utilization and replication status. It checks interfaces toward dependent systems and looks for recent configuration or application changes.

    One finding leads to the next.

    The platform is technically up, but its behavior is gradually moving away from normal.

    Availability Does Not Always Mean Service Health

    This distinction matters in telecom operations.

    A platform can report 100% availability while customers are already experiencing slower transactions, intermittent failures or degraded service.

    The agent correlates the evidence and finds that database utilization has been steadily increasing. At the same time, transaction latency and queue depth are moving upward.

    It presents the OCS and database engineers with the developing picture rather than simply generating another alarm:

    “Platform remains available. Transaction latency and queue depth are increasing alongside abnormal database resource growth. Service degradation risk is increasing. Database and application-level investigation is recommended.”

    At this point, the agent has done something valuable: it has connected technical resource behavior with service performance.

    But it has not decided to modify the production database.

    That decision belongs with the experts.

    The OCS engineer understands the transaction behavior and application dependencies. The database engineer understands the database state, housekeeping history and risks associated with any intervention.

    Together, they review the evidence assembled by the agent.

    They may decide that controlled housekeeping is sufficient. They may identify a capacity issue. They may discover an abnormal process. Or they may conclude that the apparent correlation is misleading and another dependency needs investigation.

    This is where domain expertise protects the network from a dangerous assumption:

    Correlation is evidence. It is not automatically proof of root cause.

    Once the engineers determine the appropriate action, the agent can support the approved workflow—collecting pre-checks, tracking the activity and continuously monitoring transaction performance.

    After the intervention, it compares the same indicators again.

    Did transaction latency recover?
    Are queues returning to normal?
    Has database behavior stabilized?
    Did any new service degradation appear?

    The task is complete only when the service—not merely the maintenance command—has recovered.

    TRANSACTIONS SLOWING

    Queue Growth

    No Major Alarm Yet

    ┌─────────────┐
    │ AI AGENT │
    └─────────────┘

    Transactions • Application
    CPU/Memory • Database • Storage
    Replication • Interfaces • Changes

    DEVELOPING RISK

    ┌─────────────────────┐
    │ DOMAIN EXPERTS │
    │ OCS + DB Engineers │
    └─────────────────────┘

    Interpret → Challenge → Decide

    APPROVED ACTION

    SERVICE VALIDATION

    A healthy node does not always mean a healthy service. Agentic operations need to understand both.

    Our three scenarios have something in common.

    In each case, the agent needed information from more than one system and, often, more than one technical domain.

    The cross-domain incident required RAN, transport and Core information. The preventive-maintenance case required performance history and infrastructure context. The OCS case crossed application, database and service behavior.

    That creates another practical question.

    Can one AI agent realistically become an expert in every part of a telecom network?

    Probably not—and perhaps it should not try.

    A telecom network is already operated by specialized teams because RAN, transmission, IP, Core, charging, cloud and service assurance require different expertise.

    Agentic operations may develop in much the same way.

    Instead of one all-powerful agent controlling the network, imagine a group of specialized agents working alongside specialized engineering teams.

    When One Agent Isn’t Enough: The Multi-Agent NOC

    Telecom networks are built around specialization for a reason.

    A RAN engineer understands radio behavior in a way that a database engineer does not. A Core engineer sees signaling and session behavior differently from a transmission engineer. An OCS specialist understands charging flows, while a service-assurance team sees how problems ultimately reach the customer.

    Agentic operations may need a similar structure.

    Rather than creating one enormous AI agent expected to understand every technology, operator and operational process, a more practical model could involve specialized agents working together, each operating within a clearly defined domain and set of permissions.

    Imagine the NOC Receives a Customer-Service Degradation Alert

    A service-assurance agent notices that customers in one region are experiencing increased data-session failures.

    Instead of immediately declaring a root cause, an orchestrating agent asks several specialized agents to investigate the same problem from different perspectives.

    The RAN Agent checks cell availability, accessibility, radio KPIs and recent RAN changes.

    The Transport Agent checks affected paths, interface errors, packet loss, latency and redundancy.

    The Core Agent examines registration, session establishment, signaling behavior and relevant Core resources.

    The Service Agent continues measuring the actual customer impact.

    Each agent returns evidence—not simply an opinion.

                 SERVICE DEGRADATION
                         ↓
              ┌────────────────────┐
              │ ORCHESTRATOR AGENT │
              └────────────────────┘
                         │
          ┌──────────────┼──────────────┐
          ↓              ↓              ↓
     RAN AGENT     TRANSPORT AGENT   CORE AGENT
          │              │              │
    Radio Health     Path Health    Sessions &
    Cell KPIs        Loss/Latency    Signaling
          │              │              │
          └──────────────┼──────────────┘
                         ↓
                  SERVICE AGENT
                         ↓
                  Customer Impact
                         ↓
              ┌────────────────────┐
              │  EXPERT ENGINEERS  │
              └────────────────────┘
                         ↓
             JUDGMENT • DECISION • CONTROL

    The orchestrator can compare these findings and build a cross-domain view. But importantly, disagreement between agents should not be hidden.

    Suppose the RAN Agent sees radio degradation and identifies it as the likely cause, while the Transport Agent detects packet loss on a shared upstream path.

    A weak system might simply select whichever conclusion has the highest confidence score.

    A stronger operational model would present the conflicting evidence to the relevant experts.

    An experienced engineer may immediately recognize that the radio degradation is actually a downstream symptom of transport instability.

    This illustrates an important principle:

    Multiple AI agents do not replace multiple areas of engineering expertise. They can help those experts reach a shared operational picture faster.

    The Engineer Becomes the Technical Authority, Not the Data Collector

    In today’s NOC, experienced engineers can spend significant time gathering information before they are able to apply their expertise.

    In an agent-supported NOC, much of that collection could happen continuously in the background.

    The role of the expert moves upward:

    From searching dashboards → to interpreting evidence
    From collecting logs → to challenging conclusions
    From following repetitive checks → to assessing risk
    From executing every routine action → to governing automation
    From viewing individual nodes → to understanding end-to-end service behavior

    This does not make telecom expertise less valuable.

    It makes deep expertise more valuable because the engineer can spend more time on decisions that actually require it.

    But there is an uncomfortable question hiding inside this model.

    If agents can investigate problems, communicate with other agents, access operational tools and recommend actions, how much authority should they actually have?

    Should an agent be allowed to perform a health check automatically? Probably.

    Create a preventive ticket? In many cases, yes.

    Restart a live OCS process?

    Change Core configuration?

    Reroute major traffic?

    Roll back a production change?

    Those questions cannot be answered simply by saying that the AI has a high confidence score.

    The real challenge of Agentic AI in telecom may not be making agents capable enough to act. It may be deciding when they should be allowed to act.

    Who Gets the Final Say? Designing Authority and Guardrails

    Imagine our agent has completed its investigation.

    It has identified the likely problem, checked the dependencies and calculated a high level of confidence in the recommended action.

    But confidence alone should not determine authority.

    In telecom operations, two actions can have completely different consequences. Collecting a health check from a router is not the same as changing its routing configuration. Creating a preventive ticket is not the same as restarting a live charging platform.

    Agentic AI therefore needs something telecom engineers already understand very well: operational boundaries.

    A practical approach is to classify actions according to their potential service impact, complexity and reversibility.

    A Simple Green–Amber–Red Model

    🟢 GREEN — Agent Can Act

    These are low-risk, repeatable activities with clearly understood outcomes.

    Examples could include collecting health checks, checking KPIs, gathering logs, validating backups, monitoring capacity, checking certificate expiry, creating tickets, generating reports and performing approved post-checks.

    The agent can execute these tasks within predefined permissions while keeping a complete record of what it did.

    🟠 AMBER — Agent Prepares, Expert Approves

    Here, the agent can investigate the condition, collect evidence, prepare the proposed action and explain the expected impact—but execution requires authorization from the responsible engineer.

    Examples could include controlled service restarts, selected traffic shifts, approved configuration changes, database housekeeping, rollback of a recent change or actions on service platforms.

    The engineer can approve, modify or reject the proposed action.

    🔴 RED — Expert-Led

    Some activities carry too much operational or customer risk to be delegated simply because an agent believes the action is correct.

    Examples may include major Core changes, large-scale routing modifications, charging changes affecting subscriber balances, critical database modifications, major traffic migrations and activities involving uncertain dependencies.

    In these cases, AI remains valuable—but as an assistant to the expert team. It can gather evidence, simulate possibilities, prepare pre-checks and monitor the outcome while the engineering authority remains firmly human.

    🔴 RED — Expert-Led

    Some activities carry too much operational or customer risk to be delegated simply because an agent believes the action is correct.

    Examples may include major Core changes, large-scale routing modifications, charging changes affecting subscriber balances, critical database modifications, major traffic migrations and activities involving uncertain dependencies.

    In these cases, AI remains valuable—but as an assistant to the expert team. It can gather evidence, simulate possibilities, prepare pre-checks and monitor the outcome while the engineering authority remains firmly human.

    The goal is not maximum autonomy. The goal is the right level of autonomy for the right operational risk.

    And What If the Agent Gets It Wrong?

    There is another reason expert control matters.

    AI agents will not always be right.

    An agent may misunderstand an alarm relationship. Historical data may be incomplete. An inventory record may be outdated. A dependency may exist that is not visible to the system. Two agents may reach different conclusions. A recommended action may have worked successfully ten times before and still be wrong on the eleventh.

    Telecom engineers already work with uncertainty. Agentic AI does not remove that uncertainty—it introduces another participant whose conclusions must also be questioned.

    This is why every important agent action should leave a clear operational trail:

    What did the agent observe?
    Which systems did it access?
    What evidence did it use?
    Why did it recommend the action?
    Who approved it?
    What exactly was executed?
    What happened afterward?

    If the expected recovery does not occur, the agent should not continue experimenting indefinitely with a live network. It should stop, preserve the evidence and escalate to the responsible experts.

    Knowing when to stop may be just as important as knowing how to act.

    By now, the Agentic NOC may sound technologically ambitious.

    But operators do not need to move from today’s NOC directly to autonomous agents controlling production networks.

    In fact, that would probably be the wrong place to start.

    The safer question is:

    What is the first useful job we could give an AI agent tomorrow without handing it control of the network?

    Starting Small: A Practical Path to Agentic Operations

    The first AI agent in a telecom NOC probably should not be given permission to change the network.

    It should be given permission to understand it.

    Consider a routine morning shift. Before the operations team begins its daily review, an agent has already checked overnight alarms, recurring faults, major KPI deviations, capacity warnings, failed backups, open incidents and recent changes.

    Instead of presenting another dashboard, it prepares a short operational brief:

    “Three conditions require attention this morning. One transmission link is showing repeated degradation, database utilization on a service platform is increasing faster than normal, and a cluster of RAN alarms has recurred for the third night.”

    Nothing has been changed.

    But the engineering team begins the day with a better question:

    “Which risk should we investigate first?”

    That alone can be a useful starting point for Agentic AI.

    Build Trust Before Building Autonomy

    From there, the agent can gradually be given greater responsibility—but only after its performance has been demonstrated in real operational conditions.

    Stage 1 — Observe

    Give the agent read-only access to selected alarms, KPIs, topology, logs, tickets and operational information.

    Let it learn how to assemble a network-health picture without touching the live network.

    Stage 2 — Investigate

    Allow the agent to follow approved troubleshooting procedures: query additional systems, correlate information, compare historical behavior and prepare evidence for the engineer.

    Stage 3 — Recommend

    The agent can now propose a probable root cause and next action—but the expert engineer decides whether the recommendation makes operational sense.

    Stage 4 — Execute with Approval

    For proven workflows, the engineer approves an action and the agent executes the authorized steps, performs post-checks and reports the outcome.

    Stage 5 — Limited Autonomous Action

    Only mature, repetitive and low-risk workflows move into controlled autonomous execution. Exceptions, uncertainty and high-risk conditions automatically return control to the engineering team.

    Autonomy should be earned through operational evidence, not granted because the technology is capable of it.

    What Happens to the Telecom Engineer?

    Whenever automation becomes more capable, one question inevitably follows:

    What happens to the engineer?

    Return once more to our 2:17 AM incident.

    The experienced engineer originally spent valuable minutes opening different systems, collecting evidence and asking several teams for information.

    In an Agentic NOC, much of that work may arrive already assembled.

    But the difficult questions remain.

    Is the diagnosis technically credible?
    What risk does the proposed action create?
    Is the network behaving differently because of something the agent cannot see?
    Should we intervene now or continue observing?
    What happens to other services if this action fails?

    These are not simply data-processing questions. They require experience, technical depth and operational judgment.

    The engineer’s role therefore does not disappear. It moves away from some of the repetitive mechanics of network operations and toward technical authority.

    The future NOC engineer may spend less time collecting information and more time:

    challenging AI-generated conclusions,
    understanding end-to-end service dependencies,
    assessing operational risk,
    designing automation policies and guardrails,
    handling complex exceptions,
    and making decisions when the network does something nobody expected.

    This also changes what expertise means.

    Deep knowledge of RAN, transmission, IP, Core, charging, cloud or databases will remain important. But engineers who can combine that domain knowledge with automation, data interpretation, AI literacy and cross-domain understanding may become particularly valuable in increasingly autonomous operations environments.

    Agentic AI does not make telecom expertise obsolete. It gives that expertise a different place to create value.

    The 2:17 AM engineer is therefore still in the NOC.

    What has changed is what surrounds that engineer.

    Instead of hundreds of disconnected alarms, there is a developing operational story. Instead of manually searching every system, specialized agents can gather and correlate evidence. Instead of automation executing blindly, authority is determined by risk.

    And when the situation becomes uncertain, complex or potentially service-affecting, the expert takes control.

    That may be a more realistic picture of the Agentic NOC than the idea of a completely human-free control room.

    So perhaps the future question is not “Will AI run the NOC?”

    It is “How should engineers and AI agents run it together?”

    The Agentic NOC: What Comes Next?

    The journey from today’s NOC to an Agentic NOC will probably not happen through one major technology deployment.

    It is more likely to happen quietly, one operational workflow at a time.

    First, an agent prepares the morning health check.

    Then it begins investigating recurring alarms.

    Later, it correlates information across RAN, transport and Core before an engineer even opens the incident.

    Eventually, trusted agents may execute selected low-risk actions, validate the outcome and involve engineers only when the situation moves outside clearly defined operational boundaries.

    The important change is not that AI suddenly “runs the network.”

    It is that operations gradually move from tools waiting for engineers to ask questions toward agents actively pursuing operational objectives alongside engineers.

    This could also change how different technical domains work together.

    A RAN Agent may detect degradation. A Transport Agent may discover the common dependency. A Core Agent may quantify the session impact. A Service Agent may determine which customers are affected.

    But the final operational picture still needs technical context, accountability and judgment.

    The future NOC may therefore become a partnership between specialized AI agents and specialized human experts, coordinated around the health of the service rather than around isolated alarms.

    The destination is not a NOC without people. It is a NOC where people spend more of their time on the decisions that deserve human expertise.

    Return one last time to 2:17 AM.

    The alarms begin appearing. RAN sees cell failures. Transmission sees degradation. Core KPIs start deteriorating.

    In today’s operating model, experienced engineers immediately begin collecting information and building the incident picture.

    In an Agentic NOC, the engineers are still there.

    What changes is what happens around them.

    While the incident is developing, agents are already correlating alarms, checking topology, reviewing recent changes, examining service KPIs and bringing evidence together across domains.

    Instead of spending the first critical minutes asking “What is happening?”, the engineering team can reach the more important questions earlier:

    “Does this diagnosis make sense?”
    “What is the safest action?”
    “What could this action affect?”
    “Are we ready to execute?”

    That is where Agentic AI could create real operational value.

    Not because an AI agent knows more about the network than the engineers who designed, operate and troubleshoot it.

    But because it can help those engineers reach the point where their expertise matters most—faster.

    Agentic AI should therefore not be measured simply by how many network actions can be performed without human involvement.

    A better measure may be whether it helps operations teams detect earlier, investigate faster, make better-informed decisions, prevent avoidable incidents and recover services with greater confidence.

    Some activities will eventually become autonomous. Others will remain under expert approval. And the most complex situations will continue to depend heavily on experienced engineers who understand the network beyond what any individual alarm, KPI or model can explain.

    The strongest future may therefore be neither a completely manual NOC nor a completely autonomous one.

    It may be a NOC where machine speed and human expertise work together—each doing what it does best.

    The future of telecom operations is not AI versus engineers. It is what becomes possible when AI works with them.

    Industry Perspective: Agentic AI Is Moving Beyond the Concept Stage

    Agentic AI in telecom is still developing, but the industry is already moving from conceptual discussions toward practical experimentation and operational use cases.

    As Agentic AI becomes more capable, the next question is not only what actions AI agents can perform, but what outcome the network should achieve. This is where intent-driven telecom operations can provide the business objective that guides intelligent network decisions.

    As AI agents gain greater access to network data, tools and operational actions, cybersecurity becomes part of the autonomous-network architecture itself. Protecting agent identities, permissions, data sources and actions will be essential before operators can safely increase AI autonomy.

    In 2026, the GSMA launched an Agentic AI Testbed designed specifically to allow telecom operators to evaluate AI agents against real-world telecommunications challenges. The GSMA has also published work examining how agentic systems could support increasingly intelligent and autonomous telecom environments.

    TM Forum is similarly exploring the Agentic NOC through industry collaboration. Its 2026 Agentic NOC Catalyst includes practical work around agentic fault and incident management, anomaly detection and service/business-impact assessment—areas closely connected to the operational scenarios discussed in this article.

    The vendor ecosystem is also beginning to productize these ideas. Nokia, for example, announced an Autonomous Networks Agent Library in June 2026 and an agentic AI framework for IP network operations designed around guided actions, trusted network data and operator-defined policies.

    Ericsson has described an agentic operations approach where specialized agents can perform functions such as root-cause and impact analysis while using telecom-specific operational knowledge and maintaining appropriate human control.

    These developments do not mean that fully autonomous Agentic NOCs have suddenly arrived. They do, however, indicate that the discussion is shifting from “Could AI agents work in telecom operations?” toward the much more practical question:

    “How can they be introduced safely, usefully and at telecom-grade reliability?”

    Further Reading

    GSMA — Agentic AI for Telecom: Charting the Course for an Intelligent Future
    GSMA Agentic AI for Telecom

    TM Forum — Agentic NOC: AI-Native Operations for the Autonomous Telco
    TM Forum Agentic NOC Catalyst

    Ericsson — From Data to Decisions: Making Agentic AI-Driven Telecom Operations a Reality
    Ericsson Agentic AI-Driven Telecom Operations

    Nokia — Agentic AI Framework for IP Network Operations
    Nokia Agentic AI for IP Networks

    Agentic AI Is One Piece of the Intelligent NOC

    Agentic AI could fundamentally change how network incidents are investigated and operational decisions are developed.

    But an AI agent does not operate in isolation.

    Its real potential becomes more interesting when combined with predictive analytics, AIOps, Network Digital Twins, AI-RAN, service assurance and controlled network automation.

    Together, these capabilities point toward an operating model where AI can increasingly help the network predict, understand, simulate, decide, execute and validate.

    Explore how Agentic AI fits into the wider telecom AI landscape:
    AI in Telecom: 10 Real-World Use Cases Transforming Network Operations in 2026

    How Ready Is Your NOC for AI?

    Agentic AI requires more than intelligent models. It depends on strong observability, automation, operational data, governance and the ability to move safely toward closed-loop operations.

    Use the free TelcoMind AI NOC Maturity Assessment to evaluate your operations across 8 critical dimensions and identify your current maturity level—from Reactive to Autonomous.

    Take the Free NOC AI Maturity Assessment →