Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. GPT-6 Sol and Luna(openai.com)
    445comments
  2. Claude Opus 5.5(anthropic.com)
    677comments
  3. 'We hacked the FBI:' Hackers say they have data on all FBI employees(404media.co)
    82comments
  4. OpenAI GPT–6 Astra breaks Enigma message that has resisted solution since 2005(cryptocellar.org)
    342comments
  5. SAML: A Fractal of Bad Design(trailofbits.com)
    32comments
  6. Claude Opus 5.5 Intelligence, Performance and Price Analysis (Max)(artificialanalysis.ai)
    51comments
  7. Microsoft killed FoxPro in 2007. Anyway, here's FoxPro revived(foxscript.org)
    discuss
  8. WordPress: Unauthenticated path traversal leading to conditional RCE(github.com/wordpress)
    61comments
  9. No Sloptober(no-sloptober.com)
    7comments
  10. What California is learning from solar panels built over irrigation canals(kqed.org)
    25comments
  11. Native apps written in TypeScript and CSS(github.com/geastack)
    8comments
  12. The UV index is not the warm sensation of sunlight on bare skin(asciitweezers.com)
    discuss
  13. Did OpenAI solve the wrong Navier-Stokes problem?(scientificamerican.com)
    21comments
  14. Markdown in /src(htmx.org)
    15comments
  15. OpenAI is well positioned to fast-follow Jev(arcturus-labs.com)
    171comments
  16. An update on how we confirm your age group on Discord(discord.com)
    11comments
  17. MUNI Heritage Weekend in San Francisco(lawrence.lu)
    32comments
  18. Unreal Agent(unreallabs.ai)
    46comments
  19. Show HN: Training a model to identify AI web content from structure alone(arxiv.org)
    6comments
  20. How did AMD Ryzen get 50% faster in two years?(lemire.me)
    27comments
  21. Rabbit Hole: Minimum L-seams(fractalkitty.com)
    5comments
  22. A Faster Shortest Path Algorithm(vals.ai)
    5comments
  23. Show HN: JevBench, a reproducible benchmark for typed decision models(benchmarkheaven.com)
    1comments
  24. 16-bit Intel 8088 chip (c. 1985)(allpoetry.com)
    12comments
  25. George Lucas Returns to Earth, Bearing Gifts(commonedge.org)
    23comments
  26. The JavaScript Midlife Crisis(maroun-baydoun.com)
    5comments
  27. Overreliance on AI contributed to missile strike on Iran school – Pentagon(bloomberg.com)
    126comments
  28. Apple has added persistent 'ads' to iOS, and it's driving users crazy(techradar.com)
    396comments
  29. Launch HN: Coverage Cat (YC S22) – Umbrella insurance via your personal agent(coveragecat.com)
    19comments
  30. There's a high chance of devices being sold with GrapheneOS preinstalled in 2027(grapheneos.social)
    92comments

Show HN: JevBench, a reproducible benchmark for typed decision models

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