Learnings

AGENTS AND AGENTIC PATTERNS:

“AI Agents are programs where LLM outputs control the workflow.”

5 Hallmarks for Agentic AI:

2 types of Agentic Systems (Anthropic):

WORKFLOW DESIGN PATTERNS:

1.Prompt Chaining (decompose to fixed sub-tasks):

Blue: Optional Code to pass to the next workflows
IN/OUT: inputs and ouputs
Yellow: Pass outputs to different LLMs

Blue: Optional Code to pass to the next workflows IN/OUT: inputs and ouputs Yellow: Pass outputs to different LLMs