Table of Contents
In discussions about AI chips, NVIDIA and AMD capture most of the attention. But one company is pursuing a fundamentally different AI strategy — and it’s increasingly worth engineers paying attention to. That’s Qualcomm.
Qualcomm isn’t trying to compete with NVIDIA head-on in data center model training. Its bet is in a different direction: running AI on the phone in your pocket, the PC on your desk, the car on the road, and the robots soon to be mass-produced.
TL;DR
Qualcomm’s AI strategy is centered on edge inference, not cloud training. The Snapdragon X Elite’s NPU lets 7B-parameter models run locally on a laptop. 6G’s core design goals include low-latency AI inference loops. Physical AI is the vision of integrating perception, decision-making, and actuation onto a single chip. All three point in the same direction: AI that runs in real time on-device without requiring a network connection.
The Business Logic of Edge AI
Why run AI on the device rather than in the cloud? There are clear reasons:
Latency: Having a self-driving car’s decision system query cloud AI for every decision is infeasible. On-device inference can bring latency from hundreds of milliseconds down to single digits.
Privacy: More users and enterprises don’t want to send data to the cloud. On-device AI makes “data never leaves the device” possible.
Cost: API call costs at scale are substantial. The marginal cost of running a local model approaches zero.
Offline capability: Remote areas, underground, on aircraft — many scenarios lack stable network connectivity.
Qualcomm’s Snapdragon X Elite integrates CPU, GPU, and NPU (Neural Processing Unit), optimized for on-device LLM inference. According to Qualcomm, it can run a quantized version of Llama 3 70B at approximately 30 tokens/second on a Windows laptop.
Snapdragon’s AI Architecture
Snapdragon X Elite’s NPU is called the Hexagon NPU, delivering 45 TOPS (Tera Operations Per Second) of AI compute. This figure became the marketing benchmark for “AI PCs” in 2024 — Microsoft requires Copilot+ PCs to have at least 40 TOPS NPU capability.
graph LR
A[Input Data] --> B[Hexagon NPU]
A --> C[Adreno GPU]
B --> D[AI Inference Results]
C --> D
D --> E[Application]
F[Kryo CPU] --> E
Qualcomm is also advancing Qualcomm AI Hub on Snapdragon, letting developers deploy models from Hugging Face directly to Snapdragon devices without manual model optimization.
6G: AI-Native Communications
6G isn’t just “faster 5G.” Qualcomm emphasizes several AI-native design goals in 6G standards work:
AI-assisted radio resource management: Base stations can use AI to predict user movement trajectories and proactively allocate bandwidth and handoff — rather than reacting after signal degrades.
Sensing integration: 6G base stations can simultaneously handle communication and environmental sensing, using radio signals to build a 3D map of surroundings. This matters for autonomous vehicles and robot localization.
Ultra-low latency: Target end-to-end latency below 1ms, making remote AI inference assistance for local decision-making viable.
6G is expected to see commercial deployment around 2030. Qualcomm’s patent portfolio from 5G gives it significant leverage in 6G standard-setting.
Physical AI: From Perception to Action
Physical AI means AI directly controlling physical-world machines — robots, drones, industrial equipment. Qualcomm’s entry point is providing the edge compute platform these devices need.
Traditional robot control systems and perception systems are often separate: camera images go somewhere for processing, results come back to control motors. This loop’s latency and power consumption are serious problems for mass-market hardware.
Qualcomm’s Robotics RB platform series (based on Snapdragon) integrates:
- Multi-camera inputs
- Computer vision NPU
- Low-latency CPU cores for real-time control
- 5G connectivity
Boston Dynamics and multiple Chinese humanoid robot manufacturers are using or evaluating Snapdragon-series chips as the compute core for their robots.
Qualcomm vs. NVIDIA
| Dimension | NVIDIA | Qualcomm |
|---|---|---|
| Main battleground | Data center training and inference | Edge device inference |
| Core product | H100/H200 GPU + CUDA | Snapdragon SoC |
| Power consumption | 300–700W | 5–20W |
| Price | $10,000–$40,000/chip | $50–$200 (SoC at volume) |
| AI software ecosystem | CUDA near-monopoly | Weaker, actively building |
These two aren’t direct competitors — they serve different markets. In edge AI, Qualcomm’s closer competitors are Apple (A18 Pro, M-series) and MediaTek.
Summary
Qualcomm’s AI strategy has a clear logic: use AI to strengthen its existing core capabilities (low-power SoC design and wireless communications), rather than attacking NVIDIA’s data center market. 6G and Physical AI are extensions of this logic, not buzzword-chasing.
For engineers, Snapdragon’s edge AI capabilities are now at a level worth serious consideration. If you’re building applications that need on-device AI inference — privacy protection, low latency, offline capability — Qualcomm AI Hub and Snapdragon’s NPU are options you can actually test today.
References
Answers come from this article only. Click any prompt below or open the chat at the bottom right.
🇺🇸 English
Nvidia and AMD grab almost all the oxygen in any conversation about AI chips. But there's a company running a completely different playbook — and it's one engineers should be watching a lot more closely. That company is Qualcomm.
Here's the thing: Qualcomm isn't trying to go toe-to-toe with Nvidia in the data center, training giant models. That's not the bet. The bet is running AI somewhere else entirely — on the phone in your pocket, the laptop on your desk, the car on the highway, and the wave of robots that's about to hit mass production.
So the whole strategy comes down to one idea: edge inference, not cloud training. Snapdragon's chips can run a seven-billion-parameter model locally on a laptop. 6G is being designed with low-latency AI loops baked in. And what they call Physical AI is the vision of putting perception, decision-making, and physical action all on a single chip. Three different fronts, all pointing the same direction — AI that runs in real time, on the device, without needing a network connection.
Let's talk about why you'd even want AI on the device instead of the cloud. There are four reasons, and they're all pretty concrete.
First, latency. Imagine a self-driving car phoning home to a cloud server for every single decision. That's just not workable. Running the inference on the device itself takes latency from hundreds of milliseconds down to single digits. That's the difference between a system that reacts and a system that's too slow to matter.
Second, privacy. More and more people — and especially enterprises — simply don't want their data leaving the building. On-device AI makes "your data never leaves the device" an actual promise you can keep.
Third, cost. When you're making API calls at massive scale, that bill adds up fast. Run the model locally and the marginal cost of each inference drops to basically nothing.
And fourth, offline capability. Remote areas, underground, on an airplane — there are tons of situations where you just can't count on a stable connection.
Now, the chip making this real is the Snapdragon X Elite. It combines a CPU, a GPU, and an NPU — a Neural Processing Unit — all tuned for running large language models on the device. Qualcomm says it can run a quantized version of Llama 3, the seventy-billion-parameter model, at around thirty tokens per second on a Windows laptop. That's genuinely usable speed.
That NPU has a name — the Hexagon NPU — and it delivers forty-five TOPS of AI compute. TOPS meaning tera-operations per second. That number became the whole marketing yardstick for so-called "AI PCs" in 2024, because Microsoft drew a line in the sand: to earn the Copilot+ PC label, your machine needs an NPU pushing at least forty TOPS.
Architecturally, picture it like this. Input data comes in and flows to two places in parallel — the Hexagon NPU and the Adreno GPU. Both crunch away and feed their results into the AI inference output, which then hands off to whatever app you're running. Meanwhile the Kryo CPU is handling the general-purpose work alongside them. The key idea is that the specialized AI hardware and the graphics hardware are working side by side, not waiting on each other.
There's also a software piece here that matters — Qualcomm AI Hub. It lets developers take a model straight off Hugging Face and deploy it to a Snapdragon device without having to hand-optimize everything themselves. That lowers the barrier a lot.
Okay, let's jump to 6G, because this is where it gets interesting. 6G is not just "5G but faster." Qualcomm is pushing several AI-native ideas in the standards work.
One is AI-assisted radio resource management. Instead of a cell tower reacting after your signal starts degrading, it uses AI to predict where you're moving and proactively hands off and allocates bandwidth before you ever notice a problem.
Another is sensing integration. A 6G base station can handle communication and environmental sensing at the same time — using the radio signals themselves to build a three-dimensional map of the surroundings. That's a big deal for self-driving cars and for robots figuring out where they are.
And then there's ultra-low latency. The target is end-to-end latency under one millisecond. Get there, and you can actually have remote AI inference assisting local decisions in real time.
Now, 6G isn't arriving tomorrow — commercial deployment is expected around 2030. But here's Qualcomm's edge: the patent portfolio they built up during 5G gives them serious leverage when it comes to writing the 6G standards.
That brings us to Physical AI — AI directly controlling machines in the real world. Robots, drones, industrial equipment. Qualcomm's way in is providing the edge compute platform all of those devices need.
Here's the problem they're solving. Traditionally, a robot's perception system and its control system are separate. The camera images get shipped off somewhere for processing, and then the results come back to actually drive the motors. That round trip — the latency and the power it burns — is a real headache when you're trying to build affordable, mass-market hardware.
Qualcomm's Robotics RB platform, built on Snapdragon, pulls it all together on one chip: multiple camera inputs, a computer vision NPU, low-latency CPU cores for real-time control, and 5G connectivity. And this isn't theoretical — Boston Dynamics and a number of Chinese humanoid robot makers are already using or evaluating Snapdragon chips as the brains of their robots.
So how does Qualcomm actually stack up against Nvidia? It's a study in opposites. Nvidia's battleground is the data center — training and inference at scale, on H100 and H200 GPUs wrapped in the CUDA ecosystem. Those chips pull anywhere from three hundred to seven hundred watts and cost somewhere between ten and forty thousand dollars each. Qualcomm's world is the edge device, built around the Snapdragon system-on-chip, sipping just five to twenty watts and costing fifty to two hundred dollars at volume.
The one place Nvidia is clearly ahead is software. CUDA is a near-monopoly, and Qualcomm's software ecosystem is weaker — though they're actively building it out. But the honest takeaway is that these two aren't really direct competitors. They serve different markets. Qualcomm's actual rivals in edge AI are Apple — with its A18 Pro and M-series chips — and MediaTek.
So let me pull the threads together. Qualcomm's AI strategy has a clean internal logic: use AI to reinforce what they're already world-class at — low-power chip design and wireless communications — instead of charging into Nvidia's data center fortress. 6G and Physical AI aren't buzzword-chasing; they're natural extensions of that same move, pushing compute closer to where the data actually is.
Three things to walk away with. One — the real battle in AI isn't only in the data center; there's a whole second front at the edge, and it runs on totally different economics: watts instead of hundreds of watts, dollars instead of tens of thousands. Two — latency, privacy, cost, and offline capability are the four forces pulling AI onto the device, and they're not going away. And three — for engineers, this is no longer a someday thing. If you're building anything that needs on-device inference, Snapdragon's NPU and Qualcomm AI Hub are options you can actually pick up and test today.
🇹🇼 中文
在這一輪 AI 週期裡,前沿大模型在檯面上打得火熱,可是水面下有一個很容易被忽略的贏家,就是高通。過去一年高通股價漲了大約六成,五月底還創了歷史新高。背後的推力,是「Physical AI」這個概念今年真正走進主流——AI 手機、AI PC、XR 眼鏡、汽車、機器人,這些邊緣裝置的需求開始起量。再加上市場對 6G 的期待,讓深耕通訊跟晶片多年的高通,旗下的驍龍產品被寄望成為「邊緣 AI」生態的核心供應商。
這集的內容,整理自高通在北京辦的「驍友會五週年派對」現場,跟高通全球副總裁徐晧的一場對談。
先講一個很有意思的觀察角度:今年的 AI 有兩條線。明線,是大家還在卷最強、最 SOTA 的大模型;暗線,是端側模型有沒有好到能撐起更好的應用落地。徐晧的判斷是,AI 最早一定以雲端為主,因為大家想先摸清楚人工智慧的能力邊界到底在哪。但到了現在這個階段,越來越多應用其實需要終端的支持——從智慧手機,到 XR 眼鏡、車的自動駕駛跟車內娛樂、再到各種機器人。這些都是把原本在雲端做的事,慢慢落地到端側。這是個可能有百億、千億體量的市場,所以高通非常積極。
那真正的技術難點在哪?它同時卡在兩件事:手機上到底能放多大的模型,以及怎麼把模型優化到又省電、算力又夠、記憶體又用得少。這裡有個很關鍵的大趨勢——模型正在變小。高通做過研究,2024 年最好的 Llama 模型可能是一百多 billion、甚至幾百 billion 參數;但不到一年之內,只要 4 billion、或幾十 billion 的小模型,就能做到同樣、甚至更好的效果。
支撐這個趨勢的,是幾類反覆迭代的技術。第一個是蒸餾,用大模型去訓練一個小很多的模型,更適合在端側跑。第二個是量化,把雲端常用的浮點運算轉成定點運算,好處是運算更快、又降低對晶片儲存的需求。第三個是 LoRA 低秩適配,保留一個大模型,另外掛一個小模型去適配當下的任務。第四個是 MoE,混合專家,養很多個專項專家,靠一個總調度按問題類型去叫對應的專家出來。這些再加上記憶體跟功耗的優化,才能做出「節能、算力好、記憶體省」的端側架構。
接著看手機。手機上的 AI,大致經歷了三代演進。第一代是影像處理,最早就是拍照,所以高通做了大量的相機優化。第二代是語言對話,大模型出現後,使用者開始直接跟 AI 講話、問任何問題。第三代就是現在最明顯的 Agentic 應用——你不用先裝 App,直接跟手機講你要什麼,它就根據能找到的所有資訊,把事情做出來。這也是為什麼會說「AI is the new UI」,互動方式正在從選 App,變成不用選 App。
現場一個很有代表性的例子,是榮耀的 Robot Phone,有個「隨音而舞」的特性。你跟它說想聽點音樂放鬆,它先用榮耀自帶的音樂識別抓出整體節拍,再調用雲台控制演算法,生成一系列擬人化的動作——攝影機會跟著節拍點頭、擺動,換個節拍動作就不一樣。它開創了一種新的終端形態:直板手機,配上一顆能移動、能翻轉的雲台攝影機。這背後靠的是高通的異構架構,CPU、GPU、NPU 各自發揮所長。
那「AI 手機」到底長什麼樣?目前有兩條並行的路線。一條是整機即 agent,從你按下電源鍵開始,全部用語音,像跟一個人對話一樣指揮它。另一條是 Super App,手機還是現在的手機,但裝一個能打通所有 App 的超級應用。Google 某種程度上就是這形態——它本身就有 Map、Email、Google Pay、Google Travel。哪條會跑出來還說不準:第一種要打通整個生態、需要時間養;第二種看你的體量夠不夠大,能不能把所有人吸到你的平台。這更多是時間驗證的問題,不是純技術問題。
再來是機器人。作為傳統晶片廠,高通給機器人的晶片有幾個特點:算力要比手機更強,因為要規劃的事更多;但它能承載更大的面積、對能耗的要求也比手機寬鬆,所以可以做更大、更強的晶片,支援更好的大模型、還有 VLA,也就是視覺-語言-行動,跟 world model。產品線從低端只負責運動控制,到高端具備「大腦」跟 VLA 能力,一路涵蓋。
現場兩個機器人都跑在驍龍 QCS8550 平台上。一個是加速進化 K1,端側算力很強,能做語義理解跟自主感知,現場還示範了點球。另一個是阿加犀的「通天曉」,是阿加犀跟高通聯合打造的具身智慧機器人——CPU 撐起流暢的舞蹈跟環境互動,GPU 同時處理多路攝影機影像,NPU 同時跑語音辨識、語音合成、還有端側 LLM 推理。純端側就能做到相對即時的本地推理,能懂、能動、還能聊。
機器人對低延遲特別敏感,尤其當任務越來越複雜、跟人的互動越來越緊密。高通的原則很簡單:能在端側解決的就在端側解決,對雲端依賴壓到最低;端側算力做不到的大規劃,再用最快的通訊手段送到邊緣雲或雲端,讓雲端規劃完再傳回來。現在 5G 從基站到手機大約是毫秒級,所以延遲需求在幾十毫秒以外的可以放雲端,幾十毫秒以內的就留在端側做。而 6G 的目標,就是把這個延遲進一步壓短。
講到 6G,商用時間點預計落在 2029 到 2030 年之間。它跟 5G 最大的差別,是要更多考慮「人工智慧原生」的設計——因為過幾年,AI 產生的流量可能佔到整體的三成到四成,6G 網路得撐得住。它還會納入幾個全新元素:一個是智能體之間怎麼連接,當手機、手錶、眼鏡、甚至未來的指環越來越多,它們彼此、跟網路之間怎麼最有效連上。第二個是通感一體化,通訊跟感知合一——無線訊號打出去,會從不同物體反彈回來,透過接收跟理解這些訊號,可以建立一張由無線訊號畫出來的地圖,再加上攝影機,就能構建一個物理世界,拿來做 AI 訓練跟監測。第三個是低空經濟跟空管,未來滿街無人機在飛,怎麼控制、怎麼追蹤,也是 6G 要設計的。至於延遲,難點常常不在基站到手機這段,而在雲端端到端的調度。5G 有個 TSN,時間敏感網路,會在每個封包打時間戳,保證端到端延遲可控,這思路 6G 也會延續。
汽車這塊,車上有兩個系統,需求不太一樣。自動駕駛要對環境有很好的理解、判斷再決策,要求高算力、快速度;但對能耗沒那麼緊,記憶體可以多給一點。車載娛樂則是大螢幕、環繞音響——現在很多人不在客廳看電視了,全跑到車裡看。高通的做法是 Snapdragon Ride,跟業界首個提出的「驍龍數位底盤」概念:用一個統一規劃的底盤,把車上所有感測器,雷達、視訊、光達、揚聲器,全連上去統一調度,而且懂優先級。比如零跑用兩顆晶片分別支撐智駕跟娛樂,但這兩顆也能結合——自駕需要大算力時就多調給它,娛樂有需求、智駕又不吃那麼多時,再勻一些過去。
現場的旗艦車型是零跑 D19,全球首批搭載雙驍龍 8797。相比上一代,8797 的 GPU、CPU 提升接近三倍,NPU 的 AI 算力更提升到十二倍。它帶來幾個變化:座艙、車機深度融合成「中央集算模式」,優化線路、節約成本;座艙做到「五屏聯動」;乘客用 AI 大模型的同時,駕駛能享受 VLA 多模態輔助駕駛;還支援全車 40 個以上攝影機、含光達共 28 個精密感測硬體協同,並能 OTA 線上升級,為未來 L3、L4 鋪路。車的下一個難點,其實更多在生態的打通——出停車場付費有沒有跟停車場打通、在車上能不能直接叫外送到家。這些屬於 MCP、Agent-to-Agent 層面的東西。徐晧也點出,這裡有很多創業機會。
XR 眼鏡很有意思,它長期有「雞生蛋、蛋生雞」的問題:要有人願意戴,才會有更多應用;要有應用,別人才願意買。但換個角度看,眼鏡反而是最難的端側 AI——空間就這麼一點,能放晶片的地方比手機還小,還得塞攝影機、收語音、藏晶片,電池幾乎沒地方放。高通的解法有兩層:一方面把整合晶片做到越小越好,算力剛好夠用;另一方面把它連到手機。這裡用到一個叫 split rendering、分離式渲染的技術,一部分成像在眼鏡做、一部分在手機做,把最耗能的丟給手機,盡量把眼鏡的能耗降到最小。現場的千問 S1 眼鏡搭載高通 AR1 平台,雙目 3D 顯示,喚醒詞是「你好千問」,你說「導航去國貿」,眼鏡上馬上顯示地圖跟步行路線,反應很快。有 AI 加持後還有幾個新應用:「見你所見」,把你看到的東西遠端讓親友看到、甚至即時直播;還有視覺記憶,眼鏡定時觀察周遭、壓縮存到手機,你隨時能問「我鑰匙放哪了」,它會回你「幾秒前看到在桌上」。當然,只要在錄影就會亮個紅點,隱私是設計時必須考慮的。
那 AI PC 是不是偽命題?徐晧的答案是否定的。高通前幾年就推出了第一款支援 AI 應用的 PC 晶片架構,當時還做過用 AI PC 指揮機械臂當調酒師的演示。現階段 AI 商業化最強的用例其實是寫程式,大家多半調用雲端算力跟 token;但有些東西使用者想留在本機,像處理視訊、相片、Email 這類個人資料,可能就希望它留在 PC 上,不傳上雲。所以 AI PC 其實有很多應用空間。
最後一個貫穿全場的概念,是端側的「不可能三角」:記憶體、功耗、性能。高通的平衡思路是結果導向——先看要給使用者什麼體驗,再回頭決定端雲怎麼分工。這裡有個關鍵設計,叫本地個性化資料庫:在手機端側對個人資訊做預處理,把最重要的資訊簡化、壓縮,當成 local memory 存在端側,像你的偏好、常訂哪家飯店、買什麼航班、行事曆、最近跟誰交流。要做大規劃時,手機能做就在手機做,做不到再把部分資訊交給雲端規劃、傳回來。這就是所謂 personalized agent 的意義——一個個性化、專為你適配、再跟雲端結合的智能體。這樣同時解決了體驗、把能耗壓到最小、跟盡量把價格壓下來。也正因如此,高通會針對車、手機、PC、機器人各自不同的算力跟價位需求,量身訂做不同的晶片。
把整場對談串起來,高通的邏輯其實很清楚。它不去正面打雲端訓練,而是用自己最強的兩項核心能力——低功耗 SoC 設計,跟無線通訊——去卡住端側推理這個位置。
如果要留三個重點:第一,模型正在變小、算力正在下沉,延遲敏感的決策正一步步往端側走,這是最值得記住的趨勢。第二,高通用一套「異構架構加模型壓縮加端雲協同」的方法論,把手機、機器人、汽車、XR、PC 逐一覆蓋,再用 6G 把端跟雲之間的延遲繼續壓短。第三,端側能不能成,很多時候卡的不是技術,而是生態跟時間——這也正是徐晧反覆提到「有非常多創業機會」的地方。
Tags
Related Articles
RAG's Five Stages: From Pipeline to Reasoning Retrieval, and the Naive RAG on My Own Site
Over the past two years RAG evolved from a 'linear pipeline' to 'loop-based reasoning'. It maps cleanly to five stages: Naive, Advanced, Modular, Graph, Agentic. The real inflection point is control moving from pipeline to agent — a System 1 → System 2 shift. Looking back at engineer-news's own RAG stack, it's stuck at the Naive edge — so this post also lays out what to fix next.
Building a Real RAG: 5 Infra Lessons from InfiniFlow's 2024 Year-in-Review
The previous post zoomed out for a five-stage panorama of RAG. This one zooms in on the five infra lessons any real RAG has to face: document ingestion, contextualized chunking, three-lane hybrid search, tensor reranker, and GraphRAG's semantic gap. Each lesson is checked against engineer-news's current stack, ending with a priority list for a personal site.
J-lens: Anthropic's New Interpretability Tool for Reading Claude's Inner Thoughts via a 'Global Workspace'
Anthropic proposes J-lens, an interpretability tool that captures the 'verbalizable' representations inside a Transformer, and uses it to show that Claude contains a privileged subspace analogous to the neuroscientific 'global workspace' — a small set of vectors that broadcast, drive reasoning, respond to external steering, and even leak signals during deception and evaluation awareness.