Building Effective AI Agents
anthropic.com
Building Effective AI Agents
1–10 of 93 posts
Re: Building Effective AI Agents
#2Re: Building Effective AI Agents
#3I also like the way they distinguish between "agents" and "workflows", and describe a bunch of useful workflow patterns.
I published some notes on that article when it first came out: https://simonwillison.net/2024/Dec/20/building-effective-age...
A more recent article from Anthropic is https://www.anthropic.com/engineering/built-multi-agent-rese... - "How we built our multi-agent research system". I found this one fascinating, I wrote up a bunch of notes on it here: https://simonwillison.net/2025/Jun/14/multi-agent-research-s...
Re: Building Effective AI Agents
#4And then, when you actually do need agents, don’t over complicate it!
This post also introduced the concept of an Augmented LLM — a LLM hooked up to tools, memory, data — which is a useful abstraction for evolving LLM use beyond fancy autocomplete.
“An augmented LLM running in a loop” is the best definition of an agent I’ve heard so far.
Re: Building Effective AI Agents
#5This article remains one of the better pieces on this topic, especially since it clearly defines which definition of "AI agents" they are using at the start! They use: "systems where LLMs dynamically direct their own processes and tool usage, maintaining control over how they accomplish tasks". I also like the way they distinguish between "agents" and "workflows", and describe a bunch of useful workflow patterns. I p…
Re: Building Effective AI Agents
#6Re: Building Effective AI Agents
#7(December 2024, which somehow feels an eternity ago)
Re: Building Effective AI Agents
#8Re: Building Effective AI Agents
#9I think the Agent hype has come down now