I built a news agent that helps you easily follow any topic. You just type in what you want to follow, AI keeps fetching the latest news for you every hour.
How it works:
- Ingests 2,000+ RSS feeds hourly (The Verge, NYT, Nature, IEEE, arXiv, etc.)
- Creates embeddings using text-embedding-3-small
- Vector search matches your custom prompts against new content every hour
- Delivers only what matches your interests
I built it because I often had to jump between different sites and platforms to stay updated. When topics get really niche, there’s no single platform to rely on, and I’d often get distracted by unrelated content along the way.
It’s free on the App Store and would love to have your feedback and thoughts!