I'm developing a tiny app that allows users to create AI-agents to filter the web for personalized content. Here’s how it works:
users set up profiles describing their interests, like:
Profile 1: AI researcher focused on LLMs
Profile 2: React developer interested in frontend tech, etc.
the agent will match new content to each profile and assigns relevance scores to content based on the profile. Then, it delivers a daily digest of few high-quality, curated links tailored to each user’s interests.
so far, I’ve built a feature that generates a structured feed from any webpage.
Now, I am writing code for profile setup. . to refine filtering capabilities for each profile for more customized results.
does this sound interesting? please check this out and provide your valuable feedback.
users set up profiles describing their interests, like: Profile 1: AI researcher focused on LLMs Profile 2: React developer interested in frontend tech, etc.
the agent will match new content to each profile and assigns relevance scores to content based on the profile. Then, it delivers a daily digest of few high-quality, curated links tailored to each user’s interests.
so far, I’ve built a feature that generates a structured feed from any webpage.
Now, I am writing code for profile setup. . to refine filtering capabilities for each profile for more customized results.
does this sound interesting? please check this out and provide your valuable feedback.