Machine Learning System Design Interview, issue 34, May 22, 2026

The Data Lineage Illusion

Senior AI Engineer interview at OpenAI, and the interviewer asks:

You just appended 1 million newly hand-labeled samples to your pristine 100K training dataset to scale performance, but your production accuracy immediately dropped. The schemas match perfectly and there are no formatting errors. What went wrong?

Don’t say: It’s a classic data leakage or hyperparameter issue. You probably overfit to the original 100K distribution, or your batch size was too small for the new 1.1M payload. Just drop your learning rate to 1e-5, re-balance the classes, or use a data validation framework to check for feature drift.

Why perfect data formatting quietly hides systematic labeling contradictions that ruin backpropagation, and the algorithmic cleansing trick used to filter the noise.

The full answer, with the mechanism and the arithmetic, is for paid subscribers on Substack.

Read it on Substack

Get the next one

Free on Substack. Unsubscribe in one click.