Pack · 10 talks · 5h 39m to watch, 59 min to read

Local AI on your own hardware

A personal agent may need your messages, calendar and accounts, which makes sending every thought and action through a cloud provider a hard bargain. That trust problem comes before the practical question: which jobs are small and measurable enough to move onto your own hardware? Quantization and llamafile show how models fit and travel; Foundry Local turns them into a desktop product instead of a folder of weights. On phones, the choices become concrete: Android can share Gemini Nano across apps, an app can ship a tiny fine-tuned function caller, or an iPhone can run Gemma 4 through MLX. The extravagant version comes last: a frontier model spread across home hardware, where memory bandwidth and the split between prefill and decode set the limits.

2
Nader Khalil, NVIDIA & Joseph Nelson, Roboflow & Alex Cheema, EXO Labs & Ahmad Osman, Osmantic & Matthew Berman, Forward Future · 44:29 · AI Engineer World's Fair 2026
State of the Union: Why Local, Why Now

Why second: Chintala gives the personal case for local AI. Khalil's panel widens it into a system design: frontier models can plan while smaller local models do the routine work. Nabors follows by showing how to decide which tasks can actually move onto the device.

4
Chris Alexiuk, NVIDIA & Daniel Han, Unsloth & Asma Beevi, NVIDIA & Merve Noyan, Hugging Face & Parth Sareen, Ollama · 46:01 · AI Engineer World's Fair 2026
Compression at the Edge

Why here: Nabors chooses the smallest model that can do the job. The compression panel offers another option: shrink a larger model without blindly trusting benchmark scores. Hood and Tunney follow because fitting the model into local memory is only half the problem; someone still has to make it easy to run.

5
Stephen Hood & Justine Tunney, Mozilla · 17:25 · AI Engineer World's Fair 2024
Llamafile: Bringing AI to the Masses with Fast CPU Inference

Why here: the compression panel gets a model down to a usable size. Hood and Tunney package the weights and runtime into one executable that can run across operating systems, even on a CPU. Ning comes next with the step beyond a portable runtime: a complete desktop application that chooses and manages local models for the user.

6
Emma Ning, Microsoft · 22:52 · AI Engineer World's Fair 2025
Foundry Local: Cutting-Edge AI Experiences on Device with ONNX Runtime/Olive

Why here: Hood and Tunney make one model executable portable. Ning turns local inference into a desktop product, with the same document app running on Windows and Mac and a service managing the models underneath. Muntenescu and Gaymond take that managed approach onto a phone, where the operating system shares one model across apps.

7
Florina Muntenescu & Oli Gaymond, Google DeepMind · 19:38 · AI Engineer Europe 2026
Gemini Nano on device

Why here: Ning's desktop app relies on a local service to manage models. Muntenescu and Gaymond show the phone version: Android installs Gemini Nano once, schedules its work and lets several apps call it. Brick follows with the alternative, where the app ships its own smaller model and accepts more setup in return for more control.

8
Cormac Brick, Google · 21:01 · AI Engineer Europe 2026
From 46% to 90%: Fine-Tuning Tiny LLMs for On-Device Agents

Why here: Muntenescu and Gaymond make the case for a system model that apps share. Brick puts that beside an app-level model tuned for one narrow job, including a tiny function caller lifted from 46 percent to over 90 percent on most app intents. Grondin comes next with the corresponding route for developers building on Apple hardware.

9
Adrien Grondin, Locally AI · 10:51 · AI Engineer Europe 2026
Running LLMs on your iPhone: 40 tok/s Gemma 4 with MLX

Why here: Brick shows why an app might ship and tune its own phone model. Grondin gives Apple developers a short route from MLX Swift LM to a working iPhone app, then shows Gemma 4 running at about 40 tokens per second. Cheema closes the pack by pushing past phone-sized models to the outer limit of hardware a person might keep at home.

10
Alex Cheema, EXO Labs · 1:45:02 · AI Engineer Europe 2026
Run Frontier AI at Home

Why last: Grondin shows what one current iPhone can do. Cheema asks what it takes to run a frontier model at home, where decode becomes a memory-bandwidth problem and different devices can split prefill from decode. It belongs last because the private personal need from Chintala has now become a demanding hardware and systems project.