Operations | Monitoring | ITSM | DevOps | Cloud

Language AI to physical AI explained

What is physical AI? Physical AI embeds machine learning directly into hardware, enabling algorithms to interact, move, and perform autonomous tasks in the physical world. Traditionally, robots relied on precise, hardcoded coordinates; if an object shifted by a single millimeter, the entire system failed. Today, robotics is moving past rigid automation toward truly adaptive architecture. Neural networks help machines process raw sensor data in real time. Consequently, machines can dynamically reason through the unpredictable physical world.

Governing AI Agents at Runtime: Open Source Zero-Trust with AGT | Ubuntu Summit 26.04

AI agents are moving from demos to production – but who governs what they do at runtime? The Agent Governance Toolkit (AGT) is an open source, MIT-licensed framework from Microsoft that enforces deterministic policy before every tool call, message, and action an agent takes. In this talk, Imran walks through how AGT brings zero-trust identity, policy-as-code, tamper-evident Merkle audit chains, and a Kubernetes sidecar model to any AI agent, regardless of framework.

Scaling Android development with Anbox Cloud

Discover how Anbox Cloud helps engineering teams scale Android development by moving Android workloads from physical hardware into the cloud. In this video, we showcase how developers can run, test, validate, and share Android environments on demand using containerized and virtualized Android instances. We explore how both approaches work, key differences, and use cases.

Closing remarks | Ubuntu Summit 26.04

The closing remark at the Ubuntu Summit reflects on two days of open source innovation and community milestone announcements. Save the dates for the next Ubuntu Summit: November 12-13, 2026! About Diogo Diogo Sousa is the Security Engineering Manager at Canonical. Ubuntu Summit 26.04 is a showcase for the innovative and the ambitious. Subscribe. Fuel your curiosity.

AI Made Infrastructure Weird Again | Ubuntu Summit 26.04

For years, we were told we were escaping hardware. Virtualization, containers, and Kubernetes made the underlying servers practically invisible to the average application developer. Then came the AI boom and infrastructure got incredibly weird again. In this fast-paced lightning talk, Billy Olson from Canonical breaks down why the modern AI server is no longer just a machine, but a volatile distributed system packed inside a single chassis.

Kubeflow MLOps tutorial: from notebook development to production inference

In this video, our engineering team takes you through a full end-to-end Kubeflow implementation, step by step – from data exploration to production inference. Follow the journey of a house price prediction use case and see how modern MLOps components work together: Kubeflow architectures and starter repositories Notebook-based development workflows Data exploration and model development MLflow for experiment tracking Katib for hyperparameter optimization Kubeflow Pipelines for automated preprocessing and training KServe for scalable model inference.

NVIDIA Approach for Achieving ASIL B Qualified Linux | Ubuntu Summit 26.04

Can a general purpose, open source operating system like Linux be deployed in safety-critical products? Can it achieve certifications to standards like ISO 26262? This question has become increasingly common in recent years. In this talk, Bryan provides a safety integrity qualification approach for Linux. It is composed of Linux Kernel, user space libraries (like libc) and user-space components (like init processes), up to ASIL B according to ISO 26262:2018.

Configure Ubuntu with YAML | Ubuntu Summit 26.04

Learn how to configure Ubuntu at launch using declarative, idempotent instructions stored in a version-controlled YAML file. In this talk, Rajan explains how this approach minimizes arbitrary commands, reduces risks of command injection and privilege escalation, and ensures validation and error handling. This is relevant on major public and private clouds, and virtualization solutions ranging from VMware, WSL, LXD, Multipass, Proxmox, and more.

uPKI: improving certificate revocation on Linux | Ubuntu Summit 26.04

What is uPKI? While web browsers automatically check if an HTTPS certificate has been revoked, other Linux command-line tools and applications usually skip this check. That leaves applications vulnerable to compromised or misissued certificates many months after this is discovered. In their talk, Joe Birr-Pixton and Dirkjan Ochtman will be introducing uPKI: a new effort to bring browser-grade certificate infrastructure to Linux. This effort is funded by Canonical, engineered by the maintainers of rustls, and builds on foundational work from Mozilla.