<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Prashant Lakhera</title>
    <description>The latest articles on DEV Community by Prashant Lakhera (@lakhera2015).</description>
    <link>https://dev.to/lakhera2015</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F975233%2Fb3f2ff3d-2b4b-4f40-82dc-78ed937040f7.jpg</url>
      <title>DEV Community: Prashant Lakhera</title>
      <link>https://dev.to/lakhera2015</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lakhera2015"/>
    <language>en</language>
    <item>
      <title>📌 Calling an LLM API Doesn’t Mean You Understand How an LLM Works</title>
      <dc:creator>Prashant Lakhera</dc:creator>
      <pubDate>Sat, 29 Aug 2026 00:12:55 +0000</pubDate>
      <link>https://dev.to/lakhera2015/calling-an-llm-api-doesnt-mean-you-understand-how-an-llm-works-4k5o</link>
      <guid>https://dev.to/lakhera2015/calling-an-llm-api-doesnt-mean-you-understand-how-an-llm-works-4k5o</guid>
      <description>&lt;p&gt;One common mistake I see among people entering the AI field:&lt;/p&gt;

&lt;p&gt;They make an API call to an LLM, get a response, build a small application, and think they understand how LLMs work.&lt;/p&gt;

&lt;p&gt;But that’s only the surface.&lt;/p&gt;

&lt;p&gt;The real learning starts when you begin asking:&lt;/p&gt;

&lt;p&gt;→ What is actually happening inside a neural network?&lt;/p&gt;

&lt;p&gt;→ Why are GPUs so important for AI?&lt;/p&gt;

&lt;p&gt;→ How does a Transformer work?&lt;/p&gt;

&lt;p&gt;→ What are attention and tokenization?&lt;/p&gt;

&lt;p&gt;→ How does training actually happen?&lt;/p&gt;

&lt;p&gt;→ How do you build and train a language model yourself?&lt;/p&gt;

&lt;p&gt;These are also the kinds of fundamentals that can separate you in a serious AI/GenAI interview. That’s exactly why I wrote:&lt;/p&gt;

&lt;p&gt;📕 Building A Small Language Model from Scratch: A Practical Guide&lt;/p&gt;

&lt;p&gt;It’s an 854-page practical journey that starts with the fundamentals: Neural Networks, GPUs, Transformers, tokenization, and attention, and gradually takes you toward building your own language model from scratch.&lt;/p&gt;

&lt;p&gt;If you want to go deeper than simply calling an API, the book is still available:&lt;/p&gt;

&lt;p&gt;📘 Gumroad: &lt;a href="https://plakhera.gumroad.com/l/BuildingASmallLanguageModelfromScratch" rel="noopener noreferrer"&gt;https://plakhera.gumroad.com/l/BuildingASmallLanguageModelfromScratch&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;📘 Leanpub: &lt;a href="https://leanpub.com/buildingasmalllanguagemodelfromscratch" rel="noopener noreferrer"&gt;https://leanpub.com/buildingasmalllanguagemodelfromscratch&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;📘 Amazon: &lt;a href="https://www.amazon.com/Building-Small-Language-Model-Scratch-ebook/dp/B0G64SQ4F8/" rel="noopener noreferrer"&gt;https://www.amazon.com/Building-Small-Language-Model-Scratch-ebook/dp/B0G64SQ4F8/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🚀 Looking for a structured interview-preparation path?&lt;/p&gt;

&lt;p&gt;I’m also running a 3-month program:&lt;/p&gt;

&lt;p&gt;Cracking the GenAI Interview for DevOps, SRE, Platform &amp;amp; Forward-Deployed Engineers&lt;/p&gt;

&lt;p&gt;The program focuses on:&lt;/p&gt;

&lt;p&gt;→ Generative AI &amp;amp; LLM Engineering&lt;/p&gt;

&lt;p&gt;→ Python &amp;amp; DSA&lt;/p&gt;

&lt;p&gt;→ System Design&lt;/p&gt;

&lt;p&gt;→ DevOps/SRE Automation with AI&lt;/p&gt;

&lt;p&gt;→ Hands-on AI projects&lt;/p&gt;

&lt;p&gt;→ Interview-focused preparation&lt;/p&gt;

&lt;p&gt;📌 Morning Batch: &lt;a href="https://www.ideaweaver.ai/purchase?product_id=6827463" rel="noopener noreferrer"&gt;https://www.ideaweaver.ai/purchase?product_id=6827463&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;📌 Evening Batch: &lt;a href="https://www.ideaweaver.ai/purchase?product_id=6827464" rel="noopener noreferrer"&gt;https://www.ideaweaver.ai/purchase?product_id=6827464&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;📌 Self-Paced Batch: &lt;a href="https://www.ideaweaver.ai/purchase?product_id=6827466" rel="noopener noreferrer"&gt;https://www.ideaweaver.ai/purchase?product_id=6827466&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;📌 Complete Program Details: &lt;a href="https://www.ideaweaver.ai/courses/cracking-the-genai-interview-for-devops-sre-platform-forward-deployed-engineers-morning1/lectures/66591133" rel="noopener noreferrer"&gt;https://www.ideaweaver.ai/courses/cracking-the-genai-interview-for-devops-sre-platform-forward-deployed-engineers-morning1/lectures/66591133&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Don’t just learn how to call an LLM. Learn what is happening underneath it.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>slm</category>
      <category>llm</category>
      <category>books</category>
    </item>
    <item>
      <title>🎥 Cracking the AWS Cloud Support Engineer Interview: Recording Now Available🎥</title>
      <dc:creator>Prashant Lakhera</dc:creator>
      <pubDate>Thu, 27 Aug 2026 16:03:14 +0000</pubDate>
      <link>https://dev.to/lakhera2015/cracking-the-aws-cloud-support-engineer-interview-recording-now-available-25cp</link>
      <guid>https://dev.to/lakhera2015/cracking-the-aws-cloud-support-engineer-interview-recording-now-available-25cp</guid>
      <description>&lt;p&gt;Thank you, everyone, for joining yesterday’s session on Cracking the AWS Cloud Support Engineer Interview.&lt;/p&gt;

&lt;p&gt;We discussed how to approach real-world AWS troubleshooting scenarios, structure your answers during an interview, and think like a Cloud Support Engineer rather than simply memorizing AWS services.&lt;/p&gt;

