Vibeleaderboard
Index / tool
Visit github.com
Category
Developer Tools
Rank
No. 2266Tools index
Pricing
Open Source
Type
TOOL
GitHub
3 stars
Date

About

jevlang adds a probabilistic "smart if" to Python through a ~ operator, so a line like `if ticket ~ "the customer wants a refund"` sends the left-hand value and the question to TypeSafe's Jev, a hosted classifier, and gets back a probability rather than text, firing the branch when it clears a threshold. Files are rewritten to plain Python at import time, and each ~ call is a paid request against TypeSafe's API, so answers should be treated as probabilities to guard, not facts.

Why it made the leaderboard

It gives Python developers a lightweight syntax for probabilistic branching driven by a fast classifier instead of routing every conditional through a full LLM.

Tags

pythondecision-workflowjevprobabilistic-ifdsl

Tech Stack

Python

Comments (0)

No comments yet

Editorially curated, with community endorsements as a secondary signal. Corrections welcome.