No. 31 / 339

Who's accountable for data quality when AI both generates and validates its own training data?

The shift

Generating plausible training examples and generating a plausible judgment that those examples are correct both go from scarce, human-gated work to abundant, near-free output from the same model family. What doesn't get cheaper: an independent check that the generator and the validator aren't sharing the same blind spots.

The axioms

  • Data quality is guaranteed by a human curator who sourced or labeled the data — rests on human labeling being the only way to produce structured data at scale.
  • A second reviewer checking the first pass is a meaningful independent check — rests on the reviewer being a genuinely separate source of judgment, not a correlated one.
  • Training data has traceable provenance to an accountable party — rests on data being scarce enough that someone had to deliberately acquire or produce each unit of it.
  • Dataset scale is naturally capped by human labeling throughput, which caps how much unverified material can enter a pipeline — rests on generation being slow and expensive.
  • There's a clean boundary between "the data" (an input, inspectable before training) and "the model" (an output, tested after) — rests on data production being a separate, slower-moving process from model iteration.

Invalid axioms

  1. A human curator's sign-off is what makes a dataset trustworthy. Curation at the volume modern pretraining and fine-tuning requires was already impossible for humans to do line-by-line; AI made bulk generation and bulk filtering abundant, so "a person looked at this" stopped being the actual mechanism years before anyone admitted it. The habit-trap: data-quality processes still route around a named human "owner" of a dataset as if that person reviewed it, when in practice they configured a pipeline and never saw most of what it produced.
  2. A second model pass counts as independent verification. Review used to be expensive, so a second look — by a different annotator, a different tool — was assumed to catch what the first missed. When the generator and the validator are the same model or model family, their errors are correlated, not independent: they share the same blind spots, the same confident-but-wrong patterns, the same training-data gaps. Sequential AI passes are cheap and abundant now, but stacking them doesn't manufacture the independence that made "second pass" meaningful in the first place. The habit-trap: pipelines log "validated by model B" as if that were a real second opinion, when B was trained on data A-like models produced.
  3. Provenance tracing tells you who's accountable. When each dataset was hand-assembled, tracing its origin pointed to a person or team who made deliberate choices. Now that synthetic data can be generated, filtered, and re-mixed at effectively unlimited volume, provenance metadata often just says "generated by model X, validated by model X" — a trace that terminates in a system, not a party who can answer for a decision. The habit-trap: compliance teams still treat a provenance log as equivalent to an accountability record.

Unchanged axioms

  1. Someone has to be answerable when a model trained on bad data causes harm. Abundant generation and abundant self-validation don't create a liable party — a model can't be sued, fired, or held to account. The organization deploying the model, and specifically whoever approved the data pipeline and the acceptance criteria for it, still carries that liability. This doesn't move, no matter how good the models get.
  2. Ground-truth verification against reality, not against another model's opinion, stays scarce. Checking whether a fact is true, a label is correct, or a generated example reflects the real world requires either real-world measurement, an authoritative external source, or a domain expert's judgment — none of which get cheaper just because generating more candidate data does. This is the crux of the whole question and it isn't closing on any visible timeline; better models raise the bar for what counts as a plausible-looking error, they don't remove the need for an outside check.
  3. Deciding what "quality" means for a given use case is a judgment call, not a measurable property. Whether a dataset is fit for purpose depends on what the model will be used for, what failure modes are tolerable, and what tradeoffs are acceptable — that's a goal-setting decision specific to the deployer's context, and no amount of automated scoring answers it for them.

New axioms

  1. Self-referential quality loops can scale a bias or error faster than anyone notices it. When a model generates data and the same model (or a close relative trained on similar data) validates it, an error that both share doesn't get flagged — it gets reinforced and then multiplied across however much synthetic data gets produced. Nobody currently has a reliable, cheap way to detect "the generator and validator agree because they're both wrong" versus "they agree because it's actually right," at the volumes synthetic data now runs at.
  2. Audit trails are ballooning past the point anyone can review them. Abundant generation means datasets are now orders of magnitude larger and turn over far faster than review capacity does, so "we can always go back and check" is true in principle and false in practice. What replaces line-by-line audit as the actual accountability mechanism — sampling protocols, statistical guarantees, something else — isn't settled.
  3. Contracts and regulation still assume a human data-labeling step exists to assign liability to. Vendor agreements, model cards, and emerging AI regulation (EU AI Act data-governance provisions, for instance) are largely written around a world where humans sourced and labeled data — the language doesn't cleanly map onto a pipeline where the "labeler" is the same system as the "labelee." How liability gets contractually assigned when there's no human labeling step to point to is unresolved.

Where it breaks

Teams point to "the pipeline was validated" (treating a second AI pass as the independent check that satisfies the old sign-off habit) while the actual failure mode — correlated blind spots between generator and validator — is exactly the new problem nobody has instrumented for. The audit trail exists, is enormous, and answers the wrong question: it proves a validation step ran, not that the validation was capable of catching what mattered.

A second collision: provenance logging has gotten more abundant and detailed (every generation and validation step timestamped and recorded) at the same time as the actual decision-maker has gotten harder to name. More logging creates an illusion of more accountability while the party who can answer for a bad outcome — the person who set the acceptance threshold, not the system that ran it — is often the one thing missing from the record.

Related axioms

Other axioms