Llm Workflow Patterns

Published

Workflows are a sequence of actions with LLMs to process input into a desired output. This is different than most agents that need to first need to decide a plan of action and then proceed.

Some examples from Anthropic’s Building Effective Agents

  • Prompt chaining
  • Routing
  • Parallelization
  • Orchestrator / synthesizer
  • Evaluator optimizer
  • Agent