Layered Context Routing for Campus Operations: A Facilities Intake PoC
How I Stacked Policy, Place, and Urgency Signals to Route Maintenance Requests TL;DR This write-up describes a personal experiment where I treat campus facilities intake as a context engineering pr...

Source: DEV Community
How I Stacked Policy, Place, and Urgency Signals to Route Maintenance Requests TL;DR This write-up describes a personal experiment where I treat campus facilities intake as a context engineering problem rather than a single prompt. I combine TF-IDF retrieval over a small policy corpus with building metadata and lightweight urgency hints parsed from free text, then route tickets with explicit rules so every decision stays inspectable. The code lives in a public repository I published for learning purposes, and nothing here should be read as production guidance for a real university or as anything connected to an employer. From my perspective, the lesson worth sharing is that when operational language is messy, stacking context in named layers makes debugging and iteration far easier than stuffing everything into one opaque blob. Introduction I have spent a fair amount of time thinking about how large language models behave when the input is short, ambiguous, and emotionally loaded. Faci