← 🚀 Inference & Serving
Advanced
Tokens, Embeddings and Logits
Follow text into token IDs, learned vectors and next-token scores. Understand why token IDs are not meanings, softmax is not confidence in truth, and chat templates belong to the deployed model.
Unlock the full curriculum — ₹2,000 / $25every concept + every answer · 6 months · no auto-renew
RELATED CONCEPTS
LESSONS THAT TEACH THIS
PRACTICE THIS IN REAL QUESTIONS
Open-Weights Models & Serving EnginesYour new model deployment produces fluent answers that score badly on evaluations. Where do you look?→LLM Inference & ServingA customer sends the same prompt twice at temperature zero and gets different answers. Explain why, and what you can promise them.→Open-Weights Models & Serving EnginesThe open-weights model you are deploying is multimodal. What changes about serving it?→AI Infrastructure System DesignDesign token-level billing and metering for an LLM API: count at the engine, aggregate, reconcile, and survive the failure modes.→Coding for InfraImplement sampling from a model's logits with temperature, top-k and top-p. What are the numerical traps?→CUDA, Triton & Kernel EngineeringSelect the top k logits from a 128,000-token vocabulary on the GPU. What shape does the kernel take and why not just sort?→
