Hey! I’ve been playing around with Jev and built a small open-source experiment around it: **wince**. It’s a
Integrationsby tiny_frontier2026-09-17
Hey! I’ve been playing around with Jev and built a small open-source experiment around it: **wince**.
It’s a semantic review-attention router for code changes — it doesn’t review the code itself, but tries to tell you how carefully a diff should be reviewed, who should look at it, and why.
I’m using Jev’s typed judgments for things like blast radius, auth/data-write changes, contract breaks, etc., while keeping the final scoring/routing deterministic.
Would love any feedback, especially on whether this feels like a sensible use of System One:
https://github.com/TinyFrontier/wince
Links