Notícias
Notícias
5 min de leitura
22 de setembro de 2026

Seu agent foi treinado em lixo (e você não sabe)

OpenAI demitiu pessoas que usavam AI pra treinar AI. Seu agent pode estar treinado em dados fake/ruins.

Equipe OpenClaw

Equipe OpenClaw · Time de Engenharia & Produto

A Equipe OpenClaw é formada por engenheiros, designers e especialistas em IA dedicados a construir a melhor plataforma de agentes conversacionais para negócios brasileiros. Combinamos expertise…


Seu agent foi treinado em lixo (e você não sabe).

Você é founder de SaaS.

Você tem agent.

Você acha que agent é bom porque:

├─ Treinado em dados reais (human-labeled) ├─ OpenAI/Anthropic garantem qualidade ├─ Seu agent responde bem (parece competente) ├─ Benchmark scores são bons (no test set)

Ontem, você leu a notícia:

OpenAI demitiu contractors.

Motivo: Usavam AI pra gerar dados de treinamento (em vez de human-labeled).

O que acontecia:

OpenAI process (supposed): ├─ Step 1: Collect real human feedback/labels ├─ Step 2: Train model on human data ├─ Step 3: Deploy model │ OpenAI process (actual, discovered): ├─ Step 1: Use GPT-4 to generate synthetic labels ├─ Step 2: Tell trainers: "These are human labels" (not true) ├─ Step 3: Train model on fake/AI-generated data ├─ Step 4: Deploy model trained on synthetic data ├─ Step 5: Get caught, fire contractors

Your reaction:

"Wait, if OpenAI's trainers are using AI to cut corners...

What about my agent builders?

Are they also cutting corners?

Is MY agent trained on synthetic/fake data?"

The answer:

Probably yes.

Here's why.


O problema: Feedback loops viraram tóxicas

AI treina AI treina AI = degradação exponencial

=== THE SYNTHETIC DATA PROBLEM ===

Reality of agent training (in most SaaS): ├─ Step 1: Collect first generation data (real) ├─ Step 2: Use AI to augment/expand data (synthetic) ├─ Step 3: Train agent v1 on mixed real + synthetic data ├─ Step 4: Use agent v1 outputs as training data for agent v2 ├─ Step 5: Use agent v2 outputs as training data for agent v3 ├─ Step 6-10: Repeat until agent v10 │ Result: ├─ Agent v1: 90% real data, 10% synthetic ├─ Agent v2: 80% real, 20% synthetic (from v1 outputs) ├─ Agent v3: 70% real, 30% synthetic (from v2 outputs) ├─ Agent v5: 50% real, 50% synthetic ├─ Agent v10: 10% real, 90% synthetic (95% of data is AI-generated hallucinations) │ === THE DEGRADATION CASCADE ===

