AI Agents · Course resources

Meeting vocabulary companion

Use twelve AI-agent terms in practical workplace sentences, with the titles of the earlier explanations.

Choose a sentence that fits the discussion. Adapt the example to your work, keeping the meaning. These sentences use concepts already explained in Sections 1–3.

TermA sentence you can useWhere to revisit the explanation
AI agentWhat goal can this AI agent complete, and which steps can it choose?How Would You Explain an AI Agent? (Goals, Tools and Choices) (Section 1)
agenticThe work is agentic: it chose another search because the first page did not answer the question.Is ChatGPT an AI Agent? (Section 3)
agent-washingThat may be agent-washing: the advertisement promises customer support, but the demonstration only shows a draft reply.Can You Tell AI Agent Hype From Useful Work? (Agent-Washing) (Section 1)
modelLet’s try another model with the same files and request.Why Can AI Explain a Job Without Doing It? (Models and Actions) (Section 2)
toolsWhich tool actually creates the appointment?How Does an AI Agent Take Action? (Tools and Connectors) (Section 2)
connectorDoes the calendar connector let us create events?How Does an AI Agent Take Action? (Tools and Connectors) (Section 2)
APICan our order system accept a cancellation request through its API?What Is an API? (How Software Requests Information and Actions) (Section 2)
context windowThe context display shows that we are getting close to the context window limit. Let’s keep the important instructions in a file.What Does an AI Agent Remember? (Context Window and Memory) (Section 2)
tokensThe token count includes pieces of the text supplied to the model and the text it generates.What Does an AI Agent Remember? (Context Window and Memory) (Section 2)
triggerWhat is the trigger: our request, a scheduled time or an incoming message?What Starts an AI Agent? (Manual, Scheduled and Event Triggers) (Section 3)
workflowDoes this workflow follow prepared steps, or can the model choose what to do next?Is ChatGPT an AI Agent? (Section 3)
LLMThe LLM writes the reply, but we still need to check the price against its source.What Is an LLM in an AI Agent? (Section 2)