agorix.eu
Built in 48 hours by a team of three at TUM.ai Agora Hacks. Demo'd live to a panel of leading professors in politics and computer science, including IBM's Head of AI. Live since the hackathon weekend.
Problem
Munich's municipal information lives across 30+ websites with inconsistent search, opening hours, and registration flows. Newcomers — especially international students — spend hours stitching information together.
Solution
An LLM-routed query layer over the city's real-time data. Free-text questions in, citizen-friendly answers with sources and registration links out.
What I built
- A working conversational prototype: free-text Munich questions in, natural-language answers out.
- LLM-driven Q&A wired to a starter set of municipal data sources — a proof-of-concept for the broader vision below.
- Source-attribution pattern integrated into responses, so every answer points back to where it came from.
- Built, polished, and deployed live at agorix.eu in time for the judging demo.
Achieved
- Demo'd live to a judging panel of leading German professors in politics and computer science, including IBM's Head of AI.
- Live and reachable at agorix.eu through to today.
- Three-person team, 48 hours, end-to-end prototype shipped on time.
The vision
- LLM router classifying each query by district + topic before retrieval.
- Crawler + normalizer pulling structured data from 30+ Munich gov sites into a single schema.
- End-to-end citation pipeline — every answer linked back to the exact municipal page.