CCA-FChapters12

Chapter 12

Preserving Provenance

Claims that carry their source and date, conflicts kept rather than resolved, and format chosen by content.

D5guide part i

12.1

A claim without a source is not a finding

Summarising many sources is exactly where the claim → source link gets dropped.

Unattributed
"The AI music market is
 estimated at $3.2B."

No source, no year, no confidence. Unverifiable, and impossible to reconcile with anything.

Attributed
{
  "claim": "The AI music market is
            estimated at $3.2B.",
  "source_url": "https://…/report",
  "source_name": "Global AI Music
                  Report 2024",
  "publication_date": "2024-06-15",
  "confidence": 0.9
}

Claim, where it came from, when it was published, how sure the extractor was.

Both say the same thing. Only one can be checked, dated, or weighed against a rival number.

12.2

Two sources disagree: keep both

Picking a winner throws away the information that explains the disagreement.

12%Spotify Annual Report · 2024-03automated classification8%Music Industry Assoc. · 2024-07survey of 500 labelsone claim, both valuesconflict_detected: truepossible_explanation:methodology and period differthe coordinator decides later — the extractor never arbitrates
Methodology and date usually are the explanation — automated classification is not a survey of 500 labels.

12.3

Dates turn a contradiction into a trend

Undated numbers from different years look like an error in the data.

10%source A202315%source B2024+5 points over one yearwithout the dates: "source A says 10%, source B says 15% — contradiction"
Same two numbers. The date is the whole difference between "contradiction" and "+5% growth".

12.4

Render by content type

One output format for everything loses structure the content already had.

contentformwhy
financial datatablesalignment makes figures comparable at a glance
news and analysisprosethe argument is the content
technical findingsstructured listseach item is independently actionable
time serieschronological ordersequence carries the meaning

Recall in 60 seconds

  1. Every claim carries source name, URL, publication date and a confidence value.
  2. Attribution is lost during multi-source summarisation unless the structure forces it through.
  3. Conflicting values are both preserved, with methodology and date — never averaged, never picked.
  4. conflict_detected plus a possible explanation; the coordinator arbitrates, not the extractor.
  5. Methodology usually explains the gap — classification vs survey measures different things.
  6. Undated figures from different periods read as contradictions instead of trends.
  7. Render financial data as tables, analysis as prose, findings as lists, series chronologically.
  8. Uncertainty is data: record it rather than resolving it silently.