AI Sucks at Analyzing Data
User asks an AI data analysis tool: "Pull all patient communication encounters from last month."
The AI confidently writes a SQL query, hits the encounters table directly, and returns 1,247 records. AI confidently answers that. Three days later, you discover the actual number should have been 3,891, because the real path is patients → patient_queue → queue_encounters → encounters. The AI missed two-thirds of your data.
