The AI-102 exam has been retired
It was retired on June 30, 2026. It was replaced by AI-103 (Microsoft Azure AI Apps and Agents Developer Associate). Go to the AI-103 study guide →
Copyright (c) 2026 MindMesh Academy. All rights reserved. This content is proprietary and may not be reproduced or distributed without permission.
4.1.1. Agent Architecture Concepts
AI agents go beyond simple prompt-response patterns by combining LLMs with tools, memory, and planning capabilities. An agent can break complex tasks into steps, use tools to gather information, and iterate until the goal is achieved.
What makes something an "agent" vs. a simple chatbot:
- Autonomy: Makes decisions about which tools to call and when
- Reasoning loop: Observe → Think → Act → Observe cycle (ReAct pattern)
- Memory: Maintains state across multiple reasoning steps
- Tool use: Can call external APIs, run code, search databases
Agent patterns tested on the exam:
- ReAct (Reasoning + Acting): Think-aloud approach with tool calls
- Plan-and-Execute: Create full plan first, then execute steps
- Reflection: Self-critique and improve before final answer
Enroll to unlock the 56 practice questions written for this section, so you can test what you just read while it is fresh.
Enroll to unlock the 3 flashcards for this section and review them on a spaced-repetition schedule.
Written byAlvin Varughese
Founder•18 professional certifications