&lt;p&gt;🎥 The recording of yesterday’s session is now available.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://youtu.be/g8Cgg09PAEs" rel="noopener noreferrer"&gt;https://youtu.be/g8Cgg09PAEs&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you’re looking for more structured interview preparation, our 3-month program — Cracking the GenAI Interview for DevOps, SRE, Platform &amp;amp; Forward-Deployed Engineers starts September 14.&lt;/p&gt;

&lt;p&gt;The program focuses on:&lt;/p&gt;

&lt;p&gt;✔️ GenAI for DevOps &amp;amp; Infrastructure Engineers&lt;br&gt;
✔️ DevOps/SRE scenario-based interview questions&lt;br&gt;
✔️ Python, DSA &amp;amp; LeetCode&lt;br&gt;
✔️ System Design&lt;br&gt;
✔️ AI/LLM infrastructure&lt;br&gt;
✔️ Interview preparation for companies such as OpenAI, Anthropic, NVIDIA, AWS, Google, Meta, Microsoft, Apple, Tesla &amp;amp; SpaceX&lt;/p&gt;

&lt;p&gt;Batches (PST):&lt;/p&gt;

&lt;p&gt;Morning: Mon–Fri, 7–8 AM (Thursday off)&lt;br&gt;
Evening: Mon–Fri, 7–8 PM (Thursday off)&lt;br&gt;
Weekend: Sat–Sun, 7–9 AM&lt;/p&gt;

&lt;p&gt;Pricing:&lt;/p&gt;

&lt;p&gt;Live Cohort — $299 / ₹24,999&lt;br&gt;
Self-Paced — $149 / ₹12,999&lt;/p&gt;

&lt;p&gt;📌 Morning Batch: &lt;a href="https://www.ideaweaver.ai/purchase?product_id=6827463" rel="noopener noreferrer"&gt;https://www.ideaweaver.ai/purchase?product_id=6827463&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;📌 Evening Batch: &lt;a href="https://www.ideaweaver.ai/purchase?product_id=6827464" rel="noopener noreferrer"&gt;https://www.ideaweaver.ai/purchase?product_id=6827464&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;📌 Self-Paced Batch: &lt;a href="https://www.ideaweaver.ai/purchase?product_id=6827466" rel="noopener noreferrer"&gt;https://www.ideaweaver.ai/purchase?product_id=6827466&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;📌 Complete Program Details: &lt;a href="https://www.ideaweaver.ai/courses/cracking-the-genai-interview-for-devops-sre-platform-forward-deployed-engineers-morning1/lectures/66591133" rel="noopener noreferrer"&gt;https://www.ideaweaver.ai/courses/cracking-the-genai-interview-for-devops-sre-platform-forward-deployed-engineers-morning1/lectures/66591133&lt;/a&gt;&lt;/p&gt;

</description>
      <category>aws</category>
      <category>ai</category>
      <category>llm</category>
    </item>
    <item>
      <title>📌 30 Most-Asked AWS Cloud Support Engineer Interview Questions: Free WEBINAR TONIGHT • 7 PM PST📌</title>
      <dc:creator>Prashant Lakhera</dc:creator>
      <pubDate>Wed, 26 Aug 2026 17:54:06 +0000</pubDate>
      <link>https://dev.to/lakhera2015/30-most-asked-aws-cloud-support-engineer-interview-questions-free-webinar-tonight-7-pm-pst-2e49</link>
      <guid>https://dev.to/lakhera2015/30-most-asked-aws-cloud-support-engineer-interview-questions-free-webinar-tonight-7-pm-pst-2e49</guid>
      <description>&lt;p&gt;30 Most-Asked Questions for the AWS Cloud Support Engineer Interview&lt;/p&gt;

&lt;p&gt;If you’re preparing for an AWS Cloud Support Engineer role, I’ve put together 30 of the most commonly asked interview questions covering AWS, Linux, networking, troubleshooting, security, monitoring, and real-world production scenarios.&lt;/p&gt;

&lt;p&gt;I’m also conducting a FREE live session to help you prepare:&lt;/p&gt;

&lt;p&gt;✔️ Date: Aug 26&lt;/p&gt;

&lt;p&gt;✔️ Time: 7–8 PM PST&lt;br&gt;
🔗 Joining Link: &lt;a href="https://www.linkedin.com/events/7497868527895379968?viewAsMember=true" rel="noopener noreferrer"&gt;https://www.linkedin.com/events/7497868527895379968?viewAsMember=true&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you’re looking for a more structured interview-preparation program, our 3-month Cracking the GenAI Interview for DevOps, SRE, Platform &amp;amp; Forward-Deployed Engineers program starts Sep 14.&lt;/p&gt;

&lt;p&gt;🔗 Morning Batch:&lt;br&gt;
&lt;a href="https://www.ideaweaver.ai/purchase?product_id=6827463" rel="noopener noreferrer"&gt;https://www.ideaweaver.ai/purchase?product_id=6827463&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🔗 Evening Batch:&lt;br&gt;
&lt;a href="https://www.ideaweaver.ai/purchase?product_id=6827464" rel="noopener noreferrer"&gt;https://www.ideaweaver.ai/purchase?product_id=6827464&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🔗 Self-Paced Batch:&lt;br&gt;
&lt;a href="https://www.ideaweaver.ai/purchase?product_id=6827466" rel="noopener noreferrer"&gt;https://www.ideaweaver.ai/purchase?product_id=6827466&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🔗 Complete Program Details:&lt;br&gt;
&lt;a href="https://www.ideaweaver.ai/courses/cracking-the-genai-interview-for-devops-sre-platform-forward-deployed-engineers-morning1/lectures/66591133" rel="noopener noreferrer"&gt;https://www.ideaweaver.ai/courses/cracking-the-genai-interview-for-devops-sre-platform-forward-deployed-engineers-morning1/lectures/66591133&lt;/a&gt;&lt;/p&gt;

</description>
      <category>aws</category>
      <category>cloud</category>
      <category>cloudcomputing</category>
      <category>interview</category>
    </item>
    <item>
      <title>📌 MCP for DevOps: GitHub and AWS MCP Server 📌</title>
      <dc:creator>Prashant Lakhera</dc:creator>
      <pubDate>Wed, 26 Aug 2026 15:30:13 +0000</pubDate>
      <link>https://dev.to/lakhera2015/mcp-for-devops-github-and-aws-mcp-server-5h9k</link>
      <guid>https://dev.to/lakhera2015/mcp-for-devops-github-and-aws-mcp-server-5h9k</guid>
      <description>&lt;p&gt;There are plenty of videos and tutorials explaining MCP (Model Context Protocol).&lt;/p&gt;

