Snapdragon X Series: Hardware, Lineup, and Early Adoption

▶ Watch (00:56)

Qualcomm’s Snapdragon X Series spans from $600 laptops to premium machines, but every SKU ships with 45 TOPS of NPU. That floor-level consistency is what makes Copilot Plus PCs a real developer target. One year after the first device launched at Microsoft Build 2024, 85 commercial designs have shipped.

The developer story starts with hardware and goes to software. Qualcomm’s Hexagon NPU and Orion CPU are the foundation, but the AI Hub SDK, pre-integrated toolchains, and no-code middleware are what put NPU access in front of developers who don’t write kernel code.

On-Device AI in the Wild: Consumer and Enterprise Use Cases

▶ Watch (05:33)

LLMWare has 90-plus models running locally on the NPU, and HSBC uses it for document search and multi-agent research workflows. Moises, the audio app, went further: its AI runs stem separation in real time on the NPU,

“runs 35 times faster than the CPU” — Igor Gadelha (Moises)

The demo showed a live plug-in inside Cubase shifting a vocal track from male to female in real time, all on-device. One Take Audio builds the same NPU-first approach into an SDK for music developers who need sub-millisecond feedback.

Qualcomm AI Hub: Model Optimization and NPU Deployment

▶ Watch (14:19)

Qualcomm AI Hub ships 200-plus preoptimized models for Windows on Snapdragon. If none fit, you compile your own: upload PyTorch weights, pick a target (Snapdragon X Elite, ONNX Runtime or QNN), and AI Hub returns a ready-to-deploy model in about five minutes. A profile job runs the model 100 times on a real cloud-hosted Snapdragon device and reports minimum inference time, memory, and per-layer placement before you ship anything.

Kory Watson walked through the AI Hub Stable Diffusion image generation on NPU (18:54) and the AI Hub Llama 3.2-3B compilation from Hugging Face (20:17) live. Both ran entirely on the NPU. The C++ sample app and all model-conversion scripts are open source on GitHub at ai-hub-apps.

No-Code Local AI: RAG, Agents, and Windows AI Foundry

▶ Watch (24:17)

AnythingLLM runs Llama 3.2-3B entirely on the Snapdragon NPU, no cloud required. Devang Aggarwal showed document RAG in about two minutes: drop a Qualcomm white paper into a workspace, then query it with citations. The NPU handles both embedding and inference while the CPU and GPU stay free for other work.

For agents, the AnythingLLM web-scraping agent on NPU (30:01) returned menu recommendations from a live restaurant URL in about 30 seconds using function calling. Separately, Qualcomm and Microsoft announced Windows AI Foundry support on Snapdragon X Series, adding LoRA fine-tuning, semantic search, and a CLI model playground that binds automatically to the fastest available silicon.

Powder: 46 AI Models for Automatic Gaming Content Creation

▶ Watch (34:54)

Powder turns raw game recordings into ready-to-post social clips with no editing by the creator. Its 46 AI models, covering visual events, OCR, emotion, and audio, detect highlight moments as gameplay happens.

“Think millions of parameters, not billions.” — Barthelemy Kiss, CEO, Powder

Small models fit the NPU precisely because the CPU and GPU max out during gameplay. The Powder gameplay event detection live demo (36:50) showed level completions flagged in real time. Windows ML is Powder’s deployment layer: one API across Snapdragon, AMD, and Intel cut their Drill Bit model deployment time three to five times faster than before.

Docker on Snapdragon: Containers Meet Local LLMs

▶ Watch (44:12)

Docker shipped early-access support for Snapdragon X Series on Windows ARM-64 at Build. The Docker Model Runner lets developers run LLM models with the same CLI commands they use for containers. An OpenAI-compatible base URL swap is all the code change needed to point an existing app at a local model.

Docker also launched a containerized MCP Catalog. Eli Aleyner demonstrated the GitHub MCP server running in Docker’s MCP Toolkit, connected to Copilot in VS Code, and resolving a GitHub issue without any runtime configuration. CPU and GPU support is live; NPU support is coming soon.

Notable Quotes

runs 35 times faster than the CPU Igor Gadelha (Moises) · ▶ 9:12

Think millions of parameters, not billions. Barthelemy Kiss · ▶ 41:29

one API to run them all Barthelemy Kiss · ▶ 38:51

Key Takeaways

  • Qualcomm AI Hub compiles any PyTorch model for Snapdragon NPU in about five minutes and a few lines of code.
  • Small edge models — millions of parameters, not billions — run faster on the dedicated NPU when the CPU and GPU are maxed out.
  • Windows ML gives ISVs one API that deploys across Snapdragon, AMD, and Intel, cutting per-silicon porting work.