<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Srikanth Doddi]]></title><description><![CDATA[Srikanth Doddi]]></description><link>https://srikanthdoddi.com</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Apr 2026 10:08:24 GMT</lastBuildDate><atom:link href="https://srikanthdoddi.com/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[PyCon India 2025 – Day 2: Talking RAGs to Riches]]></title><description><![CDATA[Day 2 at PyCon India 2025 in Bangalore was especially meaningful for me—not just as an attendee, but as a speaker. I had the opportunity to present my talk, “RAGs to Riches: Efficient Web Chatbot with Async Scraping & Hybrid Re-Ranking,” and engage w...]]></description><link>https://srikanthdoddi.com/pycon-india-2025-day-2-talking-rags-to-riches</link><guid isPermaLink="true">https://srikanthdoddi.com/pycon-india-2025-day-2-talking-rags-to-riches</guid><category><![CDATA[#PyCon]]></category><dc:creator><![CDATA[Srikanth Doddi]]></dc:creator><pubDate>Sat, 13 Sep 2025 18:30:00 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1767851674332/dbc77734-e992-4e59-a23b-2c45dddc8292.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Day 2 at PyCon India 2025 in Bangalore was especially meaningful for me—not just as an attendee, but as a speaker. I had the opportunity to present my talk, <strong>“RAGs to Riches: Efficient Web Chatbot with Async Scraping &amp; Hybrid Re-Ranking,”</strong> and engage with an incredibly curious and thoughtful audience.</p>
<p>The session focused on moving Retrieval-Augmented Generation beyond demos into production-ready systems. I spoke about designing efficient RAG pipelines, using asynchronous scraping to keep data fresh, and applying hybrid re-ranking strategies to significantly improve retrieval quality. The discussions around chunking, ranking trade-offs, and real-world failure modes made the session highly interactive.</p>
<p>What stood out most was the quality of questions and conversations after the talk. It was encouraging to see how many developers are actively building RAG systems and thinking deeply about performance, accuracy, and maintainability rather than just model selection.</p>
<p>PyCon Day 2 reinforced why community-driven conferences matter so much—shared learning, honest engineering discussions, and collective growth. Grateful for the opportunity to contribute and excited to keep the conversations going.</p>
]]></content:encoded></item><item><title><![CDATA[PyCon India 2025 – Day 1: An Awesome Start]]></title><description><![CDATA[Day 1 at PyCon India 2025 in Bangalore was simply awesome. Attending this year as a participant reminded me why this community is so special, it is a rare mix of deep technical conversations, genuine openness, and shared passion for Python and open s...]]></description><link>https://srikanthdoddi.com/pycon-india-2025-day-1-an-awesome-start</link><guid isPermaLink="true">https://srikanthdoddi.com/pycon-india-2025-day-1-an-awesome-start</guid><category><![CDATA[#PyCon]]></category><dc:creator><![CDATA[Srikanth Doddi]]></dc:creator><pubDate>Fri, 12 Sep 2025 18:30:00 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1767850901674/91237250-489a-4e2a-8b31-6e9d7831b46f.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Day 1 at PyCon India 2025 in Bangalore was simply awesome. Attending this year as a participant reminded me why this community is so special, it is a rare mix of deep technical conversations, genuine openness, and shared passion for Python and open source.</p>
<p>The day was packed with high-quality talks ranging from core Python internals to applied AI, data engineering, and developer productivity. The hallway conversations were just as valuable as the sessions: exchanging ideas, discussing real-world challenges, and learning how others are solving them at scale. Meeting contributors, speakers, and fellow practitioners in person added a different level of energy and motivation.</p>
<p>Workshops, open spaces, and lightning talks made the day dynamic and immersive. The enthusiasm of students, first-time attendees, and long-time community members made it clear that Python continues to grow not just as a language, but as an ecosystem.</p>
<p>Overall, Day 1 set the tone perfectly, learning, collaboration, and community at its best. Excited for what the next days have in store.</p>
]]></content:encoded></item><item><title><![CDATA[Taking Generative AI Back to Campus]]></title><description><![CDATA[Recently had the opportunity to go back to my college and spend time with the third-year AIML and CSE students. Spoke about the journey from LLMs to RAG and agentic AI, more importantly, about turning ideas into real systems. Always a privilege to gi...]]></description><link>https://srikanthdoddi.com/taking-generative-ai-back-to-campus</link><guid isPermaLink="true">https://srikanthdoddi.com/taking-generative-ai-back-to-campus</guid><category><![CDATA[AI]]></category><dc:creator><![CDATA[Srikanth Doddi]]></dc:creator><pubDate>Fri, 05 Sep 2025 18:30:00 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1767849019550/c342788a-cea7-4c00-9b96-d01c548c42e1.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Recently had the opportunity to go back to my college and spend time with the third-year AIML and CSE students. Spoke about the journey from LLMs to RAG and agentic AI, more importantly, about turning ideas into real systems. Always a privilege to give back to the community that started my own journey.</p>
<div class="embed-wrapper"><div class="embed-loading"><div class="loadingRow"></div><div class="loadingRow"></div></div><a class="embed-card" href="https://youtu.be/NxutYWGPtKw?si=rKRlOg4qDud0bNL0">https://youtu.be/NxutYWGPtKw?si=rKRlOg4qDud0bNL0</a></div>
]]></content:encoded></item><item><title><![CDATA[Speaking at PyCon India 2025: “RAGs to Riches – Efficient Web Chatbot with Async Scraping & Hybrid Re-Ranking”]]></title><description><![CDATA[I am excited to share that I will be speaking at PyCon India 2025 in Bangalore on a topic that is very close to my current work in applied Generative AI:
RAGs to Riches: Efficient Web Chatbot with Async Scraping & Hybrid Re-Ranking
This session focus...]]></description><link>https://srikanthdoddi.com/speaking-at-pycon-india-2025-rags-to-riches-efficient-web-chatbot-with-async-scraping-and-hybrid-re-ranking</link><guid isPermaLink="true">https://srikanthdoddi.com/speaking-at-pycon-india-2025-rags-to-riches-efficient-web-chatbot-with-async-scraping-and-hybrid-re-ranking</guid><category><![CDATA[#PyCon]]></category><dc:creator><![CDATA[Srikanth Doddi]]></dc:creator><pubDate>Sun, 24 Aug 2025 18:30:00 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1767850594388/a222c23e-189c-46ea-a828-1b7977ad9657.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>I am excited to share that I will be speaking at <strong>PyCon India 2025 in Bangalore</strong> on a topic that is very close to my current work in applied Generative AI:</p>
<p><strong>RAGs to Riches: Efficient Web Chatbot with Async Scraping &amp; Hybrid Re-Ranking</strong></p>
<p>This session focuses on building <strong>production-grade Retrieval-Augmented Generation (RAG) systems</strong> that move beyond demos and actually scale.</p>
<h3 id="heading-what-the-talk-is-about">What the talk is about</h3>
<p>The talk walks through how to:</p>
<ul>
<li><p>build a web chatbot powered by <strong>RAG architecture</strong></p>
</li>
<li><p>perform <strong>asynchronous web scraping</strong> to keep knowledge fresh</p>
</li>
<li><p>use <strong>hybrid re-ranking</strong> (semantic + keyword + metadata signals)</p>
</li>
<li><p>optimize <strong>latency, recall, and cost</strong></p>
</li>
<li><p>avoid common pitfalls like hallucinations and noisy retrieval</p>
</li>
</ul>
<p>Attendees will see how asynchronous pipelines dramatically improve ingestion throughput and how retrieval quality depends far more on <strong>chunking, indexing, and ranking strategies</strong> than just “which LLM is used.”</p>
<h3 id="heading-who-this-talk-is-for">Who this talk is for</h3>
<ul>
<li><p>Python developers</p>
</li>
<li><p>data and ML engineers</p>
</li>
<li><p>architects deploying LLM systems</p>
</li>
<li><p>anyone moving from prototype to real-world AI workloads</p>
</li>
</ul>
<p>You will gain practical patterns for deploying <strong>web-scale chatbots</strong> backed by modern Python async capabilities and hybrid search techniques.</p>
<h3 id="heading-why-this-matters">Why this matters</h3>
<p>As LLM adoption accelerates, the real differentiator is not model selection but <strong>how intelligently you retrieve and rank information</strong>. This talk emphasizes:</p>
<ul>
<li><p>high-quality data pipelines</p>
</li>
<li><p>efficient Python async design</p>
</li>
<li><p>evaluation techniques for RAG quality</p>
</li>
<li><p>reliability, observability, and safety</p>
</li>
</ul>
<h3 id="heading-closing-note">Closing note</h3>
<p>PyCon India has always been a community I admire, and it is an honor to contribute to it in 2025. I am looking forward to connecting with developers, researchers, and practitioners who are building the next generation of AI systems.</p>
<p>If you are attending PyCon India 2025 in Bangalore, I would be happy to meet you there.</p>
]]></content:encoded></item><item><title><![CDATA[Launching the Orators Club: Empowering Voices, Building Leaders]]></title><description><![CDATA[This semester, I had the privilege of starting the Orators Club at our college. This is a space dedicated to building confidence, communication, and leadership through the art of public speaking.
When I first thought about starting this club, I reali...]]></description><link>https://srikanthdoddi.com/launching-the-orators-club-empowering-voices-building-leaders</link><guid isPermaLink="true">https://srikanthdoddi.com/launching-the-orators-club-empowering-voices-building-leaders</guid><dc:creator><![CDATA[Srikanth Doddi]]></dc:creator><pubDate>Thu, 25 Jan 2018 06:30:00 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1756629842663/4b5b5266-b232-431f-9215-f1e56191c60c.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>This semester, I had the privilege of starting the <strong>Orators Club</strong> at our college. This is a space dedicated to building confidence, communication, and leadership through the art of public speaking.</p>
<p>When I first thought about starting this club, I realized how many of us hesitate to speak up, whether it’s in class discussions, interviews, or even casual conversations. Public speaking is more than just giving speeches; it’s about learning to express ideas clearly, inspire others, and lead with confidence.</p>
<p>Through the Orators Club, we’ve:</p>
<ul>
<li><p>🗣️ Overcome stage fright by practicing in a supportive environment.</p>
</li>
<li><p>💡 Learned how to structure and deliver impactful speeches.</p>
</li>
<li><p>🤝 Built teamwork and leadership skills through group activities.</p>
</li>
<li><p>🌍 Shared diverse perspectives that made our sessions engaging and eye-opening.</p>
</li>
</ul>
<p>Looking back, I see how much this initiative has helped not just me, but all of us who joined — we’ve grown as communicators, thinkers, and as a community.</p>
<p>I’m proud of what we’ve built together, and even more excited about where this journey will take us next. Here’s to giving voice to ideas that matter!</p>
]]></content:encoded></item><item><title><![CDATA[Honoured to be a Guest Speaker at DIET, Vijayawada 🎤✨]]></title><description><![CDATA[I’m truly grateful and humbled to have been invited as a Guest Speaker at Dhanekula Institute of Engineering & Technology (DIET), Vijayawada to share my thoughts on a topic that excites me the most “Artificial Intelligence”.
Standing on that stage as...]]></description><link>https://srikanthdoddi.com/honoured-to-be-a-guest-speaker-at-diet-vijayawada</link><guid isPermaLink="true">https://srikanthdoddi.com/honoured-to-be-a-guest-speaker-at-diet-vijayawada</guid><dc:creator><![CDATA[Srikanth Doddi]]></dc:creator><pubDate>Sat, 09 Sep 2017 06:30:00 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1756630099219/49ac5535-4969-44b4-a088-e38485996ad2.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>I’m truly grateful and humbled to have been invited as a <strong>Guest Speaker</strong> at <strong>Dhanekula Institute of Engineering &amp; Technology (DIET), Vijayawada</strong> to share my thoughts on a topic that excites me the most “<strong>Artificial Intelligence”</strong>.</p>
<p>Standing on that stage as a <strong>third-year student</strong>, speaking about cutting-edge technologies to peers and budding engineers, was not just a proud moment, but also a reminder of how far curiosity and consistent learning can take us.</p>
<p>Artificial Intelligence is transforming the world around us from automation to creativity and being able to contribute to this dialogue at such an early stage in my journey fills me with immense pride and gratitude.</p>
<p>A heartfelt thank you to the faculty and students of DIET for giving me this opportunity and such a warm reception. 🙏 This milestone will always stay close to me as a reminder to keep learning, keep sharing, and keep growing.</p>
<p>Here’s to many more moments of learning and contributing in the exciting field of AI! 🚀</p>
]]></content:encoded></item></channel></rss>