This open-source ATS by HackerRank has been blowing up recently: https://github.com/interviewstreet/hiring-agent It’s popped up on LinkedIn and Reddit with hundreds, sometimes thousands, of likes. 1 A coworker mentioned it to me in passing a few days ago. I’ve decided to test it out. First working run: 90/100. Felt pretty good! I had some debug prints scattered around from troubleshooting the setup, so I cleaned those up and ran it again. 74/100. Same resume. Same command. The only thing I changed was deleting print statements. I disabled DEVELOPMENT_MODE and put it in a loop to run a hundred times. The scores range from 66 to 99. If your company’s cutoff sits at 85, I fail 65% of the time. Same exact resume, different luck. Here a quick rundown on how the tool works: Your PDF gets parsed into text. An LLM is called six times to extract structured information — your basics, work history, education, skills, projects, awards. It pulls your GitHub profile, scans your top repos, appends them as extra context.…