← All studies · askamerica.ai
← All studies · askamerica.ai

Dan Patrick's convention speech: Reporting Accuracy vs. Subject Claims Accuracy

MSN news report on the Texas GOP midterm convention, Dallas, Sept 8-10 2026

Reporting Accuracy vs. Subject Claims Accuracy Dan Patrick, GOP midterm convention, Dallas, Sept 10 2026 — majority-share claim and total-count claim graded separately Reporting Accuracy 0 Pinocchios Event, date, quotes independently corroborated Subject Claims Accuracy 2 Pinocchios 1 false, 1 uncertain, 1 true, 1 opinion 'Mostly blue states' (majority) is TRUE; '12 million' total is methodology-dependent Share of TX movers from blue states, every year 2012-22 61.5% IRS SOI migration joined to state political lean, queried directly TX In-Migration by Year and Origin-State Lean (IRS SOI, 2012-2022) 0 50,000 100,000 150,000 200,000 250,000 Year Individuals moved 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 From Dem-leaning (blue) states From Rep-leaning (red) states fiscal.county_migration_flows joined to officials.state_political_index, queried directly. Blue exceeds red in every single year -- a real, consistent majority. Sources: Texas Tribune (primary, live), Fox26/Fox7/Fox4, Washington Times, IRS SOI county_migration_flows + officials.state_political_index (queried), Census ACS acs_migration (queried), Visual Capitalist / Austin American-Statesman GDP rankings. AskAmerica · askamerica.ai
SVG

Summary

Reporting Accuracy: 0 Pinocchios. Subject Claims Accuracy: 2 Pinocchios. The article accurately reports what happened and what Dan Patrick said. Patrick's quote actually makes two separable claims: a TOTAL count ('12 million people have moved to Texas') and a COMPOSITION claim ('mostly' from blue states, i.e. a majority share). Splitting them: the majority-share claim is true, the total count is uncertain depending on methodology, and his economic superlative is false.

Claim-by-claim verdicts

○○○○ No Pinocchios — true or no significant issues

This rating grades REPORTING ACCURACY only — the outlet's own work, not Patrick's claims (which are scored separately as Subject Claims Accuracy: 2 Pinocchios, shown in its own banner above). The article's event details, timing, and quotes are independently corroborated by Texas Tribune's on-scene coverage, and it asserts no unsupported fact of its own. That is 0 Pinocchios for reporting.

2 true · 1 false · 1 not checkable here · 4 assertions checked

1[REPORTING] The article correctly describes the event (Dallas GOP midterm convention, Sept 8-10, 2026), Patrick's Day-Two speaking slot, and quotes his 'darkness vs. light' framing accurately.true
2[SUBJECT CLAIM - Patrick] Of the people who have moved to Texas, MOST came from 'blue' Democratic-led states.true
3[SUBJECT CLAIM - Patrick] 12 million people have moved to Texas over the past two decades.not checkable here
4[SUBJECT CLAIM - Patrick] Texas has 'the strongest economy on the planet.'false
4[SUBJECT CLAIM - Patrick] Texas has 'the strongest economy on the planet.'false
3[SUBJECT CLAIM - Patrick] 12 million people have moved to Texas over the past two decades.not checkable here
2[SUBJECT CLAIM - Patrick] Of the people who have moved to Texas, MOST came from 'blue' Democratic-led states.true
1[REPORTING] The article correctly describes the event (Dallas GOP midterm convention, Sept 8-10, 2026), Patrick's Day-Two speaking slot, and quotes his 'darkness vs. light' framing accurately.true
1[REPORTING] The article correctly describes the event (Dallas GOP midterm convention, Sept 8-10, 2026), Patrick's Day-Two speaking slot, and quotes his 'darkness vs. light' framing accurately.true
3[SUBJECT CLAIM - Patrick] 12 million people have moved to Texas over the past two decades.not checkable here
2[SUBJECT CLAIM - Patrick] Of the people who have moved to Texas, MOST came from 'blue' Democratic-led states.true
4[SUBJECT CLAIM - Patrick] Texas has 'the strongest economy on the planet.'false
4[SUBJECT CLAIM - Patrick] Texas has 'the strongest economy on the planet.'false
3[SUBJECT CLAIM - Patrick] 12 million people have moved to Texas over the past two decades.not checkable here
1[REPORTING] The article correctly describes the event (Dallas GOP midterm convention, Sept 8-10, 2026), Patrick's Day-Two speaking slot, and quotes his 'darkness vs. light' framing accurately.true
2[SUBJECT CLAIM - Patrick] Of the people who have moved to Texas, MOST came from 'blue' Democratic-led states.true

