Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Xstarterpack.com (xstarterpack.com)
    —discuss
  2. AI will grow beyond our control, we must instill good values before it does (kradle.ai)
    —discuss
  3. Making `wc` 20x faster with parallel state machines (aarol.dev)
    —discuss
  4. Writing Efficient C++ Code (asawicki.info)
    —discuss
  5. Time Measurement in Game Programming (asawicki.info)
    —discuss
  6. 2027 Tesla Semi First Drive (motortrend.com)
    —discuss
  7. Build Plugins for Claude (claude.com)
    —discuss
  8. Commodified Intelligence (herecomesthemoon.net)
    —discuss
  9. Shopify's own code treats silence as consent on every store it hosts (thatprivacyguy.com)
    —discuss
  10. The District – a live map where AI agents grow their own plots of land (hf.space)
    —discuss
  11. The U.S. Strategic Petroleum Reserve is low. Here's why you should care (npr.org)
    —discuss
  12. Creating a Blog in Gemini:// (brennan.day)
    —discuss
  13. Rising sea destroys homes, erases beaches in California (reuters.com)
    —discuss
  14. Germany pledges to phase out fossil fuels for first time with target of 2045 (theguardian.com)
    —discuss
  15. A single config line was leaking 1.8GB in our Next.js app (siddarthkay.com)
    —discuss
  16. WWII Tank, Aircraft, and Ship Identification Guides (beautifulpublicdata.com)
    —discuss
  17. US being left behind in EV charging speeds as China goes sub-5 min to 70% (arstechnica.com)
    —discuss
  18. Oura's $2.2B IPO is mostly a payday for existing shareholders (techcrunch.com)
    —discuss
  19. Fauci warned of miscarriage risk linked to Covid vaccine while publicly claiming (nypost.com)
    —discuss
  20. To Understand AI, Think Like a Dragonfly (noemamag.com)
    —discuss
  21. NASA quietly removed SR-71 from storage amid X-plane push (aviationweek.com)
    —discuss
  22. Show HN: Drift – A clickable map of ideas unfolding from single question (demo) (echohive.ai)
    —discuss
  23. Geely's AI fast charging 'heals' EV batteries for 20% more cycle life (electrek.co)
    —discuss
  24. Hosted MoQ (Media over QUIC) (moq.pro)
    —discuss
  25. We Learned to Stop Worrying and Love Campus Surveillance (fnl.mit.edu)
    1comments
  26. Forging 1024-bit RSA signatures in nearly SNFS time (github.com/ucsd-hacc)
    —discuss
  27. Tell HN: Stop emailing HN users with deceptive AI spam
    —discuss
  28. How are you conforming to EU Cyber Resilience Act (CRA) reporting rules? (europa.eu)
    —discuss
  29. AI-Powered PDF Extraction for Finance (pedfs.com)
    —discuss
  30. Pluto: A StarCraft Brood War neural network trained by self-play RL (github.com/tscmoo)
    —discuss

Ollaya – Ollama for open-source, Jev-style decision models

134 pointsby 1h agoollaya.dev
43 comments
1h agoHN ↗

Are there many models that are comparable to Jev for generic decision making?

Smarter move if you have an eval set is to just train a classifier and call it a day.

1h agoHN ↗

<<<"i was curious to see if i could train a competitive Jev-like model completely autonomously with a swarm of agents using our internal system."

Bro is writing off the H200 lol

On a sidenote I really can't stand the term "swarm" and definately plays into AI doomerism.

1h agoHN ↗

The link rgbrgb posted is a good overview. The best open ones are close to Jev now, but they're big models. And I agree, if you have an eval set for a fixed task, a trained classifier is the better choice.

1h agoHN ↗

Cool... but this does seem undermined by the fact that Ollama can add support for decision models at any time.

1h agoHN ↗

Fair, and I'd be happy if they did. Ollaya uses the same API as Jev, so your code isn't tied to it either way

1h agoHN ↗

and that ollama is go-llama and not rust, so it's not really the ollama of anything

1h agoHN ↗

great project for empowering open-source alternatives.

1h agoHN ↗

open-source is the only way for safe AI development. whoever doesn’t share the weights/code will lag behind.

1h agoHN ↗

Run decision models locally.

example is a text classification task instead of a decision

1h agoHN ↗

Fair point, that example is basically classification. I'll change it to something that looks more like a real decision.

1h agoHN ↗

text classification is equivalente to decision. This is exactly the same thing Jev does.

15m agoHN ↗

Their marketing language is misleading. They must still use some transformer language model backbone to encode the text input (BERT or decoder-only LLM). The biggest difference is the output, instead of auto-regressively generating tokens, they produce probabilities over a bounded set of decisions (more flexible classification).

7m agoHN ↗

Stock LLMs already internally produce probabilities before selecting the next token, they're just currently predominantly post-trained for chat/tool calls, not for selecting options A/B/C in the first token.

1h agoHN ↗

It is not. In a benchmark with actual decisions - navigation, traffic, waypoints - laya does slightly better than a small classifier, with very low correlation to state changes.

1h agoHN ↗

If it has four legs, a tail and barks why not call it a dog?

