Ask HN: How to build an AI to find info I care about online? I want to build an AI agent that lets me define what information interests me, such as "the hottest design trend discussions on Reddit" or "who's looking for a remote designer collaboration." This AI agent would automatically browse various forums and news sites daily, dig up information, and only push the most relevant stuff to me. I'd like to ask everyone: 1. Besides web scraping and large language models, do I need any other technologies? 2. Besides writing a dedicated scraper for each website, is there a simpler technology available? 3. I plan to have every piece of information analyzed by a large language model to see if it meets my criteria, but it feels like it consumes a lot of tokens. Is there a more cost-effective way? 4. Is my technical approach completely wrong? Is there an easier way? |