<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>all_things_agentic</title>
    <link>https://allthingsagentic.org/</link>
    <description>Recent content on all_things_agentic</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <managingEditor>sumit@allthingsagentic.org (sumit)</managingEditor>
    <webMaster>sumit@allthingsagentic.org (sumit)</webMaster>
    <lastBuildDate>Tue, 12 May 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://allthingsagentic.org/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>About</title>
      <link>https://allthingsagentic.org/about/</link>
      <pubDate>Sun, 10 May 2026 00:00:00 +0000</pubDate><author>sumit@allthingsagentic.org (sumit)</author>
      <guid>https://allthingsagentic.org/about/</guid>
      <description>&lt;p&gt;Hello, my name is Sumit Gaur.&lt;/p&gt;&#xA;&lt;p&gt;I am a senior backend developer. I have worked on applications that ranged from small services to petabyte-scale systems, mostly building and maintaining low-latency Java microservices. Along the way I have led small and medium-sized teams across geographies.&lt;/p&gt;&#xA;&lt;p&gt;For the last two years, I&amp;rsquo;ve moved most of my attention to LLMs, exploring agentic development, RAG, and AIOps. &lt;a href=&#34;https://allthingsagentic.org/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;This&lt;/a&gt;&#xA; is where I keep notes on what I run into.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Why Your Agent Goes In Circles?</title>
      <link>https://allthingsagentic.org/agentic-loops-why-your-agent-goes-in-circles/</link>
      <pubDate>Sun, 10 May 2026 00:00:00 +0000</pubDate><author>sumit@allthingsagentic.org (sumit)</author>
      <guid>https://allthingsagentic.org/agentic-loops-why-your-agent-goes-in-circles/</guid>
      <description>&lt;p&gt;The first time I shipped an agent into something that resembled production, it called the same tool 17 times. Same name, slightly different arguments each call. The token meter was a slot machine. The Teams channel filled up with retries before anyone noticed. The final answer, when it eventually arrived, was the same answer the second tool call had already produced.&lt;/p&gt;&#xA;&lt;p&gt;A week earlier I had watched the opposite failure with the opposite agent: one tool call, then a confident final answer, even though the task obviously needed three more. Same missing thing, both times. Neither agent had a working loop.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Memory: Why Your Agent Forgets You?</title>
      <link>https://allthingsagentic.org/memory-why-your-agent-forgets-you/</link>
      <pubDate>Sat, 02 May 2026 00:00:00 +0000</pubDate><author>sumit@allthingsagentic.org (sumit)</author>
      <guid>https://allthingsagentic.org/memory-why-your-agent-forgets-you/</guid>
      <description>&lt;p&gt;A model I was pairing with last week told me, in turn 5, that my project was a Hugo site and the file I was looking at was a content post. By turn 50 it cheerfully suggested I check the &lt;code&gt;package.json&lt;/code&gt; for the build script. There is no &lt;code&gt;package.json&lt;/code&gt;. There never was. Hugo is Go. I had told it twice already. The conversation had just gotten long enough that those turns fell off the front of the context window, and from the model&amp;rsquo;s perspective they had never happened.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tools: How Agents Perform Actions?</title>
      <link>https://allthingsagentic.org/tools-how-agents-perform-actions/</link>
      <pubDate>Wed, 08 Apr 2026 00:00:00 +0000</pubDate><author>sumit@allthingsagentic.org (sumit)</author>
      <guid>https://allthingsagentic.org/tools-how-agents-perform-actions/</guid>
      <description>&lt;p&gt;A model recently told me, with full confidence, that the failing test in the PR I&amp;rsquo;d pasted &amp;ldquo;looks like a flaky CI issue, probably retry.&amp;rdquo; I asked how it could tell. It admitted that it had not actually read the test. It had read the file path, recognised the word &lt;code&gt;flaky&lt;/code&gt; in the surrounding chat, and made a guess.&lt;/p&gt;&#xA;&lt;p&gt;It knew the next move was to read the test. It just didn&amp;rsquo;t have a way to.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How agents actually reason?</title>
      <link>https://allthingsagentic.org/how-agents-actually-reason/</link>
      <pubDate>Mon, 30 Mar 2026 00:00:00 +0000</pubDate><author>sumit@allthingsagentic.org (sumit)</author>
      <guid>https://allthingsagentic.org/how-agents-actually-reason/</guid>
      <description>&lt;p&gt;I once asked a model &amp;ldquo;is 1219 prime?&amp;rdquo; and got a confident, wrong &amp;ldquo;yes.&amp;rdquo; I asked the same model the same question with one extra line in the system prompt, &lt;em&gt;think step by step before you answer&lt;/em&gt;, and watched it walk through trial division up to $\sqrt{1219}$ and arrive at the right answer. Same weights, same question, different output, because the second prompt made room for the model to do the work in tokens before committing to an answer.&lt;/p&gt;</description>
    </item>
    <item>
      <title>What even is an AI agent?</title>
      <link>https://allthingsagentic.org/what-even-is-an-ai-agent/</link>
      <pubDate>Thu, 12 Mar 2026 00:00:00 +0000</pubDate><author>sumit@allthingsagentic.org (sumit)</author>
      <guid>https://allthingsagentic.org/what-even-is-an-ai-agent/</guid>
      <description>&lt;p&gt;I asked a chatbot how much I&amp;rsquo;d spent on coffee this month. It said it didn&amp;rsquo;t have access to my bank statements, but offered to walk me through how to estimate it.&lt;/p&gt;&#xA;&lt;p&gt;Then I gave the same question to a small script that could read my email, find Starbucks receipts, sum them up, check whether $137 was high or low compared to the last six months, and reply with a number. Both used the same underlying model. One felt like a tool. The other felt like an employee.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