&lt;p&gt;But not many explain MCP from a DevOps engineer’s point of view.&lt;/p&gt;

&lt;p&gt;So here’s my attempt to make MCP practical for DevOps using two real-world MCP servers:&lt;/p&gt;

&lt;p&gt;1️⃣ GitHub MCP Server: connecting AI with repositories, issues, pull requests, and developer workflows&lt;/p&gt;

&lt;p&gt;2️⃣ AWS MCP Server: connecting AI with AWS services and cloud operations&lt;/p&gt;

&lt;p&gt;The goal is simple: understand MCP by using it for real DevOps workflows, not just theory.&lt;/p&gt;

&lt;p&gt;🎥 Watch here: &lt;/p&gt;

&lt;p&gt;English: &lt;a href="https://youtu.be/pRs8orB1Ee8?si=NC3D18kVZ-m7v4Xm" rel="noopener noreferrer"&gt;https://youtu.be/pRs8orB1Ee8?si=NC3D18kVZ-m7v4Xm&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hindi: &lt;a href="https://youtu.be/ycadAzGFy1Y" rel="noopener noreferrer"&gt;https://youtu.be/ycadAzGFy1Y&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And if you want to go deeper into GenAI, LLMs, AI Agents, MCP, RAG, Python, System Design, and AI-powered DevOps, our 3-month program starts September 14.&lt;/p&gt;

&lt;p&gt;📌 Morning Batch: &lt;a href="https://www.ideaweaver.ai/purchase?product_id=6827463" rel="noopener noreferrer"&gt;https://www.ideaweaver.ai/purchase?product_id=6827463&lt;/a&gt;&lt;br&gt;
📌 Evening Batch: &lt;a href="https://www.ideaweaver.ai/purchase?product_id=6827464" rel="noopener noreferrer"&gt;https://www.ideaweaver.ai/purchase?product_id=6827464&lt;/a&gt;&lt;br&gt;
📌 Self-Paced Batch: &lt;a href="https://www.ideaweaver.ai/purchase?product_id=6827466" rel="noopener noreferrer"&gt;https://www.ideaweaver.ai/purchase?product_id=6827466&lt;/a&gt;&lt;br&gt;
📌 Complete Program Details: &lt;a href="https://www.ideaweaver.ai/courses/cracking-the-genai-interview-for-devops-sre-platform-forward-deployed-engineers-morning1/lectures/66591133" rel="noopener noreferrer"&gt;https://www.ideaweaver.ai/courses/cracking-the-genai-interview-for-devops-sre-platform-forward-deployed-engineers-morning1/lectures/66591133&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>mcp</category>
    </item>
    <item>
      <title>📌 Cracking the DevOps Interview: Start Your Preparation for Free📌</title>
      <dc:creator>Prashant Lakhera</dc:creator>
      <pubDate>Sun, 23 Aug 2026 02:17:14 +0000</pubDate>
      <link>https://dev.to/lakhera2015/cracking-the-devops-interview-start-your-preparation-for-free-kjh</link>
      <guid>https://dev.to/lakhera2015/cracking-the-devops-interview-start-your-preparation-for-free-kjh</guid>
      <description>&lt;p&gt;&amp;nbsp;&lt;br&gt;
If you are preparing for a DevOps interview and don't know where to start, here is something that might help.&lt;br&gt;
📌 I have made my book, Cracking the DevOps Interview, completely FREE.&lt;br&gt;
You can use it to practice interview questions, refresh important DevOps concepts, and identify areas where you need more preparation.&lt;br&gt;
🔗 Free book:&lt;br&gt;
&lt;a href="https://pratimuniyal.gumroad.com/l/cracking-the-devops-interview" rel="noopener noreferrer"&gt;https://pratimuniyal.gumroad.com/l/cracking-the-devops-interview&lt;/a&gt;&lt;br&gt;
But there is something important I have realized while preparing engineers for interviews:&lt;br&gt;
The interview landscape is changing.&lt;br&gt;
Today, companies are not only looking for engineers who understand Linux, AWS, Kubernetes, Terraform, CI/CD, and troubleshooting.&lt;br&gt;
For many modern infrastructure roles, engineers are increasingly expected to understand:&lt;br&gt;
✔️ Generative AI &amp;amp; LLM fundamentals&lt;br&gt;
✔️ Python &amp;amp; DSA problem solving&lt;br&gt;
✔️ System Design&lt;br&gt;
✔️ AI Agents &amp;amp; automation&lt;br&gt;
✔️ GPU and AI infrastructure&lt;br&gt;
✔️ DevOps/SRE troubleshooting&lt;br&gt;
How AI can be applied to real infrastructure problems&lt;br&gt;
That is exactly why I created the 90-Day Intensive Program:&lt;br&gt;
Cracking the GenAI Interview for DevOps, SRE, Platform &amp;amp; Forward-Deployed Engineers&lt;br&gt;
The goal is simple:&lt;br&gt;
Spend 90 days preparing consistently, building the right skills, solving interview-style problems, and becoming better prepared for the next generation of infrastructure engineering roles.&lt;br&gt;
📌 Live Batch Schedule - PST&lt;br&gt;
Morning: Mon–Fri, 7–8 AM (Thursday off)&lt;br&gt;
Evening: Mon–Fri, 7–8 PM (Thursday off)&lt;br&gt;
Weekend: Sat–Sun, 7–9 AM&lt;br&gt;
📌 Pricing&lt;br&gt;
Live Cohort: $299 / ₹24,999&lt;br&gt;
Self-Paced: $149 / ₹12,999&lt;br&gt;
📌 Morning Batch:&lt;br&gt;
&lt;a href="https://www.ideaweaver.ai/purchase?product_id=6827463" rel="noopener noreferrer"&gt;https://www.ideaweaver.ai/purchase?product_id=6827463&lt;/a&gt;&lt;br&gt;
📌 Evening Batch:&lt;br&gt;
&lt;a href="https://www.ideaweaver.ai/purchase?product_id=6827464" rel="noopener noreferrer"&gt;https://www.ideaweaver.ai/purchase?product_id=6827464&lt;/a&gt;&lt;br&gt;
📌 Self-Paced:&lt;br&gt;
&lt;a href="https://www.ideaweaver.ai/purchase?product_id=6827466" rel="noopener noreferrer"&gt;https://www.ideaweaver.ai/purchase?product_id=6827466&lt;/a&gt;&lt;br&gt;
📌 Complete Program Details:&lt;br&gt;
&lt;a href="https://www.ideaweaver.ai" rel="noopener noreferrer"&gt;https://www.ideaweaver.ai&lt;/a&gt;&lt;br&gt;
If you are not ready for the program yet, start with the free book.&lt;br&gt;
Start small. Learn consistently. Solve one problem at a time.&lt;br&gt;
You don't need to know everything before you start. You just need to start.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>📌 Understanding LLM Inference: Prefill, Decode, and KV Cache📌</title>
      <dc:creator>Prashant Lakhera</dc:creator>
      <pubDate>Sat, 22 Aug 2026 17:04:11 +0000</pubDate>
      <link>https://dev.to/lakhera2015/understanding-llm-inference-prefill-decode-and-kv-cache-4hkd</link>
      <guid>https://dev.to/lakhera2015/understanding-llm-inference-prefill-decode-and-kv-cache-4hkd</guid>
      <description>&lt;p&gt;Most people use ChatGPT every day. But have you ever wondered what actually happens after you press Enter? The answer does not magically appear all at once.&lt;/p&gt;

