Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. EU chief opens door for Canada to become 'associate member'(bbc.com ↗)
    110comments
  2. Salesforce Global Outage(salesforce.com ↗)
    10comments
  3. Mistral X Mozilla: Private, Multilingual AI Browsing(mistral.ai ↗)
    18comments
  4. Introducing System One Models and Jev(typesafe.ai ↗)
    421comments
  5. Learning Programming in an Age of LLMs(ploeh.dk ↗)
    43comments
  6. Show HN: An e-ink frame that hears birds and draws them as 1800s illustrations(github.com/arnegiacomo ↗)
    210comments
  7. Apple Reference Image: A New Approach for Verified Photography(security.apple.com ↗)
    205comments
  8. An update on Wayback Machine access(blog.archive.org ↗)
    300comments
  9. Show HN: I made a flight simulator, except you're just a passenger(inflightsimulator.com ↗)
    124comments
  10. Doing Everyone Else's Job(yosefk.com ↗)
    44comments
  11. Gemini 3.8 Live and 3.8 Live Extended Thinking(blog.google ↗)
    282comments
  12. Building a Linux GPU Driver for the M4 Mac Mini in One Month(codyho.dev ↗)
    195comments
  13. Douglas Adams and the exterminated Doctor Who adventure(bbc.co.uk ↗)
    2comments
  14. Negativland, Culture Jamming, and the Art of Making Something New(blog.archive.org ↗)
    22comments
  15. German Rheinmetall open-sources its Battlesuite connected weapon system protcol(rheinmetall.github.io ↗)
    81comments
  16. Recreating Voodoo Graphics and a Late-1990s Gaming PC on an FPGA(nand2mario.github.io ↗)
    39comments
  17. Intelligence per Watt: Measuring Intelligence Efficiency of Local AI(arxiv.org ↗)
    7comments
  18. A software thing I built: GPS on a 25MHz 486-SX(vcfed.org ↗)
    9comments
  19. Better routing, probe fixes, plugin updates in Freenet/Hyphanet 0.7.5 build 1507(hyphanet.org ↗)
    discuss
  20. Why I'm still bearish on LLMs after Navier-Stokes(dank.systems ↗)
    298comments
  21. We got admin access to Baseten's production GitHub(strix.ai ↗)
    167comments
  22. Datamimic – don't let your coding agent invent its own test world(github.com/rapiddweller ↗)
    7comments
  23. Saving Jet Fuel(marksblogg.com ↗)
    51comments
  24. Show HN: Capsule – Single-file web apps that save their data into SQLite(withcapsule.app ↗)
    142comments
  25. Let's make quality the norm again(forbrukerradet.no ↗)
    428comments
  26. Chopping up books when they're physically too big(mattkirkland.com ↗)
    173comments
  27. Suspected sabotage causes major Netherlands rail disruption(bbc.com ↗)
    445comments
  28. MartyPC – A Cycle-Accurate IBM PC/XT Emulator(github.com/dbalsom ↗)
    2comments
  29. Learning to solve hard problems in RL for LLMs by never giving up(mnoukhov.github.io ↗)
    6comments
  30. The Beauty of Roundabouts(gruhn.me ↗)
    137comments

Intelligence per Watt: Measuring Intelligence Efficiency of Local AI

55 pointsby 2d agoarxiv.org
7 comments
2h agoHN ↗

We propose intelligence per watt (IPW), task accuracy per unit of power

Stupid metric. It's not because a model is better performing that it necessarily requires more energy or compute.

2h agoHN ↗

I don't think that's what they are saying. In fact if they did the metric would be pointless. Rather they are saying by estimating that value on different architectures, one can find more efficient ones. They use open model to be able to remove unknowns. They aren't advocating for one model or another, only more efficient architectures.

24m agoHN ↗

Intelligence per Joule would be more appropriate in many cases. If a model can do the same work but takes 10 times as long as a bigger one that can still be useful (e.g. due to memory constraints), but at the same wattage it burns 10 times the energy. Even more so on mobile devices.

2h agoHN ↗

We propose miles per hour (MPH), distance travelled per unit of time

Stupid metric. It‘s not because you spend more time that you travel farther.

s/

1h agoHN ↗

Unless I misread it, are they saying local GPUs use less energy?

That’s surprising, almost unbelievable, due to batching. Local is usually not batched.

52m agoHN ↗

Small models are much smaller than frontier models though, which is how they end up consuming less energy despite low batch count. (Though with local models growing strong agentic capabilities, batching becomes a reality with local models as well).

13m agoHN ↗

Incredibly important research. We've reached the point where local LLMs are good enough! It takes less time for local model to take the first action on your task than it does for Claude to validate your login, put you into queue and start issuing the commands. Local models are persistent and 100% predictable unlike any cloud offering. It's better for the power system for the demand to be distributed. During the winter time the GPU also doubles as a 300W in-house heater. Not to mention avoiding personal data collection and re-selling.