Modular, the company Chris Lattner founded to build a hardware-agnostic AI runtime, is being acquired by Qualcomm for approximately $3.9 billion in stock. The announcement came June 24, with closing expected in H2 2026.
Lattner’s track record is the reason this deal gets attention beyond normal M&A coverage. He built LLVM — the compiler infrastructure that now underpins Clang, Rust, Swift, and most modern language toolchains — then built Swift at Apple, spent time at Google Brain, and founded Modular in 2022 with the argument that the AI inference stack had a structural problem: it was locked to Nvidia CUDA in ways that would become increasingly painful as diverse hardware tried to run AI workloads. Snapdragon silicon in phones, AMD Instinct in data centers, custom ASICs from AWS, Intel Gaudi — all of them increasingly capable, all of them requiring separate optimization work that CUDA code doesn’t provide.
Modular’s answer is two products. Mojo is a programming language designed as a Python superset — you can import Python libraries directly — but it compiles to efficient native code rather than running through the Python interpreter. The pitch is that you get Python’s ecosystem and ergonomics with C++-class runtime performance, which is actually useful for writing inference kernels and operator implementations that would otherwise require dropping to CUDA C. MAX is the inference engine built on top: it takes a model and a hardware target, and handles the optimizations needed to run efficiently on that target without requiring the model developer to know each architecture’s quirks. Nvidia, AMD, Intel, and Qualcomm are all supposed to just work.
The Qualcomm angle is about where AI inference is going next. Qualcomm’s core business is Snapdragon SoCs in phones, PCs, and cars — devices running AI inference locally, without sending data to a data center. Qualcomm has had capable NPUs for years, but competing with Nvidia in developer mindshare has been hard because CUDA’s head start in libraries, tooling, and community is real. Acquiring MAX gives Qualcomm a runtime that already abstracts hardware differences, which means developers targeting MAX get Qualcomm support without a dedicated porting effort. It repositions Qualcomm silicon from “platform you might port to” to “platform the inference stack already handles.”
For the broader AI tooling ecosystem, the interesting question is whether MAX develops enough community and ecosystem weight to become a genuine CUDA alternative rather than a Qualcomm-internal tool. Qualcomm’s stated intent — CEO Cristiano Amon called it “a developer-friendly, horizontal platform that can run across diverse compute environments” — is to keep it open and multi-hardware. Lattner has built infrastructure that genuinely got adopted before: LLVM is everywhere, not just at Apple. But LLVM succeeded in an era where the dominant compiler was GCC and the alternatives were clearly inadequate. CUDA’s hold on AI workloads is tighter, and the transition costs for teams with years of CUDA investment are high.
The timing reflects a real shift in the economics. Nvidia’s data center dominance is secure in the near term, but inference at the edge — running models on phones, laptops, cars — pushes toward heterogeneous hardware where CUDA’s advantages don’t fully carry. If you believe that inference will distribute toward the edge over the next several years, the abstraction layer becomes more valuable, and a $3.9B acquisition of it makes sense. If you believe data center GPU clusters will remain the primary inference venue, this looks like Qualcomm buying a good developer tools company for more than it’s worth.
The deal will close in the second half of the year. By then, it should be clearer whether Modular’s hardware-agnostic pitch survives Qualcomm’s ownership — or whether MAX becomes primarily optimized for Snapdragon, and the “horizontal platform” framing quietly narrows.
