pretty strong argument for multi-agents
www.anthropic.com/engineering/...
pretty strong argument for multi-agents
View original thread
44
4
2 hours later
there’s constraints though — good use of multi-agents involves heavy parallelization
if your agents can’t figure out how to parallelize, it’s not going to work well
if your agents can’t figure out how to parallelize, it’s not going to work well
6
FYI this is how you call A2A from MCP (use an MCP tool to call an agent)
7
btw all these interactions can be managed via A2A bsky.app/profile/timk...
New Post: A2A is for UI
There’s a lot of skepticism around A2A, Google’s Agent-to-Agent protocol. But a lot’s changed, and it’s worth taking a look again
I’d like to convince you that you should be thinking about A2A as a protocol for giving agents a UI
timkellogg.me/blog/2025/06...
There’s a lot of skepticism around A2A, Google’s Agent-to-Agent protocol. But a lot’s changed, and it’s worth taking a look again
I’d like to convince you that you should be thinking about A2A as a protocol for giving agents a UI
timkellogg.me/blog/2025/06...
2
10 hours later
building agents with MCP tools
Anthropic did succeed in building their Research agent to support arbitrary MCP servers, but it was challenging, because people suck at building good interfaces
Anthropic did succeed in building their Research agent to support arbitrary MCP servers, but it was challenging, because people suck at building good interfaces
1
in summary, multi-agent = more tokens = more intelligence
they split work into multiple agents, but not in an object-oriented way, it’s not about responsibilities, it’s about parallelizing work
more agents = tokens consumed faster (lots of work went into doing it effectively)
they split work into multiple agents, but not in an object-oriented way, it’s not about responsibilities, it’s about parallelizing work
more agents = tokens consumed faster (lots of work went into doing it effectively)
4
weird that everything is still just coming down to test-time compute
6