Verdicts: true, mostly true, partially true, mostly false, false, not checkable here (no table carries the measure), stale vintage (the article cites a release this corpus has not loaded — a freshness gap, not a falsehood).

Claim detail

#1 · true — [REPORTING] The article correctly describes the event (Dallas GOP midterm convention, Sept 8-10, 2026), Patrick's Day-Two speaking slot, and quotes his 'darkness vs. light' framing accurately.
Independent evidence
Texas Tribune's live, on-scene coverage independently confirms the event, date, and a matching direct quote from the same speech: 'This election coming up is not about politics. It's about darkness, and it's about light... it's the very definition of communism, because it's a godless government.'
Why
Independently corroborated by a second, on-scene outlet reporting the same speech.
#2 · true — [SUBJECT CLAIM - Patrick] Of the people who have moved to Texas, MOST came from 'blue' Democratic-led states.
Warehouse says
61.5% of ~3.5M movers to Texas (2012-2022, IRS SOI) came from states currently classified Democratic-leaning vs. 38.2% from Republican-leaning states, a majority in every one of the 11 years checked. fiscal.county_migration_flows joined to officials.state_political_index
Independent evidence
Why
This is the COMPOSITION/majority-share claim, distinct from the total-count claim graded separately below. Directly queried and computed this session, holding as a majority in every year 2012-2022, not just in aggregate.
Show SQL
WITH tx_in AS (SELECT "year", origin_state_fips, SUM(num_individuals) AS individuals_moved FROM fiscal.county_migration_flows WHERE dest_state_fips = '48' AND origin_state_fips <> '48' GROUP BY "year", origin_state_fips), latest_cpi AS (SELECT state_name, cpi, ROW_NUMBER() OVER (PARTITION BY state_name ORDER BY congress DESC) AS rn FROM officials.state_political_index), joined AS (SELECT t."year", sr.state_abbr, t.individuals_moved, CASE WHEN c.cpi > 0 THEN 'Dem-leaning (blue)' WHEN c.cpi < 0 THEN 'Rep-leaning (red)' ELSE 'Even/unknown' END AS bucket FROM tx_in t JOIN geo.state_ref sr ON sr.state_fips = t.origin_state_fips LEFT JOIN latest_cpi c ON c.state_name = sr.state_name AND c.rn = 1) SELECT "year", bucket, SUM(individuals_moved) AS total_individuals FROM joined GROUP BY "year", bucket ORDER BY "year", bucket
#3 · not checkable here — [SUBJECT CLAIM - Patrick] 12 million people have moved to Texas over the past two decades.
Warehouse says
IRS SOI 11-yr total (2012-2022) extrapolated linearly to 20 years: ~6.4 million. ACS 5-yr survey annual in-migration (~500K-590K/yr, 2010-2023) extrapolated to 20 years: closer to ~10-12 million. fiscal.county_migration_flows; census.acs_migration
Independent evidence
Why
This is the TOTAL-COUNT claim, separate from the majority-share claim above. The two federal sources this corpus carries disagree by roughly 2x on the base migration count depending on methodology (tax-filer vs. household survey), so '12 million' lands within a plausible range under one measure and roughly double the other -- genuinely not resolvable to true/false with the data on hand, rather than an error we can pin on Patrick.
Show SQL
SELECT "year", SUM(num_individuals) AS total_individuals FROM fiscal.county_migration_flows WHERE dest_state_fips = '48' AND origin_state_fips <> '48' GROUP BY "year" ORDER BY "year"
#4 · false — [SUBJECT CLAIM - Patrick] Texas has 'the strongest economy on the planet.'
Independent evidence
Texas's ~$2.9 trillion (2025) economy would rank about 8th-9th in the world if it were a standalone country, and 2nd among U.S. states behind California ($4.3T, 4th globally)
Why
Not literally the 'strongest on the planet' by GDP ranking.

Reporting Accuracy

⬜⬜⬜⬜
0 Pinocchios — Accurate

Subject Claims Accuracy

🤥🤥⬜⬜
2 Pinocchios — One overstated total, one false claim, one confirmed majority

Exclusion disclosed: the migration query filters out origin_state_fips = '48' (Texas itself), since same-state moves are not interstate migration. This affects only the origin-state breakdown, not the blue/red split, which covers all 49 other states + DC. Political-lean labels use each state's CURRENT political-index classification applied retroactively across 2012-2022, not necessarily that state's lean at the time of each individual move.