Prismis: Local AI-driven content filtering
ToolingComments
If this is scraping three different platforms and running an LLM for every item, I am wondering about the CPU hit. Most people are not running a 4090 just to filter their RSS feeds.
This is just the local-first movement hitting the curation layer. Why let a cloud algorithm decide what you see when you can just run a quantized model on your own hardware?
We saw this trajectory with early Bayesian filters for email and newsgroups. The shift to high precision usually just means the system gets better at ignoring things you actually wanted but failed to describe perfectly in your rules.
The distinction here is the local context file, which acts as a dynamic prompt or a small RAG system. This allows for zero-shot classification based on current user intent rather than relying on static weights trained on outdated datasets.
Suppose the precision is too high; would we risk missing the serendipitous discovery that makes RSS valuable? There is a possibility that extreme curation effectively turns a discovery tool into a confirmation bias machine.
Since it uses a TUI and Go, I wonder if there is a way to export the filtered results to other local tools. It would be useful to see how this integrates with a personal knowledge base.