&lt;p&gt;Behind the scenes, an LLM undergoes a complex inference process.&lt;/p&gt;

&lt;p&gt;And if you are learning LLM Engineering, AI Infrastructure, GPU Infrastructure, or GenAI for DevOps, there are three concepts you should understand:&lt;/p&gt;

&lt;p&gt;📌 Prefill — The model processes your complete input prompt.&lt;/p&gt;

&lt;p&gt;📌 Decode — The model starts generating the response, one token at a time.&lt;/p&gt;

&lt;p&gt;📌 KV Cache — Instead of recalculating information from all previous tokens again and again, the model remembers useful computations and reuses them.&lt;/p&gt;

&lt;p&gt;That last part is especially important. KV Cache can make inference much faster.&lt;/p&gt;

&lt;p&gt;But there is a trade-off: KV Cache consumes GPU memory.&lt;/p&gt;

&lt;p&gt;And once you start serving hundreds or thousands of users, managing that GPU memory efficiently becomes a serious infrastructure problem.&lt;/p&gt;

&lt;p&gt;This is also why inference frameworks such as vLLM and SGLang become important.&lt;/p&gt;

&lt;p&gt;If you are coming from a DevOps, SRE, Platform Engineering, Cloud, or Forward-Deployed Engineering background and trying to move deeper into GenAI infrastructure, this is one of those foundational concepts worth understanding.&lt;/p&gt;

&lt;p&gt;🎥 Video:&lt;br&gt;
&lt;a href="https://www.youtube.com/watch?v=05u-bgl3ETg" rel="noopener noreferrer"&gt;https://www.youtube.com/watch?v=05u-bgl3ETg&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I’m also starting a 90-Day Intensive Program, Cracking the GenAI Interview for DevOps, SRE, Platform &amp;amp; Forward-Deployed Engineers in September.&lt;/p&gt;

&lt;p&gt;We’ll go much deeper into:&lt;/p&gt;

&lt;p&gt;📌 Generative AI &amp;amp; LLM Engineering&lt;/p&gt;

&lt;p&gt;📌 Python &amp;amp; DSA&lt;/p&gt;

&lt;p&gt;📌 System Design&lt;/p&gt;

&lt;p&gt;📌 DevOps &amp;amp; SRE Automation&lt;/p&gt;

&lt;p&gt;📌 Hands-on AI Projects&lt;/p&gt;

&lt;p&gt;📌Morning Batch: &lt;a href="https://www.ideaweaver.ai/purchase?product_id=6827463" rel="noopener noreferrer"&gt;https://www.ideaweaver.ai/purchase?product_id=6827463&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;📌Evening Batch: &lt;a href="https://www.ideaweaver.ai/purchase?product_id=6827464" rel="noopener noreferrer"&gt;https://www.ideaweaver.ai/purchase?product_id=6827464&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;📌Self-paced Batch: &lt;a href="https://www.ideaweaver.ai/purchase?product_id=6827466" rel="noopener noreferrer"&gt;https://www.ideaweaver.ai/purchase?product_id=6827466&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Image Ref: &lt;a href="https://developer.nvidia.com/blog/mastering-llm-techniques-inference-optimization/" rel="noopener noreferrer"&gt;https://developer.nvidia.com/blog/mastering-llm-techniques-inference-optimization/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>llm</category>
      <category>infrastructure</category>
      <category>interview</category>
    </item>
    <item>
      <title>🚀 Multi-GPU Inference: explained simply 🚀</title>
      <dc:creator>Prashant Lakhera</dc:creator>
      <pubDate>Fri, 21 Aug 2026 15:20:12 +0000</pubDate>
      <link>https://dev.to/lakhera2015/multi-gpu-inference-explained-simply-nng</link>
      <guid>https://dev.to/lakhera2015/multi-gpu-inference-explained-simply-nng</guid>
      <description>&lt;p&gt;When people first hear multiple GPUs, it’s easy to think:&lt;/p&gt;

&lt;p&gt;More GPUs = faster LLM.&lt;/p&gt;

&lt;p&gt;But that’s not always the case.&lt;/p&gt;

&lt;p&gt;The real question is:&lt;/p&gt;

&lt;p&gt;Why do we need multiple GPUs in the first place?&lt;/p&gt;

&lt;p&gt;There are mainly two problems:&lt;/p&gt;

&lt;p&gt;📌 The model fits on one GPU, but we need to serve more users.&lt;/p&gt;

&lt;p&gt;📌 The model is too large to fit on a single GPU.&lt;/p&gt;

&lt;p&gt;And that leads us to three important techniques:&lt;/p&gt;

&lt;p&gt;1️⃣ Data Parallelism → Copy the model&lt;/p&gt;

&lt;p&gt;Run a complete copy of the same model on multiple GPUs and distribute incoming requests among them.&lt;/p&gt;

&lt;p&gt;Goal: Higher throughput&lt;/p&gt;

&lt;p&gt;2️⃣ Tensor Parallelism → Split the layer&lt;/p&gt;

&lt;p&gt;Split computations inside a model layer across multiple GPUs.&lt;/p&gt;

&lt;p&gt;Because the GPUs need to communicate frequently, high-speed GPU interconnects such as NVLink and NVSwitch become very important.&lt;/p&gt;

