2026-09-24 –, Ladd Room (Capacity 170)
Large Language Models are increasingly constrained by inference architecture rather than training. As workloads diversify, traditional monolithic serving stacks struggle with mixed latency targets, long context prompts, GPU memory pressure, and inefficient batching. This talk presents two emerging patterns treating LLM inference as a distributed systems challenge.
Dynamic Prefill Decode (PD) separates the compute-intensive prefill phase from the memory-bound decode phase, scaling each across specialized GPU pools to improve utilization and reduce tail latency.
Semantic Routing replaces static load balancing with inference-aware decisions, selecting the right model and infrastructure tier per request.
We explore tools like vLLM, Ray Serve, KServe, and TensorRT-LLM.
The session includes a live demo showing semantic routing, model selection, latency differences, and cost tradeoffs across multiple models.
Ayushi is an Associate Software Engineer at Red Hat, specializing in AI, python, and open source. With over 2 years of experience, she has worked on rule writing, log analysis, and proactive issue resolution. She is a mentor and public speaker, frequently sharing insights on open source, AI advancements, and career growth in tech. Passionate about scalable automation and AI-driven support systems, she strives to bridge the gap between engineering efficiency and real-world problem-solving.