EDUCATION · AI ASSESSMENT
A controlled, human-reviewed GPT-4 grading workflow built for a 210-student Discrete Mathematics course and later retained by the Computer Science department.
A small teaching team needed to evaluate reasoning-heavy assignments for approximately 210 students. Manual review created a two-to-three-week grading backlog and delayed useful feedback.
Free-form AI grading would not be dependable or academically appropriate. The system needed instructor-defined rubrics, known valid approaches, structured explanations, secure access, and final judgment by teaching staff.
After discussing the idea with the professor and grading team on a Friday, I built the first working version in two days. The Next.js application used an OpenAI API integration with a GPT-4 agent, accepted ZIP uploads, generated structured Excel reports, ran on Vercel, and restricted access to university VPN/IP addresses. It used no permanent file storage.
Controlled evaluation works best when prompts behave like programs: clear rubrics, bounded solution paths, structured output, explicit uncertainty handling, and mandatory human review.