2026-07-06
Link: https://www.notus.org/metro/washington-dc-311-app-ai
HN Discussion: 1 points, 0 comments
Every city has a 311 app, and most of them are terrible. They're the classic case of a public-sector procurement failure: a multi-year contract awarded to a large integrator, a UX designed around the reporting agency's internal ticketing schema rather than the citizen's actual problem, and a maintenance cadence measured in fiscal years. Meanwhile, the pothole is still there.
This story — based on its headline and NOTUS's beat — appears to cover a group of civic hackers who built a replacement for D.C.'s broken 311 app, likely leveraging modern AI to lower the friction of reporting problems. That framing alone makes it worth reading, because it sits at the intersection of several trends a technical audience should care about:
The technical questions worth watching: how are they handling the auth boundary with the official 311 backend (screen scraping? an unofficial API? human-in-the-loop dispatch?), how are they preventing spam and duplicate reports without the city's identity infrastructure, and what happens the first time an AI-classified request is routed incorrectly and something bad happens as a result?
There's also a broader lesson here about the cost floor of replacing municipal software. It used to be prohibitively expensive to build a maintained alternative to a city service. It isn't anymore. That's a shift worth thinking hard about.
