<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>Multi-Agent - Tag - Daily Deep Think</title>
        <link>https://blog.baifan.site/en/tags/multi-agent/</link>
        <description>Multi-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>Wed, 12 Aug 2026 14:33:59 &#43;0800</lastBuildDate><atom:link href="https://blog.baifan.site/en/tags/multi-agent/" rel="self" type="application/rss+xml" /><item>
    <title>Multi-Agent Collaboration: Value From Structure, Not Concurrency</title>
    <link>https://blog.baifan.site/en/multi-agent-technical-core/</link>
    <pubDate>Wed, 12 Aug 2026 14:33:59 &#43;0800</pubDate><author>
                    <name>ByF</name>
                </author><guid>https://blog.baifan.site/en/multi-agent-technical-core/</guid>
    <description><![CDATA[<div class="featured-image">
                <img src="/pictures/posts/multi-agent-technical-core-featured.svg" referrerpolicy="no-referrer">
            </div><p>Conclusion first: the value of multi-agent doesn&rsquo;t come from more models; it comes from the right structure. Multi-agent without structure is just more expensive concurrency — burn 2 to 3 times the tokens to watch a group of models nod at each other. Multi-agent with structure is an execution system that can delegate, parallelize, and verify.</p>
<!-- more -->
<h2 id="why-a-single-agent-fails-at-long-tasks" class="headerLink">
    <a href="#why-a-single-agent-fails-at-long-tasks" class="header-mark"></a>Why a Single Agent Fails at Long Tasks</h2><p>Diagnosis first. A single agent executing complex tasks has five structural defects — blame the execution structure, not the model&rsquo;s intelligence:</p>]]></description>
</item>
<item>
    <title>Multi-Agent Architecture: The Art of Fork-Join Collaboration</title>
    <link>https://blog.baifan.site/en/claude-code-multi-agent-architecture/</link>
    <pubDate>Tue, 09 Jun 2026 09:00:00 &#43;0800</pubDate><author>
                    <name>ByF</name>
                </author><guid>https://blog.baifan.site/en/claude-code-multi-agent-architecture/</guid>
    <description><![CDATA[<div class="featured-image">
                <img src="/pictures/note/claude-code-deconstruction-series.svg" referrerpolicy="no-referrer">
            </div><!-- more -->
<p>There&rsquo;s a counterintuitive phenomenon: take the same model, split it into multiple independent instances, and have them collaborate — the result is often better than a single instance.</p>
<p>Not more compute (three instances burn more total tokens than one), not more capability (every instance is the same model). The gain comes from <strong>role separation</strong> — when each agent attends to only one facet of the problem, it works with more focus and more depth than a &ldquo;do-everything agent&rdquo;.</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>
