Loading...
Deep Dives

Going deeper, still in plain English

The lessons get you up and running. These are the longer reads for when you want to understand why — the ideas behind these tools and behind "AI" itself, with the jargon still left at the door.

Understanding AI
Deep dive

The judgment layer

What people really mean by "AI" is the judgment layer — software that makes a call instead of just following rules. What it is, how it differs from an ordinary program, and when you actually need it.

Read →
Deep dive

AI is only as good as what you feed it

An AI can't decide anything until you put data in front of it — and gathering that data, then acting on its answer, is a coding job. Why data is where AI really lives, and code is the foundation underneath it.

Read →
Deep dive

Interacting with APIs and pulling data

APIs sound technical because the word is technical. The idea is not: it is the approved way for one program to ask another program for your data, with permission and boundaries.

Read →
Working with the Tools
Deep dive

Teaching the machine your rules

A coding agent forgets everything between sessions. A short file of plain-English rules — CLAUDE.md, AGENTS.md — gives it a memory and a conscience. What to write down, and why keeping it short is the whole game.

Read →
Understanding the Tools
Deep dive

Claude Code vs. Codex

For beginners, they are close enough that the best first choice is usually the one you already pay for. Learn the loop in an IDE, and stay tool agnostic as your preferences change.

Read →
Deep dive

Claude Cowork vs. Claude Code

One helps you hand off the task. The other helps you build the tool that makes the task stop being yours. Same scattered feedback pile, two very different paths.

Read →