Alternatives
Products that do what News Pulse – Real-time global news feed, 475 sources, no algorithm does
Former investigative reporter turned developer. I built a simple breaking-news monitor because tracking events across platforms is a mess now that Twitter’s unreliable. Bluesky is the backbone (a fraction of twitter, but still lots of journalists and OSINT folks), plus RSS, Telegram, Reddit, YouTube and Mastodon. Everything is one chronological feed with no algorithm, clear source labels, and lightweight activity detection when a region spikes above baseline (frequency math, not LLMs). But we do have a (hopefully non-obtrusive) AI-generated recent/post summary. Been building for a…
- 1RT
I built a system that monitors ~200,000 news RSS feeds in near real-time and clusters related articles to show how stories spread across the web. It uses Snowflake’s Arctic model for embeddings and HNSW for fast similarity search. Each “story cluster” shows who published first, how fast it propagated, and how the narrative evolved as more outlets picked it up. Would love feedback on the architecture, scaling approach, and any ways to make the clusters more accurate or useful. Live demo: https://yandori.io/news-flow/
Nov 2025 · yandori.io
- 2
- 3IB
An honest to god, non-algorithmic reverse chrono list of tech news that passes my signal-to-noise tests, updated hourly. A lightweight a page design as I've been able to keep; simple, clean, fast. No commercial features or aspirations - this is a passion project, something I've been fooling around with on and off for decades. There's a "Top" view too with an LLM edited front page & summary, and categorized views for a large number of topics - see the Directory. A few more buried features to explore, but the fundamental use case is pop in, scan, exit - fast and concise. Your feedback would be…
Oct 2025 · deadstack.net
- 4

- 5IB
I’ve been messing around with Bluesky for a while, and one thing I really missed was a proper way to browse discussions in a structured, Reddit-like way specially myself being daily reddit user. So, I ended up building a Reddit-like client for Bluesky that scratches that itch: Threadsky.app It pulls in trending topics, lets you explore conversations with a threaded view (so no more getting lost in replies), and even allows users to create channels with customizations, basically, like subreddits but on Bluesky. That said, this is still pretty barebones, and there’s a lot to improve. I really…
2025 · threadsky.app
- 6NR
Hey folks! This is a project that I've been working in my free time for the past few months. It's a news aggregator that uses AI to select relevant articles and summarize them. The default sources are frameworks and libraries' updates, popular HN topics, and languages' subreddits threads that make past a certain threshold. You can run a local instance (needs an OpenAI key) and customize it with your own sources, and adjust the prompt as well. The resulting website can be browsed at https://dev-radar.com/ My next experiment will be with local news. I'm building some feeds with…
2023 · github.com
- 7

- 8RT
Hey HN! Why I built this: Over the last 10 years I relied heavily on Twitter as my primary source of information. I could get a wide range of information in one place, and each information nugget came in a small format of about 280 characters which was good for summarizing. But recently due to algorithmic changes and the AI frenzy, Twitter has become very noisy and hard to keep up with. So I built GoldenScoop. It takes personalized information requests and runs a swarm of agents in the background. Our swarm reads multiple news sources every day and provides customized information based on…
2025 · goldenscoop.live
- 9LS
I kept losing track of what was happening in AI. It's scattered across Reddit, Discord, Twitter, arXiv, GitHub, Hugging Face. Things slip through constantly. So I built Latent Signal to consolidate it for myself. It's a curated feed for AI news. Right now it's just me, but the goal is for the community to help surface what matters. Covers LLMs, image gen, video, audio, 3D, world models, tooling, and more. The design is entirely inspired by Hacker News. Currently pulling from these sources: - Reddit - arXiv - Hugging Face - GitHub - Hacker News - Lobste.rs You can browse immediately without…
Jan 2026 · latentsignal.fyi
- 10NA
I got tired of reading clickbait articles and seeing irrelevant ads. So I pulled in a few RSS feeds to create a news digest using OpenAI 4o-mini for summarisation. Appreciate any feedback you'all might have. PS: News-summarisation may have been done to death, but I'm a UI noob, so I'm using this project to learn some.
2025 · newsful.ai
- 11PB
Pulsefeed has been developed on and off in my spare time over the last 4 months, I'm finally happy with it's basic set of features, and was wondering what the Hacker News community thought? Thanks :)
2012 · pulsefeed.com
- 12

- 13

One feed. 250+ news sources. Hourly updates. Always free.
Mar 2026 · pulseaggregator.com
- 14

- 15BH
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
- 16MF
Hey everyone, Common advice for inexperienced hackers suggests "scratching an itch." Like many others here, I spent too much time on HN, Google Reader and Twitter searching for interesting stuff, so I decided to write an app that brings interesting links to you with no other distractions. HighFive uses Twitter and bit.ly's APIs to find interesting links in your timeline. When you log in, you'll see a group of five links with voting arrows. No HN comments or RSS feeds with hundreds of links--just a few interesting articles that you can read, then get back to work. HighFive was built using…
2011
- 17OB
Hi HN, The two of us are working on our real time analytics service Worldlogger for two-an-a-half months now. Today we rolled out a new version. It still has some bugs here and there, but it works :) Worldlogger kind of does what Chartbeat and Getclicky are doing, but we try to mix the best from both worlds ;) Curious what you think about it! http://worldlogger.com/ Cheers E
2010
- 18

- 19HO
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
- 20QA
Hi everyone, Not happy with the current news aggregators and thrilled about ML models for text processing, a colleague and I built an aggregator fully based on Doc2Vec: https://www.quicknews.ai/. We currently poll ~120 news sources every 15 minutes, and construct a personalized news feed for every user. There are plenty of ways in which Doc2Vec is used here: 1) Clustering the articles into topics 2) Deduping overly similar articles when generating the feed 3) Routing notifications about breaking news to interested users 4) Calculating similarity between…
2020
- 21T
HN, With an overwhelming amount of tech news being reported every day - I have always struggled to find the time to read the articles, even when I want to. So I created a solution for myself where I extract key points of the articles and present them as bullet points, for readability. I figured others might be feeling the same way, so I am making it available publicly. I update it every hour. I would really appreciate any suggestions on improvement. I look forward to hearing your thoughts/feedback. URL: https://techbullets.com
2015
- 22FN
Hi HN, I'm Chris and I'm the creator of feed.news. This idea came about when speaking to a large business congress organisation who struggled to track the coming and going of all of their member organisations. They knew they were doing good work, but not the specifics of what that was. What I built for them was a tool that would: - Track inbound emails for annoucements - Scan the web twice a day to find stories - Scrape targetted websites Since then I've reaslised that this is a generalisable problem - many people spend a lot time researching and tracking across a topic - which leaves us…
Mar 2026 · feed.news
- 23IB
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
- 24NH
This is the result of an 8 day final project for DBC Chicago. Our team scraped over 140,000 headlines of several news agencies stretching back several years. We then took those headlines and fed them through the AlchemyAPI sentiment analysis engine to assign each one a score. They were then plotted in a couple different ways using D3. This is far from perfect and even farther from scientific. It was done in 8 days by some passionate amateur developers. It was however a lot of fun and very interesting. You can read about it and the team in more detail on the repo page here:…
2013 · headlines-and-data.herokuapp.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →