<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Sarvesh Talele — AI Engineer</title><description>AI Engineer and Claude Certified Architect building agentic AI systems, multi-agent workflows, and enterprise LLM platforms. Writing about LangGraph, MCP, RAG, and production AI engineering.</description><link>https://sarveshtalele.org/</link><language>en-us</language><item><title>5 prompt engineering lessons from a year of production agents</title><link>https://sarveshtalele.org/blog/prompt-engineering-lessons/</link><guid isPermaLink="true">https://sarveshtalele.org/blog/prompt-engineering-lessons/</guid><description>What actually moves the needle on agent reliability, distilled from a year of shipping agentic workflows in production.</description><pubDate>Fri, 20 Mar 2026 00:00:00 GMT</pubDate><category>Prompt Engineering</category><category>Agentic AI</category></item><item><title>Prompt engineering checklist</title><link>https://sarveshtalele.org/notes/prompt-engineering-checklist/</link><guid isPermaLink="true">https://sarveshtalele.org/notes/prompt-engineering-checklist/</guid><description>A pre-flight checklist before shipping a new agent prompt to production.</description><pubDate>Sat, 14 Feb 2026 00:00:00 GMT</pubDate><category>Prompt Engineering</category></item><item><title>Building a multi-agent content pipeline with LangGraph</title><link>https://sarveshtalele.org/tutorials/langgraph-multi-agent-pipeline/</link><guid isPermaLink="true">https://sarveshtalele.org/tutorials/langgraph-multi-agent-pipeline/</guid><description>Design a research-write-review loop as a LangGraph state graph, with conditional routing for revisions.</description><pubDate>Sun, 08 Feb 2026 00:00:00 GMT</pubDate><category>LangGraph</category><category>Agentic AI</category></item><item><title>Build your first MCP server in Python</title><link>https://sarveshtalele.org/tutorials/build-your-first-mcp-server/</link><guid isPermaLink="true">https://sarveshtalele.org/tutorials/build-your-first-mcp-server/</guid><description>A hands-on walkthrough of building and connecting a Model Context Protocol server from scratch.</description><pubDate>Sun, 25 Jan 2026 00:00:00 GMT</pubDate><category>MCP</category><category>Python</category></item><item><title>What is MCP, and why every AI engineer should care</title><link>https://sarveshtalele.org/blog/what-is-mcp/</link><guid isPermaLink="true">https://sarveshtalele.org/blog/what-is-mcp/</guid><description>The Model Context Protocol standardizes how LLMs connect to tools and data. Here&apos;s why that matters for anyone building agentic systems.</description><pubDate>Mon, 12 Jan 2026 00:00:00 GMT</pubDate><category>MCP</category><category>Agentic AI</category><category>Tool Use</category></item><item><title>MCP tool-calling in practice</title><link>https://sarveshtalele.org/notes/mcp-tool-calling/</link><guid isPermaLink="true">https://sarveshtalele.org/notes/mcp-tool-calling/</guid><description>Practical notes on exposing and consuming tools through the Model Context Protocol.</description><pubDate>Mon, 05 Jan 2026 00:00:00 GMT</pubDate><category>MCP</category><category>Agentic AI</category></item><item><title>LangGraph basics</title><link>https://sarveshtalele.org/notes/langgraph-basics/</link><guid isPermaLink="true">https://sarveshtalele.org/notes/langgraph-basics/</guid><description>Core concepts for building stateful, multi-agent workflows with LangGraph.</description><pubDate>Fri, 05 Dec 2025 00:00:00 GMT</pubDate><category>LangGraph</category><category>Agentic AI</category></item><item><title>Graph-RAG vs. vector RAG: when hybrid retrieval actually wins</title><link>https://sarveshtalele.org/blog/graph-rag-vs-vector-rag/</link><guid isPermaLink="true">https://sarveshtalele.org/blog/graph-rag-vs-vector-rag/</guid><description>Vector search alone misses multi-hop relationships. Here&apos;s when Graph-RAG earns its added complexity — and when it doesn&apos;t.</description><pubDate>Mon, 03 Nov 2025 00:00:00 GMT</pubDate><category>RAG</category><category>LangChain</category><category>Graph-RAG</category></item><item><title>FastAPI patterns for agentic services</title><link>https://sarveshtalele.org/notes/fastapi-patterns/</link><guid isPermaLink="true">https://sarveshtalele.org/notes/fastapi-patterns/</guid><description>Dependency injection, background tasks, and streaming patterns for production FastAPI services.</description><pubDate>Thu, 02 Oct 2025 00:00:00 GMT</pubDate><category>FastAPI</category><category>Python</category></item><item><title>Setting up a secure LLM proxy on Azure</title><link>https://sarveshtalele.org/notes/azure-llm-proxy-setup/</link><guid isPermaLink="true">https://sarveshtalele.org/notes/azure-llm-proxy-setup/</guid><description>Notes on architecting a traced, audited LLM proxy for enterprise API consumption.</description><pubDate>Sun, 14 Sep 2025 00:00:00 GMT</pubDate><category>Azure</category><category>LiteLLM</category></item><item><title>Docker cheatsheet</title><link>https://sarveshtalele.org/notes/docker-cheatsheet/</link><guid isPermaLink="true">https://sarveshtalele.org/notes/docker-cheatsheet/</guid><description>Everyday Docker commands for containers, images, volumes, and networks.</description><pubDate>Fri, 01 Aug 2025 00:00:00 GMT</pubDate><category>Docker</category></item><item><title>Git cheatsheet</title><link>https://sarveshtalele.org/notes/git-cheatsheet/</link><guid isPermaLink="true">https://sarveshtalele.org/notes/git-cheatsheet/</guid><description>Common Git commands for branching, rebasing, and cleaning up history.</description><pubDate>Tue, 15 Jul 2025 00:00:00 GMT</pubDate><category>Git</category></item><item><title>Linux essentials</title><link>https://sarveshtalele.org/notes/linux-essentials/</link><guid isPermaLink="true">https://sarveshtalele.org/notes/linux-essentials/</guid><description>File permissions, process management, and networking commands used daily.</description><pubDate>Tue, 10 Jun 2025 00:00:00 GMT</pubDate><category>Linux</category></item><item><title>Regex patterns I actually reuse</title><link>https://sarveshtalele.org/notes/regex-patterns/</link><guid isPermaLink="true">https://sarveshtalele.org/notes/regex-patterns/</guid><description>A short reference of regular expressions that come up repeatedly in day-to-day scripting.</description><pubDate>Thu, 22 May 2025 00:00:00 GMT</pubDate><category>Regex</category></item><item><title>Python quick reference</title><link>https://sarveshtalele.org/notes/python-quick-reference/</link><guid isPermaLink="true">https://sarveshtalele.org/notes/python-quick-reference/</guid><description>Idioms and standard-library tricks worth remembering.</description><pubDate>Fri, 18 Apr 2025 00:00:00 GMT</pubDate><category>Python</category></item><item><title>SQL window functions</title><link>https://sarveshtalele.org/notes/sql-window-functions/</link><guid isPermaLink="true">https://sarveshtalele.org/notes/sql-window-functions/</guid><description>ROW_NUMBER, RANK, and running totals — the window functions that come up most often.</description><pubDate>Sun, 09 Mar 2025 00:00:00 GMT</pubDate><category>SQL</category></item></channel></rss>