▶ Watch ↗AI Engineer World's Fair 202615:22
Sitanshu Gupta is Director of Engineering, Inference Services at CoreWeave, where he leads engineering work on serving AI models under production load. His work addresses the pressures that emerge when a model moves beyond a demonstration: simultaneous requests, long contexts, and repeated agent interactions competing for memory and compute.
Gupta is one of seven co-inventors of a SambaNova-assigned patent on flow control for reconfigurable processors, whose patent family traces to a June 2, 2020 filing. The invention describes a compiler that inserts buffers and control connections to coordinate asynchronous processing stages. Credit counters track downstream buffer space and writes still in flight. When either allowance runs out, a producer pauses until the downstream component signals that it can accept more data. This lets distributed stages proceed at different speeds without overflowing buffers or losing coordination.
At CoreWeave, Gupta’s writing examines coordination across model-serving infrastructure. His June 2026 article on GLM 5.2 explains the engineering between evaluating a managed endpoint and sustaining its performance in production: matching hardware to the model, tuning networking and the serving runtime, loading models and containers, and managing cached context. He also argues that open weights preserve deployment choices. A team can begin with a managed endpoint and retain the option to fine-tune or self-host as its needs change.
His August 2026 account of serving Kimi K3 develops that systems perspective through long-context, multi-turn workloads. CoreWeave uses NVIDIA Dynamo at the infrastructure layer and vLLM at the runtime layer; Gupta credits runtime optimizations to the vLLM team, Moonshot AI, and NVIDIA. He explains how deployment topology, request routing, and runtime features combine to determine the performance customers experience.
Gupta also recruits engineers and managers for this work. In his public Kimi K3 post, retained in his public LinkedIn profile, he paired the engineering article with openings for inference engineering managers and staff and senior software engineers.
His Inside Inference session with Inferact’s Zachary Xi addresses the same production problem from two layers. The session covers vLLM scheduling, batching, memory management, and quantization alongside CoreWeave’s networking, topology, and orchestration. Its practical question is whether serving-software improvements reach users as measured gains—or are absorbed by limits elsewhere in the system.
▶ Watch ↗AI Engineer World's Fair 202615:22