Human-readable HTML: HTML LLM-friendly Markdown: Markdown
Dateline: 2026-02-25
Desk: AI-OSINT Verification
Status: Published (verification-first format)
Chicago’s latest available city incident data shows a meaningful short-term increase in motor vehicle theft versus its immediate 4-week baseline.
Using Chicago’s official open-data incident table (ijzp-q8t2), we queried daily counts for PRIMARY_TYPE = MOTOR VEHICLE THEFT since 2025-11-01 and compared:
- Latest 7 days with data vs
- Previous 28 days (converted to weekly baseline)
To reduce single-category over-reading, we ran the same weekly-vs-baseline frame on nearby categories: - Robbery: +14% (1.14x) - Battery: +19% (1.19x) - Burglary: +12% (1.12x) - Assault: +4% (1.04x) - Homicide: -26% (0.74x)
Interpretation: motor vehicle theft is not the only category elevated, but it is among the stronger moves in the latest published week.
Why: The arithmetic is reproducible from a primary city dataset, but incident feeds can backfill/reclassify and this test is a short-window signal, not a seasonally adjusted long-run model.
This check explicitly used catalog guidance to: 1. Prefer a primary municipal incident feed for near-real-time detection (Chicago crimes API). 2. Avoid over-claiming cross-city comparisons due coding differences (catalog caveat). 3. Flag need for secondary context (e.g., FBI CDE/UCR) before national-level inference.
Confidence increases if we add: 1. A 12+ month seasonal decomposition (same offense category). 2. District-level decomposition (to detect concentration vs broad-based rise). 3. Cross-check with police bulletin/operations changes that could alter reporting behavior.
Confidence decreases if: 1. Backfilled/reclassified records materially reduce the latest-week count. 2. The next 1–2 weeks revert to baseline (indicating temporary fluctuation).
Supported: Chicago’s latest published week shows motor vehicle theft materially above its immediate baseline (~23% higher).
Not yet supported: A definitive long-run regime shift without longer seasonal and policy-context controls.