Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Law firm paid £200M to support Post Office, while police investigating scandal(computerweekly.com)
    discuss
  2. Named and Optional Arguments Are Awesome(botahamec.dev)
    discuss
  3. AI Overviews and the Limits of the Search Safe Harbor(lawfaremedia.org)
    discuss
  4. Training a Language Model End-to-End in Rust: An Experience Report(arxiv.org)
    discuss
  5. Show HN: Watch Newsletters by AI(newsletrix.com)
    discuss
  6. Meta testing a 'human concierge' for its new personal AI agent, Muse(reuters.com)
    discuss
  7. SLOPocalypse Survivors(joshtronic.com)
    discuss
  8. Show HN: Cloud-based email and calendar sync platform and Android app – for sale(sugarmail.app)
    discuss
  9. OAuth Token Theft Through Microsoft's Front Door(huntress.com)
    discuss
  10. Apple Reference Image Explained Through Anti-Doping(medium.com/the-quantastic-journal)
    discuss
  11. Maynooth university: MU researchers build world-first DNA computer(maynoothuniversity.ie)
    discuss
  12. ComfyUI launches OpenRouter for generative media(comfy.org)
    1comments
  13. Show HN: PicoLM v1.0-rc2 ("Yura Kana"). Run an LLM on Digital Unix(github.com/whoreson)
    discuss
  14. A Startup Wants to Power Data Centers with 'Supercritical' Carbon Dioxide(wired.com)
    discuss
  15. We open-sourced an event ticketing platform(evnelo.com)
    1comments
  16. Functionally Zen(testdouble.com)
    discuss
  17. Trump reveals millions of dollars' worth of share deals in big tech and AI(bbc.com)
    discuss
  18. OpenAI nabs key Patreon execs ahead of upcoming announcement(theverge.com)
    discuss
  19. Open-weight models now carry 56% of production tokens and 14% of the spend(fromtheterminal.substack.com)
    discuss
  20. Show HN: Volum – An open-source visual library for 3D model files(didac.dev)
    discuss
  21. iPhone 4 "Antennagate" Q&A – Steve Jobs, Tim Cook and Bob Mansfield (2010) [video](youtube.com)
    discuss
  22. Containers Are No Longer a Security Boundary(depthfirst.com)
    discuss
  23. Data Centers Are Theft(machinesociety.ai)
    discuss
  24. Is AI killing the forums and wikis your IT team relies on?(spiceworks.com)
    discuss
  25. The science of Monkey Island: can grog dissolve a metal mug that fast?(jgeekstudies.org)
    discuss
  26. Top post in R/gamedev: "AI models have caught up with Unity dev."(reddit.com)
    1comments
  27. We ported the original Doom to SQL(cedardb.com)
    1comments
  28. Show HN: A browser word game about composing Chinese characters(chunqiuyiyu.com)
    discuss
  29. What's Inside Fauci's Diary [video](youtube.com)
    discuss
  30. Systemd v262 Released(github.com/systemd)
    1comments

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

1 pointsby 1h 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.

1h 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.

41m 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.