←back to thread

Building Effective "Agents"

(www.anthropic.com)
597 points jascha_eng | 1 comments | | HN request time: 0.199s | source
Show context
ramesh31 ◴[] No.42475768[source]
Key to understanding the power of agentic workflows is tool usage. You don't have to write logic anymore, you simply give an agent the tools it needs to accomplish a task and ask it to do so. Models like the latest Sonnet have gotten so advanced now that coding abilities are reaching superhuman levels. All the hallucinations and "jitter" of models from 1-2 years ago has gone away. They can be reasoned on now and you can build reliable systems with them.
replies(1): >>42475778 #
minimaxir ◴[] No.42475778[source]
> you simply give an agent the tools

That isn’t simple. There is a lot of nuance in tool definition.

replies(2): >>42475833 #>>42477267 #
1. ripped_britches ◴[] No.42477267[source]
Depends on what you’re building. A general assistant is going to have a lot of nuance. A well defined agent like a tutor only has so many tools to call upon.