AI assessment SaaS deployed in live university exams
End-to-end AI assessment product for instructors and students—from exam authoring and live sessions to rubric-based AI evaluation and result review.

Instructors grading open-ended answers that require reasoning spend too much time, and criteria can drift between graders. Live exams also need permissions, session state, and reliable result handling—not just a demo chatbot.
Grading open-ended reasoning is slow and inconsistent, and instructors struggle to give timely feedback while still running a trustworthy exam workflow.
Shipped the core E2E flow—exam authoring → sit-down exams → AI evaluation → result review—and began initial validation.
Hardened role-based access, assessment structure, data flows, rubric-based evaluation, and operations features for live exam use.
Operated the finished product in live university exam environments and incorporated instructor and user feedback.
Automated rubric evaluation cut grading work from about 10 hours to about 2 hours.
Built a production assessment SaaS covering exam creation, student sessions, role-based access, rubric-based AI evaluation, and instructor review—so grading support sits inside the real exam workflow.
Next.js application on Vercel with PostgreSQL via Supabase, Clerk authentication, Prisma-backed data access, and OpenAI-powered evaluation/feedback flows.
A grading demo alone would not survive live academic use.
Ship authoring, permissions, sessions, evaluation, and review as one system.
Trade-off: Broader scope slowed polish on secondary features, but made real exams possible.
Open-ended answers need consistent criteria instructors can inspect.
Bind AI scoring/feedback to instructor-defined rubric areas and keep results reviewable.
Trade-off: More authoring work for instructors, higher trust in outputs.
The goal was a deployable assessment product, not a foundation-model research stack.
Use LLM APIs inside a product workflow with structured prompts and stored results.
Trade-off: Less custom model control; faster path to production value.
Operated the platform during live academic exams—preparing sessions and permissions beforehand, monitoring during exams, and reviewing results afterward with instructors.