Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Lm-detector: Model fingerprint detection on Web and CLI(github.com/ikaleio)
    discuss
  2. SnakeCharmer: Fuzzing Harness Generation for Pure and Hybrid Python Libraries [pdf](utah.edu)
    discuss
  3. Making my vibe-coded app best as possible (I am perfectionist), umm for 0 users
    discuss
  4. JEV Engineering for Coding Agents(drive.google.com)
    discuss
  5. Show HN: An open-source manufacturing ERP/MES/QMS(carbon.ms)
    discuss
  6. Hard Startups (2020)(samaltman.com)
    discuss
  7. OnPanda – Open-source token inspection&data annotation tool from Step 5 Preview(twitter.com/stepfun_ai)
    discuss
  8. Feds Target AI Critics as "Foreign Agents"(kenklippenstein.com)
    discuss
  9. Arumayi(arumayi.com)
    discuss
  10. Calculating atmospheric drag on satellites for a Cubesat [pdf](osti.gov)
    discuss
  11. ChatGPT DIL (Declarative Interface Language)(twitter.com/oranlooney)
    discuss
  12. OpenAI model breaches Australian government websites(politico.com)
    discuss
  13. Show HN: An on-device OSS alternative to Wispr Flow(frigade.com)
    discuss
  14. Drawing a portrait with the traveling salesman problem by Opus 5.5(echohive.ai)
    discuss
  15. Holistic design systems for the AI coding era(numeric.substack.com)
    discuss
  16. RatHat Malware Can Hijack Your Android by Disguising Itself as a Legitimate App(cnet.com)
    discuss
  17. AI-CAD: An OSS Multi-Agent Harness for Mech. Eng. CAD(github.com/ai-cad-labs)
    discuss
  18. The iPhone 4 'Antennagate' Press Conference Q&A – Finally(daringfireball.net)
    1comments
  19. Sol 6 and Opus 5.5 compared on an agentic CAD harness(partforge.ai)
    discuss
  20. From biologists, math could learn to live with AI(terrytao.wordpress.com)
    discuss
  21. Do Social Norms Substitute for Enforcement? [pdf](nber.org)
    discuss
  22. Trying to Observe Convection Plumes (and other chaos things)(chillphysicsenjoyer.substack.com)
    discuss
  23. Human Glitch – twenty small web experiences, each one starts free(humanglitch.ai)
    discuss
  24. iPhone 18 Pro Max SSD drops lower than hard drive at 1.1 MBs during heavy writes(tomshardware.com)
    discuss
  25. Google says its AI model gained unauthorized access to three outside systems(nbcnews.com)
    discuss
  26. Shipping local speech-to-text inside a Tauri app(writewithset.com)
    discuss
  27. Libnix: Nix as a Backend to Cargo(github.com/nixcloud)
    discuss
  28. The one-person unicorn: building a company alone in two days with Claude(leaveyouragent.com)
    discuss
  29. Gemini 3.8 TTS Playground(simonwillison.net)
    discuss
  30. Jev deserves hype but not the type its getting(github.com/yididev)
    1comments

Mercury 2.5 LLM hits 770 tokens per second

34 pointsby 2h agoartificialanalysis.ai
12 comments
2h agoHN ↗

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

1h 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.

26m 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?

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.

1h 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.

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