Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Claude Opus 5.5(anthropic.com)
    234comments
  2. OpenAI GPT–6 Astra breaks Enigma message that has resisted solution since 2005(cryptocellar.org)
    272comments
  3. OpenAI is well positioned to fast-follow Jev(arcturus-labs.com)
    101comments
  4. 16-bit Intel 8088 chip(allpoetry.com)
    3comments
  5. WordPress: Unauthenticated path traversal in page-template resolution(github.com/wordpress)
    3comments
  6. Aging may be a program, not a breakdown(quantamagazine.org)
    7comments
  7. Writing Rust code that's fast by asking agents to make the code faster(minimaxir.com)
    15comments
  8. Apple has added persistent 'ads' to iOS, and it's driving users crazy(techradar.com)
    246comments
  9. Show HN: Drop – A rootless Linux sandbox with gVisor support(droprun.sh)
    29comments
  10. Show HN: AI·rete·RAG – a Rete rule engine decides, RAG explains why(ai-rete-rag.com)
    discuss
  11. Solitaire Alone Together(solitairealonetogether.com)
    12comments
  12. Can gzip be a language model?(nathan.rs)
    121comments
  13. MiMo v2.6(xiaomi.com)
    461comments
  14. Spymarks, not Watermarks(brand.io)
    154comments
  15. Show HN: InstinctFlash – Run 5B world-action models in real time on Jetson Thor(github.com/general-instinct)
    discuss
  16. Meta’s Muse has a serious 0-day(arstechnica.com)
    29comments
  17. I asked Meta’s Muse for its filesystem and it sent me 6.8GB(mouse.dev)
    90comments
  18. Xbox continues its “reset” with dramatic restructuring(arstechnica.com)
    15comments
  19. MUNI Heritage Weekend in San Francisco(lawrence.lu)
    18comments
  20. Teleoperated Humans(jefftk.com)
    31comments
  21. The Economics of Open-Weight Inference(ornn.com)
    7comments
  22. Transformers Explained Visually(poloclub.github.io)
    84comments
  23. Relativistic raytracing(publish.obsidian.md)
    discuss
  24. Vacate a drone restriction that criminalized recording immigration agents(eff.org)
    9comments
  25. What Sun got wrong(dtrace.org)
    380comments
  26. I said no and Apple said yes(dbushell.com)
    517comments
  27. I don't want to read what you didn't write(colinbreck.com)
    387comments
  28. MiMo-v2.6-Pro: Intelligence, Performance and Price Analysis(artificialanalysis.ai)
    60comments
  29. AMD's random number generator can't generate a 0?(flatassembler.net)
    152comments
  30. AI coding has made CI a bottleneck, so we reworked ours to keep up(linear.app)
    367comments

JevBench, a reproducible benchmark for typed decision models

10 pointsby 4h agobenchmarkheaven.com
1 comments
4h 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?