Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Show HN: Enclawed – A hard-fork hardening framework for AI agent gateways(enclawed.com)
    discuss
  2. No PHP 8.6.0RC1(scherzer.dev)
    discuss
  3. Saudi oil scientists ended up working on most important climate reports(theguardian.com)
    discuss
  4. Show HN: Most Hated Tools(mosthatedtools.app)
    discuss
  5. Show HN: ChaosTree 2.0.1: A highly optimized Java Sorted Set/Map library(github.com/chaos-vy)
    discuss
  6. Becoming a High Taste Tester(swyx.io)
    discuss
  7. Voice AI Conference – Worth the Time?(deepgram.com)
    1comments
  8. Norton antivirus software maker in talks to acquire GoDaddy(domainnamewire.com)
    discuss
  9. Games Explained(gamesexplained.com)
    discuss
  10. F-Droid 2.0: A New Chapter for Android Freedom(f-droid.org)
    discuss
  11. GM's Stance on CarPlay Is as Fractured and Confusing As Ever(thedrive.com)
    discuss
  12. Show HN: Local First AI Calculator(clor.app)
    discuss
  13. Jev Against a Cross-Encoder(getunblocked.com)
    discuss
  14. Paperclip: Open-source orchestration for teams of AI agents(github.com/paperclipai)
    discuss
  15. Websites that read in the terminal: the TermWeb standard(andros.dev)
    discuss
  16. Healthy Feedback(martinfowler.com)
    discuss
  17. Towards a future space-based, highly scalable AI infrastructure system design(arxiv.org)
    discuss
  18. 5G Live Streaming: Benefits, Challenges, and How It Works(red5.net)
    discuss
  19. CIA warns Russia preparing attacks on Spain, France, Italy with drones from sea(independent.co.uk)
    1comments
  20. "Not Conio but Compatible" for Amiga VBCC(retrogamecoders.com)
    discuss
  21. Show HN: CraftCX – Observability and intelligence tooling for AI Support team(craftcx.com)
    discuss
  22. DHH at Rails World – Ruby on Rails no longer needed now because AI can make apps(twitter.com/_architected)
    2comments
  23. AI companies don't bribe reporters. They fund fellowships(drjoshcsimmons.com)
    discuss
  24. Human labour is largely invisible to AI(fohlen.dev)
    discuss
  25. Pixel Joint(pixeljoint.com)
    discuss
  26. The Academy for unusually ambitious young people(theacademysf.com)
    discuss
  27. Show HN: Jev-phone – driving iOS and Android apps with jev(github.com/rajmeet)
    discuss
  28. Adventures in using AI to write papers(andrewpwheeler.com)
    discuss
  29. Modern Motherfucking Website(dreamstation.systems)
    discuss
  30. Local JEV, fine tuned in < 30 mins on Mac Air(shmcsensei.github.io)
    discuss

When to Use an LLM

1 pointsby 1h agoextralongdivision.com
3 comments
32m 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.

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

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