Alternatives
Products that do what Hacker News AI built using function calling does
Hi HN, I built an AI that can interact with the Hacker News API and answer questions about hackernews stories, whats trending, what on show etc.. Check it out here: https://hn.aidev.run You can ask questions like: - What's on hackernews about AI? - What's on hackernews about iPhone? - What's trending on hackernews? - What are users showing on hackernews? - What are users asking on hackernews? - Summarize this story: https://news.ycombinator.com/item?id=39156778 - Tell me about the user pg It uses function calling to query the HN api. To answer questions about a…
- 1HN
Hi HN, I built an AI that can interact with the Hacker News API: https://hn.aidev.run You can ask questions like: - What on hackernews about AI? - What on hackernews about iPhone? - What's trending on hackernews? - What are users showing on hackernews? - What are users asking on hackernews? - Summarize this story: https://news.ycombinator.com/item?id=39156778 It uses function calling to query the HN api. 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…
2024 · hn.aidev.run
- 2

- 3

- 4

- 5

- 6

- 7HN
Did you want to know topics of the news or popularity of posts? "Hacker News Hack" helps you to find news based on some categories and importance or popularity. It tagged news with 9 categories with a natural language processing technology and supervised learning for categorizing news. It also calculates a speed of number of comments in each posts as popularity based on term, that is 1 hour, 1 day, 1 week, 1 month, or 1 year.
2014 · newshack.io
- 8HN
2014 · realtimehackernews.firebaseapp.com
- 9

- 10

- 11

- 12HA
Hey HN: What it does: HackerVoice automatically generates a daily podcast summarizing the top five trending Hacker News topics using AI. How it works: Uses a combination of Gemini and GPT-4o to analyze and summarize trending topics. Leverages OpenAI’s text-to-speech (TTS) engine to generate natural-sounding narration. Runs on an automated schedule (cron job at 16:00 UTC daily). Episodes are available for listening at: https://hackervoice.vercel.app/.
2025 · hackervoice.vercel.app
- 13AS
I've made a Hacker News skill for Alexa so people can get tech news while driving, cooking, or cleaning. The first version lists post titles and summarizes articles: https://www.amazon.com/dp/B07CKVDXC3 I'll have lots of time over the next few months to refine it and add things like - comment summaries - selecting posts by topic, and eventually - answering questions about articles What do you think of the skill? What I should add to it? What do people think about voice assistants in general? To keep in touch, talk to me on Twitter or by email:…
2018
- 14PF
My first python app, it displays posts from hacker news that is tagged under "Show HN"...
2013 · showhnapp.herokuapp.com
- 15HN
I'm Seth, creator of discourse.fm, a browser-based tool/platform to create live audio chat rooms. I just launched an extension of the site - https://hackernews.discourse.fm/ - which pulls stories in real-time from the HN site using the public API, and enables anyone to join a live audio discussion about the story (think Clubhouse rooms autogenerated for HN stories). Once you enter a room, you can grab the link generated for a room and paste it back to the comments on the HN story to invite more participants. hackernews.discourse.fm is both a full-fledged product and a…
2021
- 16BH
Hello there! After Bluesky opened its doors to everyone, I jumped straight into the API to build something. Here is a bot that posts top stories from HN.
2024 · bsky.app
- 17HO
Hey HN, Out of frustration of keeping up with AI news, I built hackobar. It fetches the AI related news from multiple sources such as HN, arxiv, github trending repos, huggingface, many ai subreddits, twitter handles that cover AI, Tech news outlets, major ai lab blogs and of course the numerous AI news letters that are growing by day. GitHub trending repos isn't "news" but as an engineer it matters. you can't read every arXiv paper or every HuggingFace drop. HN has the best discussions, Twitter has some, newsletters have some. I used to check 5 places and still felt behind. Building this…
May 2026 · hackobar.com
- 18HN
Based on your feedback (https://news.ycombinator.com/item?id=8874801) we've released a new version of the Hacker News Search. It's accessible through the search box in the footer of Hacker News. We hope you'll enjoy the new minimal design and the additional features. Feel free to give us your dream list of improvements :) ChangeLog: 2015-01-19 - Custom date range picker - Responsive design - New "comments[<>=]X" syntax to filter by number of comments - If the story doesn't have any URL, the link goes to the HN discussion - Here and there cosmetics improvements (less padding,…
2015 · hn.algolia.com
- 19IB
Think of HackerNews, but only for AI content. Did build this out of the wish for easier discoverability of new technologies in the AI/ML space. Obviously, so far only a tiny small community, but maybe a few of you find it nice to be around and want to post a link there every now and then :)
2023 · news.aiapipro.com
- 20HB
I thought building something that I would use while learning iOS SDK was a good idea so I built HN Browser. https://itunes.apple.com/us/app/hn-browser/id578535095?ls=1&mt=8 HN Browser is a simple app which lets you to read articles and comments on Hacker News. (no voting and writing comment yet) For the logo, I reached out to Joel Glovier(http://joelglovier.com) for his previous work on Hacker News logo(http://news.ycombinator.com/item?id=4731140) and he kindly granted the use of his work. It was really fun experience to collaborate and build a mobile app using iOS SDK. (although…
2012
- 21HN
Since I got an iPad I was looking for a better Hacker News reading experience than the one you can get using the web version. On the iPhone I use the ihackernews.com web app (and soon going to try news.yc). It's decent for the iPhone, but it doesn't scale good on the iPad. To my surprise, when I checked there was no decent iPad app for HN (i.e. lacking ability to comment or vote, no readability support and more). I anyway wanted to give a try to iPad development, and was looking for an interesting project to work on. Making HN reader app seemed as a good candidate. Over the last weekend I…
2011
- 22HL
I am re posting this because when I had made this post the first time there were a few problem with the site that I had to fix and had not anticipated. I got some nice feedback though, so I thought I'd just make one more post because most of the problems have been fixed. HN Live is an alternative interface to Hacker News which provides all of the data on Hacker News in real time. This allows for the real time viewing of what goes into and leaves the trending page as well as the `newest` section. It is just a personal project, and I would like some feedback if you have any. Thanks Site:…
2015
- 23HN
I recently received access to develop and use ChatGPT plugins, and embarked on a project to build a Hacker News integration as a learning exercise. My goal was to enable retrieval of content from HN to answer questions and produce insights in conversations with ChatGPT. I documented my journey in this blog post, which will hopefully be helpful to other plugin developers or anyone looking to learn more about embeddings. You can try the experience even if you don't have plugin access on ChatGPT through the demo on hn.kix.in - it's a loose approximation but should give you a sense of what's…
2023 · kix.in
- 24HN
I was frustrated with current native HN Android apps so I created my own. Very clean. No ads or 'Hire Me' messages. Here's what it does: * Homepage news * Newest * Best * Ask HN * Comments * Home screen Widget * Saving news items for later reading Download here: https://market.android.com/details?id=com.glebpopov.hackernews
2011
Ranked by how close each launch is in meaning, then by votes. Refine with a description →