Foundational primer
AI Primer
The Phase 0 curriculum path starts here. Source MDX is ported from the approved primer artifact.
Agent loop demo
A placeholder sandboxed JavaScript demo for showing the shape of an agent loop.
const steps = ['plan', 'act', 'observe', 'review'];
for (const step of steps) {
console.log('agent loop:', step);
}Orientation
Probability
Statistics
Machine learning
Neural networks
- Module 13PART IVNeural networks
- Module 14The neuron, the layer, the networkA neuron is a weighted sum of its inputs, passed through a non-linear squashing function.
- Module 15Why depth changed everythingShallow models can represent simple patterns. Deep models — many stacked layers — discover hierarchical representations: edges → textures → parts → objects → meaning.
Transformers and LLMs
- Module 16PART VTransformers + LLMs
- Module 17The attention mechanismWhen reading a sentence, you don’t weight every word equally. You attend to the words that matter for understanding the next one.
- Module 18Transformers → Large Language ModelsStack attention layers, train on a large fraction of the public text on the internet, and remarkable things happen.
Agentic AI
- Module 19PART VIAgentic AI
- Module 20From language model to agentAn agent is an LLM wrapped in a loop that can use tools, maintain memory, plan, and execute multi-step work.
- Module 21Multi-agent systemsOnce you have one agent, the next step is many. They specialise, coordinate, escalate, and audit each other.
- Module 22Why safety layers matter (and how they’re built)Autonomous agents can act on the world. The interesting engineering problem is bounding what they do, with what evidence, under whose authorisation.
- Module 23The 2026 landscapeFrontier models
- Module 24What this means for anyone buildingDistribution beats raw capability
- Module 25The one idea to take awayModern AI is the engineering of bounded autonomy.
Continue into a vertical primer
The vertical primers translate the same AI foundations into regulated healthcare, simulation engineering, finance, compliance, fintech, and industrial evaluation work.
Wilfrid course paths
Each vertical now has placeholder Wilfrid course paths for readers who want to go deeper after the public primer.
Talk to Barg Labs
For regulated-industry teams exploring bounded autonomy, share an email and area of interest.