interviewstreet/hiring-agent

AI agent to evaluate and score resumes.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 36 minutes ago
Added to GitGenius on June 30th, 2026
Created on July 29th, 2025
Open Issues & Pull Requests: 295 (+0)
Number of forks: 1,346
Total Stargazers: 6,899 (+0)
Total Subscribers: 52 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.8 hours
Mean response time: 7.3 days
90th percentile: 14.3 days
Tracked items: 100

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 49% of tracked open issues have had no activity in three months. Only 2% of issues opened in the past year have been closed. Three people close 65% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 140
New in 7 days: 2
Closed in 7 days: 0
Avg open age: 140 days
Stale 30+ days: 120
Stale 90+ days: 68

Recent activity

Opened in 7 days: 2
Closed in 7 days: 0
Comments in 7 days: 4
Events in 7 days: 9

Top labels

No label distribution available yet.

Detailed Description

Hiring Agent is a resume evaluation tool that extracts structured data from PDFs, enriches candidate information with GitHub signals, and produces a scored ranking of applicants.

The tool addresses the challenge of processing large volumes of resume submissions by automating initial ranking to help prioritize which candidates to review first. It works as a pipeline that parses resume PDFs, gathers supplementary signals from GitHub profiles, and uses a language model to generate fair and explainable evaluation scores. The project explicitly clarifies that it is not an applicant tracking system and not used to screen production roles at HackerRank; rather, it was built to rank intern applications so that human reviewers can focus on the most promising candidates first. Resumes scoring below a deliberately low cutoff are filtered out, but the vast majority of submissions pass through to human review where final hiring decisions are made.

The tool suits teams receiving high volumes of applications who want to automate initial resume ranking while preserving human judgment in final decisions. It ships with a local-running default model to avoid requiring cloud API keys, though the README notes that HackerRank's production evaluation uses a different top-tier model. The project is designed for Python environments and can be installed via pip with straightforward configuration.

Almost all open issues are raised by outside users rather than the core team, indicating a substantial base of adopters using the tool in real-world scenarios. Maintainers typically respond to new issues and pull requests within hours.