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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Nazut News Summaries – an LLM curated summaries and rankings website

2 点作者 alexilchenko大约 1 个月前

1 comment

alexilchenko大约 1 个月前
Hi HN! You can get a sense of each article&#x27;s full text by reading the summary first. If you want to read the full article later, just save it to your profile. The main idea of the website is to allow readers to get a sense of the broader news faster!<p>I am mainly looking for any feedback and also any kind of feature that would fit well with the current implementation.<p>Some tech details:<p>The website is made with NodeJS and Supabase and runs on Vercel. There is also a separate Python service that runs an LLM (on a local or remote GPU).<p>I experimented with vibe coding as much as I can so I decided to pick the web stack based on what LLMs were suggesting, assuming that would be the most time and effort saving stack. I think I vibe coded about 80% of this in 6 days. It would have been difficult to get through some stuck points without actually having a background in programming though (so I recommend vibe coding only if you are willing to pause every so often and dig into the code to debug what an LLM agent can&#x27;t). I am thinking of making an engineering blog to discuss my experience because this approach to personal project development felt new and engaging.<p>It loops through some news sources and asks the LLM to summarize it. Then there is a second pass to rate the quality. Finally there is a materialized view of ordered articles that the front page reads from.<p>Currently, I am just utilizing my own 4080 GPU and running a distilled version of DeepSeek