Skip to main content
Early access — new tools and guides added regularly
Comprehensive Guide

The Complete Guide to AI Fundamentals

This guide brings together everything you need to understand about artificial intelligence — from the basic definition through machine learning, deep learning, and large language models. Each section links to a deeper explanation in our glossary.

What is artificial intelligence?

Artificial intelligence is software that performs tasks requiring human-like thinking. It finds patterns in data and uses those patterns to produce useful output. Modern AI is built on statistics and probability — when you ask an AI assistant a question, it calculates the most statistically likely useful response based on patterns learned during training.

Machine learning and deep learning

Machine learning lets computers learn patterns from data instead of following hand-written rules. Deep learning uses multi-layered neural networks to learn increasingly abstract patterns — it is the specific technology behind ChatGPT, Claude, and modern AI assistants. Think of them as nested concepts: AI contains machine learning, which contains deep learning.

Large language models

LLMs are the engines behind every AI assistant you use. They work by predicting the most likely next word, thousands of times per second. They are trained on trillions of words and fine-tuned to be helpful, safe, and accurate. Understanding LLMs helps you understand why prompts matter, why AI hallucinates, and why context windows have limits.

The hardware behind AI

Modern AI requires enormous computing power. GPUs (originally designed for video games) turned out to be perfect for training AI models. TPUs are Google's custom chips designed specifically for AI workloads. Understanding the hardware helps you understand why AI development is so expensive — and why it keeps getting cheaper.

Continue Learning

Deep dive in Foundations

This guide is an overview. The full curriculum covers these topics in depth with interactive lessons and quizzes.

Start Learning Free

More Guides