- AIadvanced
Why Exact Nearest Neighbour Search Does Not Scale
Vector search exists because exact nearest neighbour search is intractable at scale and the curse of dimensionality defeats the classical index structures. This lesson covers distance metrics and when each is right, why brute force costs what it does, why k-d trees fail above a few dozen dimensions, and the recall-latency trade that every approximate index makes.
8 steps·~12 min - AIadvanced
Running the Audit and Acting on What It Finds
An audit is only useful if it produces a decision. This lesson covers the audit sequence end to end, the three families of mitigation and what each costs, why some findings cannot be fixed at the model layer, documenting a trade-off you can defend, and monitoring for the drift that reopens a closed finding.
8 steps·~12 min - AIadvanced
The Fairness Metrics, and Why You Must Choose
Fairness has several formal definitions that sound equally reasonable and cannot all hold at once. This lesson covers demographic parity, equal opportunity, equalized odds and calibration, the impossibility result proved independently by Chouldechova and by Kleinberg and colleagues, and how to choose one deliberately and defend it.
8 steps·~12 min - AIadvanced
What Bias Means, and Where It Enters
The word bias carries three unrelated meanings that get argued past each other. This lesson separates them, then traces the six points where disparity enters a machine learning system, from historical data through label definition and objective choice to deployment, and explains why removing a protected attribute does not remove its influence.
8 steps·~12 min - Businessintermediate
Keeping It Alive: Incidents, Redress, and Measurement
A responsible AI programme is judged by what happens after launch. This lesson covers recognising an AI harm, building a redress route for people affected, reviewing incidents for the decisions that caused them, measuring the programme honestly, and the failure modes that hollow it out over a year.
8 steps·~12 min - Businessintermediate
The Machinery: Gates, Checklists, and Who Says No
Controls only work if a team meets them inside their normal process at a point where answers can still change the design. This lesson covers the three gates, writing a checklist that produces decisions rather than ticks, model and system cards, and giving someone the authority to stop a launch.
8 steps·~12 min - Businessintermediate
Why Principles Do Not Reach the Product
Almost every organisation has AI principles and almost none can point to a shipping decision they changed. This lesson covers why abstract commitments fail to bind, the specific gap between a value and a decision rule, ethics washing, and what a principle needs before it can affect anything.
8 steps·~12 min - Businessintermediate
Implementing a Redesign Without Breaking the Operation
A redesign has to be introduced into a process that is still running and still has customers. This lesson covers sequencing, running the old and new paths together, the counterweight metrics that catch a hollow win, the failure modes that end these efforts, and how to know when not to redesign at all.
7 steps·~11 min - Businessintermediate
The Redesign Moves: What Changes When a Step Gets Cheap
When one step becomes cheap, the optimal shape of the whole process changes. This lesson covers the six moves that follow, why the review stage almost always needs relocating, what business process reengineering actually taught, and the honest state of the evidence on how often these efforts succeed.
8 steps·~12 min - Businessintermediate
Mapping the Work Before You Change It
You cannot redesign a process you have not observed, and the documented process is rarely the real one. This lesson covers task-level decomposition, finding where time and waiting actually go, identifying the constraint that governs throughput, and the measurements to take before any AI is introduced.
8 steps·~12 min - Businessintermediate
Adoption That Is Real Rather Than Reported
Mandated adoption produces compliance behaviour and licence-seat metrics that measure nothing. This lesson covers why mandates fail, what resistance is actually telling you, measuring adoption in a way that survives scrutiny, the equity problems that appear inside a team, and how to run the change without losing the people carrying it.
8 steps·~12 min - Businessintermediate
Delegation: Deciding What Goes to a Machine
Delegating to AI is a management decision with the same structure as delegating to a person, and one crucial difference. This lesson covers the criteria that make a task a good candidate, the verification tax that determines whether delegation actually saves anything, disclosure norms, and redesigning a workflow rather than bolting AI onto it.
8 steps·~12 min - Businessintermediate
What Actually Changes for a Manager
AI changes tasks rather than jobs, which means it redistributes work inside a role instead of removing the role. This lesson covers what that does to a manager: where review load lands, why self-reported productivity is unreliable, the skill-formation problem for junior staff, and which management assumptions stop holding.
8 steps·~12 min - Programmingintermediate
Standing Up the Function: First Ninety Days and Beyond
An AI QA function has to be built while features are already shipping. This lesson covers the order of work that produces something useful fast, where the function should sit, how to handle a team that resists a new gate, what to measure about the function itself, and the failure modes that quietly end it.
8 steps·~12 min - Programmingintermediate
The Release Gate: Deciding What Ships
A release gate turns evaluation results into a decision someone can defend. This lesson covers what belongs in the gate, setting thresholds before you see results, blocking versus flagging, how to gate a provider model change you did not initiate, and running the gate so it stays credible rather than becoming a formality.
9 steps·~14 min - Programmingintermediate
Why QA Breaks on AI Systems
Software QA assumes a specification, deterministic behaviour, and a system that changes only when you change it. AI features violate all three. This lesson covers what actually breaks, why test counts and pass rates stop meaning anything, and the shift from verifying correctness to characterising a distribution of behaviour.
8 steps·~12 min - AIadvanced
Abstention: Building a System That Can Say It Does Not Know
The most valuable behaviour an AI system can have is refusing to answer when it should not. This lesson covers calibration and why stated confidence is unreliable, selective prediction and the coverage-accuracy trade, conformal methods that give guarantees, designing abstention users accept, and measuring all of it in production.
9 steps·~14 min - AIadvanced
Grounding and Detection: Catching It Before the User Does
Since a model cannot judge its own output, detection has to compare it against something external. This lesson covers grounding through retrieval and why it reduces rather than eliminates the problem, then the detection methods that work: self-consistency sampling, entailment checking against sources, claim decomposition, and chain-of-verification.
9 steps·~14 min - AIadvanced
What a Hallucination Is, and Why It Happens
Hallucination is not a bug that will be patched out. This lesson covers why a next-token predictor produces confident falsehoods, the dual-axis taxonomy separating intrinsic from extrinsic and factuality from faithfulness, why fluency carries no signal about truth, and the theoretical result that the problem cannot be fully eliminated.
8 steps·~12 min - Businessadvanced
Validating a System Whose Behaviour Is Statistical
Validation was built for models that produce a number, not for systems that produce prose. This lesson covers conceptual soundness, outcomes analysis and ongoing monitoring applied to modern AI, what changes for generative systems, the pre-deployment evidence pack, and how to document a position when no framework covers your system.
9 steps·~14 min - Businessadvanced
Human Oversight and Audit Trails That Hold Up
Human oversight is the control regulators lean on hardest and the one most often decorative. This lesson covers the four conditions that make it real, how to evidence each rather than assert it, the override rate as the diagnostic, and the audit trail needed to reconstruct a single decision eighteen months later.
9 steps·~14 min - Businessadvanced
What a Regulator Actually Asks For
Regulated deployment is judged on evidence, not intent. This lesson covers the assurance vocabulary supervisors already use: three lines of defence, effective challenge, independent validation, and the model risk management tradition, including the 2026 shift from SR 11-7 to SR 26-2 and the gap it deliberately leaves.
9 steps·~14 min - AIadvanced
Red-Teaming: Attacking Your Own System Before Someone Else Does
Guardrails you have not attacked are guardrails you have only hoped about. This lesson covers manual and automated red-teaming: the attack methods worth knowing, how to run an exercise that produces findings rather than reassurance, what to measure, and how to turn results into regression tests that survive the next model update.
9 steps·~14 min - AIadvanced
Building the Control Layer: Rails, Classifiers, and Containment
Guardrails are a layered control system around a model that cannot police itself. This lesson covers the rail types, rules versus classifiers versus model-based judges, the tools that implement them, the latency and false-positive budget that constrains every design, and why architectural containment beats filtering.
9 steps·~14 min

