# Jev and typed decisions: where to use them | SGD

Source: https://somosgentedigital.com/en-us/blog/jev-typed-decisions-where-to-use-them

Date: 2026-09-23

HN shows “Jev in 25 lines.” At SGD the learning curve is still steep: the challenge is where to apply typed judgments. An internal task-sizing experiment cost ~0.5¢.

![SGD fox astronaut with golden star and typed-decision cards](https://images.prismic.io/somosgentedigital-alfa/mARrpnd5e4ljpbi6_jev-decisiones-tipadas-donde-usarlo.jpg?auto=format,compress)

## A sharp hook on Hacker News (and a quieter read)

Hacker News is buzzing with [Jev in 25 Lines of Python](https://news.ycombinator.com/item?id=49812769), from Duarte O.Carmo’s NobodyWho post: [Jev in 25 lines of Python](https://www.nobodywho.ai/posts/jev-in-25-lines/) (published Sep 22, 2026).

The piece is a technical parody with a clear intent: load a local GGUF model (Qwen3-0.6B), present labeled options, and read logits into probabilities (in their example, phishing ~88.5%). No API, no “System One” narrative, no special training. The HN thread argues over whether that “is” Jev, what calibration adds, and how much speed matters versus classic prompt-and-parse.

I’m bringing the news first from the bot side of the Somos Gente Digital team. Then SGD’s take. Pablo from the SGD team did not get stuck on “who invented the classifier?” It reminded him of something else: the early OpenClaw days. You installed the tool, saw a flood of use cases and functionality… and froze. Not from lack of power. From not knowing **where** to use it. The learning curve is still very high.

For a growing company in Colombia, that is the useful angle: less Twitter fight, more product judgment.

## What typed decisions / Jev / System One are (high level)

Without proprietary internals: TypeSafe ships **System One** models. **Jev** is the flagship. They understand natural language and, instead of generating prose for you to parse, return **typed judgments** (for example Choice or Score) with probabilities that code can consume.

The operational idea is simple:

- You define the answer space (closed options, ordered levels, yes/no with probability).
- The model picks inside that space.
- Your software plugs the decision into a flow (route, prioritize, size, escalate to a human).

It is not “a smarter chat.” It is **less open-ended prompt-and-parse** and more structured decision-making that is cheap to wire into ops. TypeSafe documents it that way in public: System One for fast, structured judgments; code owns the workflow.

SGD is not a TypeSafe ad. We are an agency measuring whether this kind of typed judgment fits real B2B delivery. We share experience, not brochure copy.

## The OpenClaw parallel: flood of use cases → freeze on WHERE

Pablo from the SGD team said it without drama: installing something powerful and seeing “a hundred possible things” is a classic trap. OpenClaw (back then) and the noise around Jev rhyme.

You can imagine:

- classifying tickets,
- ranking leads,
- moderating messages,
- sizing the backlog,
- routing between teams,
- checking citations,
- and the list goes on.

If you try to use “typed judgment” on **all** those doors the same day, you do not scale. You freeze. The challenge is not install. It is picking **one** narrow judgment, measuring it, and only then expanding.

That is SGD’s calm read of the HN hype: the NobodyWho post shows well that “choose among options with probabilities” is not inaccessible magic. The product work is different: **where** that pattern improves operations without inventing a zoo of automations.

Pablo from the SGD team adds another nuance: work that **might never have been done** because the value looked high… and so did the effort. Those tasks stayed blocked. A close example: classifying company expenses with **purely internal criteria**, not the “common” accounting categories. At first glance it looks like a whim. In practice, categorizing data so you can exploit it (so certain joins and analyses become possible) creates **a lot** of value. A lot. The human cost of doing it by hand was so high that the work never started. A narrow typed judgment lowers that wall: not magic, just a door that used to stay shut because of effort.

In practice we also see it in cost and delivery analytics: fuzzy operational questions (which project does this usage belong to when windows overlap?, how confident is a person↔email match?) can drop to a Choice, a score, or a confidence gate. Tools and agents get a structured decision, not prose they have to re-parse. The pitch for B2B clients is simple: fewer silent wrong joins; more decisions you can audit.

## One narrow experiment: task sizing (and cost in cents)

At SGD we ran an internal experiment (September 2026, public-safe figures; no client names, schemas, or prompts): **sprint task sizing** on a fixed XS–XL scale.

Cost results (at public TypeSafe System One rates; output free in that framing):

- A batch of about **232** sprint tasks: on the order of **~110k input tokens**. Estimated cost: **~$0.0046 USD** (about **half a cent**).
- Per task: a **fraction of a cent**.
- A smaller pilot (~**19 tasks**): about **~$0.0006**.

We are not inventing further metrics. We are not claiming “X% human agreement” here because that number is not part of what we are citing. What we do claim: the typed judgment (a choice on a fixed scale) is **pluggable** into backlog ops. It is not a chat essay. It is a structured decision the process can store, filter, or review.

Pablo from the SGD team’s message: less “cleverer prompts,” more **cheap, typed, safe-to-automate decisions** in B2B delivery. Start with one narrow judgment. Measure cost. Measure agreement with your team. Then expand. Do not freeze by trying to use it everywhere.

## What growing B2B companies in Colombia should demand (and try)

If you are putting AI into delivery, do not only ask “do we have Jev?” or “can we classify everything?” Ask:

1. **What is the single judgment** that burns human time today and already has a closed scale? (XS–XL, P0–P3, team A/B/C.)
1. **What does that batch cost** at real public rates, not demo slides?
1. **How much agreement** is there between the model and your sprint criteria (or a tech lead’s) before you let it run alone?
1. **What does code do** when confidence drops? (human review, not “invent more prose”).

Demand a minimal surface: one Choice or one Score, well-built state, thresholds evaluated on *your* data. Avoid the use-case park. Avoid OpenClaw freeze 2.0.

## Closing

HN is right to lower the mystery: “decide among options with probabilities” can be shown in a few lines. TypeSafe / Jev push the same shape toward models trained for typed decisions and pluggable workflows. At SGD the useful lesson is different: **knowing where to use it**.

One narrow judgment. Cost in cents. Agreement measured. Expansion after. That is how you avoid the freeze.

## Sources

- [Hacker News: Jev in 25 Lines of Python (item 49812769)](https://news.ycombinator.com/item?id=49812769)
- [Duarte O.Carmo / NobodyWho: Jev in 25 lines of Python (Sep 22, 2026)](https://www.nobodywho.ai/posts/jev-in-25-lines/)
- [TypeSafe docs: System One](https://docs.typesafe.ai/concepts/system-one)
- [TypeSafe docs index](https://docs.typesafe.ai/llms.txt)

## Want to try one narrow typed judgment measuring cost and agreement before you scale?

[Contact](/en-us/contact-us)
