Video yükleniyor...
Video Yüklenemedi
LLMs vs. Jev, clearly explained! LLMs are great, and the ceiling is one you can watch scroll past: an LLM writes the answer one token at a time. give it a failed deploy and four decisions, and it produces a small JSON object where every token depends on the... show more
42,632 görüntüleme • 2 gün önce •via X (Twitter)
11 Yorum

This infographic explains it so well. Thank you! Are you using it in production yet?

the four questions stuck in a queue because of how llms write token by token, never thought about it that way

Four answers at once is smart

the schema-valid mistake warning is HUGE

The token-by-token framing is the part people skip. It means the model can't backtrack mid-answer, so a wrong decision at step two quietly constrains everything after it. Chunking the deploy failure into separate calls with a check between them usually beats one big prompt.

the expensive model is often just one seat in the loop. trace the decisions, preserve the evidence, and the system can earn trust without pretending the generator did everything.

insane combo haha

hellyeah

Typed output removes malformed shapes, not bad judgment, so thresholds and verification still belong in code. That's the honest boundary. JEV examples showing that split are collected here:

Interesting explanation of LLM limitations and Jev's approach.

good skill i use it
