PCA

How PCA works, why its discarded dimensions are unmonitored attack surface, and what red teamers need to know about exploiting dimensionality reduction.

K-means clustering

How K-means clustering works, why its centroid mechanics are trivially exploitable, and what red teamers need to know about attacking unsupervised ML models.

Unsupervised learning

How red teamers exploit unsupervised learning models: poisoning, mimicry, and baseline drift attacks against clustering and anomaly detection.

The AI glossary

A practitioner-first AI glossary with opinions. Every term explained by what it does in production, not what it says on the conference slide.

Support vector machines (SVM)

How support vector machines work, why their margin is an attack surface, and what red teamers need to know about poisoning and evading SVM classifiers.

Naive Bayes

How GoodWords attacks exploit the independence assumption in Naive Bayes classifiers, and what red teamers need to know about evading Bayesian security filters.

Decision trees

How decision trees encode their entire logic as readable rules, and why that makes them uniquely exploitable. Part five of the AI red teaming series.

Logistic regression

How logistic regression works, why it is the most common classifier in security systems, and how red teamers exploit its linear decision boundary in practice.

Linear regression

Linear regression powers SIEM scoring, fraud detection, and baselines. Here is how it works, and why red teamers need to understand it before anything else.

Supervised learning

How supervised learning works, where its assumptions break, and why red teamers need to understand the training pipeline before they can attack it.