返回 ppt-master
09_evaluator_optimizer.md
根目录 / examples / ppt169_building_effective_agents / notes / 09_evaluator_optimizer.md
1 [Transition] The last workflow pattern is the Evaluator-Optimizer — essentially an iterative refinement loop.
2
3 One LLM generates a response; another evaluates it and provides feedback. This cycle continues until the output meets quality standards. It's analogous to how a human writer iterates through drafts.
4
5 There are two clear signs this pattern fits: first, human feedback demonstrably improves LLM responses; second, the LLM can provide that same kind of feedback. If both are true, you have a strong candidate.
6
7 Key points: ① Generate-evaluate feedback loop ② Two fitness signals to look for ③ Analogous to human iterative writing
8 Duration: 1.5 minutes
8 lines MARKDOWN