Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. So yeah it was written using AI(berthub.eu)
    discuss
  2. Local sandboxing in the GitHub Copilot app(github.blog)
    discuss
  3. Mass Energy Equivalence(wikipedia.org)
    discuss
  4. Dolphin Progress Report: Release 2609(dolphin-emu.org)
    discuss
  5. Show HN: Convert videos to study guides & quizzes without playing it at 2x speed(timedora.com)
    discuss
  6. Hypothesis: Cellular providers are deprioritizing voice calls
    discuss
  7. A Society of Autonomous Researchers(lab.cloud)
    discuss
  8. Teaching a video model to fail convincingly(humansignal.com)
    discuss
  9. The Role of Theory in Biology(asimov.press)
    discuss
  10. Show HN: LaunchPact – Get support for your Product Hunt launch(launchpact.io)
    discuss
  11. My Password Generators Had 53 Bits of Entropy(sethserver.com)
    discuss
  12. UkisAI Swift Series / 27B, Flash Next and Bonsai 2 /-63.4% thinking, x1.95 speed
    discuss
  13. Agents.md speaks Unix, and you should too(fmind.dev)
    discuss
  14. Docker and CNCF partner on an open spec for agent permissions(docker.com)
    discuss
  15. Chrome extension YouTube text and Web app(chromewebstore.google.com)
    1comments
  16. App that chooses for you what to read(apps.apple.com)
    1comments
  17. Meta puts its AI assistant on a keychain(arstechnica.com)
    1comments
  18. We Built a Data Warehouse Using ClickHouse(letsencrypt.org)
    discuss
  19. How to rage bait Americans (with AI) [video](youtube.com)
    discuss
  20. Why is the human body so crap except for the liver?(dynomight.substack.com)
    discuss
  21. Carrier Alliance Awards Tesla the Largest Electric Truck Order in U.S. History(mbtmag.com)
    1comments
  22. AI Models Are Great at Finding Security Bugs. Can They Tell When They're Fixed?(medium.com/meetcyber)
    discuss
  23. BillFlowr: Simple invoicing and payment tracking for freelancers, small agencies(billflowr.com)
    discuss
  24. Uswds is dead. Long live USWDS(matthenry.fyi)
    discuss
  25. Prediction of Future Strategic Issues/Future Warfare for 2025 (2001)[pdf](archive.org)
    1comments
  26. Show HN: Harness.apk – a drop-in on-device agent for Android(github.com/nev3rfail)
    discuss
  27. Federal judge orders Texas to air condition all prisons by the end of 2029(texastribune.org)
    1comments
  28. Welcoming Jürgen Schmidhuber to Sakana AI(sakana.ai)
    discuss
  29. DentaQuest sued for allegedly exposing 15M patients' private information(topclassactions.com)
    1comments
  30. Show HN: Cancel Death – What changed in longevity science(canceldeath.com)
    discuss

When to Use an LLM

2 pointsby 2h agoextralongdivision.com
4 comments
1h 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.

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