hackernews_ai ยท May 25, 2026 ยท news
Show HN: Hackobar โ One feed for AI news
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 was fun. I had to face many technical challenges, even though I have used Claude Code to help build I think the decisions I took to mitigate those challenges are interesting and wanted to share with this crowd. 1 Fetching: I had to fetch different sources at different rate because fetching some on regular bases didn't make sense. for example, fetching AI labs blogs every few hours does not make sense but the HN front page or reddit to get a sense what trending does 2 Filtering: Each articles fetched was filtered for specific top level keywords, then Gemma 4 26B batch classifies each item was AI relevant or not. 3 Deduplication: I deduped using 3 layer pipeline. URL normalization, Jaccard on word tokens and Gemma semantic matching. The same arXiv paper can arrive from HuggingFace or HN, and might show up in three newsletters the same day. When a duplicate is found, the original news items cro