Back to teaching
Agentic AI
LLMs
Prompt Engineering
Workflow Automation
Multi-Agent Systems

Agentic AI

Visiting Lecturer

Visiting from Herald College Kathmandu (University of Wolverhampton)

Fall 2026Fishtail Mountain CollegeFirst-year undergraduate8 weeks · August–October 2026 · lecture + hands-on lab72 students

Course Description

An applied introduction to agentic AI for first-year students, assuming no programming background. The course moves from how language models actually generate text through to designing, deploying and governing systems of cooperating agents. Every module pairs a lecture with a hands-on lab, so students build the thing being described in the same week they hear about it — a working assistant, an automated workflow, a multi-agent system — and finish with a capstone of their own design.

Learning Outcomes

By the end of the course, students can:

  1. Explain how language models generate text and how decoding parameters shape output.
  2. Write structured, reusable prompts and build a custom AI assistant.
  3. Design an agent with explicit planning, memory and tool use, and build one without code.
  4. Automate a multi-step business workflow with n8n and connected data sources.
  5. Compose several agents into a system, and argue for its reliability and governance.

Schedule

Week 1 · Module 1

AI Foundations

Introduction to how modern AI systems work and why the same prompt produces different results each time. Students ran structured experiments on temperature, top-p and output length to see decoding parameters change behaviour first-hand, then mapped the current AI landscape and how to choose the right tool for a task.

Introduction to AI
Decoding parameters
Temperature & top-p experiments
AI landscape
Week 2 · Module 2

Prompt Fundamentals & Advanced Prompting

Moving from vague requests to reusable AI assistants. The first session covered prompt structure, context and constraints; the second built on that with advanced techniques for turning good prompts into consistently great results.

Prompt structure
Reusable assistants
Advanced prompting patterns
Week 3 · Module 3

Designing, Building & Governing AI Agents

The shift from chatbot to collaborator — how agents plan, remember and act. Students built a working agent without writing a line of code, and looked at what governing one responsibly requires.

Agent architecture
Planning & memory
No-code agent building
Governance
Week 4 · Module 4

AI Workspaces & Connected AI

Building a persistent AI workspace using projects, skills, plugins and artifacts, then connecting it to external data for document intelligence. Session also covered the Docker and n8n setup students would need the following week.

Projects & skills
Plugins & artifacts
Document intelligence
Docker / n8n setup
Week 5 · Module 5

AI Automation with n8n

Building automated, AI-powered workflows with Docker and n8n. Concepts were introduced and then built live, culminating in an end-to-end student report workflow driven from a sample dataset.

Workflow automation
n8n
Live build
Report generation pipeline
Week 6 · Module 6

AI-Assisted Coding

Turning natural-language ideas into working software using AI coding tools. Students set up their environments, then spent the second session ideating, building, refining and presenting a project of their own.

AI coding tools
Natural language to software
Project build & critique
Week 7 · Module 7

Autonomous & Multi-Agent Systems

How agents decide, act, remember and stay reliable without a human driving every step, then scaling from one agent to a team of agents running a whole workflow. Closed with agent governance — deploying safely and demonstrating business value.

Autonomy & reliability
Multi-agent systems
Agent governance
Business value
Week 8 · Module 8

Capstone Projects

Students present the agentic system they designed and built across the course, with peer and instructor critique on design decisions, reliability and governance.

Capstone
Presentations
Peer review