SKShivam Kumarinshivam-ai.hashnode.dev·Jul 28 · 8 min readDeploying Stable Diffusion XL on a Single T4 GPU From ScratchIntroduction Most tutorials on Stable Diffusion stop at "run this Colab notebook." This article covers the part that usually gets skipped: turning a diffusion model into an actual application with a b00
SKShivam Kumarinshivam-ai.hashnode.dev·Jul 3 · 13 min readTransformer Architecture — Complete Interview Notes If you've ever wondered how ChatGPT, GPT-4, Claude, Llama, Gemini, or modern Large Language Models actually understand and generate text, the answer begins with one revolutionary architecture: the Tra10
SKShivam Kumarinshivam-ai.hashnode.dev·Mar 18 · 5 min readThe Only DSA List You Need for AI/ML & Data Science Interviews If you're preparing for AI/ML or Data Science interviews, you’ve probably wondered: “Do I really need to grind hundreds of DSA problems?” The answer is NO — but you do need the right set of 40 probl20
SKShivam Kumarinshivam-ai.hashnode.dev·Mar 4 · 13 min readEnd-to-End RAG Explained : From Chunking to EvaluationRetrieval-Augmented Generation (RAG) is one of the most commonly asked topics in Generative AI interviews today. But most explanations stop at theory. In this blog, I’ll explain RAG from a production 20