Alternatives
Products that do what Watch fascism unfold in realtime – an AI-powered tracker does
Hi HN, Wanted to share a project I made over the weekend - a real-time fascism tracker. The site fetches recent news from trusted sources, filters it for keywords related to fascism and the current US administration, and then sends it to GPT-4o for classification according to the 14 characteristics of fascism described by Dr. Lawrence Britt. With the rapid pace of news in the US, especially post-election, it’s hard to keep up. I built this site so you can quickly see important topics and draw parallels with similar historical events. Would love to hear your thoughts. - Ryan
- 1

- 2RT
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
- 3BI
I'm a big fan of the BBC podcast In Our Time -- and (like most people) I've been playing with the OpenAI APIs. In Our Time has almost 1,000 episodes on everything from Cleopatra to the evolution of teeth to plasma physics, all still available, so it's my starting point to learn about most topics. But it's not well organised. So here are the episodes sorted by library code. It's fun to explore. Web scraping is usually pretty tedious, but I found that I could send the minimised HTML to GPT-3 and get (almost) perfect JSON back: the prompt includes the Typescript definition. At the same time I…
2023 · genmon.github.io
- 4GF
Govbase tracks every bill, executive order, and federal regulation from official sources (Congress.gov, Federal Register, White House). An AI pipeline breaks each one down into plain-language summaries and shows who it impacts by demographic group. It also ties each policy directly to bias-rated news coverage and politician social posts on X, Bluesky, and Truth Social. You can follow a single bill from the official text to how media frames it to what your representatives are saying about it. Free on web, iOS, and Android. https://govbase.com I'd love feedback from the community,…
Mar 2026 · govbase.com
- 5

- 6IM
Hey HN! I love finding new books to read on here. I wanted to gather the most mentioned books and recreate the serendipity of physical browsing. I scraped 20k comments from HN threads related to reading, extracted the references and opinions using GPT-4o mini, and visualised their embeddings as a map. - OpenAI's embeddings were processed using UMAP and HDBSCAN. A direct 2D projection from the text embeddings didn't yield visually interesting results. Instead, HDBSCAN is first applied on a high-dimensional projection. Those clusters tend to correspond to different genres. The genre…
2024 · hnbooks.pieterma.es
- 7

- 8

- 9AA
Hi HN! I built a GPT powered tool that searches for today's top news, creates article summaries with GPT4, and will even read those summaries aloud while scrolling down the page for you (just click 'Play Audio'). I instruct GPT4 to be as neutral (politically) as possible and to not cover tragedies with no historical significance. What you get is a news site that heavily respects your time. I've had a lot of fun building this for friends and family. I can imagine a future where we all have a personal version of this, searching for news we care about and eventually going beyond just…
2024 · attabit.com
- 10

- 11HN
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
- 12IR
I'm sure you all saw the debate a few days ago, alongside all the tech influencoors giving their mid-takes about politics. Doesn't it get tiring? That's why I built mindfirewall a chrome extension that uses AI to filter out tweets. You'll never have to see politics, war, or negativity on your timeline again. In the future you'll be shocked you even allowed this stuff into your brain in the first place. Let me know what you think below, does it feel too much like censorship? would you use this?
2024 · mindfw.com
- 13TV
Votizen is working to remove the influence of money in politics by making political decision-making more peer-to-peer. We're using Twitter and our API to pull tweets from only registered voters, and showing how the discussion breaks down among the parties. This has never been done before as far as I know, not even by the major media outlets. Please check it out and let me know what you think. If people are interested, we'll work to improve it for the further debates and campaigns.
2012 · live.votizen.com
- 14CE
Hi All, since I am consistently overwhelmed with all the all the ai/gpt news on the hn front page I built this simple extension to filter out such articles and show them on the extension popup if I'm in the mood to read. I am interested in the topic but just tired of reading the similar discussions (local models, llama on mac, ai taking away our jobs, etc) all the time. Every few days I search for topics on hn.algolia.com and go over any exciting development. Ironically, since this was the first time I built an extension chat-gpt helped build 90% of the extension since . Also once…
2023 · chrome.google.com
- 15

- 16IB
2022 · lafrance.enchiffres.fr
- 17AP
Authoritarian regimes create crises to saturate our attention AI can help us fight back by tracking and prioritizing threats to our freedom 250+ types of events tracked daily from national coverage Completely automated and community funded https://www.worstdaysofar.com/ Example Daily Situation Report: SITREP - Authoritarian Consolidation (Last Update Jan 24, 7:11 PM) New Today Tactics: Scene access denial -- federal teams block state investigators after lethal force incidents (Minneapolis) Violence/Detention: Border Patrol lethal force -- urban shooting escalates risk…
Jan 2026 · worstdaysofar.com
- 18

- 19

Search for stuff that's not in the transcripts
May 2026 · goldenretriever.ai
- 20

- 21RT
Hey HN, I built TrumpPosted to track the potential financial market impact of Donald Trump's social media posts in near real-time. It works by: Scraping his posts almost immediately. Sending the post content + metadata to an AI (Llama 3.3 70b via Groq) for analysis against specific financial subjects (stocks, bonds, crypto, or user-defined like 'Tesla stock'). The AI generates a headline, market sentiment score (0-100), summary, attitude analysis, and detailed commentary. Subscribers get email alerts within ~30 seconds containing this analysis tailored to their chosen subject. All analyses…
2025 · trumpposted.com
- 22AP
I built a tracker that automatically scrapes the White House website for new executive orders and uses GPT-4 to generate plain-English summaries. The system runs daily, finds new orders, feeds the full legal text to ChatGPT for summarization and auto-categorization, then generates individual pages and updates the main index. It even creates custom Open Graph images for social sharing. Currently tracking 158+ orders with automatic updates as new ones are signed. Features: - AI summaries of all executive orders in plain English - Auto-categorization by policy area (immigration, trade, AI,…
2025 · tonygaeta.com
- 23ER
Hi HN, we're Jack and Daniel from Zep. We've built a visual exploration tool and AI assistant for analyzing Russian election interference in the run-up to next week's US elections. The Explorer uses Graphiti, Zep's open-source temporal Knowledge Graph library. Graphiti autonomously creates dynamic, temporally-aware knowledge graphs representing complex, evolving relationships between entities. To offer users a detailed view of Russian state operations and related topics, we populated the graph with over 50+ sources. These include US DOJ indictments, research by US and foreign governments,…
2024 · blog.getzep.com
- 24NP
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…
Feb 2026 · news-alert-eta.vercel.app
Ranked by how close each launch is in meaning, then by votes. Refine with a description →