<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>Agent - Tag - Daily Deep Think</title>
        <link>https://blog.baifan.site/en/tags/agent/</link>
        <description>Agent - Tag - Daily Deep Think</description>
        <generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>blog@baifan.site (ByF)</managingEditor>
            <webMaster>blog@baifan.site (ByF)</webMaster><lastBuildDate>Mon, 13 Jul 2026 14:00:00 &#43;0800</lastBuildDate><atom:link href="https://blog.baifan.site/en/tags/agent/" rel="self" type="application/rss+xml" /><item>
    <title>Agent Interview Questions: Who Has Actually Done the Work</title>
    <link>https://blog.baifan.site/en/agent-interview-questions/</link>
    <pubDate>Mon, 13 Jul 2026 14:00:00 &#43;0800</pubDate><author>
                    <name>ByF</name>
                </author><guid>https://blog.baifan.site/en/agent-interview-questions/</guid>
    <description><![CDATA[<!-- more -->
<blockquote>
  <p><strong>Attachment download</strong>: <a href="/files/agent-interview-questions.pdf" rel="">Agent Interview Questions.pdf</a> — handy for printing or offline reading</p>

</blockquote><h2 id="why-would-you-need-multiple-agents" class="headerLink">
    <a href="#why-would-you-need-multiple-agents" class="header-mark"></a>Why Would You Need Multiple Agents</h2><p>An opening question to separate people who have &ldquo;read the articles&rdquo; from people who have &ldquo;actually built one&rdquo;.</p>
<p><strong>The bad answer:</strong> &ldquo;Multi-agent enables parallel processing, which improves system throughput and robustness.&rdquo;</p>
<p>Every word of that is correct, but if you follow up with &ldquo;so after splitting into two agents, did throughput actually double?&rdquo;, they stall. The reality: inter-agent communication has overhead, coordination has complexity, and after the split total throughput may well drop. Adding agents is not like adding CPU cores.</p>]]></description>
</item>
<item>
    <title>Dissecting a PPT Agent: From Research to SVG Output</title>
    <link>https://blog.baifan.site/en/ppt-agent-workflow-deep-dive/</link>
    <pubDate>Tue, 28 Apr 2026 14:00:00 &#43;0800</pubDate><author>
                    <name>ByF</name>
                </author><guid>https://blog.baifan.site/en/ppt-agent-workflow-deep-dive/</guid>
    <description><![CDATA[<p>Conclusion first: this is not another &ldquo;type a topic → force it into a template → output garbage&rdquo; AI PPT tool.</p>
<p>It runs a complete expert workflow — requirement research, material retrieval, outline planning, layout planning, visual design — where every step allows manual fine-tuning, or the whole thing can run automatically end to end. In terms of output, pages generated with Gemini 3 Flash already reach commercial delivery quality.</p>]]></description>
</item>
<item>
    <title>Multi-Agent Collaboration: Triggers, Topology, and Merging</title>
    <link>https://blog.baifan.site/en/multi-agent-collaboration-engineering/</link>
    <pubDate>Tue, 03 Mar 2026 14:00:00 &#43;0800</pubDate><author>
                    <name>ByF</name>
                </author><guid>https://blog.baifan.site/en/multi-agent-collaboration-engineering/</guid>
    <description><![CDATA[<div class="featured-image">
                <img src="/pictures/posts/multi-agent-collaboration-topology.svg" referrerpolicy="no-referrer">
            </div><p>Conclusion first: multi-agent collaboration is not &ldquo;spinning up a few more model instances.&rdquo; It has to solve task scheduling, context isolation, permission control, state management, and result merging — every one of which is an engineering problem, not a prompt problem.</p>
<!-- more -->
<p>The multi-agent stories on TikTok and Xiaohongshu usually go like this: one agent researches, one agent writes code, one agent runs tests, one agent does review, and the main agent collects results like a project manager. The comments: &ldquo;Whoa, that&rsquo;s insane.&rdquo;</p>]]></description>
</item>
</channel>
</rss>
