blog: fixing links (#4089)
This commit is contained in:
@@ -7,7 +7,7 @@ authors:
|
||||
|
||||

|
||||
|
||||
I taught a [vibe coding workshop at UC Berkeley](http://localhost:3000/goose/blog/2025/08/10/vibe-coding-with-goose-building-apps-with-ai-agents) and informed the students that we'd be spinning up 7 subagents. Someone quickly raised their hand and asked "what is a subagent?". At that moment, I realized we're just throwing out terms like **agent**, **multi agent**, and **subagent**, and not really taking the time to explain what these are. So, here goes... a 101 breaking down these various coordination patterns and when to use them.
|
||||
I taught a [vibe coding workshop at UC Berkeley](/blog/2025/08/10/vibe-coding-with-goose-building-apps-with-ai-agents) and informed the students that we'd be spinning up 7 subagents. Someone quickly raised their hand and asked "what is a subagent?". At that moment, I realized we're just throwing out terms like **agent**, **multi agent**, and **subagent**, and not really taking the time to explain what these are. So, here goes... a 101 breaking down these various coordination patterns and when to use them.
|
||||
|
||||
<!-- truncate -->
|
||||
|
||||
@@ -76,7 +76,7 @@ These setups are just different ways to organize work, whether it's human work o
|
||||
<head>
|
||||
<meta property="og:title" content="Agents, Subagents, and Multi Agents: What They Are and When to Use Them" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://block.github.io/goose/blog/2025/08/14/how-goose-rebuilt-my-website" />
|
||||
<meta property="og:url" content="https://block.github.io/goose/blog/2025/08/14/agent-coordination-patterns" />
|
||||
<meta property="og:description" content="A straightforward explanation of how agents are organized to work together" />
|
||||
<meta property="og:image" content="https://block.github.io/goose/assets/images/agent-coordination-52282acab8107e9503b17e471465ffa5.png" />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
|
||||
Reference in New Issue
Block a user