Next upHack for Humanity: San Francisco (powered by Google Gemini)
Tech Talks · 1:00:23

From Prototype to Production: The Hidden Engineering of AI Inference

Production LLM inference is shaped by memory as much as compute. Roan Weigert explains token processing, KV caching, continuous batching, quantization, model FLOPs utilization, and the trade-offs among local inference, shared APIs, and dedicated GPUs for real workloads.

Roan Weigert
Roan Weigert
Sep 17, 2026
Summary

Efficient LLM serving requires teams to reason about memory pressure, request scheduling, and workload goals together. Roan Weigert follows an inference request from tokenization through generation, then explains how KV caching avoids repeated computation while consuming per-request memory. He compares static and continuous batching, outlines quantization trade-offs, and separates latency and throughput from headline GPU utilization by introducing model FLOPs utilization. There is no universal infrastructure choice: local models, shared APIs, dedicated GPUs, and hybrid workflows suit different volumes, response-time needs, and operating constraints.