57m agoHN ↗

Because this specific dog only barks in structured text

1h agoHN ↗

"Decision model" is just marketing jargon.

decision model = classifier

system one model = small non-reasoning LLM

noul = boolean

confidence = f(probabilities)

It's sad to see how gullible engineers are today.

1h agoHN ↗

I am fairly confident if Jev-style decision models are seen as prominent (which, they seem to be), Ollama will support them. Surprised the team hasn't implemented this already.

1h agoHN ↗

Sounds good on latency but how is its actual decision quality vs. Jev?

1h agoHN ↗

Depends on the model. The small ones I support today are well below Jev on harder queries, but fine for simple, well-defined questions. The open models that get close to Jev are bigger, and I'm adding support for those next.

1h agoHN ↗

Has anyone actually seen better or the same results with Laya compared to Jev? From my experience, Laya performs significantly worse. It's less confident and often makes wrong decisions with more complex queries.

1h agoHN ↗

Developer here. You're right, Laya is a lot weaker than Jev, especially on harder queries. It's a small model, so it's fast, but that's the trade-off. The open models that get close to Jev are much bigger, and running those is what I'm working on next.

55m agoHN ↗

What are the models? I am super curious in these as well

1h agoHN ↗

Yes. JEV generalizes better because they probably have an enormous corpus and trained on it for a long time. Laya's out of the box model is much weaker. However, in the age of LLM's it's incredibly easy and cheap to generate large datasets to fine tune laya for your task, and the training loop is pretty quick and cheap too.

It's so easy that I question why I would ever pay for JEV when eventually I'll have done enough random things that I will also have a large corpus and likely a general model as well.

49m agoHN ↗

Isn't the point of Jev that it generalises better?

It's a fast classifier you can use out-the-box, ~1.5bn tokens is about $40 (I've been hammering it)

It just works ... a whole bunch of low-level/low-importance workflow stuff that was getting farmed out to small/fast LLM models now has a competitive alternative ... and bits that hadn't even been considered to go into some external descision/classifier service can be tested/deployed at ~$0.00003/req

I don't get this wall of negativity on it, it's genuinely innovative/useful tech ... would expect HN to be more positive, regardless of whether it's the absolute best execution

45m agoHN ↗

It really does just work. And it works so well I already integrated it into my product. Saves me about 75% of costs for the section its working in, which isn't a small amount. I see a lot of negativity and I don't really get it either. Its so cheap and so fast, why not give it a try?

10m agoHN ↗

I think it’s the infamous Dropbox reaction - anyone can wrap an FTP server, where the innovation?

Starting from a business POV one should inflate terminology, hack together an MVP, and see if the market demands it before doing hardcore R&D.

But starting from technical/craftsman POV all you see is a hack and a lot of big words, so it’s easy to become jaded.

36m agoHN ↗

I didn't see any negativity in the post you replied to.

I think the point being made is that Jev is great but it has no competitive moat, and open source versions will very soon catch up if their secret sauce is just synthetic data.

(Whether or not that is true, I don't know.)

22m agoHN ↗

I think your point is valid but many are annoyed that it is presented as groundbreaking, revolutionary, novel frontier tech when it is a known classification system. It’s the hype that feels undeserved. Honestly it was one of the best marketing campaigns I’ve seen.

1h agoHN ↗

Nothing yet. Unfortunately it sometimes feels like our industry has been overrun by grifters and chancers.

I’m sure this has been a gradual and long decline. Maybe it even started with the dot com boom and accelerated with crypto. With AI it seems to have got worse.

45m agoHN ↗

I've been following jevbench twice a day for the past week and that's been a lot of fun. Latest update:

Rank System Score Public / sealed accuracy Evidence

1 decider-4b v2 64.13 83.5% / 34.7% Evaluator-run, offline

2 Jev 1.13 63.29 86.6% / 36.7% Evaluator-run API

3 JevK5 v0.2 62.04 85.3% / 33.1% Evaluator-run

4 Cygnet 12B 61.76 87.9% / 33.8% Evaluator-run, offline

5 Hopper 59.43 82.3% / 34.1% Evaluator-run

28 Kev 4B 36.14 66.2% / 22.4% Evaluator-run

41 Laya 421M 30.25 58.4% / 30.8% Evaluator-run

https://benchmarkheaven.com/jev-models

9m agoHN ↗

What the best way to see how a homegrown version compares?

21m agoHN ↗

one day, perhaps people will click through to the laya author's arxiv paper content and the why may become clearer, you won't have to read it, a skim will suffice

52m agoHN ↗

It would be really cool to have LLMs and System One in a single tool - in this case, if Ollama implemented it.

40m agoHN ↗

I have also tried this and its really awesome

22m agoHN ↗

Hey Claude, make ollama for Jev like models. Make no mistakes /s

18m agoHN ↗

hey Claude, download and run vllm nightly for me

(already merged)

15m agoHN ↗

Guys I have a real q, what is the difference between an instruct based re-ranker and laya/jev I just don't see it.

14m agoHN ↗

Does anyone know what laya multi lang is faster than laya en? I would have thought focusing on a single language would be faster.