What's next for AI agentic workflows

Design for AI agentic workflows

Author

Published

2024-04-14 12:38:04+0800

In AI Ascent, Andrew Ng shared his opinion about the agentic workflow, specifically, his talk focused on designs and future works on agentic workflows.

What is Agent

LLM based agents can be classified into two categories: non-agentic and agentic.

Andrew then posts an image shows the agentic workflow can improve the performance of LLM on HumanEval benchmark.

Comparisons of agent performance

Agentic Design Reasoning Design Pattern

Agentic design pattern can be divided into following kinds. Where the first two design patterns are robust and the latter two are emerging.

Reflection

Tool Use

Planning

Multi-agent collaboration

Future Perspective

Reference