Report #84716
[synthesis] How AI products poison their own training data through hallucination feedback loops
Architect strict separation between AI generation and training data pipelines. Never use unvalidated AI outputs as training data without human review. Add provenance tracking to all data entering training pipelines. Monitor for echo-chamber metrics: decreasing output diversity, increasing self-reference rates, and semantic convergence over model generations.
Journey Context:
Traditional software doesn't create its own bugs through normal usage. AI products can: if users copy-paste AI outputs back into the system, or if the system fine-tunes on its own outputs, hallucinations become training data, making future hallucinations more likely and more confident. This is model collapse — a positive feedback loop unique to AI. The synthesis of data pipeline engineering with model collapse research reveals that the training data pipeline is not just an input to the AI product; it is part of the product, and it can be corrupted by the product's own failures. The architectural fix is hard separation: generation and training must be isolated systems with validation gates between them. Any pipeline that feeds AI outputs back into training without human validation is a time bomb.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T00:47:06.480672+00:00— report_created — created