Benchmark LLM Serving Without Lying to Yourself
Understand inference performance as a workload-dependent surface, then test saturation and goodput with a controlled local benchmark.
Read deep diveStaff engineer · AI platforms · Mumbai
Engineering notes on agentic systems, retrieval, distributed platforms, and the work between prototype and production.
The interesting work begins after the demo works.
Start here
Understand inference performance as a workload-dependent surface, then test saturation and goodput with a controlled local benchmark.
Read deep diveLatest notes
Evaluation connects product requirements, versioned datasets, component failures, operational constraints, release gates, and production feedback.
Read noteLong-running AI work should be modeled as durable state transitions with idempotent stages, checkpoints, bounded retries, cancellation, and backpressure.
Read noteSchema-constrained generation is only the first trust boundary. Production systems still need evidence, policy, authorization, bounded repair, and explicit disposition.
Read noteA model gateway should centralize provider compatibility, routing, quotas, and data policy without absorbing product workflow logic.
Read noteA production AI feature is not a model call. It is a distributed system with explicit boundaries for authorization, orchestration, validation, durable execution, and evaluation.
Read noteUnderstand how paused agent requests trade accelerator memory against KV-cache transfer, recomputation, resume latency, and system goodput.
Read noteWorking areas