Across the global landscape, telecommunications operators have already deployed machine learning for predictive maintenance, customer care chatbots, and anomaly detection. However, as the industry transitions toward Autonomous Networks Level 4 (AN L4), where networks can make intent-driven, predictive decisions and perform closed-loop management with minimal human intervention, a fundamental architectural challenge has emerged:
How do you build a secure, reliable, and interoperable AI harness that bridges probabilistic AI reasoning with deterministic, carrier-grade network execution?
Connecting large language models (LLMs) or autonomous agents directly to critical network functions poses severe operational risks. An AI-generated decision may be incorrect, out of policy, based on a stale state, or unsafe under unobserved conditions. An erroneous or poorly scoped change in a production core or radio access network (RAN) could violate service-level objectives, destabilize a control loop, or propagate across dependent network functions if existing protection and isolation mechanisms fail.
To move AI from isolated proofs-of-concept into resilient production, telcos will likely require an end-to-end operational AI harness: a platform architecture that combines open cloud substrates, interoperable agent protocols, trusted operational context, declarative GitOps workflows, confidential inference, intent-driven orchestration, policy enforcement, and closed-loop assurance.
A key architectural principle is to separate the agentic read path (for observation and cognition) from the network’s write path (for governance and execution). AI can interpret context, diagnose problems, and propose actions, while deterministic policy, validation, orchestration, and assurance mechanisms govern what changes are actually allowed to reach the network. This principle is increasingly reflected in the industry’s work on L4 autonomy.
Modern AI production environments demand dense accelerator nodes, high-throughput east-west fabrics, low tail-latency networking, and specialized memory management for key-value (KV) caching. Dropping these memory-dense, probabilistic workloads onto legacy telco architectures engineered for rigid change windows creates friction across different levels:
To resolve these bottlenecks, standards bodies and open-source initiatives, including ETSI, TM Forum, O-RAN Alliance, and the Linux Foundation, are developing complementary pieces of the architecture required for autonomous networks. Translating these evolving, domain-specific frameworks into an operational reality requires an open, end-to-end platform harness that bridges low-level cloud substrates with high-level agentic reasoning. Such architecture is better understood as four interacting planes:
The AI harness sits across these planes, connecting the agentic read path to the network’s write path. This links probabilistic reasoning to deterministic control without allowing the model itself to become the network’s final authority. In other words, AI can interpret context and propose actions, while deterministic policy, validation, orchestration, and assurance mechanisms govern what changes are actually allowed to reach the network.
At the foundation of any AI-native network sits the cloud substrate. Telcos have strong incentives to avoid maintaining completely parallel, siloed infrastructure stacks (e.g., one for CNFs and another for AI inference pipelines). Some network and AI workloads may benefit from shared infrastructure, while others may require dedicated accelerators, separate security domains, or physically isolated resources. The cloud foundation should therefore provide a common operational model without imposing a single hardware topology.
Canonical delivers the open-source infrastructure portfolio needed to build a unified runtime environment where AI models and network functions can coexist on shared physical infrastructure, while still allowing operators to dedicate or isolate resources where required:
The same foundation can host the inference layer, allowing operators to deploy and manage model-serving workloads alongside cloud-native network functions. Canonical’s inference snaps provide a way to package and deploy inference runtimes such as vLLM and llama.cpp as repeatable, versioned workloads for serving LLMs. Juju and charmed operators can then provide model-driven deployment, configuration, integration, scaling, and lifecycle management for the applications and infrastructure supporting those workloads.
To advance from rule-based automation to agentic AI, reasoning models need a standardized way to discover and query network context and tools. Bespoke API integration isn’t the answer, as it can recreate the vendor lock-in and fragmentation that cloud-native architectures were designed to avoid.
The industry is increasingly addressing this through the model context protocol (MCP), governed within the Linux Foundation’s Agentic AI Foundation (AAIF). However, MCP is an interoperability layer, not a telco policy engine or network controller. The underlying network APIs and protocols remain responsible for actual network operations, while MCP can serve as an agent-facing protocol layer for the network context read path, providing:
Exposing read-oriented cluster lifecycle observability tools enables AI agents to safely query cluster health, inspect deployment resource states, and evaluate workloads without risking unapproved configuration changes.
While MCP provides an agent-facing interface for context discovery and tool invocation, state-changing network operations should follow a separate, strictly controlled write path. In a carrier-grade network, an AI agent should not have unrestricted, direct, state-changing access to live network elements.
Instead, operators can establish operational guardrails by routing agent decisions through policy enforcement, validation, orchestration, and assurance mechanisms. Declarative GitOps workflows is one useful mechanism for selected classes of declarative infrastructure change. A representative workflow could include:
Different control-loop timescales should also be accounted for. A large language model should not necessarily sit inside a millisecond-scale RAN control loop. Fast, deterministic control loops can remain within network-native controllers, with AI agents operating at slower timescales for diagnosis, prediction, planning, policy interpretation, and higher-level optimization.
This separation reflects an emerging pattern in Level 4 autonomous network architectures: agentic AI can interpret context and propose actions, while digital twins, intent-based controls, orchestration, and assurance mechanisms constrain and validate execution.
As AI agents handle real-time subscriber traffic, service tickets, and proprietary network topologies, data privacy and supply-chain security become paramount. Traditional encryption at rest and in transit is insufficient when data must be decrypted in memory during model inference.
Confidential AI applies hardware-backed trusted execution environments (such as AMD SEV-SNP, Intel TDX, and NVIDIA Confidential GPUs) to protect data and, where supported, model weights while in use. A remote-attestation service can verify cryptographic measurements spanning the host firmware, guest OS, and inference runtime against an operator-defined trust policy before a key broker releases sensitive keys or model assets. Confidential computing therefore establishes a verifiable hardware-backed trust boundary around protected workloads.
Canonical supports confidential AI across private and public cloud environments:
Building production-grade AI harnesses requires rapid developer iteration. Yet, granting experimental agentic tooling unconstrained access to host machines creates severe security risks. As telco teams build next-generation network intelligence like agentic troubleshooting assistants or local inference engines, they face an operational paradox: developers require fast access to modern AI runtimes (such as Ollama, OpenCode, vLLM, llama.cpp) and hardware SDKs (e.g., NVIDIA CUDA, AMD ROCm), while platform and security teams must enforce strict isolation to prevent driver conflicts or unvetted, destructive agent commands.
Canonical’s Workshop addresses this friction by enabling engineers to launch composable, sandboxed development environments on Ubuntu via a single command (snap install workshop –classic).
Defined through simple, version-controlled YAML specification files, Workshops run inside unprivileged system containers powered by LXD. This creates an additional isolation boundary around experimental or hallucination-prone tools or AI agents, reducing their access to the host by default without sacrificing developer speed.
To solve the brittleness of bespoke container mappings, Workshop uses a uniform resource interface inspired by snapd. Modular SDKs request controlled access to host capabilities, such as discrete GPUs, host mounts, or SSH agents, providing controlled access to host resources while keeping resource access explicit, version-controlled, and administratively controlled. Because the environment is defined declaratively, the same Workshop specification can be reused across developer machines, CI/CD pipelines, and digital twin testbeds, improving reproducibility, reducing configuration drift, and accelerating the path from lab prototype to production harness.
Achieving Autonomous Networks Level 4 is not a matter of dropping a large language model onto an existing network stack. It requires a coordinated, open-source platform architecture that aligns silicon capabilities, cloud-native orchestration, confidential execution, standardized agent interfaces, operational knowledge, intent-driven control, and deterministic network safeguards.
By combining Canonical’s end-to-end software stack, from bare-metal MAAS provisioning and Ubuntu Confidential VMs to Charmed MLOps, Workshop developer sandboxes, and inference snaps, operators can build a trusted, repeatable AI harness.
This open foundation gives telcos greater control over their data, infrastructure choices, and deployment architecture, while providing a more repeatable path to operationalizing AI and, ultimately, toward the requirements of the 6G era.
Learn how Canonical solutions provide a stable, validated, and open foundation for telco workloads.
Here is a step-by-step guide to install and configure ListMonk (a high-performance, self-hosted newsletter and…
London, UK – August 25, 2026 – Following our initial collaboration announcement in March 2026,…
This article demonstrates how to deploy RustDesk on Ubuntu VPS for self-hosted AnyDesk alternative, enabling…
This article provides a guide demonstrating how to deploy ERPNext on Ubuntu VPS. This guide…
Canonical announces that the Advantech AOM-2721 is officially joining the list of Ubuntu Certified Hardware.…
Yet again instead of tweets, a blog post. The backlog got out of hand -…