|
|
|
|
|
by nimbusega
595 days ago
|
|
I made this to experiment with embeddings and explore how different ways of displaying information affect your perception. It gets the top 100 stories, sends their html to GPT-4 to extract the main content (this was not producing good enough results with html parsing) and then gets an embedding using the title and content. Likes/dislikes are stored in local storage and compared against all stories using cosine similarity to find the most relevant stories. It costs about $10/day to run. I was thinking of offering additional value for a small subscription. Maybe more pages of the newspaper, full story content/comments, a weekly digest or ePub export or something? |
|
Not sure if it's a "premium feature" so to speak, but would be very cool to extend this to comments generally.