AI Hackathon Submission
Four products people already use at work — request management, the directory, move planning, and in-app help — rebuilt so you can just say what you want. One principle underneath: the model proposes, our code decides.
THE THESIS
Every product in this submission obeys one rule: the model never mutates data, never invents identifiers, and never crosses a permission boundary. It chooses validated tools — our code executes them. This is the discipline that lets these ship to production, not just demo.
How it holds up
The team
Four products. One architecture. Every write validated. Every permission scoped. Every count, name, and ID resolved against a real query — never invented by the model. This is what we mean when we say AI ships to production.
Claude is the reasoning brain (sonnet-4-6 for heavy tool-calling, haiku-4-5 for the latency-sensitive Find Bar). OpenAI handles voice — Whisper for transcription, gpt-4o-mini-tts (voice “nova”) for replies. The architecture underneath is ours.