Table of Contents (2)▼ Show▲ Hide
Yesterday an incredible AI was announced, and it's way different than the AIs we know.
Unlike other AIs that have been optimized for chatting and long reasoning, Jev has been specially trained to focus on decision making. It runs in parallel and outputs its responses as typed primitives. It's also extremely fast and cheap.
Instead of spitting out arbitrary text, Jev can only output three typed primitives:
- Choice: Picks an option from a predefined list (e.g., routing a ticket to
billing,legal, orsupport). - Score: Rates an input against a defined rubric (e.g., assessing urgency from
1.0to10.0). - Noul: Calculates a calibrated probability for a yes/no proposition (e.g., a
0.94probability of fraud).
How You Feed It Data
- The Input: Send any raw, messy text (e.g., an angry customer email, a raw server log, or a messy JSON payload).
- The Declaration: Tell Jev what to evaluate by defining a strict schema in your code (the options for
Choice, the scale forScore, or the question forNoul).
You get back a clean, strongly typed object ready for an if/else statement. No regex, no JSON.parse(), and zero syntax errors.
Why?
Because it's faster and cheaper. Maybe the real future is in typesafe AI.
Birol (@biroldev)
Full-stack developer & creative technologist building web platforms, custom developer utilities, and motion graphics.