TLDR: This research introduces a novel approach to managing Radio Access Networks (RANs) using Large Language Models (LLMs) within an intent-based network framework. It proposes an agentic architecture and structured prompt engineering to enable LLMs to interpret high-level network objectives, reason about complex states, and generate precise configurations for RANs, demonstrating improved energy efficiency through a closed-loop optimization mechanism.
The world of wireless networks, particularly Radio Access Networks (RANs), is becoming increasingly complex. With a rapid increase in diverse service types and dynamic resource demands, managing these networks efficiently and without errors is a significant challenge. Traditional manual configuration methods are slow, prone to errors, and make it difficult to scale operations.
Simplifying Network Management with Intent-Based Networking
To address this complexity, a concept called Intent-Based Networking (IBN) has emerged. IBN aims to simplify network management by allowing operators to declare “what” they want the network to achieve, rather than specifying the detailed “how.” For example, instead of manually configuring every parameter to improve energy efficiency, an operator could simply state an intent like “improve RAN energy efficiency by 10%.” The IBN system would then translate this high-level goal into the necessary technical configurations.
However, a major hurdle for IBN has been the accurate and dynamic translation of these high-level, human-expressed intents into precise, machine-executable instructions for the RAN. Misinterpretations at this stage can lead to inefficient resource use, degraded service quality, or even network instability.
Large Language Models: The Key to Intelligent Intent Translation
This is where Large Language Models (LLMs) come into play. LLMs, known for their ability to understand and generate natural language, offer a powerful solution to this critical translation gap. Their advanced semantic understanding allows them to grasp the subtle nuances and context of complex service requirements, going far beyond what traditional rule-based systems can achieve.
Researchers have proposed a novel approach that integrates LLMs into an agentic architecture for RAN management. This system enhances intent translation by autonomously interpreting high-level objectives, reasoning over complex network states, and generating precise RAN configurations. The core idea is to use LLMs as intelligent intermediaries that can translate formalized intents into highly granular configuration strategies.
How the System Works: An Agentic AI Framework
The proposed system uses an agentic approach, built upon two distinct agents: the History Analyzer Agent and the Strategist Agent. The History Analyzer Agent collects real-time performance data from the RAN and analyzes past successful strategies. This processed information is then fed to the Strategist Agent.
The Strategist Agent, powered by an LLM (specifically, the open-source Meta LLaMA 3.1 70B Instruct model hosted on NVIDIA NIM), is responsible for translating the formalized intent. It analyzes the intent, understanding target performance metrics (KPIs), desired conditions, and target values, then breaks down this objective into actionable strategies. An Orchestrator Agent then executes these strategies by interacting with the RAN simulator via the O-RAN O1 interface, adjusting configuration parameters.
To ensure consistent and predictable LLM behavior, a structured five-section prompt technique is used. This prompt includes: an Instruction (the task for the LLM), the Intent (high-level objective), Current Observation (real-time network data), Configuration Constraints (available parameters and limitations), and Output Format (how the LLM’s response should be structured).
The system leverages both Configuration Management (CM) and Performance Management (PM) over the O-RAN O1 interface to enable a closed-loop control mechanism. Agents continuously retrieve real-time PM data to assess the network’s state and evaluate the network’s state and evaluate the impact of previous configurations. CM operations, using the NETCONF protocol, are then performed to apply optimized configurations.
Demonstrating Energy Efficiency Optimization
Experiments using an AI RSG RAN Simulator from VIAVI Solutions demonstrated the system’s effectiveness. By dynamically configuring lower transmit power levels (TxPower), the system successfully improved the overall energy efficiency of the RAN. As iterations progressed, TxPower decreased significantly, leading to a corresponding increase in energy efficiency, showcasing a successful optimization process.
Also Read:
- Large Language Models: A New Frontier in Cybersecurity
- LLMs Learn to Think Smarter with Hierarchical Budget Policy Optimization
Future Directions and Challenges
While promising, the research also highlighted key limitations and areas for future work. One challenge is that feeding raw, comprehensive performance data directly to the LLM can sometimes lead to “hallucinations” or inconsistent interpretations. This suggests a need for providing LLMs with domain-specific “ground truth,” perhaps represented through formalisms like RDF (Resource Description Framework) or ontologies, to explicitly detail relationships between network entities and parameters.
Another critical vulnerability is the LLM’s reliance on PM data as absolute truth. Inaccurate, incomplete, or delayed PM data can trigger a “domino effect,” leading the LLM to make suboptimal or even detrimental decisions, destabilizing the network. Future research will explore reinforcement learning (RL) algorithms to build system resilience and adapt to noisy or outlier data through iterative feedback and reward-based optimization.
This work represents a significant step towards more autonomous and intelligent RAN management, paving the way for robust resource management in wireless networks. For more details, you can refer to the full research paper: Intent-Based Network for RAN Management with Large Language Models.


