Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Can gzip be a language model?(nathan.rs)
    26comments
  2. MiMo v2.6(xiaomi.com)
    389comments
  3. Spymarks, Not Watermarks(brand.io)
    99comments
  4. Attention is all you have(alicegg.tech)
    227comments
  5. Transformers Explained Visually(poloclub.github.io)
    61comments
  6. What Sun got wrong(dtrace.org)
    330comments
  7. MiMo-v2.6-Pro: Intelligence, Performance and Price Analysis(artificialanalysis.ai)
    9comments
  8. I don't want to read what you didn't write(colinbreck.com)
    235comments
  9. AI coding has made CI a bottleneck, so we reworked ours to keep up(linear.app)
    239comments
  10. Looking forward to Git 2.56 – and 3.0(lwn.net)
    49comments
  11. Engineering Memory: On learning to memorize first 100 digits of pi (2024)(gregorygundersen.com)
    6comments
  12. NASA’s Mars Sample Return mission is dead(science.org)
    317comments
  13. Divide by depth for instant 3D(gabrieloc.com)
    24comments
  14. World Wide Words(worldwidewords.org)
    1comments
  15. PDF Forgeries Are Surprisingly Rare (2022)(gwern.net)
    28comments
  16. The Advisory Group on Mathematics and Artificial Intelligence(terrytao.wordpress.com)
    63comments
  17. Socrates vs. the Written Word (2011)(wondermark.com)
    17comments
  18. Claude Status – Elevated errors for multiple models(claude.com)
    75comments
  19. How do traffic signals work? (2019)(practical.engineering)
    59comments
  20. Python Workers are now generally available(cloudflare.com)
    37comments
  21. What It's Like to Work in One of America's Data Centers(wsj.com)
    discuss
  22. HERMES radio enables voice and data communication over vast distances(ieee.org)
    58comments
  23. Frontier AI on Your Own Hardware(timdettmers.com)
    77comments
  24. Grok 4.7(x.ai)
    480comments
  25. Apple Copland D11E4 Booting in the Browser(pagetable.com)
    39comments
  26. More floating point alternatives(wizardzines.com)
    22comments
  27. First Shader from Zero in Godot 4(gdquest.com)
    8comments
  28. Turn off and restrict access to Apple Intelligence features on Mac(support.apple.com)
    195comments
  29. Why does mathmain need an encrypted loader?(safedep.io)
    37comments
  30. Used ThinkPad Buyer's Guide (2019)(bobble.tech)
    discuss

Jev introduces a new shape of LLM

26 pointsby 3h agosimonwillison.net
5 comments
1h agoHN ↗

About jev being a black box and the potential for bias, I think it boils down to what questions you are asking the model.

Broad questions like Is this resume good / score this city will ofcourse be biased but I think jev encourages more granular focused questions like Score this candidates Python experience / Rate this city for its food which then allows you to introduce your own biases in which questions you ask and how you combine their answers.

In this way I think jev like models can be easier to reason about for critical decisions.

1h agoHN ↗

I’m not sure I understand the hype around this model. Isn’t this just an llm with a chat template, with the options prefix cached?

  <option>option A</option> <option>option B</option><endofoptions>userprompt<eos>

Then the llm is constrained to a few special tokens indicating the possibilities? e.g. <option1> <option2>

53m agoHN ↗

To get calibrated probabilities sounds like a very good feature, if they are indeed well calibrated.

And in my experiments even Qwen 3.8 has a hard time to consistenly conform to a schema, requiring retries, JSON cleanup etc, so to have a model of similar quality (SemIf et al) that simply cannot deviate from the schema by construction could be very helpful.

But I still need to experiment with either Jev/SemIf myself.

50m agoHN ↗

I think "Black boxes are back in fashion" is missing the point. I think LLMs are still largely black boxes, and I don't think chain of thought is representative of any degree of inner machination. Asking it questions to justify itself is at best a facsimile, and for the most part it's useful, but it's fundamentally a facsimile.

Where I understand Jev to be a significant jump is that afaik the confidence scoring is actually derived from the normalised probabilities, and not a continuation in a chain of prediction masquerading as "confidence."