TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Minimal AI-based news aggregator for AI news!

2 点作者 ponderingfish大约 1 个月前
I built a minimalist AI news aggregator while teaching myself NLP. It&#x27;s a single static HTML page that updates every 4-6 hours with clustered AI news stories - no accounts, no cookies, no JS frameworks.<p>Technical approach: - Python scraper for AI&#x2F;tech sources - Custom NLP pipeline with BERT embeddings to filter for AI-specific content - Hierarchical clustering to group related stories - ChatGPT API for generating cluster titles and short summaries - Served as a static HTML via Cloudflare Pages - Lightweight analytics with GoatCounter and Umami (understanding these two frameworks to choose one over the other) - Experimental JSON-based search (considering proper search if this scales)<p>The project started when I realized I was wasting hours daily checking multiple sources as a PM trying to track AI developments. Built this over 3 months between work commitments.<p>Interesting challenges: - Finding the right threshold for story similarity (still tuning this) - Balancing comprehensive coverage with noise filtering - Keeping the page lightweight while maintaining content density<p>Would appreciate feedback on clustering accuracy, false positive&#x2F;negative rates, and overall UX.<p>Link: <a href="https:&#x2F;&#x2F;currentai.news" rel="nofollow">https:&#x2F;&#x2F;currentai.news</a>

暂无评论

暂无评论