Tutorials

Tutorials

Step-by-step lessons for practical skills.

AI BasicsBeginner

AI Basics

What AI is, the three kinds you already use, and a hands-on first exercise with a chat assistant.

AIbeginnerfoundations
AI BasicsBeginner

What Is Artificial Intelligence?

A clear definition of AI: narrow vs general, rule-based vs learned systems, everyday examples, and common myths.

AIbeginner
Prompt EngineeringBeginner

Prompt Engineering from First Principles

Understand why prompting works: language models predict text from context, so specific prompts steer them toward better answers.

promptsAIworkflow
Prompt EngineeringBeginner

Prompt Engineering

Practice the working loop of prompt engineering: draft a prompt, test it on a real task, evaluate the output, and refine.

promptsAIworkflow
Machine Learning BasicsBeginner

What Is Machine Learning?

Machine learning defined: training, features, labels, and predictions, plus supervised, unsupervised, and reinforcement learning.

machine learningmodels
LinuxBeginner

Linux Command Line Essentials

Get comfortable in a Linux terminal: navigate, manage files, understand permissions, chain commands with pipes, and know how to get unstuck.

Linuxcommand lineterminal
SecurityBeginner

Using AI Tools Safely: A Practical Guide

The real risks of everyday AI tools — prompt injection, data leaks, over-trusting agents — and the habits that protect you, grounded in the OWASP GenAI Security Project.

securityAIOWASP
Machine LearningBeginner

Machine Learning in Plain English

Machine learning by analogy: how models learn like people learning to recognize dogs, and why they still make mistakes.

machine learningmodelsdata
Python for AIBeginner

Python for AI

Why Python is the language of AI, the small set of skills beginners actually need, and the key libraries explained by purpose.

PythonAIprogramming
Learning StrategyBeginner

Build Your First AI Study Plan

Create a personal 4-week AI study plan: pick one goal, choose a learning path, schedule practice, and track progress.

study planAIcareer
AI BasicsBeginner

Large Language Models Explained Simply

How LLMs work: next-word prediction at scale, context windows, why they sound sure but can be wrong, and prompting as steering.

LLMslanguage models
Prompt EngineeringBeginner

Prompt Engineering Basics

Learn the five elements of a strong AI prompt — task, context, format, examples, and constraints — with before-and-after examples.

promptsAI
SecurityBeginner

Encryption and HTTPS in Plain English

What encryption actually does, what the browser padlock promises (and doesn't), and where your data is protected — in transit, at rest, and end to end.

securityencryptionHTTPS
Prompt EngineeringBeginner

The CLEAR Prompt Framework

Learn the CLEAR prompt framework — Concise, Logical, Explicit, Adaptive, Reflective — with an example for each letter and a full worked prompt.

CLEAR frameworkprompts