WireSift
Methodology

How the research gets done.

Every WireSift claim ties back to a primary document. This page documents the methodology behind the AI Adoption Tracker — the source tiering, extraction approach, models used, and validation layers — so any reader can audit how a finding was produced.

Last updated: April 2026

The source hierarchy

WireSift uses a tiered source framework, where every claim in our research is anchored to the strongest available evidence. Tiers run from 1 (strongest) to 7 (weakest), and the tier of each source is disclosed in our claim ledger.

The AI Adoption Tracker pipeline

The AI Adoption Tracker reads every S&P 500 Q1 2026 earnings call transcript through a structured extraction pipeline, producing a comparable, auditable dataset. The pipeline runs in three stages.

1. Source acquisition

Earnings call transcripts are pulled from Financial Modeling Prep (FMP), which sources directly from the call audio. Each transcript is cached locally with a SHA-256 hash so we can verify integrity and detect any upstream revisions.

2. Structured extraction

Each transcript runs through a single-pass extraction using Anthropic’s Claude Sonnet 4.6 with a versioned schema. The schema captures:

Every extracted claim must be backed by a verbatim quote present in the source transcript. The pipeline fails closed when a quote can’t be located in the source — extraction quality is non-negotiable.

3. Quality gates

Two layers of validation run on every extraction before it enters the public dataset:

Editorial choices we disclose

A few editorial calls are applied at render time on the public tracker. Each is disclosed in the chart’s source line:

Versioning and change tracking

The extraction schema is semver-versioned. Old extractions are never deleted — when the schema changes (a new field, a refined controlled vocabulary, a renamed enum), prior data stays in its original schema version and the change is logged in our public changelog. This means a finding shipped under schema v2.0 can always be reproduced from the v2.0 record.

What we won’t do

A few discipline points worth naming explicitly:

Open methodology

The full pipeline source code, schema, prompts, and changelog are public on GitHub. Anyone can audit how a claim was produced — or fork the pipeline against a different universe of companies.

Questions

Methodology questions, data licensing inquiries, or audit requests: info@wiresift.com.

← Back to the AI Adoption Tracker