C_AIG_2412 · Question #29
What are agents? Please choose the correct answer.
The correct answer is C. Software programs that act like intermediaries between humans and LLMS. Option C is correct because agents are software programs that act as intermediaries between humans and LLMs - they receive human input, coordinate with the LLM (and often external tools or data sources), and return responses, bridging the gap between user intent and model…
Question
What are agents? Please choose the correct answer.
Options
- ASmall units of code that perform specific tasks such as access to external data sources
- BSoftware programs that can be used to interact with LLMs
- CSoftware programs that act like intermediaries between humans and LLMS
- DPhysical devices that process natural language data for LLMs.
How the community answered
(25 responses)- A8% (2)
- B4% (1)
- C72% (18)
- D16% (4)
Explanation
Option C is correct because agents are software programs that act as intermediaries between humans and LLMs - they receive human input, coordinate with the LLM (and often external tools or data sources), and return responses, bridging the gap between user intent and model capability.
Why the distractors are wrong:
- A describes tools or plugins - components that agents may use, not what agents themselves are
- B is too broad - any chatbot UI or API client "interacts with LLMs," but that doesn't make it an agent; agents specifically mediate and orchestrate
- D is entirely off - agents are software, not physical hardware; that description gestures vaguely at hardware accelerators or edge devices
Memory tip: Think of a real estate agent - they sit between a buyer (human) and a seller (LLM/data), facilitating the exchange rather than being either party themselves. The word "intermediary" is your anchor.
Topics
Community Discussion
No community discussion yet for this question.