Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. GPT-6 Sol and Luna(openai.com)
    425comments
  2. Claude Opus 5.5(anthropic.com)
    645comments
  3. OpenAI GPT–6 Astra breaks Enigma message that has resisted solution since 2005(cryptocellar.org)
    338comments
  4. 'We hacked the FBI:' Hackers say they have data on all FBI employees(404media.co)
    37comments
  5. SAML: A Fractal of Bad Design(trailofbits.com)
    21comments
  6. Obscura: The first VPN that can't log your activity(obscura.com)
    33comments
  7. Claude Opus 5.5 Intelligence, Performance and Price Analysis (Max)(artificialanalysis.ai)
    49comments
  8. WordPress: Unauthenticated path traversal leading to conditional RCE(github.com/wordpress)
    54comments
  9. Unreal Agent(unreallabs.ai)
    38comments
  10. What California is learning from solar panels built over irrigation canals(kqed.org)
    4comments
  11. Native apps written in TypeScript and CSS(github.com/geastack)
    6comments
  12. Explaining to business people why building software is still hard(manager.dev)
    31comments
  13. Did OpenAI solve the wrong Navier-Stokes problem?(scientificamerican.com)
    5comments
  14. An update on how we confirm your age group on Discord(discord.com)
    5comments
  15. OpenAI is well positioned to fast-follow Jev(arcturus-labs.com)
    166comments
  16. Show HN: Training a model to identify AI web content from structure alone(arxiv.org)
    4comments
  17. MUNI Heritage Weekend in San Francisco(lawrence.lu)
    30comments
  18. Show HN: JevBench, a reproducible benchmark for typed decision models(benchmarkheaven.com)
    1comments
  19. Markdown in /src(htmx.org)
    12comments
  20. How did AMD Ryzen get 50% faster in two years?(lemire.me)
    19comments
  21. Overreliance on AI contributed to missile strike on Iran school – Pentagon(bloomberg.com)
    114comments
  22. 16-bit Intel 8088 chip (c. 1985)(allpoetry.com)
    12comments
  23. The JavaScript Midlife Crisis(maroun-baydoun.com)
    3comments
  24. A Faster Shortest Path Algorithm(vals.ai)
    4comments
  25. Launch HN: Coverage Cat (YC S22) – Umbrella insurance via your personal agent(coveragecat.com)
    19comments
  26. George Lucas Returns to Earth, Bearing Gifts(commonedge.org)
    14comments
  27. There's a high chance of devices being sold with GrapheneOS preinstalled in 2027(grapheneos.social)
    84comments
  28. Apple has added persistent 'ads' to iOS, and it's driving users crazy(techradar.com)
    385comments
  29. People hooked on vapes try a new way to quit: cigarettes(bloomberg.com)
    38comments
  30. Writing Rust code that's fast by asking agents to make the code faster(minimaxir.com)
    46comments

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

25 pointsby 7h 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?