Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. OpenAI GPT–6 Astra breaks Enigma message that has resisted solution since 2005(cryptocellar.org)
    242comments
  2. OpenAI is well positioned to fast-follow Jev(arcturus-labs.com)
    78comments
  3. Jev – a curation of Jev demos on X, tools, skills, and integrations(github.com/amal-david)
    16comments
  4. Apple has added persistent 'ads' to iOS, and it's driving users crazy(techradar.com)
    181comments
  5. 16-bit Intel 8088 chip by Charles Bukowski(allpoetry.com)
    2comments
  6. Show HN: Drop – a rootless Linux sandbox with gVisor support(droprun.sh)
    21comments
  7. Solitaire Alone Together(solitairealonetogether.com)
    3comments
  8. Writing Rust code that's fast by asking agents to make the code faster(minimaxir.com)
    discuss
  9. Can gzip be a language model?(nathan.rs)
    119comments
  10. MiMo v2.6(xiaomi.com)
    458comments
  11. I asked Meta’s Muse for its filesystem and it sent me 6.8GB(mouse.dev)
    56comments
  12. Spymarks, Not Watermarks(brand.io)
    153comments
  13. Muse, Meta's extraordinarily privileged AI assistant, has a serious 0-day(arstechnica.com)
    20comments
  14. Teleoperated Humans(jefftk.com)
    17comments
  15. Line Scan Photos from MUNI Heritage Weekend in San Francisco(lawrence.lu)
    16comments
  16. Attention is all you have(alicegg.tech)
    296comments
  17. Vacate a Drone Restriction That Criminalized Recording Immigration Agents(eff.org)
    6comments
  18. Transformers Explained Visually(poloclub.github.io)
    83comments
  19. What Sun got wrong(dtrace.org)
    378comments
  20. I said no and Apple said yes(dbushell.com)
    495comments
  21. The Economics of Open-Weight Inference(ornn.com)
    4comments
  22. Xbox continues its "reset" with dramatic restructuring(arstechnica.com)
    discuss
  23. A font that reads what you wrote(rohanadwankar.github.io)
    37comments
  24. I don't want to read what you didn't write(colinbreck.com)
    384comments
  25. AMD's random number generator can't generate a 0?(flatassembler.net)
    142comments
  26. MiMo-v2.6-Pro: Intelligence, Performance and Price Analysis(artificialanalysis.ai)
    56comments
  27. AI coding has made CI a bottleneck, so we reworked ours to keep up(linear.app)
    362comments
  28. Engineering Memory: On learning to memorize first 100 digits of pi (2024)(gregorygundersen.com)
    31comments
  29. 9 Ads per Minute: FIFA Cup 26 – "the price of the beautiful game"(bristol.ac.uk)
    196comments
  30. Divide by depth for instant 3D(gabrieloc.com)
    35comments

JevBench, a reproducible benchmark for typed decision models

7 pointsby 3h agobenchmarkheaven.com
1 comments
3h agoHN ↗

Hi HN!

I built JevBench because Jev kicks ass, and the world deserves to know how the serious open source and fake lookalike projects really perform in comparison.

Jev-class models return bounded choices and probabilities instead of text, and are disruptively faster and cheaper than LLMs, while being similarly intelligent on the text input they operate on.

JevBench allows looking at accuracy, latency and price all at once, in a weighted way - you can even configure the weighting.

A full run asks 534 English decisions. The v1.3 score combines chance-corrected Intelligence, Calibration, Speed and Cost.

Leaderboard right now:

#1 - Jev 74.4 #2 - SemIf 73.1 #3 - djev 73.0 #4 - Winnow-12B Q8 71.2 #5 reflex 4B 70.3.

MIT harness, public items, frozen artifacts, scoring code and public per-task outcomes: https://github.com/fstandhartinger/jevbench

Two no-signup demos: https://who-is-right.app.mintapis.com https://is-it-ai-slop.app.mintapis.com

Limitations: English-only; latency from one German server; local/demo latency gets a disclosed ×2 adjustment (+150 ms on my servers) which is an informed assumption; held-out prompts still reach evaluated services; ~1-point gaps can be noise.

Wdyt?