<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Agent Swarm on 隽戈的科技生活馆</title><link>/zh/tags/agent-swarm/</link><description>Recent content in Agent Swarm on 隽戈的科技生活馆</description><generator>Hugo</generator><language>zh</language><lastBuildDate>Wed, 27 May 2026 19:09:31 +0800</lastBuildDate><atom:link href="/zh/tags/agent-swarm/index.xml" rel="self" type="application/rss+xml"/><item><title>Claude Code 源码深度拆解：ULTRAPLAN &amp; Agent Swarm——分布式 AI 编排</title><link>/zh/blog/2026/05/27/ultraplan-swarm/</link><pubDate>Wed, 27 May 2026 00:00:00 +0800</pubDate><guid>/zh/blog/2026/05/27/ultraplan-swarm/</guid><description>&lt;style&gt;
.td-content { max-width: 900px; margin: 0 auto; }

.lead-quote {
 background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
 color: white; padding: 2.5rem 2rem; border-radius: 12px;
 margin: 2rem 0 3rem 0; font-size: 1.25rem; font-weight: 600;
 line-height: 1.6; box-shadow: 0 10px 30px rgba(102,126,234,0.3);
 position: relative; overflow: hidden;
}
.lead-quote::before {
 content: '"'; position: absolute; top: -20px; left: 10px;
 font-size: 100px; opacity: 0.15; font-family: Georgia, serif;
}

.info-box {
 background: #f0f4ff; border-left: 4px solid #667eea;
 padding: 1.5rem; border-radius: 8px; margin: 1.5rem 0;
 box-shadow: 0 2px 8px rgba(102,126,234,0.1);
}
.info-box strong { color: #667eea; }

.highlight-box {
 background: #fff8f0; border-left: 4px solid #f0a030;
 padding: 1.5rem; border-radius: 8px; margin: 1.5rem 0;
 box-shadow: 0 2px 8px rgba(240,160,48,0.1);
}
.highlight-box strong { color: #d99000; }

.stats-box {
 background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
 color: white; padding: 2rem; border-radius: 12px;
 margin: 1.5rem 0; text-align: center;
}
.stats-box .stat-number { font-size: 2.5rem; font-weight: 700; color: #667eea; display: block; }
.stats-box .stat-label { font-size: 0.9rem; opacity: 0.8; }

.numbered-list { counter-reset: item; }
.numbered-list li { 
 list-style: none; position: relative; padding-left: 50px; 
 margin-bottom: 1.5rem; line-height: 1.8;
}
.numbered-list li::before {
 counter-increment: item; content: counter(item);
 position: absolute; left: 0; top: 0;
 background: linear-gradient(135deg, #667eea, #764ba2);
 color: white; width: 36px; height: 36px; border-radius: 50%;
 text-align: center; line-height: 36px; font-weight: 700; font-size: 0.9rem;
}

.inline-quote {
 background: #e8f4fd; border-radius: 8px; padding: 1.5rem 1.5rem 1.5rem 3rem;
 margin: 1.5rem 0; position: relative;
}
.inline-quote::before {
 content: '"'; position: absolute; left: 15px; top: 10px;
 font-size: 40px; color: #667eea; opacity: 0.3; font-family: Georgia, serif;
}

.section-divider {
 height: 2px; background: linear-gradient(90deg, transparent, #667eea, #764ba2, transparent);
 margin: 3rem 0; position: relative;
}
.section-divider::before {
 content: "◆"; position: absolute; left: 50%; top: 50%;
 transform: translate(-50%, -50%); background: white; padding: 0 10px;
 color: #667eea; font-size: 0.8rem;
}

.outro-box {
 background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
 color: white; padding: 2.5rem; border-radius: 12px;
 margin: 2rem 0; box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.outro-box strong { color: #667eea; }

.tech-table {
 width: 100%; border-collapse: collapse; margin: 1.5rem 0;
 font-size: 0.95rem; border-radius: 8px; overflow: hidden;
 box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.tech-table th {
 background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
 color: white; padding: 12px 16px; text-align: left; font-weight: 600;
}
.tech-table td { padding: 10px 16px; border-bottom: 1px solid #e8e8e8; }
.tech-table tr:nth-child(even) { background: #f8f9fa; }
.tech-table tr:hover { background: #f0f4ff; }

.content-image { margin: 2rem 0; border-radius: 8px; box-shadow: 0 4px 16px rgba(0,0,0,0.15); }
.image-caption { text-align: center; color: #888; font-size: 0.9rem; margin-top: 0.5rem; }
&lt;/style&gt;
&lt;blockquote&gt;
&lt;p&gt;当单 Agent 不够用时，Anthropic 怎么用工程手段把规划、执行、审批、团队协作拆成一套分布式系统。四个关键词：ULTRAPLAN、Agent Swarm、Remote CCR、浏览器审批流。&lt;/p&gt;</description></item></channel></rss>