Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. A Startup Wants to Power Data Centers with 'Supercritical' Carbon Dioxide(wired.com)
    discuss
  2. We open-sourced an event ticketing platform(evnelo.com)
    1comments
  3. Functionally Zen(testdouble.com)
    discuss
  4. Trump reveals millions of dollars' worth of share deals in big tech and AI(bbc.com)
    discuss
  5. OpenAI nabs key Patreon execs ahead of upcoming announcement(theverge.com)
    discuss
  6. Open-weight models now carry 56% of production tokens and 14% of the spend(fromtheterminal.substack.com)
    discuss
  7. Show HN: Volum – An open-source visual library for 3D model files(didac.dev)
    discuss
  8. iPhone 4 "Antennagate" Q&A – Steve Jobs, Tim Cook and Bob Mansfield (2010) [video](youtube.com)
    discuss
  9. Containers Are No Longer a Security Boundary(depthfirst.com)
    discuss
  10. Data Centers Are Theft(machinesociety.ai)
    discuss
  11. Is AI killing the forums and wikis your IT team relies on?(spiceworks.com)
    discuss
  12. The science of Monkey Island: can grog dissolve a metal mug that fast?(jgeekstudies.org)
    discuss
  13. Top post in R/gamedev: "AI models have caught up with Unity dev."(reddit.com)
    1comments
  14. We ported the original Doom to SQL(cedardb.com)
    1comments
  15. Show HN: A browser word game about composing Chinese characters(chunqiuyiyu.com)
    discuss
  16. What's Inside Fauci's Diary [video](youtube.com)
    discuss
  17. Systemd v262 Released(github.com/systemd)
    1comments
  18. AI anxiety is sweeping the globe – and cutting across party lines(politico.eu)
    discuss
  19. Linux Implements Dynamic Bash Tab Completion(salivity.github.io)
    discuss
  20. I Couldn't Build Jev at OpenAI – Diogo Almeida, TypeSafe Co-Founder and CEO [video](youtube.com)
    discuss
  21. Performance and safety of a multi-cancer early detection test(nature.com)
    discuss
  22. Ethics of Agent Exploitation(cygankiewicz.com)
    discuss
  23. Build a devtool once. Mount it anywhere(devfra.me)
    discuss
  24. Troubleshooting a weird keyboard on a Pentium III(rubenerd.au)
    discuss
  25. Show HN: a Rust crate to mock concrete type without using trait(github.com/xtsoftwarelabs)
    discuss
  26. Woman Arrested, Dragged Away After Speaking About Flock at City Council Meeting(404media.co)
    4comments
  27. Anthropic made Opus 5.5 cheaper. Then it broke four things your agent depends on(thenewstack.io)
    discuss
  28. I Manage Homebrew from a UI(albertoarena.it)
    discuss
  29. An agent is not an extension of the employee who created it(getlago.com)
    discuss
  30. Agent Communication Protocol(agentcommunicationprotocol.dev)
    discuss

Jev Can't Be Calibrated

9 pointsby 1h agoalexmolas.com
12 comments
1h agoHN ↗

I tested Jev with a fair die 400 times without telling it the die result. The true probability of face 1 is 1/6, but Jev always chose face 1 and the probability it returned was about 83%. I also tested with a fair coin 200 times and got 0.92 probability.

I did several tests and I think Jev is good at problems with a correct answer but weak at problems about actual probabilities whose answers can't be known at all.

Write-up: "Jev Does Not Play Dice" https://kantahayashiai.github.io/posts/jev-does-not-play-dic...

55m agoHN ↗

But "problems about actual probabilities whose answers can't be known at all" are exactly the problems where calibration is important. Since calibration is one of the big claims about Jev I'd expect it to perform well in these problems.

27m agoHN ↗

I agree. I think it's odd behavior too. Jev should be good at actual probability problems given the phrase "calibrated probabilities" TypeSafe uses for Jev. Maybe the reason is the data used in their training method (RLCD). If all the data consists of problems with a correct answer, I think this kind of odd behavior could happen.

14m agoHN ↗

The reason and the word you're looking for is mode collapse. It happens during RL, it's not a dataset problem, and it's the reason for many issues with LLM writing and all sorts of issues in all types of models. The result you got is 100% predictable and unsurprising, as it's a neglected problem nobody really rushes to solve as current big model training is laser focused on one thing and one tool.

21m agoHN ↗

Echoes a bit of a philosophical distinction with a long history: "Knightian Uncertainty" versus "Probability".

13m agoHN ↗

Hah! I did the exact same tests as you! I found that if you give it the choice to say "not sure", it picks that 100% of the time. But if you pin it in a corner, then yes it does these weird things. Also yes, the continuous options were much more accurate than the choices. Not sure why that is.

4m agoHN ↗

If you instead offer probabilities as answers, it picks the right one with high credence.

3m agoHN ↗

Maybe I’m confused here, but it’s perfectly reasonable to just guess the same dice roll every time right?

17m agoHN ↗

In future, we will see intiatives similar to OpenStreetMap for Textual data or Web similar to high quality non-contaminated steel.

13m agoHN ↗

I'm really looking for a multi-modal image capable version of Jev.

If we could get machine learning type results on images without training, that would be fantastic.

8m agoHN ↗

Fine tuning LLMs has turned out to be mostly not worth the effort, but I wonder if fine tuning Jev-style models will turn out to be a whole lot more useful.

5m agoHN ↗

I’m using Jev to classify a blob of text I see in browser with an extension. Calibrated? No. But it’s handy enough. If a large blob of text is likely AI generated, I’m very likely to skip it