&lt;p&gt;Goal: Run larger models and parallelize computation&lt;/p&gt;

&lt;p&gt;3️⃣ Pipeline Parallelism → Split the layers&lt;/p&gt;

&lt;p&gt;Different groups of model layers run on different GPUs.&lt;/p&gt;

&lt;p&gt;For example:&lt;/p&gt;

&lt;p&gt;GPU 0 → Layers 1–4&lt;/p&gt;

&lt;p&gt;GPU 1 → Layers 5–8&lt;/p&gt;

&lt;p&gt;GPU 2 → Layers 9–12&lt;/p&gt;

&lt;p&gt;The output of one stage is passed to the next, almost like an assembly line.&lt;/p&gt;

&lt;p&gt;Goal: Scale very large models across GPUs and nodes&lt;/p&gt;

&lt;p&gt;The easiest way to remember all three:&lt;/p&gt;

&lt;p&gt;Data Parallelism → Copy the model&lt;/p&gt;

&lt;p&gt;Tensor Parallelism → Split the layer&lt;/p&gt;

&lt;p&gt;Pipeline Parallelism → Split the layers&lt;/p&gt;

&lt;p&gt;And for very large deployments, these techniques can also be combined using Hybrid Parallelism.&lt;/p&gt;

&lt;p&gt;📌 Want to learn these concepts from an interview perspective?&lt;/p&gt;

&lt;p&gt;I’m starting a 90-Day Intensive Program:&lt;/p&gt;

&lt;p&gt;Cracking the GenAI Interview for DevOps, SRE, Platform &amp;amp; Forward-Deployed Engineers&lt;/p&gt;

&lt;p&gt;We’ll connect traditional infrastructure engineering with the skills increasingly important for modern AI infrastructure roles:&lt;/p&gt;

&lt;p&gt;✔️ Generative AI &amp;amp; LLM Engineering&lt;/p&gt;

&lt;p&gt;✔️ GPU &amp;amp; AI Infrastructure&lt;/p&gt;

&lt;p&gt;✔️ Kubernetes for AI workloads&lt;/p&gt;

&lt;p&gt;✔️ Python &amp;amp; DSA&lt;/p&gt;

&lt;p&gt;✔️ System Design&lt;/p&gt;

&lt;p&gt;✔️ DevOps &amp;amp; SRE&lt;/p&gt;

&lt;p&gt;✔️ Interview-style troubleshooting scenarios&lt;/p&gt;

&lt;p&gt;The goal is not just to learn AI terminology, but to understand how these systems actually work and how to explain and troubleshoot them during interviews.&lt;/p&gt;

&lt;p&gt;📌 Morning Batch: &lt;a href="https://lnkd.in/gEGWguSE" rel="noopener noreferrer"&gt;https://lnkd.in/gEGWguSE&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;📌 Evening Batch: &lt;a href="https://lnkd.in/gdqXHS_g" rel="noopener noreferrer"&gt;https://lnkd.in/gdqXHS_g&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;📌 Self-paced Batch: &lt;a href="https://lnkd.in/gVTSSZZH" rel="noopener noreferrer"&gt;https://lnkd.in/gVTSSZZH&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🎥 YouTube video&lt;/p&gt;

&lt;p&gt;English: &lt;a href="https://lnkd.in/gmUnipkh" rel="noopener noreferrer"&gt;https://lnkd.in/gmUnipkh&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hindi: &lt;a href="https://lnkd.in/giCH6BNP" rel="noopener noreferrer"&gt;https://lnkd.in/giCH6BNP&lt;/a&gt;&lt;/p&gt;

</description>
      <category>nvidia</category>
      <category>gpu</category>
      <category>ai</category>
      <category>llm</category>
    </item>
    <item>
      <title>📌 The TAO Loop: How AI Agents Actually Work📌</title>
      <dc:creator>Prashant Lakhera</dc:creator>
      <pubDate>Thu, 20 Aug 2026 15:56:09 +0000</pubDate>
      <link>https://dev.to/lakhera2015/the-tao-loop-how-ai-agents-actually-work-1pd4</link>
      <guid>https://dev.to/lakhera2015/the-tao-loop-how-ai-agents-actually-work-1pd4</guid>
      <description>&lt;p&gt;Many people jump directly into &lt;strong&gt;building AI agents&lt;/strong&gt; using frameworks like LangGraph, CrewAI, or other agent frameworks.&lt;/p&gt;

&lt;p&gt;But before building an agent, it’s important to understand &lt;strong&gt;how an agent actually works under the hood.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;One of the fundamental concepts to understand is the &lt;strong&gt;TAO Loop:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Thought → Action → Observation → Repeat&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;In this blog, I explain the TAO Loop in beginner-friendly language, with diagrams and a practical Kubernetes troubleshooting example showing how an agent thinks, uses tools, observes the results, and decides what to do next.&lt;/p&gt;

&lt;p&gt;📌 &lt;strong&gt;Prefer video?&lt;/strong&gt; I’ve also explained the concept here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://youtu.be/Ng1z3TTAghY?si=9fSSZoah6VGCoqo3" rel="noopener noreferrer"&gt;https://youtu.be/Ng1z3TTAghY?si=9fSSZoah6VGCoqo3&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I’ll be covering concepts like &lt;strong&gt;AI Agents, Tool Calling, ReAct, MCP, GenAI, GPU Infrastructure, Python, System Design, and DevOps/SRE automation&lt;/strong&gt; in my upcoming 90-Day Intensive Program:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Cracking the GenAI Interview for DevOps, SRE, Platform &amp;amp; Forward-Deployed Engineers&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;📌 Morning Batch:&lt;br&gt;
&lt;a href="https://www.ideaweaver.ai/purchase?product_id=6827463" rel="noopener noreferrer"&gt;https://www.ideaweaver.ai/purchase?product_id=6827463&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;📌 Evening Batch:&lt;br&gt;
&lt;a href="https://www.ideaweaver.ai/purchase?product_id=6827464" rel="noopener noreferrer"&gt;https://www.ideaweaver.ai/purchase?product_id=6827464&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;📌 Self-Paced:&lt;br&gt;
&lt;a href="https://www.ideaweaver.ai/purchase?product_id=6827466" rel="noopener noreferrer"&gt;https://www.ideaweaver.ai/purchase?product_id=6827466&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>agents</category>
      <category>llm</category>
      <category>devops</category>
    </item>
    <item>
      <title>🚀 The DevOps, SRE, Platform Engineering, and Forward Deploy Engineer interview landscape is changing</title>
      <dc:creator>Prashant Lakhera</dc:creator>
      <pubDate>Thu, 20 Aug 2026 01:28:17 +0000</pubDate>
      <link>https://dev.to/lakhera2015/the-devops-sre-platform-engineering-and-forward-deploy-engineer-interview-landscape-is-changing-33l8</link>
      <guid>https://dev.to/lakhera2015/the-devops-sre-platform-engineering-and-forward-deploy-engineer-interview-landscape-is-changing-33l8</guid>
      <description>&lt;p&gt;For years, if you were preparing for a DevOps, SRE, or Platform Engineering or Forward Deploy Engineer interview, the roadmap was pretty clear:&lt;/p&gt;

