Nazut News Summaries – an LLM curated summaries and rankings website
1–2 of 2 posts
Re: Nazut News Summaries – an LLM curated summaries and rankings website
#2I am mainly looking for any feedback and also any kind of feature that would fit well with the current implementation.
Some tech details:
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).
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't). I am thinking of making an engineering blog to discuss my experience because this approach to personal project development felt new and engaging.
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.
Currently, I am just utilizing my own 4080 GPU and running a distilled version of DeepSeek