Gen 0 (real human data): ├─ Input: "How do I file a tax return?" ├─ Output (human): "You need to gather documents: W-2s, 1099s, receipts..." ├─ Quality: ✓ Accurate, complete │ Gen 1 (synthetic, based on gen 0): ├─ Input: "How do I file a tax return?" ├─ Output (AI): "To file taxes, gather documents and go to IRS website..." ├─ Quality: ✓ Still accurate (close to gen 0) │ Gen 2 (synthetic, based on gen 1): ├─ Input: "How do I file a tax return?" ├─ Output (AI): "Filing taxes is easy, just use TurboTax or call a CPA..." ├─ Quality: ⚠ Starting to diverge (vague advice, missing details) │ Gen 3 (synthetic, based on gen 2): ├─ Input: "How do I file a tax return?" ├─ Output (AI): "Taxes are optional if you donate to charity first..." ├─ Quality: ✗ WRONG (AI hallucinated bad information) │ Gen 4 (synthetic, based on gen 3): ├─ Input: "How do I file a tax return?" ├─ Output (AI): "Just ignore taxes, the government won't notice..." ├─ Quality: ✗✗ DANGEROUS (AI learned from gen 3's hallucination) │ Result: ├─ Each generation degrades (errors compound) ├─ By gen 10: Original training signal is 99% diluted ├─ Agent is trained on AI's hallucinations (not real data) ├─ Agent hallucinates when deployed │ === WHY THIS HAPPENS ===

Reason 1: Cost ├─ Real human labeling: R$100-500 per sample ├─ Synthetic AI generation: R$0.01 per sample ├─ Cost savings: 1000x cheaper ├─ Incentive: MASSIVE (every startup wants to save money) │ Reason 2: Speed ├─ Real human labeling: 1 week to label 10k samples ├─ Synthetic AI generation: 1 hour to generate 10k samples ├─ Speed improvement: 100x faster ├─ Incentive: MASSIVE (every startup wants to ship fast) │ Reason 3: Opacity ├─ Hard to detect synthetic data (looks real) ├─ Hard to audit (who checks the data?) ├─ Easy to hide (just don't disclose) ├─ Incentive: MASSIVE (no oversight, no consequences) │ Reason 4: Pressure ├─ OpenAI doing it (race to bottom) ├─ Meta doing it (everyone's doing it) ├─ Your competitors doing it (pressure to match) ├─ Your investors expecting cost reduction ├─ Incentive: MASSIVE (competitive pressure) │


Por que seu agent está com problema

You don't know if your agent is trained on real data or synthetic garbage

=== YOUR AGENT'S DATA PROVENANCE (UNKNOWN) ===

Scenario 1 (You're lucky - real data) ├─ You collected human feedback from customers ├─ You labeled data with contractors (paid R$200/hour) ├─ You trained agent on this data ├─ Result: Agent is good (trained on quality) ├─ Cost: R$50k to label 10k samples ├─ Timeline: 2 months to collect data │ Scenario 2 (Common - mixed data) ├─ You collected some human feedback (expensive) ├─ You used AI to augment/expand data (cheap) ├─ You mixed real + synthetic (50/50) ├─ Result: Agent is okay (but degrading with time) ├─ Cost: R$25k (half real, half synthetic) ├─ Timeline: 1 week (AI is fast) │ Scenario 3 (Likely - mostly synthetic) ├─ You used another model to generate training data ├─ You told yourself: "This is close enough" ├─ You trained agent mostly on synthetic data ├─ Result: Agent is bad (trained on hallucinations) ├─ Cost: R$500 (almost free) ├─ Timeline: 1 day (super fast) │ Scenario 4 (Nightmare - recursive synthetic) ├─ You used model v1 to generate data ├─ You trained agent v2 on that data ├─ You used agent v2 outputs as training for agent v3 ├─ You used agent v3 outputs as training for agent v4 (current) ├─ Result: Agent is useless (trained on hallucinations of hallucinations) ├─ Cost: Nearly free (recursive loop) ├─ Timeline: Automatic (updates daily) │ === HOW TO DETECT IF YOUR AGENT IS TRAINED ON GARBAGE ===

Test 1: Data provenance audit ├─ Question: "Where did your training data come from?" ├─ If answer is: "We labeled it ourselves" → Good (probably real) ├─ If answer is: "We used another model to augment" → Bad (synthetic) ├─ If answer is: "We use feedback loops" → Disaster (recursive synthetic) ├─ If answer is: "We don't know" → Nightmare (probably all garbage) │ Test 2: Benchmark integrity check ├─ Your agent scores 95% on internal test set → Suspicious ├─ Test set was created: When? By who? From where? ├─ Is test set also synthetic? (Self-reinforcing) ├─ Does agent fail on real customer queries? (Real benchmark) │ Test 3: Hallucination detection ├─ Ask agent something edge-case/uncommon ├─ Example: "What's a really obscure tax deduction?" ├─ Agent confidently hallucinates: "Llama ownership is 200% deductible" ├─ Result: Agent trained on bad data (confident hallucinations = synthetic training) │ Test 4: Degradation over time ├─ Track agent quality over time ├─ Month 1: 90% correct answers ├─ Month 2: 85% correct answers ├─ Month 3: 80% correct answers ├─ Result: Quality degrading (recursive synthetic data loop) │ Test 5: Customer complaints ├─ Customer says: "Agent gave me wrong advice" ├─ Pattern: Many complaints about hallucinations ├─ Result: Agent trained on garbage data │


A crise: Qual é a real qualidade do seu agent?

OpenAI's secret was exposed. Others are doing the same (hidden).

=== THE SYNTHETIC DATA CRISIS ===

What OpenAI admitted: ├─ Contractors were told to use AI to speed up labeling ├─ OpenAI didn't explicitly forbid it ├─ When discovered, OpenAI fired them (to deny knowledge) ├─ Reality: OpenAI benefited from synthetic data cost-cutting │ What this means: ├─ OpenAI's models are partially trained on synthetic data ├─ OpenAI knows it (they had a policy) ├─ OpenAI didn't disclose it to customers ├─ If OpenAI is doing it, everyone is doing it │ === WHAT EVERYONE IS DOING (SECRETLY) ===

Your competitors' data pipeline: ├─ Step 1: Start with real data (expensive, slow) ├─ Step 2: Use AI to augment (cheap, fast) ├─ Step 3: Feedback loop (free, automatic) ├─ Step 4: Deploy agent (quality: unknown) ├─ Step 5: Don't disclose (plausible deniability) ├─ Step 6: Hope nobody finds out (like OpenAI did) │ Your customers' perspective: ├─ They think: "Agent is trained on real data" ├─ Reality: "Agent is trained on synthetic garbage" ├─ Trust: Broken (when they discover it) ├─ Churn: Guaranteed (customers hate being lied to) │ === THE TRUST CRISIS ===

If OpenAI's trainers were using AI: ├─ Question 1: Did OpenAI know? │ ├─ If yes: OpenAI lied (market trust damaged) │ ├─ If no: OpenAI has no oversight (risk) │ ├─ Question 2: Are other models doing the same? │ ├─ Answer: Almost certainly yes (economics force it) │ ├─ Question 3: How do customers know their agent is real? │ ├─ Answer: They don't (and they should be skeptical) │ ├─ Question 4: What's the liability if agent hallucinates? │ ├─ If agent trained on synthetic data → Data contamination │ ├─ If you didn't disclose → Fraud │ ├─ If customer relied on bad advice → Lawsuit │ Result: ├─ Customers will demand: "Prove your data is real" ├─ You can't (because it's probably not) ├─ Trust is destroyed │


Como escapar (build clean-data agent)

3 strategies para treinar agent com dados REAIS

=== STRATEGY 1: REAL HUMAN DATA (EXPENSIVE) ===

Approach: ├─ Hire contractors to label data (real humans, not AI) ├─ Verify labels are from humans (spot-check, audit) ├─ Use this data to train agent ├─ Disclose: "Our agent is trained 100% on human-labeled data" │ Advantages: ├─ Data quality: Highest (real human judgment) ├─ Trustworthiness: Highest (real data, real quality) ├─ Defensibility: Legal (we used real humans) ├─ Competitive advantage: "We don't cut corners" │ Disadvantages: ├─ Cost: R$100-500 per sample (10k samples = R$1M) ├─ Timeline: Slow (1-2 months) ├─ Scalability: Limited (hard to scale) │ Who should do this: ├─ Enterprise SaaS (can afford R$1M) ├─ High-trust verticals (healthcare, legal, finance) ├─ Differentiation strategy (vs competitors using synthetic) │ === STRATEGY 2: CUSTOMER FEEDBACK (FREE) ===

Approach: ├─ Collect real customer feedback (how customers use agent) ├─ Use customer corrections as training signal ├─ Customer says agent is wrong → Use correction as label ├─ Retrain agent on real customer feedback ├─ Disclose: "Our agent learns from real customer feedback" │ Advantages: ├─ Cost: Free (customers provide feedback anyway) ├─ Quality: High (customers know what's right) ├─ Scalability: Unlimited (scales with usage) ├─ Continuous improvement: Agent gets better over time │ Disadvantages: ├─ Startup data problem: No customers initially (cold start) ├─ Feedback can be wrong (not all customer feedback is correct) ├─ Bias: Agent optimizes for vocal customers (not silent ones) │ Who should do this: ├─ Growth-stage SaaS (have customers) ├─ Continuous deployment (retrain frequently) ├─ Trust-building strategy (show data transparency) │ === STRATEGY 3: DOMAIN EXPERT REVIEW (HYBRID) ===

Approach: ├─ Use AI to generate initial training data (fast, cheap) ├─ Have domain experts review/correct 10-20% of data ├─ Train agent on mixed real + reviewed synthetic data ├─ Disclose: "Our agent is trained on expert-reviewed data" │ Advantages: ├─ Cost: Moderate (R$50-100 per expert review) ├─ Timeline: Fast (AI generation is instant) ├─ Quality: Good (experts catch obvious hallucinations) ├─ Scalability: Better (you don't need 100% expert review) │ Disadvantages: ├─ Still has synthetic data (not 100% pure) ├─ Expert review adds cost (not free) ├─ Risk: Experts can miss subtle errors │ Who should do this: ├─ Mid-market SaaS (can afford R$20k for expert review) ├─ Specialized verticals (domain experts exist) ├─ Quality-first strategy (hybrid approach) │ === THE MATRIX ===

                | Pure Real  | Customer FBK | Expert Review

─────────────────────┼────────────┼─────────────┼─────────────── Data quality | Highest | High | Medium-High Cost | R$1M | Free | R$50k Timeline | 2 months | Continuous | 2 weeks Scalability | Limited | Unlimited | Good Trustability | Max | High | Medium Competitive moat | Yes | Yes | Maybe │ === WHICH STRATEGY SHOULD YOU PICK? ===

If you're enterprise SaaS: ├─ Pick: Pure Real (R$1M is budget rounding) ├─ Why: Customers demand high quality, trust, defensibility ├─ Message: "100% human-labeled data" │ If you're growth-stage SaaS: ├─ Pick: Customer Feedback (free, scales with usage) ├─ Why: You have customers already, feedback is natural ├─ Message: "Trained on real customer feedback" │ If you're early-stage SaaS: ├─ Pick: Expert Review (hybrid approach) ├─ Why: Balance between speed (AI) and quality (experts) ├─ Message: "Expert-reviewed training data" │


Conclusão

Simple verdade:

OpenAI's contractor scandal = Proof that AI training data is often synthetic (hidden).

Your agent's data = Probably contaminated (unless you explicitly chose real data).

Customer trust = Fragile (if customers discover synthetic data, churn is guaranteed).

3 fatos:

  1. Everyone's cutting corners (synthetic data is cheaper + faster)
  2. Most agents are trained on AI-generated hallucinations (not real data)
  3. Discovery = Trust collapse (customers will demand proof of real data)

Your choice:

  • Keep using synthetic data → Cheap now, trusted destroyed later → Customer churn → Dead
  • Mix real + synthetic → Moderate cost, moderate quality → Risky (discovery risk)
  • Pure real data → Expensive upfront, unbreakable trust → Competitive moat → Win

The window:

  • Today: Customers don't know/care about training data
  • 6-12 months: Market will demand data transparency
  • 18+ months: "Real data" will be table-stakes requirement

If you want to build trust-based moat, start collecting real data NOW.


Próximos passos

Na OpenClaw, ajudamos SaaS builders construir agents com dados REAIS (e transparência):

  • Data Provenance Audit: Onde vem seus dados de treinamento? (diagnóstico)
  • Synthetic Data Detection: Qual % do seu training é AI-generated? (assessment)
  • Human Labeling Infrastructure: Como setup labeling pipeline? (operations)
  • Customer Feedback Loop: Como usar customer feedback como training? (product)
  • Expert Review Process: Como integrar domain experts? (workflow)
  • Data Quality Monitoring: Como auditar qualidade contínua? (monitoring)
  • Trust Communication: Como comunicar "real data" aos customers? (marketing)
  • Compliance & Liability: Como documentar data origins (legal)? (legal)
  • Cost Optimization: Como fazer real data ser economicamente viável? (business)
  • Competitive Positioning: Como usar "real data" como diferenciador? (strategy)

Clean Training Data | Agent Quality | Data Transparency | Trust Moat →


Publicado em 22 de setembro de 2026

Leia também