&lt;p&gt;✅ Linux&lt;/p&gt;

&lt;p&gt;✅ Networking&lt;/p&gt;

&lt;p&gt;✅ Cloud&lt;/p&gt;

&lt;p&gt;✅ Docker&lt;/p&gt;

&lt;p&gt;✅ Kubernetes&lt;/p&gt;

&lt;p&gt;✅ Terraform&lt;/p&gt;

&lt;p&gt;✅ CI/CD&lt;/p&gt;

&lt;p&gt;✅ On-call &amp;amp; troubleshooting&lt;/p&gt;

&lt;p&gt;And these skills are still extremely important.&lt;/p&gt;

&lt;p&gt;But there’s a new layer being added to the infrastructure world:&lt;/p&gt;

&lt;p&gt;🤖 Generative AI&lt;/p&gt;

&lt;p&gt;Today:&lt;/p&gt;

&lt;p&gt;→ LLMs are running on Kubernetes&lt;/p&gt;

&lt;p&gt;→ GPUs are becoming infrastructure&lt;/p&gt;

&lt;p&gt;→ AI inference is becoming a production workload&lt;/p&gt;

&lt;p&gt;→ AI agents are helping with incident response and automation&lt;/p&gt;

&lt;p&gt;→ DevOps and SRE teams are starting to build and operate AI-powered systems&lt;/p&gt;

&lt;p&gt;This means companies increasingly need engineers who understand both Infrastructure + Generative AI.&lt;/p&gt;

&lt;p&gt;And that creates a new challenge:&lt;/p&gt;

&lt;p&gt;How do you prepare for interviews when you need to learn AI, coding, system design, and infrastructure together?&lt;/p&gt;

&lt;p&gt;That’s exactly why we built:&lt;/p&gt;

&lt;p&gt;🎯 Cracking the GenAI Interview for DevOps, SRE, Platform &amp;amp; Forward-Deployed Engineers&lt;/p&gt;

&lt;p&gt;A 90-day intensive interview preparation program from IdeaWeaver AI Labs.&lt;/p&gt;

&lt;p&gt;This is not just another GenAI course.&lt;/p&gt;

&lt;p&gt;And it’s definitely not just about prompt engineering.&lt;/p&gt;

&lt;p&gt;The program focuses on 5 interview tracks:&lt;/p&gt;

&lt;p&gt;✅ Generative AI &amp;amp; LLM Engineering&lt;/p&gt;

&lt;p&gt;✅ Python &amp;amp; DSA&lt;/p&gt;

&lt;p&gt;✅ System Design&lt;/p&gt;

&lt;p&gt;✅ DevOps &amp;amp; SRE Automation&lt;/p&gt;

&lt;p&gt;✅ Hands-on AI Projects&lt;/p&gt;

&lt;p&gt;And you’ll learn from three instructors with different areas of expertise:&lt;/p&gt;

&lt;p&gt;👨‍💻 Prashant Lakhera — Ex-Red Hat &amp;amp; Salesforce&lt;/p&gt;

&lt;p&gt;GenAI, LLMs &amp;amp; AI Infrastructure&lt;/p&gt;

&lt;p&gt;👨‍💻 Rahul — Ex-Uber&lt;/p&gt;

&lt;p&gt;Python, DSA &amp;amp; Coding Interviews&lt;/p&gt;

&lt;p&gt;👨‍💻 Pramod — Ex-Yahoo &amp;amp; Apple&lt;/p&gt;

&lt;p&gt;System Design&lt;/p&gt;

&lt;p&gt;One structured roadmap.&lt;/p&gt;

&lt;p&gt;One goal:&lt;/p&gt;

&lt;p&gt;👉 Help you prepare for the next generation of infrastructure engineering interviews.&lt;/p&gt;

&lt;p&gt;And if you’re thinking:&lt;/p&gt;

&lt;p&gt;"I’m a DevOps/SRE engineer. I don’t have GenAI experience. Am I already too late?"&lt;/p&gt;

&lt;p&gt;Absolutely not.&lt;/p&gt;

&lt;p&gt;We start with the fundamentals.&lt;/p&gt;

&lt;p&gt;You don’t need to become an AI researcher.&lt;/p&gt;

&lt;p&gt;Your existing knowledge of Linux, Cloud, Kubernetes, networking, troubleshooting, and distributed systems is already a huge advantage.&lt;/p&gt;

&lt;p&gt;You’re not starting from zero.&lt;/p&gt;

&lt;p&gt;You’re simply adding the GenAI layer on top of your infrastructure experience. 🚀&lt;/p&gt;

&lt;p&gt;📅 September 14 – December 12&lt;/p&gt;

&lt;p&gt;🔗 Morning batch: &lt;a href="https://www.ideaweaver.ai/purchase?product_id=6827463" rel="noopener noreferrer"&gt;https://www.ideaweaver.ai/purchase?product_id=6827463&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🔗 Evening batch: &lt;a href="https://www.ideaweaver.ai/purchase?product_id=6827464" rel="noopener noreferrer"&gt;https://www.ideaweaver.ai/purchase?product_id=6827464&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🔗 Self-paced batch: &lt;a href="https://www.ideaweaver.ai/purchase?product_id=6827466" rel="noopener noreferrer"&gt;https://www.ideaweaver.ai/purchase?product_id=6827466&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you’re a:&lt;/p&gt;

&lt;p&gt;✅ DevOps Engineer&lt;/p&gt;

&lt;p&gt;✅ Site Reliability Engineer (SRE)&lt;/p&gt;

&lt;p&gt;✅ Platform Engineer&lt;/p&gt;

&lt;p&gt;✅ Cloud Engineer&lt;/p&gt;

