Bird
0
0

You want a production agent to adapt its behavior based on feedback while running. Which architectural change is best?

hard📝 Application Q8 of 15
Agentic AI - Production Agent Architecture
You want a production agent to adapt its behavior based on feedback while running. Which architectural change is best?
AFix the model parameters before deployment and never update
BRemove error handling to speed up execution
CAdd a feedback loop that updates internal state after each action
DUse a static rule-based system without learning
Step-by-Step Solution
Solution:
  1. Step 1: Understand adaptive behavior need

    Agent must change based on feedback, requiring dynamic updates.
  2. Step 2: Identify architectural feature supporting adaptation

    A feedback loop updating internal state enables learning and adjustment during operation.
  3. Final Answer:

    Add a feedback loop that updates internal state after each action -> Option C
  4. Quick Check:

    Feedback loop enables adaptation = A [OK]
Quick Trick: Feedback loops enable real-time learning [OK]
Common Mistakes:
  • Removing error handling reduces robustness
  • Fixing parameters prevents adaptation
  • Static rules lack flexibility

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Agentic AI Quizzes