Hacker News new | ask | show | jobs
by Oras 805 days ago
I haven't tested the link, but I'm familiar with similar products. You don't seem to know what exactly goes behind screening CVs.

To get structured data, it's not just about parsing the file (PDF, Docs) with an open source to get the text. You need to extract skills, qualifications, work history ... etc.

There are tools already doing this part very well (before LLMs), so you need to make multiple LLM calls to make the right match or provide useful information.

Your comment suggests that you think it: Hey ChatGPT, this is my CV, and this is the job description; review it and give me suggestions.

Building systems around LLMs is not that easy.

2 comments

Well, you should see the link :) Having ATS-based screening or research-based screening would be fantastic. But this is a thin wrapper on an LLM.

I build AI products in a known company and experiment on my own time. It is really easy to build a product like this without aligning it to solid research or recruiter ATSs. I know the value of this alignment because part of my job is interviewing candidates for my team. Easy isn’t bad, of course.

The tool above is undercooked. It’s a very cool week-long project or a nice back burner one. I have nothing against that, good on GP for building it.

My point was that the presentation and pricing was a bit aggrandizing. Given what the project is, which is indeed similar to running a query with ChatGPT on a resume as it mainly does structured prompting, it has a better shot at being a $1 product. For more, it needs some of the things you and I mentioned.

Very true, we make a number of requests to the LLM, specifically related to each field after data extraction. We will be better communicating this is our sales copy in the future, as we want to really show the value we are providing.