C_AIG_2412 · Question #57
What are some advantages of using agents in training models? Note: There are 2 correct answers to this question.
The correct answer is B. To improve the quality of results C. To streamline LLM workflows. Using agents improves result quality (B) because they can break complex tasks into steps, use external tools, retrieve up-to-date information, and self-correct - producing outputs that a single LLM call typically cannot match. They also streamline LLM workflows (C) by…
Question
What are some advantages of using agents in training models? Note: There are 2 correct answers to this question.
Options
- ATo guarantee accurate decision making in complex scenarios
- BTo improve the quality of results
- CTo streamline LLM workflows
- DTo eliminate the need for human oversight
How the community answered
(56 responses)- A16% (9)
- B73% (41)
- D11% (6)
Explanation
Using agents improves result quality (B) because they can break complex tasks into steps, use external tools, retrieve up-to-date information, and self-correct - producing outputs that a single LLM call typically cannot match. They also streamline LLM workflows (C) by automating multi-step processes, orchestrating tool calls, and reducing manual handoffs between pipeline stages.
Why the distractors are wrong:
- A is tempting but wrong because agents improve decision-making - they cannot guarantee accuracy. Anytime you see "guarantee" in an AI context, treat it as a red flag.
- D is the opposite of best practice; agents actually increase the importance of human oversight since their autonomous actions can compound errors or cause unintended side effects.
Memory tip: Think "BQ + SC" - agents Boost Quality and Streamline Complexity. The two wrong answers share a theme of absolute claims ("guarantee," "eliminate") - AI systems rarely allow for absolutes.
Topics
Community Discussion
No community discussion yet for this question.