<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Uddhav Bhople Blog</title>
    <description>AI/ML Developer and Computer Engineering Student. Building intelligent systems with Python, React, and modern web technologies.</description>
    <link>https://uddhavbhople.dev</link>
    <language>en-US</language>
    <managingEditor>uddhavbhople5@gmail.com (Uddhav Bhople)</managingEditor>
    <webMaster>uddhavbhople5@gmail.com (Uddhav Bhople)</webMaster>
    <lastBuildDate>Tue, 22 Sep 2026 18:00:16 GMT</lastBuildDate>
    <atom:link href="https://uddhavbhople.dev/feed.xml" rel="self" type="application/rss+xml"/>
    <image>
      <url>https://uddhavbhople.dev/logo.ico</url>
      <title>Uddhav Bhople Blog</title>
      <link>https://uddhavbhople.dev</link>
    </image>
        <item>
      <title><![CDATA[Native MCP integration: bringing real tools into your agent workflow]]></title>
      <description><![CDATA[MCP connects agents to docs, databases, APIs, and internal tools—so they act on real sources of truth instead of guesswork.]]></description>
      <link>https://uddhavbhople.dev/blog/native-mcp-integration-for-agents</link>
      <guid isPermaLink="true">https://uddhavbhople.dev/blog/native-mcp-integration-for-agents</guid>
      <pubDate>Tue, 12 May 2026 00:00:00 GMT</pubDate>
      <author>uddhavbhople5@gmail.com (Uddhav Bhople)</author>
      <category><![CDATA[MCP]]></category>
      <category><![CDATA[AI Agents]]></category>
      <category><![CDATA[Integration]]></category>
      <category><![CDATA[Tooling]]></category>
    </item>
    <item>
      <title><![CDATA[Agent hooks: automate the small things you always forget]]></title>
      <description><![CDATA[Event-driven hooks (like on file save) can run docs/tests/formatting automatically—keeping your PRs merge-ready.]]></description>
      <link>https://uddhavbhople.dev/blog/agent-hooks-automation-on-save</link>
      <guid isPermaLink="true">https://uddhavbhople.dev/blog/agent-hooks-automation-on-save</guid>
      <pubDate>Mon, 11 May 2026 00:00:00 GMT</pubDate>
      <author>uddhavbhople5@gmail.com (Uddhav Bhople)</author>
      <category><![CDATA[Automation]]></category>
      <category><![CDATA[AI Agents]]></category>
      <category><![CDATA[Testing]]></category>
      <category><![CDATA[Developer Experience]]></category>
    </item>
    <item>
      <title><![CDATA[Steering files and context management: teaching agents your “house style”]]></title>
      <description><![CDATA[Steering helps you define rules, style, and workflows so agents follow your team’s conventions instead of inventing their own.]]></description>
      <link>https://uddhavbhople.dev/blog/steering-files-context-management</link>
      <guid isPermaLink="true">https://uddhavbhople.dev/blog/steering-files-context-management</guid>
      <pubDate>Sun, 10 May 2026 00:00:00 GMT</pubDate>
      <author>uddhavbhople5@gmail.com (Uddhav Bhople)</author>
      <category><![CDATA[AI Agents]]></category>
      <category><![CDATA[Context]]></category>
      <category><![CDATA[Workflow]]></category>
      <category><![CDATA[Engineering]]></category>
    </item>
    <item>
      <title><![CDATA[EARS notation: writing requirements so AI doesn’t guess]]></title>
      <description><![CDATA[EARS turns fuzzy ideas into testable requirements—especially useful when you rely on agents to implement features.]]></description>
      <link>https://uddhavbhople.dev/blog/ears-notation-for-agentic-requirements</link>
      <guid isPermaLink="true">https://uddhavbhople.dev/blog/ears-notation-for-agentic-requirements</guid>
      <pubDate>Sat, 09 May 2026 00:00:00 GMT</pubDate>
      <author>uddhavbhople5@gmail.com (Uddhav Bhople)</author>
      <category><![CDATA[Requirements]]></category>
      <category><![CDATA[EARS]]></category>
      <category><![CDATA[AI Agents]]></category>
      <category><![CDATA[Spec-Driven]]></category>
    </item>
    <item>
      <title><![CDATA[Kiro and Spec-Driven Development: from vibe coding to viable code]]></title>
      <description><![CDATA[Kiro turns prompts into EARS-style requirements, designs, and task plans—helping you move from “ideas” to shippable, verifiable code.]]></description>
      <link>https://uddhavbhople.dev/blog/kiro-spec-driven-to-viable-code</link>
      <guid isPermaLink="true">https://uddhavbhople.dev/blog/kiro-spec-driven-to-viable-code</guid>
      <pubDate>Fri, 08 May 2026 00:00:00 GMT</pubDate>
      <author>uddhavbhople5@gmail.com (Uddhav Bhople)</author>
      <category><![CDATA[AI Agents]]></category>
      <category><![CDATA[Spec-Driven]]></category>
      <category><![CDATA[Productivity]]></category>
      <category><![CDATA[Engineering]]></category>
    </item>
    <item>
      <title><![CDATA[Securing LLMs and Autonomous Agents in Production]]></title>
      <description><![CDATA[As agents dynamically execute code and freely access databases, cybersecurity paradigms must adapt drastically. An exploration of prompt injection, data exfiltration, and sandboxing architecture in 2026.]]></description>
      <link>https://uddhavbhople.dev/blog/llm-security-in-production</link>
      <guid isPermaLink="true">https://uddhavbhople.dev/blog/llm-security-in-production</guid>
      <pubDate>Sat, 18 Apr 2026 00:00:00 GMT</pubDate>
      <author>uddhavbhople5@gmail.com (Uddhav Bhople)</author>
      <category><![CDATA[Security]]></category>
      <category><![CDATA[AI Agentic]]></category>
      <category><![CDATA[Cybersecurity]]></category>
      <category><![CDATA[DevSecOps]]></category>
    </item>
    <item>
      <title><![CDATA[Serverless AI Inference: Cost-Effective GPU Scaling]]></title>
      <description><![CDATA[How serverless GPU platforms, vLLM infrastructures, and quantized models are making AI inference affordable and massively scalable for startups in 2026.]]></description>
      <link>https://uddhavbhople.dev/blog/serverless-ai-inference</link>
      <guid isPermaLink="true">https://uddhavbhople.dev/blog/serverless-ai-inference</guid>
      <pubDate>Fri, 10 Apr 2026 00:00:00 GMT</pubDate>
      <author>uddhavbhople5@gmail.com (Uddhav Bhople)</author>
      <category><![CDATA[Cloud]]></category>
      <category><![CDATA[Serverless]]></category>
      <category><![CDATA[DevOps]]></category>
      <category><![CDATA[GPU]]></category>
      <category><![CDATA[Infrastructure]]></category>
    </item>
    <item>
      <title><![CDATA[The Evolution of RAG: Beyond Basic Retrieval in 2026]]></title>
      <description><![CDATA[Retrieval-Augmented Generation has evolved. We explore advanced techniques like GraphRAG, Semantic Routing, Self-Reflective algorithms, and hybrid search to build production-grade enterprise knowledge bases.]]></description>
      <link>https://uddhavbhople.dev/blog/rag-evolution-2026</link>
      <guid isPermaLink="true">https://uddhavbhople.dev/blog/rag-evolution-2026</guid>
      <pubDate>Thu, 02 Apr 2026 00:00:00 GMT</pubDate>
      <author>uddhavbhople5@gmail.com (Uddhav Bhople)</author>
      <category><![CDATA[RAG]]></category>
      <category><![CDATA[AI]]></category>
      <category><![CDATA[Data Engineering]]></category>
      <category><![CDATA[Vector Database]]></category>
      <category><![CDATA[Architecture]]></category>
    </item>
    <item>
      <title><![CDATA[Design Patterns for Agentic Workflows]]></title>
      <description><![CDATA[Discover the core design patterns for building reliable and deterministic AI agents, moving beyond simple ReAct loops into Plan-and-Solve and Multi-Agent collaborative topologies.]]></description>
      <link>https://uddhavbhople.dev/blog/agentic-workflows-patterns</link>
      <guid isPermaLink="true">https://uddhavbhople.dev/blog/agentic-workflows-patterns</guid>
      <pubDate>Fri, 20 Mar 2026 00:00:00 GMT</pubDate>
      <author>uddhavbhople5@gmail.com (Uddhav Bhople)</author>
      <category><![CDATA[AI Agentic]]></category>
      <category><![CDATA[Architecture]]></category>
      <category><![CDATA[Design Patterns]]></category>
      <category><![CDATA[Python]]></category>
      <category><![CDATA[LangChain]]></category>
    </item>
    <item>
      <title><![CDATA[Building Cloud-Native AI Applications on AWS]]></title>
      <description><![CDATA[A deep dive into deploying robust, scalable, and secure AI applications using cloud-native architectures on AWS, heavily utilizing Amazon Bedrock, SageMaker, and Step Functions.]]></description>
      <link>https://uddhavbhople.dev/blog/cloud-native-ai</link>
      <guid isPermaLink="true">https://uddhavbhople.dev/blog/cloud-native-ai</guid>
      <pubDate>Thu, 05 Mar 2026 00:00:00 GMT</pubDate>
      <author>uddhavbhople5@gmail.com (Uddhav Bhople)</author>
      <category><![CDATA[Cloud]]></category>
      <category><![CDATA[AWS]]></category>
      <category><![CDATA[AI]]></category>
      <category><![CDATA[Architecture]]></category>
      <category><![CDATA[TypeScript]]></category>
    </item>
    <item>
      <title><![CDATA[The Rise of AI Agentic Systems in 2026]]></title>
      <description><![CDATA[Explore how autonomous AI agents are moving from experimental research prototypes to production-ready enterprise systems, reshaping how we build and orchestrate software.]]></description>
      <link>https://uddhavbhople.dev/blog/the-rise-of-ai-agents</link>
      <guid isPermaLink="true">https://uddhavbhople.dev/blog/the-rise-of-ai-agents</guid>
      <pubDate>Tue, 10 Feb 2026 00:00:00 GMT</pubDate>
      <author>uddhavbhople5@gmail.com (Uddhav Bhople)</author>
      <category><![CDATA[AI Agentic]]></category>
      <category><![CDATA[Machine Learning]]></category>
      <category><![CDATA[Future Tech]]></category>
      <category><![CDATA[TypeScript]]></category>
      <category><![CDATA[Software Engineering]]></category>
    </item>
    <item>
      <title><![CDATA[Building Performant web apps with Next.js 15]]></title>
      <description><![CDATA[Discover strategies to optimize your Next.js applications for maximum speed and Core Web Vitals scores. Learn about Image optimization, Server Components, and advanced caching strategies.]]></description>
      <link>https://uddhavbhople.dev/blog/building-performant-nextjs-apps</link>
      <guid isPermaLink="true">https://uddhavbhople.dev/blog/building-performant-nextjs-apps</guid>
      <pubDate>Mon, 15 Dec 2025 00:00:00 GMT</pubDate>
      <author>uddhavbhople5@gmail.com (Uddhav Bhople)</author>
      <category><![CDATA[Next.js]]></category>
      <category><![CDATA[Performance]]></category>
      <category><![CDATA[Web Development]]></category>
    </item>
    <item>
      <title><![CDATA[Understanding React Server Components (RSC)]]></title>
      <description><![CDATA[A deep dive into the architecture of React Server Components. Learn the difference between Server and Client components, how to manage the boundary, and why this changes web development forever.]]></description>
      <link>https://uddhavbhople.dev/blog/react-server-components-guide</link>
      <guid isPermaLink="true">https://uddhavbhople.dev/blog/react-server-components-guide</guid>
      <pubDate>Fri, 05 Dec 2025 00:00:00 GMT</pubDate>
      <author>uddhavbhople5@gmail.com (Uddhav Bhople)</author>
      <category><![CDATA[React]]></category>
      <category><![CDATA[Server Components]]></category>
      <category><![CDATA[Architecture]]></category>
    </item>
    <item>
      <title><![CDATA[Clean Code Principles for JavaScript Developers]]></title>
      <description><![CDATA[A comprehensive guide to writing maintainable, readable, and scalable JavaScript. We cover naming conventions, function purity, SOLID principles, and the art of refactoring.]]></description>
      <link>https://uddhavbhople.dev/blog/clean-code-principles</link>
      <guid isPermaLink="true">https://uddhavbhople.dev/blog/clean-code-principles</guid>
      <pubDate>Thu, 20 Nov 2025 00:00:00 GMT</pubDate>
      <author>uddhavbhople5@gmail.com (Uddhav Bhople)</author>
      <category><![CDATA[JavaScript]]></category>
      <category><![CDATA[Clean Code]]></category>
      <category><![CDATA[Best Practices]]></category>
    </item>
    <item>
      <title><![CDATA[Mastering Tailwind CSS: From Basics to Advanced]]></title>
      <description><![CDATA[A comprehensive guide to using Tailwind CSS effectively. Learn about custom configurations, the @apply directive, dark mode implementation, and advanced architectural patterns for scalable CSS.]]></description>
      <link>https://uddhavbhople.dev/blog/mastering-tailwindcss</link>
      <guid isPermaLink="true">https://uddhavbhople.dev/blog/mastering-tailwindcss</guid>
      <pubDate>Wed, 05 Nov 2025 00:00:00 GMT</pubDate>
      <author>uddhavbhople5@gmail.com (Uddhav Bhople)</author>
      <category><![CDATA[Tailwind CSS]]></category>
      <category><![CDATA[CSS]]></category>
      <category><![CDATA[Design]]></category>
    </item>
    <item>
      <title><![CDATA[My Developer Journey: From Hello World to Senior Engineer]]></title>
      <description><![CDATA[A personal reflection on a decade of coding. From struggling with pointers in C++ to building large scale distributed systems. Here are the lessons I learned the hard way.]]></description>
      <link>https://uddhavbhople.dev/blog/my-developer-journey</link>
      <guid isPermaLink="true">https://uddhavbhople.dev/blog/my-developer-journey</guid>
      <pubDate>Wed, 15 Oct 2025 00:00:00 GMT</pubDate>
      <author>uddhavbhople5@gmail.com (Uddhav Bhople)</author>
      <category><![CDATA[Career]]></category>
      <category><![CDATA[Personal]]></category>
      <category><![CDATA[Reflection]]></category>
    </item>
    <item>
      <title><![CDATA[Hello World: My First Blog Post]]></title>
      <description><![CDATA[Introduction to my new blog features and what to expect in future posts.]]></description>
      <link>https://uddhavbhople.dev/blog/hello-world</link>
      <guid isPermaLink="true">https://uddhavbhople.dev/blog/hello-world</guid>
      <pubDate>Wed, 01 Oct 2025 00:00:00 GMT</pubDate>
      <author>uddhavbhople5@gmail.com (Uddhav Bhople)</author>
      <category><![CDATA[Next.js]]></category>
      <category><![CDATA[MDX]]></category>
      <category><![CDATA[Portfolio]]></category>
    </item>
  </channel>
</rss>