Foundations covers the mathematics and machine designs that modern AI inherited rather than invented. A large language model in 2026 is trained by minimizing cross-entropy, a quantity Claude Shannon defined in 1948. It samples the next token from a conditional distribution, which is the Markov property Andrey Markov described in 1913. It runs on a machine that stores its program in the same memory as its data, which is John von Neumann's 1945 design.
TL;DR: Modern AI is built from four old ideas: information has a measurable unit (the bit), uncertainty has a floor (entropy), the future can depend only on the present (Markov chains), and a machine can describe itself (self-replication). Everything else is engineering on top. Build an AI app free →
Most AI explainers start at the transformer and work forward. That leaves a gap: you can read about attention, tokens, and context windows without ever learning what a model's loss number means, why "perplexity 8" is a sentence about branching, or why a model that predicts well is doing the same job as a file compressor.
This category fills that gap. Each article connects one old idea to the exact place it surfaces in a system you use today.
The Four Threads
Thread
Founding idea
Where it shows up in 2026
Start here
Measurement
Information has a unit, and uncertainty has a floor
Wiki: AI Concepts. The modern layer built on top of these foundations
Wiki: Workspace DNA. Taskade's applied version of memory, intelligence, and execution
How These Ideas Reach Your Work
You do not need any of this theory to build something. But it explains the behavior you already notice. A model that "sounds confident and is wrong" is one with low entropy over a bad distribution. An agent that loops forever is missing the bounded state machine an ontology would have given it. A benchmark score that keeps improving while the product does not is cross-entropy falling on the wrong distribution.
When you build an app with Taskade Genesis, the theory is already handled. You describe the system you want, Taskade EVE assembles it as living software, and your projects supply the context that lowers the model's uncertainty on your specific work. That last part is the practical version of this entire category: a model with your context has less to guess about.