&lt;p&gt;✅ Systems Engineer&lt;/p&gt;

&lt;p&gt;✅ Forward-Deployed Engineer&lt;/p&gt;

&lt;p&gt;…and you want to prepare for interviews where Infrastructure meets AI, this program is designed for you.&lt;/p&gt;

&lt;p&gt;🎥 Video link: &lt;a href="https://youtu.be/w8MEvjgBwfM" rel="noopener noreferrer"&gt;https://youtu.be/w8MEvjgBwfM&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>genai</category>
      <category>llm</category>
      <category>interview</category>
    </item>
    <item>
      <title>🔥 Cracking the GenAI Interview for DevOps, SRE, Platform &amp; Forward-Deployed Engineers🔥</title>
      <dc:creator>Prashant Lakhera</dc:creator>
      <pubDate>Wed, 19 Aug 2026 14:51:51 +0000</pubDate>
      <link>https://dev.to/lakhera2015/cracking-the-genai-interview-for-devops-sre-platform-forward-deployed-engineers-ena</link>
      <guid>https://dev.to/lakhera2015/cracking-the-genai-interview-for-devops-sre-platform-forward-deployed-engineers-ena</guid>
      <description>&lt;p&gt;Most interview prep still treats DevOps, SRE, and Platform engineers like they only need Kubernetes questions. That’s no longer the job.&lt;/p&gt;

&lt;p&gt;Hiring teams now expect traditional infrastructure knowledge plus Generative AI, LLMs, Python, system design, automation, and AI agents.&lt;/p&gt;

&lt;p&gt;That’s why we’re launching something we’ve never offered before:&lt;/p&gt;

&lt;p&gt;Cracking the GenAI Interview for DevOps, SRE, Platform &amp;amp; Forward-Deployed Engineers&lt;/p&gt;

&lt;p&gt;A 90-day intensive (September 14 – December 12). Live, instructor-led. 6 days a week(Thursday is the break).&lt;/p&gt;

&lt;p&gt;This is not a theory dump. It combines five interview tracks:&lt;/p&gt;

&lt;p&gt;✅ Generative AI &amp;amp; LLM Engineering  &lt;/p&gt;

&lt;p&gt;✅ Python &amp;amp; DSA  &lt;/p&gt;

&lt;p&gt;✅ System Design  &lt;/p&gt;

&lt;p&gt;✅ DevOps/SRE Automation  &lt;/p&gt;

&lt;p&gt;✅ Hands-on AI Projects  &lt;/p&gt;

&lt;p&gt;You’ll learn from 3 engineers:&lt;/p&gt;

&lt;p&gt;📌 Prashant Lakhera — Ex-Red Hat &amp;amp; Salesforce · GenAI &amp;amp; LLMs  &lt;/p&gt;

&lt;p&gt;📌 Rahul — Ex-Uber · Python &amp;amp; DSA  &lt;/p&gt;

&lt;p&gt;📌 Pramod — Ex-Yahoo &amp;amp; Apple · System Design  &lt;/p&gt;

&lt;p&gt;Weekly cadence:&lt;/p&gt;

&lt;p&gt;🗓️ Monday — GenAI for DevOps  &lt;/p&gt;

&lt;p&gt;🗓️  Tuesday — Python for DevOps / Interview Prep  &lt;/p&gt;

&lt;p&gt;🗓️ Wednesday — GenAI for DevOps Project  &lt;/p&gt;

&lt;p&gt;🗓️ Thursday — Break  &lt;/p&gt;

&lt;p&gt;🗓️ Friday — System Design  &lt;/p&gt;

&lt;p&gt;🗓️ Saturday &amp;amp; Sunday — Python for DSA  &lt;/p&gt;

&lt;p&gt;We start from the basics. Basic DevOps and Python knowledge is good to have, not a hard blocker. If students ask, we can adjust the content, but we will complete every concept.&lt;/p&gt;

&lt;p&gt;Batches (all times PST):&lt;/p&gt;

&lt;p&gt;✅ Morning: Mon–Fri, 7–8 am PST (Thu off)  &lt;/p&gt;

&lt;p&gt;✅ Evening: Mon–Fri, 7–8 pm PST (Thu off)  &lt;/p&gt;

&lt;p&gt;✅ Weekend (both batches): Sat–Sun, 7–9 am PST  &lt;/p&gt;

&lt;p&gt;Price:&lt;/p&gt;

&lt;p&gt;💰Live cohort — $299 / ₹24,999  &lt;/p&gt;

&lt;p&gt;💰Self-paced — $149 / ₹12,999 &lt;/p&gt;

&lt;p&gt;Enroll: &lt;a href="https://www.ideaweaver.ai" rel="noopener noreferrer"&gt;https://www.ideaweaver.ai&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;🔗 Morning: &lt;a href="https://www.ideaweaver.ai/purchase?product_id=6827463" rel="noopener noreferrer"&gt;https://www.ideaweaver.ai/purchase?product_id=6827463&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;🔗 Evening: &lt;a href="https://www.ideaweaver.ai/purchase?product_id=6827464" rel="noopener noreferrer"&gt;https://www.ideaweaver.ai/purchase?product_id=6827464&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;🔗 Self-paced: &lt;a href="https://www.ideaweaver.ai/purchase?product_id=6827466" rel="noopener noreferrer"&gt;https://www.ideaweaver.ai/purchase?product_id=6827466&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;If you want to interview for roles where infrastructure and GenAI now sit in the same room , this is the program.&lt;/p&gt;

&lt;h1&gt;
  
  
  GenAI #DevOps #SRE #PlatformEngineering #SystemDesign #Python #DSA #InterviewPrep #IdeaWeaverAILabs
&lt;/h1&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>llm</category>
      <category>genai</category>
    </item>
    <item>
      <title>🚀 Day 18: 100 Days of GenAI for DevOps: Kubernetes &amp; GPUs</title>
      <dc:creator>Prashant Lakhera</dc:creator>
      <pubDate>Thu, 13 Aug 2026 03:02:23 +0000</pubDate>
      <link>https://dev.to/lakhera2015/day-18-100-days-of-genai-for-devops-kubernetes-gpus-424k</link>
      <guid>https://dev.to/lakhera2015/day-18-100-days-of-genai-for-devops-kubernetes-gpus-424k</guid>
      <description>&lt;p&gt;How does Kubernetes actually run an LLM on a GPU?&lt;/p&gt;

&lt;p&gt;That was the focus of Day 18.&lt;/p&gt;

