Research Worth Reading

Technology & Innovation

  • How to Use a Chatbot to Evacuate a City — Explores the use of AI chatbots (Simplicity and Axonis) for emergency evacuation communication during flood events. Details how conversational AI provides real-time, personalized evacuation guidance to residents, integrating with emergency management systems and addressing language/accessibility gaps — a practical case study for engineers building climate adaptation tools that must operate under stress and serve diverse populations.

Open Source Projects

  • Solar-powered EV carshare pilot launches in Massachusetts — Details a community EV carshare pilot using solar canopies with integrated battery storage to charge shared EVs in lower-income neighborhoods. Covers system architecture: solar PV, stationary storage, Level 2 chargers, and software platform managing reservations, billing, and grid interaction — a reference implementation for engineers building distributed energy + mobility platforms with equity constraints.

Today’s Synthesis

The census-tract outage model, solar EV carshare pilot, and AI evacuation chatbots form a natural stack for community-scale climate resilience. The hurdle model gives you probabilistic, equity-aware outage forecasts at the resolution where distributed energy resources (DERs) actually operate. The Massachusetts pilot shows a working reference architecture: solar canopies, stationary storage, Level 2 chargers, and a software layer handling reservations, billing, and grid services — all deployed in lower-income neighborhoods where outage impacts are highest. Layer in conversational AI for real-time, multilingual evacuation guidance during the flood events that often trigger those outages, and you have a full loop: predict → harden → communicate. For engineers, the actionable path is to treat the outage model as a planning API: feed its sensitivity outputs (which tracts, which factors) into DER siting optimization, then expose the carshare platform’s real-time state-of-charge and location data to emergency managers via the same chatbot interface residents already trust. Open-source the hurdle model’s feature pipeline, standardize the DER telemetry schema (OCPP + OpenADR), and you get an interoperable resilience toolkit any municipality can deploy without vendor lock-in.