Hacker News

Top stories

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

Jev introduces a new shape of LLM

29 pointsby 4h agosimonwillison.net
5 comments
2h 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>

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

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