> For the complete documentation index, see [llms.txt](https://docs.monogoto.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.monogoto.io/getting-started/general-device-configurations/physical-ai.md).

# Physical AI

<figure><img src="/files/4kjZaq24X5djn9PmcU2X" alt=""><figcaption></figcaption></figure>

### Overview

Artificial Intelligence is rapidly moving beyond cloud-based applications into the physical world. Today’s AI systems are embedded in real-world devices such as robots, autonomous vehicles, industrial machines, and smart infrastructure.

These systems, often referred to as **Physical AI** or **Edge AI**, do not operate in isolation. They require reliable, continuous connectivity to function effectively at scale.

Connectivity is no longer an optional layer it is a **core component of the system architecture**.

### What is Physical AI?

Physical AI refers to systems where AI models are deployed on devices that interact with the real world.

Examples include:

* Autonomous robots
* Smart cameras
* Industrial IoT systems
* Connected vehicles
* Remote monitoring devices

Unlike traditional AI applications, these systems must:

* Operate in dynamic environments
* Make real-time decisions
* Maintain constant communication with backend systems

### The Missing Layer: Connectivity

While much of the industry focuses on:

* AI models
* GPUs and compute power
* Edge processing

A critical layer is often overlooked:

👉 **Connectivity 👈**

Without reliable connectivity:

* Devices cannot send telemetry
* Remote management is not possible
* AI models cannot be updated
* Systems cannot be monitored or controlled

As a result, many deployments fail when moving from **lab environments to real-world production**.

### Why Wi-Fi is Not Enough

Congestion under density

Wi-Fi relies on contention-based access (CSMA/CA), where devices compete for airtime. As density increases, collisions and retransmissions cause latency spikes and instability.

Real-world performance: Wi-Fi vs Private 5G

This behavior directly translates into measurable performance degradation:

<table data-header-hidden><thead><tr><th valign="top"></th><th valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top">Metric</td><td valign="top">Wi-Fi</td><td valign="top">Private 5G</td></tr><tr><td valign="top">Average latency</td><td valign="top">96.3 ms</td><td valign="top">18.5 ms</td></tr><tr><td valign="top">Maximum latency (tail)</td><td valign="top"><mark style="color:red;">975 ms</mark></td><td valign="top"><mark style="color:green;">80 ms</mark></td></tr><tr><td valign="top">Packet loss</td><td valign="top"><mark style="color:red;">~30%</mark></td><td valign="top"><mark style="color:green;">&#x3C;1%</mark></td></tr><tr><td valign="top">Efficiency impact</td><td valign="top"><mark style="color:$warning;">30%+ loss from roaming</mark></td><td valign="top"><mark style="color:green;">50% improvement</mark></td></tr></tbody></table>

<mark style="color:$info;">These differences are not incremental they fundamentally change system behavior at scale.</mark>

Wi-Fi is commonly used in early-stage deployments and testing environments. However, it introduces significant limitations in real-world scenarios:

* Limited coverage
* Poor mobility support
* Unreliable connections in outdoor environments
* Infrastructure dependency

> Wi-Fi covers a building. Physical AI operates in the real world.

For production deployments, connectivity must support:

* Mobility
* Wide-area coverage
* High reliability

### Cellular Connectivity as a Foundation

Cellular connectivity provides the foundation required for Physical AI systems:

* Global coverage
* Seamless mobility
* Reliable connectivity
* Secure communication

With cellular, devices can:

* Stay connected across locations
* Maintain persistent communication
* Operate independently of local infrastructure

### Hybrid Connectivity Architecture

The Combined Approach: Wi-Fi + Cellular

<table data-header-hidden data-search="false"><thead><tr><th valign="top"></th><th width="189.846435546875" valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top">Use Case</td><td valign="top">Best Fit</td><td valign="top">Why</td></tr><tr><td valign="top">Safety heartbeats, fleet coordination</td><td valign="top">Cellular</td><td valign="top">Zero tolerance for packet loss or latency spikes</td></tr><tr><td valign="top">Teleoperation (human takes over)</td><td valign="top">Cellular</td><td valign="top">Guaranteed uplink via network slicing</td></tr><tr><td valign="top">Outdoor, yard, cross-building ops</td><td valign="top">Cellular</td><td valign="top">Coverage beyond facility walls</td></tr><tr><td valign="top">Large warehouses with mobility</td><td valign="top">Cellular</td><td valign="top">Seamless handover, no AP congestion cliffs</td></tr><tr><td valign="top">Multi-site or global fleet management</td><td valign="top">Cellular</td><td valign="top">One SIM, global identity, seamless roaming</td></tr><tr><td valign="top">Vehicles, construction, agriculture</td><td valign="top">Cellular + Satellite</td><td valign="top">Wide-area and remote — no Wi-Fi available</td></tr><tr><td valign="top">Surgical / medical robotics</td><td valign="top">Cellular</td><td valign="top">Interference-free dedicated spectrum, SLA guarantees</td></tr><tr><td valign="top">Bulk data offload while docked</td><td valign="top">Wi-Fi</td><td valign="top">High throughput, low cost, stationary</td></tr><tr><td valign="top">Model &#x26; firmware updates at base</td><td valign="top">Wi-Fi</td><td valign="top">Large downloads, non-time-critical</td></tr><tr><td valign="top">Pilot / POC (few machines, single site)</td><td valign="top">Wi-Fi</td><td valign="top">Fastest path to validation</td></tr></tbody></table>

Modern AI systems require a **hybrid connectivity approach**, combining multiple technologies:

* Wi-Fi (local environments)
* Cellular (wide-area connectivity)
* Satellite (remote and fallback scenarios)

This approach ensures:

* Redundancy
* Resilience
* Continuous operation

### From Prototype to Production

One of the biggest challenges in AI deployments is transitioning from **proof-of-concept (PoC)** to **production**.

Many systems work in controlled environments but fail in real-world conditions due to:

* Connectivity gaps
* Network instability
* Lack of remote management capabilities

Designing connectivity as part of the system from the beginning is essential for successful deployment.

### Enabling Physical AI with Monogoto

Monogoto provides the connectivity layer required to support Physical AI systems at scale.

Using Monogoto, devices can:

* [x] &#x20;Connect globally via cellular networks
* [x] Seamlessly switch between public and private networks
* [x] Enable remote provisioning and management
* [x] Maintain reliable communication across environments

Typical implementation includes:

* [x] Provisioning connectivity SIM profiles
* [x] Configuring network access, policies, and routing
* [x] Enabling device connectivity across public and private networks
* [x] Monitoring, managing, and controlling devices via APIs and platform tools

### Practical Considerations

When designing connectivity for Physical AI systems, consider:

* Network availability in deployment regions
* Mobility requirements
* Power consumption constraints
* Data usage and latency
* Security and authentication

Connectivity should be treated as a **first-class design parameter**, not an afterthought.

#### Development Kits Supporting Cellular Modems <a href="#cellular-modems-supporting-softsim" id="cellular-modems-supporting-softsim"></a>

Monogoto supports all certified cellular modems. The table below provides an overview of the tested and documented modems and development kits.

<table data-header-hidden><thead><tr><th></th><th width="196.6051025390625"></th><th></th><th></th></tr></thead><tbody><tr><td>Physical AI</td><td>Cellular Modem</td><td>Chipset</td><td>Technology</td></tr><tr><td>​​<img src="/files/Kibg2Lb6iHaqde672uWO" alt=""></td><td>Quectel BG95-M3<br><a href="/pages/AmjCnPQdw0e9M4rZq33Q">Quectel EG25-G</a><br>SIMCom SIM7600G-H​<br>SIMCom SIM8230G<br>Quectel RM520N-GL</td><td>Qualcomm</td><td>LTE Cat-M1 / NB-IoT<br>LTE Cat-4<br>LTE Cat-4<br>5G RedCap<br>5G Sub-6</td></tr></tbody></table>

### Summary

Physical AI systems rely on more than just compute and models.

They require:

* Reliable connectivity
* Scalable network architecture
* Continuous communication

🔘 Connectivity is the layer that enables AI systems to operate in the real world.
