Work in teams of 2â3 students. This is an investigation: you search, read, and use AI tools to understand (not to copy). No answers are given here.
Before you start
- You manage your time and divide tasks as you want.
- No âAI magicâ: every claim must be tied to a mechanism (even explained simply).
- Agentic AI â Chatbot: an agent plans + uses tools + takes actions (often multi-step), so risks are higher.
- Governance is mandatory: you must discuss human validation gates, logs/traceability, and failure modes.
- Support key claims with at least one credible source (paper, textbook chapter, reputable technical explainer).
- Examples must cover all three sectors: Tourism + Hospitality + Food Service.
1) Define Agentic AI
Write your definition in your own words. Keep it short and precise. You must include:
- The core function: an AI system that can pursue a goal by planning steps and executing actions via tools (APIs, software, workflows).
- What makes it âagenticâ: autonomy level, multi-step behavior, tool-use, and feedback/iteration (not just one response).
- What it is NOT: list two common misunderstandings (e.g., âit always acts correctlyâ, âit replaces managersâ).
2) Explain the main algorithms (focus: planning, tool-use, control)
Explain how an agentic system works at a manager level, but with correct technical logic. Keep it clear: no math, no code. You must explicitly address how actions are chosen and controlled.
Required questions (you answer them â no copying)
- From goal to plan: What does it mean to âplanâ in agentic AI? What is a âtask decompositionâ or âstep-by-step planâ?
- Action space: What is an âactionâ for a software agent (examples: query a database, send a message, create a ticket, draft a document, call an API)?
- Tool use: How does the agent decide which tool to use, and what information it needs to call it safely?
- Memory / context: What is the difference between short-term context and longer-term memory? Why does it matter for consistency and errors?
- Grounding: What is âretrievalâ (RAG) and why does it help in reducing wrong actions based on wrong information?
- Feedback loops: How can an agent detect failure and retry? What is âself-checkâ or âverificationâ in an agent loop?
- Guardrails: What are human validation gates, rules, and constraints? Where do you place them in the workflow?
- Failure modes: Give two technical/operational reasons agents can fail (not âAI is badâ).
3) Identify agentic tools (capabilities table â not use cases)
Fill this table with agentic capabilities (planning, tool-use, workflows, orchestration, approvals, logs). Do not write detailed use cases here (thatâs section 4). You may add tools, but keep at least four.
| Tool / Platform | Agentic capabilities (planning / actions / orchestration) | Tourism (fit) | Hospitality (fit) | Food Service (fit) |
|---|---|---|---|---|
| ChatGPT (GPTs / Assistants) | ||||
| Claude (tool use / workflows) | ||||
| Gemini (agent / tool use) | ||||
| Microsoft Copilot Studio | ||||
| Perplexity (search + actions) | ||||
| NotebookLM (document-grounded assistant) | ||||
| Mistral (API + assistants) | ||||
| Zapier (AI actions / automation) |
4) Propose possible uses (2â3 only)
Propose two or three realistic agentic use cases. Your examples must cover Tourism, Hospitality, and Food Service (at least one example per sector). Your use case must include at least one action the agent executes (not only âwritingâ).
Use-case card (copy/paste Ă2 or Ă3)
- Sector: Tourism / Hospitality / Food Service
- Use case title: ______________________________________________
- Goal (business): ______________________________________________
- Actions performed by the agent: _________________________________
- Tools needed (systems/APIs): __________________________________
- Human approvals (what must be validated): _______________________
- Logging/traceability (what is recorded): _________________________
- Limits & risks: _______________________________________________
- What must remain human: _____________________________________
5) Reflective synthesis (short, critical)
Write 10â12 lines answering the questions below. Be specific. Be critical.
- Value vs hype: what is the realistic value of agentic AI across the three sectors?
- Main risk: what is the biggest risk when an AI can take actions (and why)?
- Accountability: who is responsible if the agent causes harm or costly mistakes?
- Minimum safeguards: list 3 safeguards you would impose (approvals, permissions, monitoring, audit logs, escalation rules).
- When NOT to use it: name one situation per sector where agentic AI should not be deployed (or only with strict limits).