Show HN: A structured list of jobs from “Who is hiring?”, parsed with GPT
1–10 of 29 posts
Re: Show HN: A structured list of jobs from “Who is hiring?”, parsed with GPT
#2The project uses the Algolia HN Search API [1] to retrieve the "Who is hiring?" posts from HN and then parses them with the help of GPT-3 / GPT-3.5 (I do not have API access to GPT-4, yet, but it already works quite well even with the older models). It then puts the job postings into a structured list that is hopefully easier to skim than the original postings. There are some additional features like sorting jobs by semantic similarity (based on the text embeddings from OpenAI). Filtering, sorting and saving favorites is implemented client-side, so your data and preferences remain local to your browser.
Originally, this wasn't even meant to be a public product, but if people find it useful (and HN is fine with it), I'll try to keep it running. I've also written a short article about how the parsing works behind the scenes [2]. It's quite amazing how easy many of the classic NLP tasks have become with the newer LLMs.
Happy to answer any questions about the project!
[2] https://marcotm.com/articles/information-extraction-with-lar...
Re: Show HN: A structured list of jobs from “Who is hiring?”, parsed with GPT
#3Re: Show HN: A structured list of jobs from “Who is hiring?”, parsed with GPT
#4I wanted to share a little side project of mine that I created while tinkering around with GPT-3. The project uses the Algolia HN Search API [1] to retrieve the "Who is hiring?" posts from HN and then parses them with the help of GPT-3 / GPT-3.5 (I do not have API access to GPT-4, yet, but it already works quite well even with the older models). It then puts the job postings into a structured list that is hopefully e…
Re: Show HN: A structured list of jobs from “Who is hiring?”, parsed with GPT
#5It would be great to add location and role filters.
Re: Show HN: A structured list of jobs from “Who is hiring?”, parsed with GPT
#6Would be nice to remove "competitive salary" from the "salary stated" filter. Are we going to assume everyone else is a noncompetitive salary?
Maybe require a number for salary stated to count
Re: Show HN: A structured list of jobs from “Who is hiring?”, parsed with GPT
#7Very cool! Would be nice to remove "competitive salary" from the "salary stated" filter. Are we going to assume everyone else is a noncompetitive salary? Maybe require a number for salary stated to count
Re: Show HN: A structured list of jobs from “Who is hiring?”, parsed with GPT
#8Re: Show HN: A structured list of jobs from “Who is hiring?”, parsed with GPT
#9I wanted to share a little side project of mine that I created while tinkering around with GPT-3. The project uses the Algolia HN Search API [1] to retrieve the "Who is hiring?" posts from HN and then parses them with the help of GPT-3 / GPT-3.5 (I do not have API access to GPT-4, yet, but it already works quite well even with the older models). It then puts the job postings into a structured list that is hopefully e…