Lessons

The full lesson breakdown

Every lesson in order. Lectures explain the concept, hands-on sessions apply it to real work files, and demos walk through complete working examples.

Module 01 Introduction to AI

1.1
Why AI Matters at Work

Where AI already saves professionals hours every week — and where it doesn't.

Lecture
1.2
What Is Artificial Intelligence?

A plain-language explanation of machine learning and language models — no math required.

Lecture
1.3
Understanding AI Models

GPT, Claude, Gemini and friends: what a "model" is, and how to choose one for a task.

Lecture
1.4
AI as a Tool, Not a Replacement

The human-in-charge workflow: AI drafts and computes, you verify and decide.

Lecture
1.5
What AI Can and Cannot Do

Strengths, limits, and hallucinations — and how to work safely around them.

Lecture

Module 02 Working with AI Assistants

2.1
Prompting Fundamentals

How to ask so you get useful answers: role, task, format, constraints.

Hands-on
2.2
Giving AI Context

Feeding documents, data, and background so the AI answers about your work.

Hands-on
2.3
Breaking Complex Work into Tasks

Decomposing a big job into steps an AI can do reliably, one at a time.

Hands-on
2.4
Using AI for Research

Summarizing standards, comparing options, and checking sources without being misled.

Hands-on
2.5
Using AI for Writing and Analysis

Reports, emails, and data interpretation with AI as your first-draft engine.

Hands-on

Module 03 AI APIs

3.1
What Is an API?

How programs talk to each other — explained with everyday analogies.

Lecture
3.2
What Is an API Key?

The password that spends your money: what keys are, and why they must stay secret.

Lecture
3.3
Client vs Server

What the browser does, what the backend does, and why the difference matters for security.

Lecture
3.4
Sending a Request to an AI Model

Your first real API call: HTTP POST, JSON, and the OpenAI SDK in Python.

Hands-on
3.5
Receiving AI Responses

Reading the response, handling errors, and using the answer inside your program.

Hands-on
3.6
Security Basics

Environment variables, .env files, .gitignore, and what never goes in your code.

Lecture

Module 04 AI + Daily Work

4.1
Excel Automation

Cleaning, merging, and transforming spreadsheets with AI-generated scripts.

Hands-on
4.2
Reports

From raw results to a formatted report in your company template.

Hands-on
4.3
Engineering Calculations

Building and verifying calculation sheets with AI assistance.

Hands-on
4.4
Document Processing

Extracting data from PDFs and scans into structured, usable form.

Demo
4.5
Email Assistance

Drafting, summarizing, and templating routine correspondence.

Hands-on
4.6
Data Extraction

Turning unstructured text into tables, JSON, and database rows.

Hands-on
4.7
Repetitive Task Automation

Chaining AI with simple scripts so weekly chores run themselves.

Demo

Module 05 AI + Programming

5.1
Python

Just enough Python to automate your work — written with an AI pair-programmer.

Hands-on
5.2
APIs

Calling AI and other services from your own scripts and tools.

Hands-on
5.3
Databases

Storing and querying your data so AI tools have something reliable to work with.

Lecture
5.4
Building Desktop Applications

Wrapping your automation in a simple interface colleagues can use.

Demo
5.5
Connecting AI to Existing Programs

Linking AI to the software you already run — Excel, engineering tools, and more.

Demo

Module 06 Building AI Applications

6.1
Chatbots

Build the exact chatbot running on this website: frontend, backend, and OpenAI.

Project
6.2
Internal Company Assistants

Assistants that know your documents, procedures, and terminology.

Project
6.3
AI Search Tools

Finding answers inside large document sets with AI-powered search.

Demo
6.4
AI-Powered Engineering Utilities

Small, focused tools that solve one engineering task extremely well.

Project
6.5
Automation Workflows

Connecting everything: triggers, AI steps, and outputs in one pipeline.

Project
Questions about any lesson? Ask the course AI assistant — it can explain every concept in this curriculum, and it is itself the Module 6 chatbot project.