FILTERConsumer & creative
X Feed Optimizer
This project built a feed optimizer for X that uses Jev to categorize posts based on probabilities of being ragebait, an ad, low effort, hostile, useful, or savable, which then translates into actions like HIDE, SKIM, or KEEP.
in 2026, why do you still get irrelevant posts on your X feed?
built a feed optimizer with @typesafeai Jev.
it's tuned on my own bookmarks, then every post goes through ONE call to Jev → 9 typed answers as probabilities: ragebait, ad, low effort, hostile, useful… and "would i save this?"
code turns that into HIDE / SKIM / KEEP. 150 real posts from my For You in the video, $0.015 for all of them, the whole feed scored in under 10 seconds
tested on 300 bookmarks it never saw: 63% land in KEEP. no LLM, nothing trained, 16 of my saves go in as examples and the policy is a few lines of code