Hi HN, I built an AI that can interact with the Hacker News API and answer questions about stories, users, whats trending, what on show etc..<p>Check it out at: <a href="https://hn.aidev.run" rel="nofollow">https://hn.aidev.run</a><p>You can ask questions like:<p>- Tell me about the user pg<p>- What's on hackernews about AI?<p>- What's on hackernews about iPhone?<p>- What's trending on hackernews?<p>- What are users showing on hackernews?<p>- What are users asking on hackernews?<p>- Summarize this story: <a href="https://news.ycombinator.com/item?id=39156778">https://news.ycombinator.com/item?id=39156778</a><p>It uses function calling to query the HN api.<p>To answer questions about a particular topic, it’ll search its knowledge base (a vector db that is periodically updated with the “top stories”) and get details about those stories from the API.<p>If you give it a try, I’d love your feedback on how I can improve it.<p>If you’re interested, I built this using phidata: <a href="https://github.com/phidatahq/phidata">https://github.com/phidatahq/phidata</a><p>Thanks for reading and would love to hear what you think.