Hacker News new | ask | show | jobs
Show HN: LLM-powered News Hub, e.g "Games, science or open source" on HN (lightfeed.ai)
5 points by andrew_zhong 763 days ago
We created LightFeed to transform any websites into lightweight and focused news feed. Use LLM to sort and summarize posts using user's custom prompt. For example, you can get anything related to "Games, science or open source" on HN.

The news feed is automated daily and you can receive it in browser, email or RSS.

We will also open source the LLM web parser/sort library soon o (https://github.com/lightfeed/lightfeed). It reads HTML, turns main content into markdown, uses LLM to parse it into structured feed in JSON, then sort with embedding on user query. It is written in Typescript, uses llama index framework, and supports most LLMs on the market.

We are also shaping an enterprise plan that comes with 1000+ news sources already indexed and a real-time LLM query engine.

Any feedback is welcome!

2 comments

I think it's wrong to make people go through the sign up process and then tell him it's going to cost money
Thank you for the feedback. Our intention is to let users try for 10 days without commitment (no credit card required), so that after 10 days they can choose to subscribe or not.

I see your confusion on pricing. It will be a paid service given the storage and LLM cost. I put "10 day free trial" under the main action button. Hope it can clarify a bit.

Looks awesome. I'd find the open source library really helpful for a few of my projects.