<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" 
    xmlns:atom="http://www.w3.org/2005/Atom" 
    xmlns:media="http://search.yahoo.com/mrss/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>MachineLearningMastery.com</title>
        <link>https://machinelearningmastery.com/</link>
        <description>Making developers awesome at machine learning</description>
        <atom:link href="https://machinelearningmastery.com/feed/" rel="self" type="application/rss+xml" />
            	<item>
                	<title>Building Context-Aware Search in Python with LLM Embeddings + Metadata</title>
               		<description><![CDATA[Keyword search breaks the moment a user types something a document doesn't literally say.]]></description>
                	<link>https://machinelearningmastery.com/building-context-aware-search-in-python-with-llm-embeddings-metadata/</link>
                	<guid isPermaLink="false">https://machinelearningmastery.com/?p=24193</guid>
                	<pubDate>Fri, 22 May 2026 12:00:56 +0000</pubDate>
                	<dc:creator><![CDATA[Bala Priya C]]></dc:creator>
                	<media:content url="https://machinelearningmastery.com/wp-content/uploads/2026/05/mlm-context-aware-semantic-search.png" medium="image" />
		</item>
            	<item>
                	<title>How to Build a Multi-Agent Research Assistant in Python</title>
               		<description><![CDATA[I have been experimenting with the OpenAI Agents SDK, and it has quickly become one of my favorite ways to build agentic AI applications.]]></description>
                	<link>https://machinelearningmastery.com/how-to-build-a-multi-agent-research-assistant-in-python/</link>
                	<guid isPermaLink="false">https://machinelearningmastery.com/?p=24260</guid>
                	<pubDate>Thu, 21 May 2026 12:00:31 +0000</pubDate>
                	<dc:creator><![CDATA[Abid Ali Awan]]></dc:creator>
                	<media:content url="https://machinelearningmastery.com/wp-content/uploads/2026/05/mlm-how-to-build-a-multi-agent-research-assistant-in-python.png" medium="image" />
		</item>
            	<item>
                	<title>Agentic Programming: A Roadmap</title>
               		<description><![CDATA[Here is the number that defines the current state of things: <a href="https://svitla.]]></description>
                	<link>https://machinelearningmastery.com/agentic-programming-a-roadmap/</link>
                	<guid isPermaLink="false">https://machinelearningmastery.com/?p=24240</guid>
                	<pubDate>Wed, 20 May 2026 14:15:49 +0000</pubDate>
                	<dc:creator><![CDATA[Shittu Olumide]]></dc:creator>
                	<media:content url="https://machinelearningmastery.com/wp-content/uploads/2026/05/Shittu-MLM-Agentic-Programming-A-Roadmap.png" medium="image" />
		</item>
            	<item>
                	<title>Prompt Engineering for Agentic AI</title>
               		<description><![CDATA[You have probably spent time learning how to prompt AI well.]]></description>
                	<link>https://machinelearningmastery.com/prompt-engineering-for-agentic-ai/</link>
                	<guid isPermaLink="false">https://machinelearningmastery.com/?p=24233</guid>
                	<pubDate>Tue, 19 May 2026 12:00:06 +0000</pubDate>
                	<dc:creator><![CDATA[Shittu Olumide]]></dc:creator>
                	<media:content url="https://machinelearningmastery.com/wp-content/uploads/2026/05/mlm-prompt-engineering-for-agentic-ai.png" medium="image" />
		</item>
            	<item>
                	<title>Building Vector Similarity Search in PostgreSQL with pgvector</title>
               		<description><![CDATA[Search works well when users know exactly what they are looking for, but it breaks down when intent is described in natural language.]]></description>
                	<link>https://machinelearningmastery.com/building-vector-similarity-search-in-postgresql-with-pgvector/</link>
                	<guid isPermaLink="false">https://machinelearningmastery.com/?p=24226</guid>
                	<pubDate>Mon, 18 May 2026 13:45:55 +0000</pubDate>
                	<dc:creator><![CDATA[Bala Priya C]]></dc:creator>
                	<media:content url="https://machinelearningmastery.com/wp-content/uploads/2026/05/bala-mlm-pgvector.png" medium="image" />
		</item>
            	<item>
                	<title>Choosing the Right Agentic Design Pattern: A Decision-Tree Approach</title>
               		<description><![CDATA[Most <a href="https://www.]]></description>
                	<link>https://machinelearningmastery.com/choosing-the-right-agentic-design-pattern-a-decision-tree-approach/</link>
                	<guid isPermaLink="false">https://machinelearningmastery.com/?p=24162</guid>
                	<pubDate>Wed, 13 May 2026 12:00:45 +0000</pubDate>
                	<dc:creator><![CDATA[Bala Priya C]]></dc:creator>
                	<media:content url="https://machinelearningmastery.com/wp-content/uploads/2026/05/mlm-choose-agentic-dp.png" medium="image" />
		</item>
            	<item>
                	<title>LLM Observability Tools for Reliable AI Applications</title>
               		<description><![CDATA[Large language models (LLMs) now power everything from customer service bots to autonomous coding agents.]]></description>
                	<link>https://machinelearningmastery.com/llm-observability-tools-for-reliable-ai-applications/</link>
                	<guid isPermaLink="false">https://machinelearningmastery.com/?p=24211</guid>
                	<pubDate>Tue, 12 May 2026 12:00:07 +0000</pubDate>
                	<dc:creator><![CDATA[Bala Priya C]]></dc:creator>
                	<media:content url="https://machinelearningmastery.com/wp-content/uploads/2026/05/mlm-bala-llm-observability-tools.png" medium="image" />
		</item>
            	<item>
                	<title>Implementing Prompt Compression to Reduce Agentic Loop Costs</title>
               		<description><![CDATA[Agentic loops in production can be synonymous with high costs, especially when it comes to both LLM and external application usage via APIs, where billing is often closely related to token usage.]]></description>
                	<link>https://machinelearningmastery.com/implementing-prompt-compression-to-reduce-agentic-loop-costs/</link>
                	<guid isPermaLink="false">https://machinelearningmastery.com/?p=23681</guid>
                	<pubDate>Mon, 11 May 2026 12:00:43 +0000</pubDate>
                	<dc:creator><![CDATA[Iván Palomares Carrascosa]]></dc:creator>
                	<media:content url="https://machinelearningmastery.com/wp-content/uploads/2026/03/mlm-implementing-prompt-compression-to-reduce-agentic-loop-costs.png" medium="image" />
		</item>
            	<item>
                	<title>Implementing Permission-Gated Tool Calling in Python Agents</title>
               		<description><![CDATA[AI agents have evolved beyond passive chatbots.]]></description>
                	<link>https://machinelearningmastery.com/implementing-permission-gated-tool-calling-in-python-agents/</link>
                	<guid isPermaLink="false">https://machinelearningmastery.com/?p=24144</guid>
                	<pubDate>Fri, 08 May 2026 12:00:34 +0000</pubDate>
                	<dc:creator><![CDATA[Iván Palomares Carrascosa]]></dc:creator>
                	<media:content url="https://machinelearningmastery.com/wp-content/uploads/2026/05/mlm-implementing-permission-gated-tool-calling-in-python-agents.png" medium="image" />
		</item>
            	<item>
                	<title>The Roadmap to Mastering Tool Calling in AI Agents</title>
               		<description><![CDATA[Most <a href="https://www.]]></description>
                	<link>https://machinelearningmastery.com/the-roadmap-to-mastering-tool-calling-in-ai-agents/</link>
                	<guid isPermaLink="false">https://machinelearningmastery.com/?p=24158</guid>
                	<pubDate>Thu, 07 May 2026 12:00:13 +0000</pubDate>
                	<dc:creator><![CDATA[Bala Priya C]]></dc:creator>
                	<media:content url="https://machinelearningmastery.com/wp-content/uploads/2026/04/mastering-tool-calling.png" medium="image" />
		</item>
        </channel>
</rss>