Distinguishing between predictions and guesses by quantifying how confident you actually are—a 70% forecast is actionable differently than a 50% one. Safety planning that ignores confidence is just gambling with your family.
Language models are confident by default—they output responses in definitive tone even when uncertain. For emergency preparedness, this is dangerous. "You should evacuate by 3 PM" sounds authoritative. But what if the model is only 62% confident based on available data? Uncertainty quantification (assigning confidence scores) separates statements the AI is sure about from educated guesses. In emergency contexts, this distinction is life-critical.
Technical foundation: modern language models generate predictions token-by-token, assigning probabilities. ChatGPT internally calculates: "The next token should be 'evacuate' with 87% probability." But the user interface typically shows only the selected token, not confidence. Advanced systems expose this uncertainty. Some research models output confidence distributions: 40% likely to recommend evacuation, 35% likely to recommend shelter-in-place, 25% uncertain. This is much more informative than a single recommendation.
Real-world application: you ask your AI assistant "Will my area flood if the river crests 6 inches above normal during this storm?" The answer depends on: your elevation relative to the river, local topography, drainage systems, historical flood data. The model might be 85% confident in a yes or 60% confident in a no, depending on data completeness. If the model admits uncertainty ("Based on available data, I'm 70% confident your area floods; 20% confident it doesn't; 10% unknown"), you can make better decisions. 70% confident means "treat evacuation as likely necessary," not "maybe evacuate if convenient."
Bayesian reasoning formalizes this. Bayes' theorem combines prior probability (how likely is flooding generally?) with new evidence (your specific location, storm magnitude) to produce posterior probability (given this evidence, how likely is flooding now?). An AI system reasoning this way would say: "Base flooding risk in your county is 15%. Given the forecasted water height and your elevation, this storm's flooding risk is 78%." The conditional probability (78% given this storm) is far more useful than base rate (15%).
Where confidence breaks down: AI systems are often overconfident. A model trained on historical data might be very confident about common scenarios but dangerously overconfident about rare events. If flooding in your specific location happened once in 50 years, there's limited training data. The model might claim 85% confidence in a prediction based on 2-3 historical examples—overconfident given sample size. This is why human experts matter: a meteorologist says "I'm uncertain, but here are scenarios and what they mean."
Practical implementation: prompt your AI to expose uncertainty. "Recommend an evacuation time for my area. First, identify what information you need but don't have. Then state your confidence in the recommendation (0-100%). Then give me upper and lower estimates—worst-case and best-case arrival times." Forces the model to think about epistemic limits. You might get: "I need: precise elevation data (I'm guessing), drainage capacity (unknown), and exact storm timing (forecasts have 2-day uncertainty). Given these gaps, I'm 55% confident in a 2 PM evacuation time. Worst case: water arrives at 1 PM, best case: 4 PM. Given this uncertainty, I'd recommend evacuating by 1 PM to build margin."
Calibration is the technical term: are the model's confidence scores accurate? If it says 80% confident 100 times, do 80 of those turn out right? Most language models are poorly calibrated—they're overconfident. This is an active research area. For your purposes: discount the model's stated confidence by 10-20%. If it says 90% confident, treat it as 70-80%. For life-safety decisions, demand higher confidence thresholds. "Only follow this recommendation if you're >80% confident" is reasonable for emergency decisions.
Ensemble approaches build confidence through redundancy. Ask multiple AIs the same question. If ChatGPT, Claude, and Gemini all agree on an evacuation recommendation, confidence increases. If they disagree, that's a signal of genuine uncertainty—get human expert input. This mirrors how emergency management works: single forecasts are less reliable than consensus from multiple meteorologists.
Communication of uncertainty to family: if you're coordinating family response and using AI assistance, communicate uncertainty explicitly. "I'm recommending evacuation based on storm forecasts, but those have 48-hour uncertainty. We should start preparing now, make a final call tomorrow when forecasts update." Beats saying "evacuate" without context—people comply better when they understand the reasoning and limitations.
Try this: Ask ChatGPT: "Should I stockpile supplies for a possible 2-week power outage in my area?" It'll give an answer. Then follow up: "Rate your confidence in that answer 0-100. What information would increase your confidence?" Push back on overconfidence. If it says 90% confident, ask: "What scenario would make you wrong? How likely is that scenario?" This forces exploration of limitations. You'll get much more nuanced risk assessment than the initial answer.
Peri can explain this concept, give practical examples, help you decide whether it applies to your situation, or recommend a journey if appropriate.
Explore related journeys or tell Peri what you're working through.