Matt pfp
Matt
@mane
Anthropic released a great breakdown of common agent design patterns Feels like a great reference for a lay of the land and the variety of approaches you could take. Really good diagrams to illustrate these flows Starting Point - The Augmented LLM Agents are essentially LLMs enhanced with retrieval, tools and memory Design Patterns: Prompt Chaining Prompt chaining decomposes a task into a sequence of steps, where each LLM call processes the output of the previous one Routing Routing classifies an input and directs it to a specialized followup task
2 replies
1 recast
9 reactions

Matt pfp
Matt
@mane
Parallelization Sectioning: Breaking a task into independent subtasks run in parallel. Voting: Running the same task multiple times to get diverse outputs. Orchestrator-workers A central LLM dynamically breaks down tasks, delegates them to worker LLMs, and synthesizes their results Evaluator-optimizer One LLM call generates a response while another provides evaluation and feedback in a loop
1 reply
0 recast
1 reaction

Matt pfp
Matt
@mane
Article - https://www.anthropic.com/research/building-effective-agents
0 reply
0 recast
1 reaction