Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Meta VR Glasses(meta.com)
    148comments
  2. Linux support is coming to Snapdragon X2 Series(qualcomm.com)
    63comments
  3. Claude discovers a novel enzyme system with CRISPR-like repeats(anthropic.com)
    528comments
  4. VSCode's SSH Agent Is Bananas (2025)(fly.io)
    86comments
  5. ArXiv receives multiyear commitments to support it as an independent nonprofit(arxiv.org)
    7comments
  6. The "Windows XP Box" (2003)(mini-itx.com)
    7comments
  7. Mercury 2.5 LLM hits 770 tokens per second(artificialanalysis.ai)
    21comments
  8. FLAWED's Flaws and What This Means for Industry Research(suhacker.ai)
    discuss
  9. Fixing the Portobello Police Station Clock(pointinthecloud.com)
    88comments
  10. We just shipped support for the ugliest part of HTTP: Vary(cloudflare.com)
    9comments
  11. LensVLM: Compressing long context as images, expanding only relevant pages(huggingface.co)
    6comments
  12. The mystery animal on an ancient god's head(signoregalilei.com)
    16comments
  13. Italian parliament votes for return to nuclear energy(apnews.com)
    382comments
  14. A brief history of Windows scroll bar shortcuts(devblogs.microsoft.com/oldnewthing)
    48comments
  15. Show HN: An open-source manufacturing ERP/MES/QMS(carbon.ms)
    discuss
  16. Making Tailscale Faster(tailscale.com)
    31comments
  17. Gemini 3.8 text-to-speech(blog.google)
    124comments
  18. The Curious Power of Punctuation(newyorker.com)
    3comments
  19. Radicle: Disclosure of Vulnerability in the Network Protocol(radicle.dev)
    48comments
  20. Tokens too cheap to meter(jyn.dev)
    179comments
  21. Augustofaces: Pareidolia Fine Art(augusto.at)
    1comments
  22. Swap, ZRAM, Zswap and Hibernate on NixOS(matthewbrunelle.com)
    7comments
  23. A refined phylochronology of the second plague pandemic in Western Eurasia(pnas.org)
    discuss
  24. I don't want the details(michaelheap.com)
    194comments
  25. Z80 REPL (2018)(abagames.github.io)
    18comments
  26. Claude Code reads AGENTS.md only when telemetry is on [fixed](szypowi.cz)
    256comments
  27. Show HN: I built a post-mortem debugger for native Windows x64/x86 crashes(forensicdbg.com)
    5comments
  28. QuestDB (YC S20) Is Hiring a Sales Engineer(questdb.com)
    discuss
  29. Once Claude can measure something, it can make it faster(claude.dev)
    104comments
  30. 28% of job postings on company career sites have been open over 90 days(unlisted.careers)
    298comments

Mercury 2.5 LLM hits 770 tokens per second

44 pointsby 3h agoartificialanalysis.ai
20 comments
3h agoHN ↗

The speed means absolutely nothing when it is finishing almost dead last when compared to the frontier AI companies.

2h agoHN ↗

Ah, the old "good, fast, or cheap; pick two" proves true once again.

1h agoHN ↗

Not if your use case needs speed. For one of my products I can't use an LLM that has a p99 of >700ms for TTFT.

1h agoHN ↗

If it could output 1k tokens per second but needed 4 seconds to produce the first batch of 4k, would that not be viable?

36m agoHN ↗

It means something, because it an iterative workflow. If you're willing to burn tokens, it's possible for weaker models to implement tasks by incrementally improving drafts.

2h agoHN ↗

Pricing at $0.25 and $0.75 already puts its cost well above reasonably reputable inference providers for deepseek v4 flash or qwen 3.8-flash-next or similar class of open weight LLMs that fit in under 170GB of RAM, so I don't see the point. I think this is probably also stupider than laguna s 2.1 which can also be very cheap to serve.

2h agoHN ↗

If you care about speed Cerebras gpt-oss-120b is 1400tk/s and "just as smart" in ranking.

I've used it on a few for fun projects and its decent but the speed is crazy to watch.

41m agoHN ↗

yeah. K2.6 can run on insane speeds. So sad that they don't have K3 yet.

But it can apparently also run 5.6 Sol

30m agoHN ↗

Unfortunately, the lack of an input cache discount makes it prohibitively expensive for most use cases that aren't one-shot prompts.

1h agoHN ↗

I honestly think the diffusion LLM approach is a dead end

It's telling that frontier labs like Google toyed around with it but didn't invest further even for their most speed and cost sensitive small models

Still unclear for what, if any use cases this is pareto frontier

1h agoHN ↗

You can't think that a small startup versus Anthropic's training setup is anywhere near the same scale to make apples to apples comparisons.

Not sure how the Chinese labs pull it off though using autoregressive models. The secret sauce is probably going to be in the training data.

The main reason Google hasn't switched over to DiffusionGemma is because serving at larger batch sizes loses the speed gains you get from diffusion, and most of the primary use case is serving many users at once off a single device with a large batch size.

If you were to move to on-device low latency... like say in a robot or something, then the story might be different...

33m agoHN ↗

Personally, I think it's more that text diffusion is not the ideal driver of an agentic work loop than that text diffusion is a total dead end. I am still hoping to see how it does on authoring and editing with further scaling and optimization. I think the push for AGI has put a bit too much focus on the idea of one general model doing everything.

45m agoHN ↗

this feels like "we got the same benches as gpt-oss-120b but are also potentially slower while saying it is great"