AI on the Edge is a year-long Azure and edge AI project focused on making local inference governable, observable, policy-driven, and repeatable.

The project uses a .NET gateway and model-router pattern so applications can call one OpenAI-compatible facade while requests route to local, edge, cloud, Azure Local, Tenstorrent-backed, or mock inference endpoints based on policy and health.

Tagline: Cloud-governed, locally executed.

Relationship to the Private Cloud Lab

This is a separate project from the Private Cloud Tenstorrent Multi-Cloud Edge Lab.

The private cloud project owns the physical lab, Tenstorrent/NVIDIA hardware, Kubernetes environment, storage, and multi-cloud edge infrastructure. AI on the Edge uses that lab as one execution environment and demo lane, but the AI platform pattern is broader than the lab itself.

Current Focus

  • Build the AI on the Edge Gateway and routing policy engine.
  • Add private RAG with local embeddings, citations, and local-only denial behavior.
  • Add a camera fleet operations assistant over the existing cameras/# MQTT contract.
  • Add Azure Arc, GitOps, Azure Monitor, Managed Prometheus, Grafana, Key Vault, and policy evidence.
  • Keep laptop-only demo mode deterministic with mock backends and reset controls.
  • Treat Tenstorrent as an accelerator backend behind the same gateway contract.

Series

Reference Workload

The reference workload is the camera fleet from the Azure IoT Operations series:

The AI project consumes that telemetry and runbook context, but the camera control plane remains its own prerequisite project.

Acceptance Criteria

The project is useful when a reader can understand the architecture, follow the demo build order, run the laptop demo, see where Azure governance fits, and know which existing posts cover the lab and camera prerequisites.