←back to thread

122 points azath92 | 3 comments | | HN request time: 0.653s | source

TLDR: Build a quick HN profile to see how little context LLMs need to personalise your feed. Rate 30 posts once, get a permanent ranked homepage you can return to.

Our goal was to build a tool that allowed us to test a range of "personal contexts" on a very focused everyday use case for us, reading HN!

We are exploring use of personal context with LLMs, specifically what kind of data, how much, and with how much additional effort on the user’s part was needed to get decent results. The test tool was a bit of fun on its own so we re-skinned it and decided to post it here.

First time posting anything on HN but folks at work encouraged me to drop a link. Keen on feedback or other interesting projects thinking about bootstrapping personal context for LLM workflows!

Show context
pvg ◴[] No.44455127[source]
Somewhat tangential but a oddly under-explored side of the LLMs+HN data projects - HN search that does a good job finding HN submission/comment results for the type of things often asked in Ask HN that can be answered by HN searches. 'How do I learn about [some nice thing or another]', etc. People asking this sort of thing often don't know the right keywords so pure keyword search often doesn't work well but more latent-spacey things, in theory, could. Another related one is "can you LLMgenerate something akin to dang's 'Related' posts".
replies(2): >>44455129 #>>44455239 #
azath92 ◴[] No.44455239[source]
hackernews is such a rich source of "non trivial" content, and we are really seeing this when using it for a project compared with just consuming it as an individual.

We are focusing right now on how comments could be used to build up a better user context, and your comment has made me think about how we can feed comments in (instead of just titles and urls) for your selected preferences to make a better profile, without needing to scrape anything (expensive and slow).

But i think that would only work because of their quality and relevance generally, which would for sure make it an interesting knowledge source for pure LLM search. Feels like something someone should build or maybe already has! keen to see if anyone knows of projects like that.

replies(1): >>44455385 #
1. pvg ◴[] No.44455385[source]
Feels like something someone should build or maybe already has!

Yep, it very much feels like that but it doesn't seems to have happened yet. Even a not-entirely-quite-working yet attempt there could be an interesting thing/discussion.

replies(1): >>44455501 #
2. azath92 ◴[] No.44455501[source]
I was able to find this post, which is a little old in LLM land, but appears to be pretty functional! https://news.ycombinator.com/item?id=40238509

The post and comments include a bunch of other tools that feel similar, and the tool itself works.

Ill have to take some time to use it, but also see what i can learn about how they've consumed and used HN comments more generally.

replies(1): >>44456194 #
3. pvg ◴[] No.44456194[source]
If only there was some way to find all the similar related previous submissions (there have been a few :)