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:<p>users set up profiles describing their interests, like:
Profile 1: AI researcher focused on LLMs
Profile 2: React developer interested in frontend tech, etc.<p>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.<p>so far, I’ve built a feature that generates a structured feed from any webpage.<p>Now, I am writing code for profile setup. . to refine filtering capabilities for each profile for more customized results.<p>does this sound interesting? please check this out and provide your valuable feedback.