&lt;p&gt;Kubernetes understands CPU and memory by default, but GPUs require additional components. We walked through the complete journey:&lt;/p&gt;

&lt;p&gt;🔹 NFD (Node Feature Discovery) — Discovers GPU hardware on Kubernetes nodes.&lt;/p&gt;

&lt;p&gt;🔹 GFD (GPU Feature Discovery) — Provides detailed NVIDIA GPU information such as model, memory, architecture, and MIG capability.&lt;/p&gt;

&lt;p&gt;🔹 NVIDIA Device Plugin — Makes GPUs available as resources that Kubernetes workloads can request.&lt;/p&gt;

&lt;p&gt;🔹 GPU Scheduling — We explored how nodeSelector, Node Affinity, and Taints/Tolerations help us choose the right GPU and protect expensive GPU nodes.&lt;/p&gt;

&lt;p&gt;🔹 Dynamic Resource Allocation (DRA) — Instead of simply saying “Give me one GPU,” DRA allows workloads to describe what kind of device they need. We also looked at how DRA has evolved in Kubernetes 1.36.&lt;/p&gt;

&lt;p&gt;🔹 NVIDIA GPU Operator — Automates much of the NVIDIA GPU software stack, including drivers, GPU discovery, the device plugin, container support, MIG management, and monitoring.&lt;/p&gt;

&lt;p&gt;🔹 GPU Sharing — We compared Time Slicing and MIG and discussed when sharing an expensive GPU makes sense.&lt;/p&gt;

&lt;p&gt;🔹 GPU Monitoring — We looked at how DCGM Exporter + Prometheus + Grafana can provide visibility into GPU utilization, memory, temperature, power, and health.&lt;/p&gt;

&lt;p&gt;The big picture is:&lt;/p&gt;

&lt;p&gt;Physical GPU → Discover → Expose → Schedule → Allocate → Run LLM → Monitor&lt;/p&gt;

&lt;p&gt;For DevOps, SRE, and Platform Engineers moving into GenAI, GPUs are becoming another critical infrastructure resource we need to understand and manage.&lt;/p&gt;

&lt;p&gt;Day 18/100 completed! 🚀&lt;/p&gt;

&lt;p&gt;🚀 Want to learn GenAI from a DevOps Engineer's perspective?&lt;/p&gt;

&lt;p&gt;🔗 &lt;a href="https://ideaweaver.ai/#courses/genai-for-devops-engineers" rel="noopener noreferrer"&gt;https://ideaweaver.ai/#courses/genai-for-devops-engineers&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;📚 Follow Along Daily (Registration Required)&lt;/p&gt;

&lt;p&gt;🎥 Day 18 (English): &lt;a href="https://www.ideaweaver.ai/courses/100-days-of-genai-for-devops-english/lectures/66538878" rel="noopener noreferrer"&gt;https://www.ideaweaver.ai/courses/100-days-of-genai-for-devops-english/lectures/66538878&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🎥 Day 18(Hindi): &lt;a href="https://www.ideaweaver.ai/courses/100-days-of-genai-for-devops-hindi/lectures/66538879" rel="noopener noreferrer"&gt;https://www.ideaweaver.ai/courses/100-days-of-genai-for-devops-hindi/lectures/66538879&lt;/a&gt;&lt;/p&gt;

</description>
      <category>kubernetes</category>
      <category>ai</category>
      <category>llm</category>
      <category>devops</category>
    </item>
    <item>
      <title>🚀 Day 17 of 100 Days of GenAI for DevOps — Understanding vLLM</title>
      <dc:creator>Prashant Lakhera</dc:creator>
      <pubDate>Wed, 12 Aug 2026 02:51:40 +0000</pubDate>
      <link>https://dev.to/lakhera2015/day-17-of-100-days-of-genai-for-devops-understanding-vllm-2om6</link>
      <guid>https://dev.to/lakhera2015/day-17-of-100-days-of-genai-for-devops-understanding-vllm-2om6</guid>
      <description>&lt;p&gt;Running an LLM on your laptop is one thing.&lt;/p&gt;

&lt;p&gt;Serving that LLM efficiently to hundreds or thousands of users is a completely different challenge.&lt;/p&gt;

&lt;p&gt;In Day 17 of 100 Days of GenAI for DevOps, we explore vLLM, an open-source LLM serving framework designed for fast and efficient inference.&lt;/p&gt;

&lt;p&gt;In this session, we cover:&lt;/p&gt;

&lt;p&gt;🔹 Why we need a dedicated LLM serving framework&lt;br&gt;
🔹 What happens when multiple users send requests to an LLM&lt;br&gt;
🔹 How vLLM improves LLM inference and throughput&lt;br&gt;
🔹 Running an LLM using vLLM&lt;br&gt;
🔹 Exposing the model through an OpenAI-compatible API&lt;br&gt;
🔹 Why all of this matters for DevOps and AI infrastructure engineers&lt;/p&gt;

&lt;p&gt;The goal of this series is not just to learn GenAI concepts.&lt;/p&gt;

&lt;p&gt;It is to understand the infrastructure behind GenAI applications:  GPUs, inference, model serving, Kubernetes, observability, scalability, and eventually how all these pieces fit together in production.&lt;/p&gt;

&lt;p&gt;🚀 Want to learn GenAI from a DevOps Engineer's perspective? &lt;br&gt;
📅 New batch starting soon! &lt;/p&gt;

&lt;p&gt;🔗 &lt;a href="https://ideaweaver.ai/#courses/genai-for-devops-engineers" rel="noopener noreferrer"&gt;https://ideaweaver.ai/#courses/genai-for-devops-engineers&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🎥 Day 17 (English): &lt;a href="https://www.ideaweaver.ai/courses/100-days-of-genai-for-devops-english/lectures/66527584" rel="noopener noreferrer"&gt;https://www.ideaweaver.ai/courses/100-days-of-genai-for-devops-english/lectures/66527584&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Day 17(Hindi): &lt;a href="https://www.ideaweaver.ai/courses/100-days-of-genai-for-devops-hindi/lectures/66527587" rel="noopener noreferrer"&gt;https://www.ideaweaver.ai/courses/100-days-of-genai-for-devops-hindi/lectures/66527587&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you're a DevOps, SRE, Platform, Cloud, or Infrastructure Engineer trying to understand how the GenAI infrastructure stack actually works, I hope this series helps you along the way.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>llm</category>
      <category>programming</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
