Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Confronting Unknowns: A Framework for Anomalous Aerospace Events(sensemaking.wtf)
    discuss
  2. Proxy and Reflect(piccalil.li)
    discuss
  3. AMD-AGI/HyperLoom – Agentic system that auto-optimizes LLM workloads on AMD GPUs(github.com/amd-agi)
    discuss
  4. Gemini 3.8 text-to-speech says hello(blog.google)
    discuss
  5. I See Dead Cars: A Mailman's Daily Trip Down Memory Lane(caranddriver.com)
    discuss
  6. Paste.sh – Encrypted Pastebin(paste.sh)
    discuss
  7. Why Human Informants Still Matter in the Age of AI Surveillance(smallwarsjournal.com)
    discuss
  8. You Can See Everything – Official Trailer – A24 [video](youtube.com)
    discuss
  9. Valve's Linux Steam client now runs on an Android phone. No root(the412banner.github.io)
    discuss
  10. Funding MIT Software with Commercial-Use Binaries(yaak.app)
    discuss
  11. Show HN: Open Code for Jev(github.com/backant-io)
    discuss
  12. Radicle: Disclosure of Vulnerability in the Network Protocol(radicle.dev)
    discuss
  13. A week in Beijing and Shanghai with the people building AI in China(earnedintuition.substack.com)
    discuss
  14. How to teach a robot to water the table(humansignal.com)
    discuss
  15. Amazon opens its seller tools to outside AI agents, starting with Anthropic(geekwire.com)
    discuss
  16. Can you even "own" a passkey?(cendyne.dev)
    discuss
  17. Show HN: Attn – An open-source local Gmail client(github.com/stephenw310)
    discuss
  18. SEO Specialist
    discuss
  19. Fixing the Portobello Police Station Clock(pointinthecloud.com)
    2comments
  20. Show HN: OpenGET, an Old School RuneScape Grand Exchange Tracker(dreamstation.systems)
    discuss
  21. Evaluator Optimizer(claude.com)
    discuss
  22. Why are Opus 5.5 and GPT-6 Sol cheaper?(claudecodecamp.com)
    discuss
  23. Ask HN: Anyone working in Intellingent Doc Processing (IDP)? What do you do?
    discuss
  24. GPT-6 Astra has gained the ability to drive a car(drivingbench.com)
    discuss
  25. Jev does not play dice(kantahayashiai.github.io)
    discuss
  26. Parakeet.java: Automatic Speech Recognition in Pure Java(github.com/qxoticai)
    1comments
  27. Step Code: MIT-licensed coding agent CLI built around Step 5 Preview(github.com/stepfun-ai)
    discuss
  28. Space Bunny Alpha(openrouter.ai)
    discuss
  29. The Horowitz Andreessen Academy(a16z.news)
    discuss
  30. Show HN: I Built a GIF Decider with Jev(gifdecider.com)
    1comments

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

1 pointsby 45m ago
1 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.

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