-
Notifications
You must be signed in to change notification settings - Fork 16
Description
- workatastartup.com
- public LinkedIn.com listings
========
Idea: create a p2p network of jobs - anyone in the network can post a job, the rest of the network gets the job listing and processes/matches it locally
This would allow that anyone that runs a scraper, can add listings to the network. How do we prevent it from getting flooded by a malicious actor (someone who wants to spam the network)? How do we curate the listings?
One way would be for the local nodes are responsible for filtering the things they receive. There could be filtering nodes as well, that individual nodes could subscribe to
What would be the incentive to post a job? Well all companies want to post job, so they would do it for free probably
What would be the incentive to filter the jobs? For the individual is easy, they don't want to get spammed with jobs
How about for the filtering nodes that want to act as a sort of aggregator and curator? Why would they do it?
That could also be LLM-based, but it would have a cost. Unless for example, the individuals contribute back their own filtered jobs
Maybe the nodes could signal to the network that their node made a match with the post, thus validating the usefulness of the post
Users could mark posts as spam, that would filter out that job, it would add the job to a list of spam that could help an LLM-filter, and it would also mark the poster node as spamming (black list it)