← Browse

Code 2025

Compilers in the Age of LLMs — Yusuf Olokoba, Muna

Yusuf Olokoba , Muna

Overview

This talk addresses the fundamental challenges AI engineers face in deploying models, moving beyond the hype of voice agents and MCP tools. The core thesis is that building a Python compiler to generate self-contained binaries offers a simpler, more standardized approach to running AI models anywhere, from local devices to the cloud, without extensive infrastructure changes. This method aims to replicate the ease of using models like OpenAI's API but with the flexibility of any open-source model.

Who should watch

Key takeaways

Notable quotes

*What developers actually want is something way simpler. Just give me an open style client that just works.*
*We wanted to recreate something that tracked this experience as closely as possible.*
*The only reason why that's tractable now is well we don't have to sit down and write the equivalent native code that does the same thing in Python anymore.*

Watch on YouTube →

Unofficial community note. Prefer the recording for nuance.