<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Lobster on Bruce on AI Engineering</title><link>http://www.heyuan110.com/tags/lobster/</link><description>Recent content in Lobster on Bruce on AI Engineering</description><generator>Hugo</generator><language>en</language><lastBuildDate>Thu, 02 Apr 2026 14:00:00 +0800</lastBuildDate><atom:link href="http://www.heyuan110.com/tags/lobster/index.xml" rel="self" type="application/rss+xml"/><item><title>OpenClaw Multi-Agent Setup: Stop Letting LLMs Orchestrate</title><link>http://www.heyuan110.com/posts/ai/2026-04-02-openclaw-multi-agent-setup-guide/</link><pubDate>Thu, 02 Apr 2026 14:00:00 +0800</pubDate><guid>http://www.heyuan110.com/posts/ai/2026-04-02-openclaw-multi-agent-setup-guide/</guid><description>&lt;p&gt;&lt;img src="http://www.heyuan110.com/posts/ai/2026-04-02-openclaw-multi-agent-setup-guide/cover.webp"
 alt="OpenClaw multi-agent setup guide covering binding routing, Lobster pipelines, and collaboration patterns"
 
 loading="lazy"
 decoding="async"
 fetchpriority="low"
 width="1200"
 height="630"
/&gt;
&lt;/p&gt;
&lt;p&gt;The biggest threat to your OpenClaw multi-agent system is not misconfiguration. It is &lt;strong&gt;letting LLMs handle orchestration&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;The typical setup looks elegant on paper: a Supervisor agent receives all messages, uses &lt;code&gt;sessions_send&lt;/code&gt; to delegate to specialist agents, collects results, and delivers a unified response. In practice, every routing decision is a full API call, every specialist reply-back is another, and a simple &amp;ldquo;write me a blog post&amp;rdquo; might trigger 6-8 API requests. Worse, without anti-recursion rules, agents can enter circular delegation loops. &lt;a href="https://cogentinfo.com/resources/when-ai-agents-collide-multi-agent-orchestration-failure-playbook-for-2026"&gt;Cogent&amp;rsquo;s failure playbook&lt;/a&gt; documents teams that &lt;strong&gt;burned thousands of dollars in minutes&lt;/strong&gt; from exactly this pattern.&lt;/p&gt;</description></item></channel></rss>