Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Alibaba Contributing $3M USD to Omarchy to Work on Making "Ideal" Agentic OS(phoronix.com)
    discuss
  2. Too much or too little sleep may make your body age faster(sciencedaily.com)
    discuss
  3. A gardening game that takes 48 real days to grow one zucchini(ihaveagarden.com)
    discuss
  4. Implementing the esoteric "Brainfuck" language in Carp Lisp [video](youtube.com)
    discuss
  5. Capita lacks the 'capacity and ability' to run GP pension scheme, BMA tells MPs(computerweekly.com)
    discuss
  6. Notes from the SF Safety Scene(12gramsofcarbon.com)
    discuss
  7. The Economics of Open-Weight Inference(ornn.com)
    discuss
  8. Texas police department ordered to close for failing to provide public benefit(dallasnews.com)
    discuss
  9. The draft AI code of conduct forbids me from saying 'I don't know'(ilands.ai)
    discuss
  10. Time to Spend Tokens or Meditate?(inmve.github.io)
    discuss
  11. It's the Fun(scottsumner.substack.com)
    discuss
  12. SEO Content Brief: What to Include for Better Rankings(briefiq.io)
    discuss
  13. Expat 2.8.5 released, fixes vulnerability CVE-2026-93990(hartwork.org)
    discuss
  14. A First Futamura Projection(veitheller.de)
    discuss
  15. Show HN: IntelliChat minimalist, open-source UI for local and cloud AI(github.com/intelligentnode)
    discuss
  16. Differential Equations, an Interactive Introduction(chapterpal.com)
    discuss
  17. A Simple Guide to Calm UI(maxschmitt.me)
    1comments
  18. Anthropic at $2T isn't far-fetched(ft.com)
    1comments
  19. Firedrill: Stateful tool simulation for AI agents(github.com/firedrill-tools)
    discuss
  20. Carefully Applied: Resume and LinkedIn Rewriting(carefullyapplied.com)
    discuss
  21. iPhone 15 Pro and 16 Settlement for Apple Intelligence taking claims – US ONLY(smartphoneaisettlement.com)
    discuss
  22. Nvidia Isaac ROS 5.0: agentic, open-source robotics development(nvidia.com)
    discuss
  23. Toadstools and Toxins(aeon.co)
    discuss
  24. Remote Code Execution (RCE) in a DoD Website(hackerone.com)
    1comments
  25. People Training OpenAI's AI Fired for Using AI to Train the AI(404media.co)
    discuss
  26. Worker Previews: isolated preview for every change your agent makes(cloudflare.com)
    discuss
  27. Websites that read in the terminal: the TermWeb standard(andros.dev)
    discuss
  28. Devin AI and SWE-2 First Impressions(catalins.tech)
    discuss
  29. George Lucas Museum Review: A Bold Throwback to Gilded Age Patronage(hollywoodreporter.com)
    discuss
  30. AI Is Antithetical to Learning(jola.dev)
    1comments

JevBench, a reproducible benchmark for typed decision models

2 pointsby 48m agobenchmarkheaven.com
1 comments
48m 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?