Jev X Feed Analyser
Defileo built a Jev X Feed Analyser that reads his timeline while he scrolls and evaluates each post on screen.
View on X time203ms average per answer
Defileo🔮@defileo𝕏
Nothing is impossible with Jev now, I just proved it myself. I built a Jev X Feed Analyser, it reads my timeline while I scroll and judges every post on the screen Here is how it actually works: > every post gets the same 12 typed questions > not a summary, not a vibe check, a schema > hook_archetype, topic, reach_band, is_shill, reads_like_ai, claim_needs_source, regret_if_quoted, worth_reading, worth_reply, bookmark_worthy, opens_with_number, mute_author > each answer is a bool, a score or a choice from a fixed list > each answer carries its own confidence, 0 to 1 > 203ms average per answer,
It asks every post the same 12 typed questions, covering topics such as whether a post is a shill, reads like AI, or is worth replying to. Answers use a bool, score, or fixed-list choice, and each carries its own confidence score.
Also filed under Triage & routing
- How to Build Things with Jev & OpenJevs
How to Build Things with Jev & OpenJevs In this video, we build a model router using both the API-based original Jev and also using Semif. Github: code will be up in ...
- Jev is HERE. How to use it
Jev is HERE. How to use it In this episode, I talk with Ryan Vogel about Jev, a new type of AI built for classification. Ryan shows how Jev takes an input plus ...
- Jev-Shaped Classification Wrapper
jevper is a Jev-shaped classification wrapper over OpenAI-compatible clients that returns probabilities and confidence.
- Local Jev Protocol Multi-Upstream Router
jev-switch is a local multi-upstream router for the Jev protocol with a Rust backend and React interface.