←back to thread

Building Effective AI Agents

(www.anthropic.com)
543 points Anon84 | 1 comments | | HN request time: 0.203s | source
Show context
chaosprint ◴[] No.44304050[source]
Half a year has passed, and it feels like a long time in the field of AI. I read this article repeatedly a few months ago, but now I think the development of Agent has obviously reached a bottleneck. Even the latest gemini seems to have regressed.
replies(3): >>44304076 #>>44304162 #>>44304346 #
1. jsemrau ◴[] No.44304346[source]
(1) Running multiple agents is expensive, decreasing RoI. My DeepSearch agent for stocks uses 6 agents, and each query costs about 2 USD.

(2) Multi-agent orchestration is difficult to control.

(3) The more capable the model, the lower the need for multi-agents.

(4) The less capable the model, the higher the business case for narrow AI.