←back to thread

523 points noperator | 9 comments | | HN request time: 1.442s | source | bottom
1. jackdawed ◴[] No.44492832[source]
I've noticed a lot of people are converging on this idea of using AI to analyze your own data, the same way the companies do it to your data and serve you super targeted content.

Recently, I was inspired to do this on my entire browsing history, after reading https://labs.rs/en/browsing-histories/ I also did the same from ChatGPT/Claude conversation history. The most terrifying thing I did was having an LLM look at my Reddit comment history.

The challenges are primarily with having a context window large enough and tracking context from various data sources. One approach I am exploring is using a knowledge graph to keep track of a user's profile. You're able to compress behavioral patterns into queryable structures, though the graph construction itself becomes a computational challenge. Recently most of the AI startups I've worked with have just boiled down to "give an LLM access to a vector DB and knowledge graph constructed from a bunch of text documents". The text docs could be invoices, legal docs, tax docs, daily reports, meeting transcripts, code.

I'm hoping we see an AI personal content recommendation or profiling system pop up. The economic incentives are inverted from big tech's model. Instead of optimizing for engagement and ad revenue, these systems are optimized for user utility. During the RSS reader era, I was exposed to a lot of curated tech and design content and it helped me really develop taste and knowledge in these areas. It also helped me connect with cool, interesting people.

There's an app I like https://www.dimensional.me/ but the MBTI and personality testing approach could be more rigorous. Instead of personality testing, imagine if you could feed a system everything you consume, write, and do on digital devices, and construct a knowledge graph about yourself, constantly updating.

replies(2): >>44492917 #>>44496966 #
2. nottorp ◴[] No.44492917[source]
> Instead of optimizing for engagement and ad revenue, these systems are optimized for user utility.

Are they, or instead they will help keeping you in your comfort cage?

Comfort cage is better than engagement cage ofc, but maybe we should step out of it once in a while.

> During the RSS reader era, I was exposed to a lot of curated tech and design content and it helped me really develop taste and knowledge in these areas.

Curated by humans with which you didn't always agree, right?

replies(3): >>44493324 #>>44495817 #>>44496150 #
3. jackdawed ◴[] No.44493324[source]
That's the core challenge in designing a system like this. Echo chambers and comfort cages emerge from recommendation algorithms, and before that, from lazy curation.

If you have control over the recommendation system, you could deliberately feed it contrarian and diverse sources. Or you could choose to be very constrained. Back in RSS days, if you were lazy about it, your taste/knowledge was dependent on other people's curation and biases.

Progress happens through trends anyway. Like in 2010s, there was just a lot of Rails content. Same with flat design. It wasn't really group think, it just seemed to happen out of collective focus and necessity. Everyone else was talking/doing this so if you wanted to be a participant, you have to speak the language.

My original principle when I was using Google Reader was I didn't really know enough to have strong opinions on tech or design, so I'll follow people who seem to have strong opinions. Over time I started to understand what was good design, even if it wasn't something I liked. The rate of taste development was also faster for visual design because you could just quickly scan through an image, vs with code/writing you'd have to read it.

I did something interesting with my Last.fm data once. I've been tracking my music since 2009. Instead of getting recommendations based on my preferences, I could generate a list of artists that had no or little overlap with my current library. It was pure exploration vs exploitation music recommendation. The problem was once your tastes get diverse enough, it's hard to avoid overlaps.

4. janalsncm ◴[] No.44495817[source]
> Are they, or instead they will help keeping you in your comfort cage?

I’ve been paying close attention to what YouTube shorts/tiktok do. They don’t just show you the same genre or topic or even set of topics. They are constantly in an explore-exploit pattern. Constantly trying to figure out the next thing that’ll keep your attention, show you a bunch of that content, then on to the next thing. Each interest cluster builds towards a peak then tapers off.

So it’s not like if you see baking videos it’ll keep you in that comfort zone forever.

replies(1): >>44501854 #
5. muzani ◴[] No.44496150[source]
YT Music is a good algorithm for exploring music. You click a song and the playlist after that song is a mix of similar music and music you like to hear. There's also a button which lets you decide if you want to discover different music or something fresher based on your taste.

Twitter is an example of being entirely in the comfort cage - it links you with people who you agree with, even going out of the way to create these bubbles.

Meta seems to end up with a rage cage. If you criticize say, videos on how to become a billionaire, it would show more billionaire videos.

HN used to be the default. A forum where everyone is in the same cage. People criticize HN culture and thoughts, but sometimes it's just people being shown a side of the world they're not used to.

6. DavidPeiffer ◴[] No.44496966[source]
>During the RSS reader era, I was exposed to a lot of curated tech and design content and it helped me really develop taste and knowledge in these areas.

Man, you helped me realize how much the RSS era helped me out. I followed so many different sources of articles and had them roughly prioritized by my interest in them. It was really helpful reading thousands of articles and developing better and better mental models of how technology works while I was in high school. A lot has changed, but many of the mental models are still pretty accurate and handy for branching off and diving in deeper where I'm interested.

7. nottorp ◴[] No.44501854{3}[source]
But you're describing the engagement cage, while I'm just pointing that you need to be careful not to escape from it just to get trapped inside the comfort cage.
replies(1): >>44503867 #
8. Karrot_Kream ◴[] No.44503867{4}[source]
Is there a rigorous definition of "engagement cage" or is the term just HN-tuned engagement bait? (:

Fundamentally content discovery is always an explore-exploit loop. What you tune the loop with is what makes it useful for any given purpose.

replies(1): >>44520585 #
9. nottorp ◴[] No.44520585{5}[source]
> Fundamentally content discovery is always an explore-exploit loop

Is it? Or only when you do it for profit?