Skip to content
Lesson One

What is AI,
actually?

Two ideas that explain almost everything: the kind of computer that got invented, and the structure around it that made it useful.

Scroll, click, or use the arrow keys to move through.Scroll, or use the arrows and dots to move through.

The invention

Deterministic
→ probabilistic

Every computer before AI

You told it exactly what to do, and it did exactly that.

The machine had no interpretation. That was the feature.

Input
01001101
Output
01001101
What actually got invented

You give it something vague. It interprets, and takes its best shot.

A different kind of computer. The first one that will guess.

Input
“tidy this up a bit”
Output

Its best interpretation, which may differ next time.

Nothing is free

What you gained, and what you gave up

What you gained

It handles the vague, the unstructured, the never-specified. You no longer have to know the exact steps before you start.

What you gave up

Repeatability. The same input can produce a different answer, and it can be confidently wrong while sounding identical either way.

Where the leap actually happened

AI got more useful in 2026.
What really happened?

Ask anyone what changed

The models got better.
The harness changed everything.

Model capability has improved. What changed in great leaps was the structure built around the model.

So what is a harness

A deterministic layer wrapped around a probabilistic core.

Harness · deterministic
the model · probabilistic
tools · memory · permissions · steps · checks

Old computing didn’t go away. It became the container.

The move that unlocked the leap

From a chat window to an agent

A chat window

Useful. Bounded. You copy in, you copy out. The model can only talk.

An agent

It reads files, runs steps, calls systems, checks its own work, and comes back. The model can now act and do.

The model didn’t gain those abilities in the LLM itself. The harness around the LLM grew to include the tools, loops and flow that create the agentic experience.

Read this twice

If you want more out of AI, build a better harness, not a better prompt.

The lesson in one line

A computer that guesses, wrapped in structure that keeps the guesses honest.

The probabilistic layer is only ever as good as what surrounds it. Every strong AI tool follows this principle, and it is the lens for the next lesson: what you feed the machine.