<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Agents on A Glimpse into My Mind</title><link>https://rainwhisper.org/tags/agents/</link><description>Recent content in Agents on A Glimpse into My Mind</description><generator>Hugo</generator><language>en-us</language><copyright>Weimin</copyright><lastBuildDate>Sat, 23 May 2026 19:31:39 +0800</lastBuildDate><atom:link href="https://rainwhisper.org/tags/agents/index.xml" rel="self" type="application/rss+xml"/><item><title>Building AI Agents That Actually Work</title><link>https://rainwhisper.org/posts/ai_agents/</link><pubDate>Sat, 23 May 2026 19:31:39 +0800</pubDate><guid>https://rainwhisper.org/posts/ai_agents/</guid><description>&lt;p>Notes from &lt;a href="https://www.youtube.com/watch?v=eA9Zf2-qYYM">Remy Gaskell&amp;rsquo;s YouTube Video (eA9Zf2-qYYM)&lt;/a>&lt;/p>
&lt;h2 id="1-chat-vs-agents">1. Chat vs. Agents&lt;a href="#1-chat-vs-agents" class="anchor" aria-hidden="true">&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
 stroke-linecap="round" stroke-linejoin="round">
 &lt;path d="M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5 0 0 1-5-5 5 5 0 0 1 5-5h3">&lt;/path>
 &lt;line x1="8" y1="12" x2="16" y2="12">&lt;/line>
 &lt;/svg>&lt;/a>&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>Chat Models&lt;/strong>: A simple ping-pong interaction (Question $\rightarrow$ Answer / Back-and-forth).&lt;/li>
&lt;li>&lt;strong>AI Agents&lt;/strong>: A goal-driven execution model (Goal $\rightarrow$ Result). You specify the outcome, and the agent plans and executes autonomously to achieve it.&lt;/li>
&lt;/ul>
&lt;h2 id="2-the-agent-loop-observe-think-act">2. The Agent Loop (Observe-Think-Act)&lt;a href="#2-the-agent-loop-observe-think-act" class="anchor" aria-hidden="true">&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
 stroke-linecap="round" stroke-linejoin="round">
 &lt;path d="M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5 0 0 1-5-5 5 5 0 0 1 5-5h3">&lt;/path>
 &lt;line x1="8" y1="12" x2="16" y2="12">&lt;/line>
 &lt;/svg>&lt;/a>&lt;/h2>
&lt;p>Agents operate in a continuous loop:&lt;/p></description></item></channel></rss>