What problem does it solve?
Closing the performance gap between SGLang and competing LLM serving frameworks (vLLM, TensorRT-LLM, TokenSpeed) normally requires manual benchmarking, profiler triage, and iterative code patching. This Skill automates that entire campaign as a single recoverable, auditable loop.
Core Features & Use Cases
- Fixed Fair Benchmark Gate: Runs one bounded cross-framework benchmark with identical model weights, precision, workload, and SLA before any patching, producing winner commands and fairness diagnostics.
- Humanize RLCR Loop: Each round decides the remaining gap, runs torch-profiler and layer-pipeline analysis, patches SGLang source code, optionally gathers Nsight Compute kernel evidence, and revalidates on the real model.
- Model PR History Gate: Consults model-family optimization PR history before choosing patch targets, recording PR state, source heads, and validation evidence.
- Use Case: Given a model like a new MoE checkpoint, the Skill benchmarks SGLang against vLLM and TensorRT-LLM, then iteratively patches SGLang kernels and runtime paths until SGLang matches or beats the best competitor under the same SLA.
Quick Start
Ask the agent to run the SGLang SOTA loop for your model against vLLM and TensorRT-LLM on your target GPU environment, and it will benchmark, profile, patch, and revalidate until SGLang reaches parity.