Inspiration
What it does
How we built it
Challenges we ran into
Accomplishments that we're proud of
What we learned
What's next for Judgement Gate Purpose before Power
Inspiration
AI can automate almost anything, but that does not mean every decision should be handed over to a machine. Judgment Gate was inspired by a simple principle: Purpose Before Power™.
The real challenge in AI adoption is not only capability. It is knowing where automation is safe, where human judgment must remain in control, and where authority and accountability cannot be delegated.
What it does
Judgment Gate analyzes a proposed AI workflow and produces a structured governance assessment.
It identifies:
- the purpose of the workflow
- tasks that are safe to automate
- decisions that require human judgment
- important risks and boundaries
- a recommended operating plan
It also assigns a GREEN, YELLOW, or RED governance rating so users can quickly understand how much oversight the workflow requires.
How we built it
The project uses OpenAI GPT-5.6 through the Responses API.
The backend is a bounded server-side endpoint with:
- strict JSON output structure
- input and output limits
- server-side API key protection
- POST-only access
- error handling and validation
The frontend is a standalone production page deployed through Vercel and connected to the live API.
Challenges we faced
The biggest challenge was not generating more AI output. It was creating useful boundaries.
The system had to distinguish between ordinary automation and decisions involving money, privacy, authority, reversibility, or harm. It also needed to return clear, practical guidance instead of vague policy language.
A live test involving customer-support refunds correctly identified privacy risks, prompt injection, refund abuse, cumulative financial exposure, and the need for human approval and audit logs.
What we learned
Better information does not eliminate responsibility.
AI may make decisions faster, but accountability still belongs to people. Strong governance must preserve human judgment rather than replace it.
What's next
The next step is to expand Judgment Gate into a broader AI workflow review tool for small businesses and organizations.
Future versions could include:
- reusable governance templates
- industry-specific risk checks
- saved workflow assessments
- team approval gates
- audit history
- policy export
- integration with the wider AI Clearinghouse platform
The long-term goal is simple:
Purpose before power. Boundary before action. Judgment before automation.
Built With
- css
- gpt-5.6
- html
- javascript
- openai
- responses
- vercel
- vite
Log in or sign up for Devpost to join the conversation.