Course 1Aug–Oct · 6 sprints
GenAI for Business: Beyond the Chatbot
Not about understanding AI — about operating it.
Prerequisite: Session 0 — Kickstart Bootcamp
- 01AI for OperatorsAI predicts the next token, very intelligently — understanding tokens, context windows, and temperature changes how you use it.
- 02Context EngineeringContext engineering is everything the model knows when it responds — system prompt, history, examples, constraints. Good context reduces hallucinations and improves reliability.
- 03Agentic ThinkingAn agent uses tools, takes actions, and makes decisions in sequence. Before building one, think like an architect: trigger, steps, human-in-loop, failure. Ethics lives here as a design constraint.
- 04Building with n8nn8n is a free, open-source automation tool to wire apps, APIs, and AI together without much code. This sprint closes the gap between designed-on-paper and runs-in-production.
- 05AI in Your IDEYou don't need to be a developer to build with AI. Cursor and Windsurf turn plain-English descriptions into working code. The skill is knowing what to ask for, verifying it works, and debugging it.
- ★Demo DayPresent the working AI workflow live. No recordings — real system, real screen.
By the end
A working AI workflow the group built themselves — an n8n automation, a small AI-assisted tool on GitHub, and a live demo.