Chris Lattner explains Mojo, a Python superset built for AI that he claims can run up to 35,000x faster, and his mission to kill complexity in AI infrastructure.

Chris Lattner — Legendary compiler engineer who created LLVM, the Clang compiler, and the Swift language, led key work on TPUs at Google and Autopilot software at Tesla, and now co-founded Modular to build a new full-stack AI infrastructure and the Mojo programming language.
Lattner walks through Mojo, a new programming language designed as a full superset of Python that adds systems-level features so code can run from interpreters to GPUs and AI accelerators without a rewrite. He explains how Mojo achieves massive speedups by moving from CPython's interpreter to a compiler, dropping boxed objects into registers, adding optional types, value semantics, ownership, and auto-tuning. The bigger picture is Modular's mission to unify the fragmented AI stack so models don't need to be rewritten in C++ or hand-tuned with CUDA kernels for every new chip. He recounts hard-won lessons from launching Swift and from the painful Python 2-to-3 migration, shaping his deliberate, community-driven, no-fragmentation approach to releasing Mojo. The conversation closes on the future of programming, LLMs as coding companions, and making AI accessible to far more people.