No. 41 / 339
Should we still require human review of AI-selected training data before it ships into production?
The shift
Scoring, filtering, and deduping training data at scale goes from scarce (bounded by how many humans can eyeball samples) to abundant — an AI selector can classify, rank, and filter billions of examples cheaply. What doesn't flip: the selector's own judgment about what counts as "good" data is itself probabilistic and can be confidently wrong, and a bad selection criterion now propagates at the same unbounded scale it filters at.
The axioms
- Humans catch errors machines can't see — rests on human judgment/pattern-recognition being distinct from and complementary to the model's.
- A human in the loop is accountable if something goes wrong — rests on liability requiring an answerable person, not a system.
- Data curation is the highest-leverage, cheapest point to catch a problem before it compounds into model weights — rests on review being cheap relative to the cost of retraining or recalling a shipped model.
- Review is only useful if the reviewer can actually evaluate what they're looking at — rests on human reviewers having the capacity to meaningfully assess the volume and complexity in front of them.
- Spot-checking a sample stands in for auditing the whole — rests on the selection policy being static and simple enough that a sample generalizes.
Invalid axioms
- A human should manually eyeball a representative sample of the selected data before it ships. Manual sampling rested on data volume being small enough that a human-reviewable slice was statistically meaningful. At the scale AI selectors now operate — billions of examples, continuously refreshed pipelines — a human sample is a rounding error against the space being filtered; it creates the feeling of oversight without the coverage. The habit-trap: teams still staff a "data review" step sized for a world where a person could plausibly have opinions about most of what they're looking at, when the actual volume made that impossible before the AI selector even entered the picture.
- Reviewing the training examples themselves is the place to catch selection errors. This rested on defects being visible at the level of individual data points. AI selection failures are usually systemic — a scoring model's blind spot, a skew in what it up-weights or filters out — not visible by reading N examples one at a time. Looking at examples is now the wrong resolution; the failure lives in the selector's policy, not in any single row. The habit-trap: review checklists that ask "does this example look okay" instead of "what is the selector systematically doing across the whole distribution."
Unchanged axioms
- Someone accountable must sign off before a training run that's expensive or hard to reverse. A model can score data; it can't be liable for a biased or poisoned dataset baked into a shipped model. Accountability for a decision that compounds — you can't un-train a model cheaply the way you can revert a bad PR — still needs a named human who owns the call, even if that human never reads a single training example directly.
- Judgment about novel, high-stakes distribution shifts still needs a human. An AI selector optimizes against whatever objective and reference distribution it was given. Deciding whether a new domain, a new data source, or a new use case falls inside or outside what's safe to train on is a judgment call with no historical pattern to match — exactly where models are weakest and stakes are highest.
- Trust in what ships to production is a human-to-human commitment, not a technical property. Downstream teams, customers, and regulators aren't extending trust to the selector's F1 score — they're trusting that a specific person or team stands behind the pipeline. That standing doesn't transfer to a model regardless of how good its selection judgment gets.
New axioms
- Verifying a selector's judgment at the scale it operates, not just its outputs. When an AI filters or scores billions of examples, the open problem is building verification that operates at the same scale and speed as the selection itself — distributional audits, drift detection, adversarial probing of the selector — because human sampling can no longer cover the space the selector touches.
- Review that was a one-time gate now needs to be continuous. Selection pipelines that run on refreshing or streaming data don't have a single "before it ships" moment — the gate has to become a standing process (monitoring, automated regression checks against known failure modes) rather than a checkbox, and most review workflows are still designed around the single-gate assumption.
- Who is accountable when the selector, not a person, made the call that turned out wrong. As selection gets automated, the paper trail of "who decided this data was good" gets thinner. Assigning accountability that survives an incident — not just a rubber-stamp approval — is unsolved.
Where it breaks
Teams keep a human "review the sampled data" checkpoint (invalid — sized for a scale that no longer applies) while having no answer for continuous, distribution-level verification of what the selector is doing across the full dataset (new). The checkpoint gives sign-off cover without actually catching the failure mode that matters, and nobody has replaced it with monitoring built for the scale the selector actually operates at — so the org believes it has oversight it doesn't have.
Related axioms
Engineering
What changes for data engineering with AI?
Engineering
What changes for DevOps with AI?
Engineering
What changes for hardware engineering with AI?
Engineering
What changes for ML engineering with AI?
Engineering
What changes for QA and testing with AI?
Engineering
What changes for software engineering with AI?
Other axioms
Media
What's the point of a subscription paywall when AI can synthesize the same facts from aggregated sources for free?
Finance
What changes for finance and banking with AI?
Industries
What changes for energy with AI?
Product Design
Is brand consistency still a designer's job when AI can generate on-brand variants infinitely?
Architecture
Is schematic design dead now that generative AI can produce dozens of viable building layouts in minutes?
Society
What changes for small business owners with AI?