Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Show HN: CallFirst – blocks socials until you've made a call to someone(callfirst.app ↗)
    discuss
  2. iFixit Teardown: iPhone 18 Pro and Pro Max(ifixit.com ↗)
    discuss
  3. Jev 1.13 Jaggedness(typesafe.ai ↗)
    discuss
  4. TPM-Attest: Hardware-Rooted Anti-Cheat Alternative for Linux(arxiv.org ↗)
    discuss
  5. Nimble takes some text and a schema, and makes typed decisions about the text(github.com/bespokelabsai ↗)
    discuss
  6. Show HN: Bitcoin-rs – An AI-assisted Bitcoin full node in Rust(github.com/gosuda ↗)
    1comments
  7. A Dangerous Castle(chloemashitermakesthings.wordpress.com ↗)
    discuss
  8. Generating Artist-Like 3D Mesh Topology via Nearest-Vertex Vector Fields(derkleineli.github.io ↗)
    discuss
  9. I'm afraid of spiders. So I made AI look at 2k of them(labqoat.com ↗)
    discuss
  10. Sparse resources helped my GPU-driven renderer memory usage(zino2201.substack.com ↗)
    discuss
  11. Gabor Fields: Orientation-Selective Level-of-Detail for Volume Rendering(arcanous98.github.io ↗)
    discuss
  12. OpenXLR – A Linux Variant of Elgato Wave Link(github.com/emaspa ↗)
    discuss
  13. Show HN: A GeoJSON viewer that checks the bbox you declared(9revolution9.com ↗)
    discuss
  14. Thomson-1.0-Small LLM Developed by Thomson Reuters(featherless.ai ↗)
    discuss
  15. FSD Supervised now approved in Czech Republic(twitter.com/teslaeurope ↗)
    discuss
  16. WhatsApp Business Paid Support Is a Scam
    1comments
  17. NILM to recover the energy consumption of individual appliances(github.com/goruck ↗)
    1comments
  18. Show HN: Grade text from the CLI with custom rulesets and Jev(github.com/lukstei ↗)
    discuss
  19. Show HN: Gleamit – dental health tracker for Android/iOS(gleamit.app ↗)
    discuss
  20. BicDB – a PostgreSQL-compatible database for local-first apps(github.com/nikoma ↗)
    discuss
  21. AlternativeTo – Crowdsourced Software Recommendations(alternativeto.net ↗)
    discuss
  22. AI Data Center Basics: What Is Linear Pluggable Optics (LPO)?(semtech.fr ↗)
    discuss
  23. Don't Use AI to Write(paulbakker.io ↗)
    discuss
  24. DBClient: A native Mac database client for 12 engines (I'm the dev)(dbclient.net ↗)
    discuss
  25. I found a better React color picker(npmjs.com ↗)
    1comments
  26. The easiest-to-understand article I've read about Jev(inlevel9.com ↗)
    discuss
  27. Calibre v9.15's "Create your own adventure" writing game(calibre-ebook.com ↗)
    discuss
  28. Chinese CXMT to Match Micron's DRAM Manufacturing Capacity This Year(techpowerup.com ↗)
    discuss
  29. Sonnex – A DAW for macOS(apps.apple.com ↗)
    1comments
  30. The Economic Incentives Behind the Push to Pause AI(vincentschmalbach.com ↗)
    discuss

Kev: Tiny Jev-like family of decision models built on top of Qwen3.5

63 pointsby 2h agogithub.com
33 comments
1h agoHN ↗

Been hoping for something in this space. Jev-like decision models on Qwen3.5 could really simplify some of our internal routing logic.

1h agoHN ↗

Quite impressed by the energy people are putting into making OSS Jev-like models.

I understand the hype but I wonder: what are the use cases for this kind of model? Could it be used in the context of coding agents, or is it more relevant in totally different situations?

1h agoHN ↗

Yeah same. Got access to their API and then realised I don’t really have an immediate use case

1h agoHN ↗

You should call Jev-like models when you give it a JSON-like structure to produce, it is useful when you need _some_ intelligence in your code.

1h agoHN ↗

To develop a smart ai system for my 2d roguelike platformer? game has way too many moving system for classic state-machine ai + i cant spare the time to develop it. its low latency entices me.

1h agoHN ↗

Consider every situation where you "force" an LLM to output only a choice / category, or a set of them. If you have workflows like that, you're now being promised significant cost- and latency reduction.

For coding agents it'd only be useful in a subset of situations. E.g. you could imagine using one to classify bash tool calls into safe and unsafe for example.

1h agoHN ↗

what are the use cases for this kind of model? Could it be used in the context of coding agents

Yeah, it could. The most obvious usage would be to have local fast cheap "feedback" / "control" over a slower more expensive agent (i.e. cc / codex / opencode). Things like "goals" could now be split from a long prompt into "actions" and "verifiers". Where for each action you also produce a verifier. Then after each action you run the verifier w/ this kind of "universal classifier" and decide if the step was done correctly, if it needs follow-up and so on.

Example: implement auth in this repo -> llm_plan() -> for item in plan generate_verifier() -> for item in plan implement() ; verify() ; accept() / followup().

Verifiers could be something like this. take a plan item as input, generate classification questions that might verify the task "is this following project conventions?" | "is this touching files from other tasks?", etc.

You can do that with LLMs, but some things might become cheaper / faster. And you can pretty much use it to check against an ever growing list of conventions. Yours or project specific.

1h agoHN ↗

Bit of a Jev explosion going on. Is it because it's taking us back to a simpler time we understand better? Classification models have been around for a while.

1h agoHN ↗

It's because everyone wants their 15 minutes of fame so every single time something shiny gets out all the NPCs are asking astra/fable: "can you create a copy of this, make no mistake"

44m agoHN ↗

Thanks to these projects, what was an innovative-but-closed piece of technology one week ago is now much more accessible. Whether they're in it for fame or not, I couldn't care less!

53m agoHN ↗

It’s because it’s practically useful and enabled things that were impractical previously.

22m agoHN ↗

and enabled things that were impractical previously

I think that there are not _that_ many use-cases that have been opened up by this that tool-calling on other models didn't solve already. Really depends what benchmark you're looking at. This one against BANKING77[0] has many issues, but suggests it's really not far off DeepSeek 4.1 Flash. This one against BoolQ[1] shows marginal improvement over Qwen3.6. This one against MMLU-Pro[2] (same author as the previous) shows significant improvements over two Qwen models.

So there's definitely _some_ alpha there, but I don't think it's the sea-change that the hype would suggest; that is to say, yes, some things that weren't practical before are now, but many things were already very practical with the existing tools.

0: https://sanand0.github.io/llmevals/jev/

1: https://github.com/ekzhang/openjev-sglang/blob/a3554ed9e9c26...

2: https://github.com/ekzhang/openjev-sglang/blob/a3554ed9e9c26...

42m agoHN ↗

It's appealing not having to fine-tune separate model for each use case

So you have more flexibility to get on with building, evolve your business logic etc

23m agoHN ↗

It reminds me a bit of what Ansible got right: user communication. The underlying tech may have existed for a long time, but the genius is presenting it to a regular developer in a way that reads "yes, even you can understand ML, just using a little JSON". The contribution of that should not be understated, as has been clearly evident recently.

4m agoHN ↗

The way I see this (I havent played around with Jev or layla the OSS version) is that classifiers have always existed and a recognised tool in the ML world. But, the norm is that one needs to not only know what to classify as, but determine what weights to use to classify the input.

Jev came in, and added that magic of "you dont need to train your classifier or determine the weights" if you dont want to, and just get the classified answer out. I think that's what is making people see this with a glitter in their eyes.

1h agoHN ↗

Why does nobody ever ship these as a docker image?

1h agoHN ↗

I guess you have AI to write your docker files and push your images now.

1h agoHN ↗

I think a great use case for these will be when they have large context windows and are able to enforce styling rules for frontend development, and component creation rules for react. You can then ditch the styles guides and styling skills and create a decision tree for enforcing styling, so that you can't run into drift issues or duplication issues. That's where I'm wasting most of my time right now, constantly correcting all of the UX/UI issues that are created for every single feature.

26m agoHN ↗

Back in the good old days we would prevent these ux/ui issues by rigorously enforcing the use of our own stylesheets and classes. Later that grew to only using the company ux components. This was very successful in keeping everything neat and tidy. The only drawback was creating and curating new elements and getting consensus. But otherwise it works wonders.

Try constructing reusable components out of what you are doing instead of building everything up from basic building blocks. This also allows more concrete testing of individual parts and then if you want to change the look you can change it in one place and have it apply everywhere.

Agentic development doesn’t mean “throw all what we learned out of the window”, the same practices that helped speed up and improve quality of work of humans also helps agents. In fact, the multiplier is even bigger. You will notice it in development speed and reduced cost due to avoiding churn.

1h agoHN ↗

Because these decision models do not have tool calling, the knowledge cutoff might become a problem. We'll either have to keep training continuously if we run locally or switch to the newer version every month or so when using a closed one like Jev

50m agoHN ↗

even with knowledge cutoff set a second from now, you still want to provide as much info as you can if you’re using such tools for delegating decisions

1h agoHN ↗

I wonder how these would do filtering my spam. I have been using 27B-class models for a while now, and they are nearly perfect at determining what is spam and what isn't. The only disadvantage is computational cost.

47m agoHN ↗

Take a look at Thomson 1.0-small, which is a variant of qwen 3.6 35b post trained by Thomson Reuters for text analysis. It classifies text content very well.

1h agoHN ↗

On Gemma 4 12B, I am getting 220 ms per move or QS. I used it to play the Snake game locally:

prompt_eval=244 ms wall=245 ms schema_cache=hit generated=0

Move limit reached after 200 moves: score=16, length=19.

So, if a 12B dense model can offer this latency on a local old PC, then definitely you can scale it up with more powerful machines and get even lower latency.

52m agoHN ↗

Can someone tell me what is the difference between Jev and a normal neural network that does classification ?

My understanding is: it takes text input and it does one shot classification (no training data)

50m agoHN ↗

Yes, this is essentially it.

As a corollary, the output classes can be any set, rather than needing to be set before training.

18m agoHN ↗

Can someone do a ELI5A of how they achieve classification over any user defined list of items? Normal neural networks do a softmax over a known output set to get probabilities

48m agoHN ↗

Interesting approach with Qwen3.5 for decision models. Curious how "tiny" they've made them while keeping LLM reliability for critical paths.

45m agoHN ↗

Interesting to see a Jev-like approach applied to Qwen3.5. Always appreciated Jev's simplicity for quick decisions.

19m agoHN ↗

The bright side of Jev being so popular could be that many companies and individuals realize that their applications might work well with a System One model, and they decide to run an open-source (or fine-tuned) version on their own

1m agoHN ↗

Oh Jared is cool - he made After and Razzle - nice