-
Matrices — Organized, Simultaneous Dot Products (Ep:02.01)
A matrix is just organized, simultaneous dot products. Module 2 of From Zero to Agents builds matrix multiplication from first principles and uses it to fully decode the real attention…
-
Vectors, Norms, and Dot Products Explained: The Math Behind Every Embedding (Ep.02.00)
Every embedding, similarity score, and attention weight in modern AI comes down to vector operations. Module 2 of From Zero to Agents builds vectors, norms, and dot products from first…
-
Byte-Pair Encoding Explained: Why Tokenization Isn’t Just Splitting on Spaces (Ep.01.00)
Every episode of Module 00 quietly relied on .split() — text broken into whole words at whitespace, no questions asked. It was a deliberate simplification, flagged twice and never resolved.…
-
What Is Intelligence, Really? (From Zero to Agents, Episode 00.01)
Last episode ended with a question. Here’s a definition worth pressure-testing (a very common first instinct — someone may say): “A system is intelligent if it can analyze requirements and…
-
From Zero to Agents: A Foundational AI/ML Course Built From First Principles (Episode 00.00)
Most “learn AI” content today teaches you to assemble — wire an LLM API into a framework, call it an agent, ship it. That’s a real and useful skill. It…