How AI Actually Works

From Silicon to Response — a sysadmin's guide to the complete AI stack

A prompt goes in. An answer comes out. What happens in between?

This series walks the full journey — from the hardware that makes AI possible, through the training process that builds a model, into the LLM engine itself, and out through the interface that delivers a response. Each layer explained in plain language with real-world analogies. No PhD required.

The Series

Part 1

The AI Stack — Overview

The complete map. Six layers from hardware to application — understand the whole before diving into the parts.

Read ›
Part 2

The Hardware Layer

GPU clusters, TPUs, and why AI needs specialized compute. Think data center — except every rack is doing matrix math.

Read ›
Part 3

Data & Training

How a model learns. Supervised, unsupervised, reinforcement learning — and what RLHF means for the AI you actually use.

Read ›
Part 4

The LLM Engine

Inside the model. Transformers, tokenization, neural network structure — the machinery that turns text into prediction.

Read ›
Part 5

Inference — Running a Query

What actually happens when you hit Enter. The inference pipeline from prompt receipt to token generation to response delivery.

Read ›
Part 6

The Interface Layer

API, web UI, prompt engineering. How the outside world talks to the model — and how to talk back effectively.

Read ›
Part 7

Applications — What Gets Built on Top

From chatbots to code assistants to autonomous agents — the application layer and where AI is headed next.

Read ›

Reference Material

These TMA pages go deeper on the topics covered in this series: