Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Developer ported Word for Windows 1.1a from 1990 to run natively on Windows 11(neowin.net)
    discuss
  2. Does Georgism Work? Five Years Later(astralcodexten.com)
    discuss
  3. "Antedisciplinary" Science (2005)(plos.org)
    discuss
  4. Why does a Nix store path survive garbage collection?(labcraft.dev)
    discuss
  5. Show HN: ThimbleDb, an encrypted lightweight low latency open source database(github.com/jason-doyle)
    discuss
  6. We Have Named Arguments at Home(corrode.dev)
    discuss
  7. OpenRouter: Server Tools Marketplace(openrouter.ai)
    discuss
  8. Shared Memory for Coding Agents(getbelay.vercel.app)
    discuss
  9. Lifestreams: A storage model for personal data: ACM SIGMOD Record: Vol 25, No 1(acm.org)
    discuss
  10. US plan for 90 day diesel export ban could have significant impact on Europe(politico.eu)
    1comments
  11. Open OCI spec for agent sandboxes(linux.com)
    discuss
  12. LLMs can write tool workflows. Will they choose to?(github.com/kukushko)
    discuss
  13. The International AI Race May Not Be Won by the Smartest AI(phroneses.com)
    discuss
  14. S.F. Democratic Party stands behind Flock surveillance cameras in vote(missionlocal.org)
    1comments
  15. Gemini 3.8 Live with Live Avatar(blog.google)
    discuss
  16. One day of AI reading: 5.7M crawler reads of a 60M-company index, by engine(engagemii.com)
    discuss
  17. The Download: a bid to scrap the virtual wall and AI hits Climate Week(technologyreview.com)
    discuss
  18. Pinocchio, make copilot agents real by giving them memory(github.com/chiedo)
    discuss
  19. Three Years Later: What Happened to 1,927 Public API Specs(routebase.dev)
    discuss
  20. We Built Safety into Muse(meta.ai)
    discuss
  21. The Gnome LLM Policy That I Want(gnome.org)
    1comments
  22. Every Muse user gets a free computer in the cloud(twitter.com/dps)
    discuss
  23. Ask HN: Are .shop domains down?
    2comments
  24. Gemini 3.8 with Live Avatar(cloud.google.com)
    discuss
  25. macOS Can't Clone "Dumb" Git Repositories over HTTP/2(agwa.name)
    discuss
  26. Node.js built-ins that replaced NPM packages(flaviocopes.com)
    1comments
  27. CISA active Linux kernel CVEs (CVE-2025-39964, CVE-2026-53266, CVE-2025-39682)(github.com/mc493)
    discuss
  28. LA Metro has some of the slowest escalators on Earth(basin.la)
    1comments
  29. Cheaper LLM Labelling(entropicthoughts.com)
    discuss
  30. Armbian for Android TV Boxes – Turn Old Hardware into Linux Servers(digitalescapetools.com)
    discuss

When to Use an LLM

2 pointsby 2h agoextralongdivision.com
4 comments
2h agoHN ↗

kind of bizarre. the best use, arguably, of an LLM is as a very fast search index for common information. you not using it and opting to parse the information by hand is essentially the same thing, perhaps slower. you might be fortunate to be in a position where nobody is relying on your velocity to ship products at competitive speed.

1h agoHN ↗

the best use, arguably, of an LLM is as a very fast search index for common information

I'd counter forming a rebuttal against a search result would be fairly trivial. I.e an AI summary for "are oranges poisonous" would say "Moms Against Big Citrus says oranges are poisonous, but the Association of Orange Groves says they are not." When used for search, LLMs are a source for sources instead of the source of truth itself. The user decides which source to believe instead of deciding to believe the LLM itself.

you might be fortunate to be in a position where nobody is relying on your velocity to ship products at competitive speed.

Admittedly the biggest drawback. AI is pretty terrible at my profession (electrical engineering, regardless of recent demos that are horrendous when examined under a microscope), but the software engineers I know haven't hand written industry code in months.

2h agoHN ↗

also, I'm curious what the last generation of models you used is and to what extent. blanket-level "hallucination" isn't really something I run into often anymore. inconsistencies or obfuscation, sure, but that's not the same.

1h agoHN ↗

Professionally, I'm forced to use CoPilot, which is so eager to please me that it's useless, and Claude which is fairly good at writing code but hallucinates data when I ask it to organize my notes.

Personally, I'm using Qwen, Phi, etc. to squeeze as much performance out of constrained hardware as possible. They're pretty good at searching my personal files which you mentioned in a previous comment.

edit: typos