Project Overview
Our FairHire AI is a generative AI-powered application screening tool designed to help various organizations automate the initial review of resumes while ensuring compliance with employment law and bias mitigation requirements. Our system design combines resume screening, bias detection, and audit logging, human-in-the-loop to create a transparent, auditable hiring process.
Our AI agent FairHire AI is designed to solve multiple problems in a recruiting environment.
Operational: it helps the business screen through hundreds of resumes quickly to pull minimum qualified candidates to review. The agent will review applicants' resumes for education, experience and minimum requirements against the advertised position and provide a match score. Recruiter then will have to go in and validate each applicant to either confirm or override the agent's output. Applicants who meet the minimum criteria will then be included on a pdf report which will be generated by agent so that it can be forwarded to the hiring manager for possible interview.
Compliance: The AI agent includes data testing to provide bias review and ensure compliance with NY 144 law, Equal Employment Opportunity Commission and compliance with EU AI Act Article 10. The bias testing can be completed in the application itself using administrator account. The administrator will also have access to review audit logs for last 120 days that can be exported as JSON.
🎯 Primary Goal
Accelerate candidate screening, reducing time to hire, reducing algorithmic bias by utylizing structured testing and continuous monitoring.
⚖️ Compliance Focus
Our team cocused primarily on the NYC Local Law 144 (bias audit reporting, 120 storage), EU AI Act (high-risk system governance), and Title VII employment law requirements.
🔍 Unique Control
PII scrubbing before ML inference, disparate impact ratio monitoring (EEOC 4/5ths rule), and immutable audit logs for every decision.
👥 Human-in-Loop
AI recommends; humans decide. Recruiters must override or confirm every recommendation with documented reasoning.
Project Artifacts & Links
| Resource | Link | Purpose |
|---|---|---|
| Test Application | FairHire AI Live | Functional MVP for bias testing and resume screening |
| Code Repository | GitHub Repo | Complete source code, deployment config, and documentation |
| Technical Spec | Spec Sheet | Architecture, data model, and tech stack details |