Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Do Social Norms Substitute for Enforcement? [pdf](nber.org)
    discuss
  2. Trying to Observe Convection Plumes (and other chaos things)(chillphysicsenjoyer.substack.com)
    discuss
  3. Human Glitch – twenty small web experiences, each one starts free(humanglitch.ai)
    discuss
  4. iPhone 18 Pro Max SSD drops lower than hard drive at 1.1 MBs during heavy writes(tomshardware.com)
    discuss
  5. Google says its AI model gained unauthorized access to three outside systems(nbcnews.com)
    discuss
  6. Shipping local speech-to-text inside a Tauri app(writewithset.com)
    discuss
  7. Libnix: Nix as a Backend to Cargo(github.com/nixcloud)
    discuss
  8. The one-person unicorn: building a company alone in two days with Claude(leaveyouragent.com)
    discuss
  9. Gemini 3.8 TTS Playground(simonwillison.net)
    discuss
  10. Jev deserves hype but not the type its getting(github.com/yididev)
    1comments
  11. Meta VR Glasses(meta.com)
    10comments
  12. US investigates after F-35 parts diverted to Hong Kong(politico.com)
    2comments
  13. The Full Stack Obliteration(reinhash.com)
    1comments
  14. Linux on Snapdragon X2 Series Early Developer Preview(qualcomm.com)
    discuss
  15. Every U.S. State Ranks Above Every Foreign Economy in Household Consumption(twitter.com/cremieuxrecueil)
    1comments
  16. Show HN: Submit asynchronous LLM batch jobs through one interface(github.com/gojiplus)
    discuss
  17. Show HN: A CC0 museum of retro 3D tricks you can paste into a page(3d-retro.com)
    1comments
  18. OpenAI agent hacked into Australia's national healthcare system(cnn.com)
    2comments
  19. LatentPort: Cross-model recurrent state transfer without prefix replay(arxiv.org)
    discuss
  20. Stanford violated AI policy after race-swapping students in ad(sfchronicle.com)
    1comments
  21. Post-Training Post-Morten: Tenet / Harvey(newpriors.substack.com)
    discuss
  22. UK shares findings of damning climate crisis national security report(theguardian.com)
    discuss
  23. Tiny C Compiler with POSIX superpowers(github.com/muras69)
    1comments
  24. The Majority of Actors Are Struggling(pajiba.com)
    discuss
  25. Fire in the brain: How psychosis may arise when the body attacks itself(knowablemagazine.org)
    discuss
  26. We've Turned Starlink into a Planetary Barometer(spaceweather.com)
    2comments
  27. One setup, every AI CLI with agnostic-AI(agnostic-ai.org)
    1comments
  28. Why did Google declare war on HTTP? (2016)(josh.com)
    1comments
  29. Show HN: NetHackers(dunnolab.ai)
    2comments
  30. Sidehoe – Your Roster. Handled(sidehoe.chat)
    1comments

Mercury 2.5 LLM hits 770 tokens per second

21 pointsby 1h agoartificialanalysis.ai
9 comments
1h agoHN ↗

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

59m agoHN ↗

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

15m 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 ↗

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.

41m 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.

21m 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

6m 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...