π Quick glossary
- Agent: an AI that pursues a goal using tools, in a loop, until it succeeds.
- Tool (tool / function calling): an external function the AI can call (search, email, calcβ¦).
- MCP (Model Context Protocol): open standard (Anthropic, 2024) to plug in tools and data β βUSB-C for AI.β
- ReAct (Reason + Act): the Reason β Act β Observe β Loop loop.
- Multi-agent orchestration: making several specialized agents collaborate.
- CrewAI: role-based multi-agent framework.
- LangGraph: graph-based multi-agent framework, with state memory (checkpointing).
- AutoGen / Microsoft Agent Framework (MAF): conversational approach; AutoGen merged into MAF in late 2025.
- No-code: building an application/automation without writing code, through a visual interface.
- Make: visual automation platform (drag-and-drop), mainstream, 3000+ integrations.
- n8n: technical automation platform, cloud or self-hosted, with a native βAI Agentβ node.
- Airtable: database turned AI-native app platform; serves as an agentβs memory.
- Webhook: a βtriggerβ that starts a workflow when an event occurs (e.g. a new lead).
A training byBaxIA