<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Agent-Loop on Engineering Notes</title><link>https://notes.muthu.co/tags/agent-loop/</link><description>Recent content in Agent-Loop on Engineering Notes</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Wed, 24 Jun 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://notes.muthu.co/tags/agent-loop/index.xml" rel="self" type="application/rss+xml"/><item><title>Agent Loops Explained: The Simple Pattern Behind Useful AI Agents</title><link>https://notes.muthu.co/2026/06/agent-loops-explained-the-simple-pattern-behind-useful-ai-agents/</link><pubDate>Wed, 24 Jun 2026 00:00:00 +0000</pubDate><guid>https://notes.muthu.co/2026/06/agent-loops-explained-the-simple-pattern-behind-useful-ai-agents/</guid><description>&lt;p>Every few months, AI gets a new phrase that suddenly shows up everywhere.&lt;/p>
&lt;p>Lately, that phrase is agent loop.&lt;/p>
&lt;p>You will see people describe agent loops as the future of software, the thing that unlocks autonomy, or the missing ingredient behind useful AI agents. The idea is much less exotic than that.&lt;/p>
&lt;p>An agent loop is a repeating cycle:&lt;/p>
&lt;pre class="mermaid">flowchart LR
 Think[Think] --&amp;gt; Act[Act]
 Act --&amp;gt; Observe[Observe]
 Observe --&amp;gt; Think
 &lt;/pre>

&lt;p>Think. Act. Observe. Repeat.&lt;/p></description></item></channel></rss>