<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>AI Agents on DataThrillz</title><link>https://datathrillz.com/categories/ai-agents/</link><description>Recent content in AI Agents on DataThrillz</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 17 Mar 2026 20:49:40 +0000</lastBuildDate><atom:link href="https://datathrillz.com/categories/ai-agents/index.xml" rel="self" type="application/rss+xml"/><item><title>I Built Agentic Search Four Ways. Here’s What Actually Matters.</title><link>https://datathrillz.com/posts/2026-03-17-i-built-agentic-search-four-ways/</link><pubDate>Tue, 17 Mar 2026 20:49:40 +0000</pubDate><guid>https://datathrillz.com/posts/2026-03-17-i-built-agentic-search-four-ways/</guid><description>&lt;h3&gt;&lt;/h3&gt;
&lt;p&gt;&lt;img loading="lazy" src="https://cdn-images-1.medium.com/max/800/1*lsegWFRV9_3nLznZ1duLMA.png"&gt;&lt;/p&gt;
&lt;p&gt;While traditional RAG relies on static vector lookups that often lose global context, &lt;strong&gt;agentic search&lt;/strong&gt; transforms retrieval into a dynamic, reasoning-driven process. By utilizing hierarchical structures like RAPTOR, Knowledge Graph RAG and autonomous sub-agents, these systems can navigate complex, multi-hop queries that typically overwhelm standard semantic search. This shift from one-shot retrieval to iterative loops allows for parallelized processing and self-correction, ultimately providing the precision and structural awareness required for professional-grade document analysis.&lt;/p&gt;</description></item><item><title>The Evolution of Agentic Search: From Naive RAG to Reasoning-Driven Retrieval</title><link>https://datathrillz.com/posts/2026-03-14-the-evolution-of-agentic-search/</link><pubDate>Sat, 14 Mar 2026 20:18:15 +0000</pubDate><guid>https://datathrillz.com/posts/2026-03-14-the-evolution-of-agentic-search/</guid><description>&lt;p&gt;As Large Language Models (LLMs) transition from simple chatbots to autonomous agents, the methods we use to feed them data must evolve. While &lt;strong&gt;Retrieval-Augmented Generation (RAG)&lt;/strong&gt; remains the industry standard for grounding models in external data, its &amp;ldquo;vanilla&amp;rdquo; implementation—converting text chunks into vectors for semantic lookup—often falters when faced with interconnected documents, technical jargon, or multi-hop queries. For Machine Learning Engineers (MLEs) and Product Managers (PMs), understanding the shift toward &lt;strong&gt;Agentic Search&lt;/strong&gt; is critical. This approach moves away from static lookups toward dynamic, iterative, and hierarchical strategies that mirror how a human expert navigates a complex knowledge base.&lt;/p&gt;</description></item><item><title>Understanding How Claude Code Works</title><link>https://datathrillz.com/posts/2026-03-06-understanding-how-claude-code-works/</link><pubDate>Fri, 06 Mar 2026 14:35:47 +0000</pubDate><guid>https://datathrillz.com/posts/2026-03-06-understanding-how-claude-code-works/</guid><description>&lt;h2 id="inside-claude-code-how-sub-agents-and-parallel-execution-define-next-gen-coding-agents"&gt;Inside Claude Code: How Sub-Agents and Parallel Execution Define Next-Gen Coding Agents&lt;/h2&gt;
&lt;h2 id="introduction-the-evolution-of-coding-agents"&gt;Introduction: The Evolution of Coding Agents&lt;/h2&gt;
&lt;p&gt;Coding agents represent a fundamental shift in how developers interact with their codebases. Unlike traditional autocomplete tools or simple code generation models, modern coding agents operate autonomously across multiple files, maintain context over extended sessions, and can break down complex tasks into manageable subtasks. These systems leverage Large Language Models (LLMs) in sophisticated agentic loops where the model can call tools, observe results, and iteratively work toward task completion.&lt;/p&gt;</description></item></channel></rss>