Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Morgan Stanley Investment-Bank Deal List Leaked in Email Misfire(yahoo.com)
    discuss
  2. Qwen Image 2.1 beats Google Nano Banana 2.0 with minuscule 7B parameter model(tomshardware.com)
    discuss
  3. Why didn't anybody tell me about Redis Hash Slots?(verygoodsoftwarenotvirus.dev)
    discuss
  4. UK on course to miss climate targets, energy secretary admits(ft.com)
    discuss
  5. Italian parliament votes for return to nuclear energy(apnews.com)
    discuss
  6. Fertility rate dropped over 50% within 10 years in Argentina(twitter.com/jesusferna7026)
    1comments
  7. I Love Webrings(zwhuang.dev)
    discuss
  8. Trump TV: The Essentials Station(whitehouse.gov)
    discuss
  9. The Download: India's smart glasses menace and AI's trillion-dollar gamble(technologyreview.com)
    discuss
  10. Show HN: Psychosis Guard – Safety for long LLM conversations(github.com/nwjang)
    discuss
  11. Administrative friction: moving within the EU(michaelhillaert1.substack.com)
    discuss
  12. Tests of the New AI Siri(pogueman.substack.com)
    discuss
  13. Show HN: Powerful Org-Mode at Home on iOS(apps.apple.com)
    discuss
  14. Show HN: Sanemark – Markdown LSP for notes readable in plain text(github.com/nkitsaini)
    discuss
  15. Serve DiffusionGemma-Jev (Djev) on a TypeSafe AI Compatible API(github.com/taeold)
    discuss
  16. Bernie Sanders proposes to ban 'superintelligence' and put violators in prison(theverge.com)
    1comments
  17. Rat Stack: reference for building an app and its cloud as one typed program(ratstack.sh)
    discuss
  18. The Social Reckoning(thesocialreckoning.com.au)
    discuss
  19. The web being slow is a choice (and it's a stupid choice)(albanbrooke.com)
    1comments
  20. Programming Tutorials Are Dead(robrace.dev)
    1comments
  21. Paramount weighs tapping Musk for equity investment(semafor.com)
    discuss
  22. Show HN: Ox – A local agent that uses the internet for you(openox.ai)
    discuss
  23. Fire the slop cannons (safely): on coding agents and sandboxing(latacora.com)
    discuss
  24. Show HN: Chromafolk – A pixel canvas inhabited by AIs that see the world as text(chromafolk.world)
    1comments
  25. Show HN: Open Java Format – a maintained fork of Palantir-Java-format(github.com/openjavaformat)
    discuss
  26. Cognex to Acquire RealSense, Expanding Machine Vision Robotic Perception Market(cognex.com)
    1comments
  27. 28% of job postings on company career sites have been open over 90 days(unlisted.careers)
    19comments
  28. Show HN: Karpathy's microgpt in Rust and an array language(softwarewrighter.github.io)
    discuss
  29. Compound Delay: The Causes and Consequences of Later Grandmotherhood(nber.org)
    discuss
  30. Nunchux on AMD MI355X: 5s MiniMax-H3 Videos in 1.3s(nunchux.ai)
    2comments

Ask HN: Why is there so much hype around Jev ?

1 pointsby 2h ago
2 comments
I see a lot of hype around Jev and "decision-models" and I genuinely don't understand why. From what I do understand about these models, there are some specific use-cases and some value about cost and accuracy.

But I don't understand why they are so revolutionary and why so many people seem (to me) to shoehorn it into anything they can.

I hope someone can explain to me what is so game-changing about it, considering I do understand most basic concepts but not too much of it regarding how the models actually work inside the box.

2h agoHN ↗

You mention a basic understanding but forgive me if I rehash things you already know:

Jev is good for simple fast decisions, in their own words - system one thinking. Anything that can be broken down into yes/no, a confidence %, or a set list of answers provided prior to the question. As you say, lots of specific use cases sure, but what's the big deal?

Well, right now most other models are purely system two thinking, big slow thoughts. Put an open ended question in, get an open ended answer out (plus hallucinations when confidence is low!).

When you ask ChatGPT or Claude a simple question, that system two thinking burns tokens and takes time to answer you.

Jev is a proposition to the whole ecosystem to make our current AI systems more efficient.

Going further than just the simple idea of "Get Jev to answer the yes/no questions, reserve Claude for bigger questions" is the concept that LLMs are making tonnes of their own questions as they go during their thought processes and agentic runs that Jev could be inserted as a tool call to speed it up.

You ask for research on a topic, Claude fans out and builds a list of possible resources, Jev selects the ones to pursue, Claude needs to determine if the user prompt was asking for something specific or broad, a joke or a serious query, deserving a long or short response, etc etc, it just gives Jev those options and asks it to pick. So no more having a big bulky frontier model making small decisions, Jev does it for a fraction of the cost and time and Claude gets on with the system two bits.

You can extend that logic moreso to coding applications where Jev could be essentially auto-completing basic work.

All the demos you are seeing now are people mucking about with the concept before we see OpenAI or Anthropic release an update.

Hell, maybe Opus 5.5 is doing some Jev-style stuff to be 40% more efficient.

1h agoHN ↗

My understanding is that

1. Jev is generally useful as a classifier, out of the box, in many different situations. No training data, no training runs, it "just works" and makes it easy to integrate at points we always wanted, but never found the time to.

2. The hype machine hasn't had much since OpenClaw, I expect things to wane similarly with time.