Hi HN! You can get a sense of each article'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!
I 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
Hi HN! You can get a sense of each article'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!
I 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