AI Agents

Use this page to understand systems in which a model chooses tools or next steps. The safest default is a deterministic workflow with narrowly bounded model decisions.

1. LLM, tool use, workflow, and agent

Known process and transitions?       → deterministic workflow
Known process, ambiguous subtask?    → workflow with bounded model step
Unknown path, dynamic tool choice?   → bounded agent
High-impact irreversible action?     → explicit human approval
AI agent architecture
🧭 Bounded agent tool sequence

2. Deterministic versus agentic orchestration

3. Tool design and execution boundary

4. Planning and execution loops

5. State and memory

6. MCP

7. Multi-agent systems

8. Failure modes and controls

9. Evaluation and observability

See AI fundamentals for tool-calling mechanics and AI infrastructure and evaluation for production controls.

Contents