Hackable personal news reader in bash pipes
1–8 of 8 posts
Re: Hackable personal news reader in bash pipes
#2Re: Hackable personal news reader in bash pipes
#3Re: Hackable personal news reader in bash pipes
#4404 check the url
Re: Hackable personal news reader in bash pipes
#5Re: Hackable personal news reader in bash pipes
#6Re: Hackable personal news reader in bash pipes
#7What I like is the philosophy: use an LLM as a personal filter based on a plain-text description of your interests. No training a recommendation algorithm on engagement signals. No black-box "for you" feed. Just "here's what I care about, show me relevant stuff." The pattern of "LLM as personal curator" seems underexplored.
Re: Hackable personal news reader in bash pipes
#8The framing as "bash pipes" is slightly misleading since jq and an LLM do the heavy lifting. But I don't think that's the point. What I like is the philosophy: use an LLM as a personal filter based on a plain-text description of your interests. No training a recommendation algorithm on engagement signals. No black-box "for you" feed. Just "here's what I care about, show me relevant stuff." The pattern of "LLM as pers…
It would probably work as a browser plugin, but I didn't have a real solution for rewriting whats on say the reddit or Twitter phone apps.
Probably pretty easy to vibe code up such a thing now.