Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Interpreting a volcano's 'bulges' and predicting the next explosive eruption(vt.edu)
    discuss
  2. Log-Depth Recurrent Language Modeling(arxiv.org)
    discuss
  3. Automatically detecting AI text in my browser(seangoedecke.com)
    discuss
  4. Cognitive Offloading and the Bill That Comes Due(ninchiai.substack.com)
    discuss
  5. Show HN: CrunchMyPay – 50 pay calculators, every formula and source shown(crunchmypay.com)
    discuss
  6. Show HN: Chatlo – an iOS-native AI agent, now with Jev(apps.apple.com)
    discuss
  7. S3 is not a filesystem, and LSM trees never needed one [video](youtube.com)
    1comments
  8. Memory Control Signals Emerge Before Action in Long Horizon Agents(arxiv.org)
    discuss
  9. Changes to App Tracking Transparency in the E.U(daringfireball.net)
    discuss
  10. Eliminating Middlemen in Education Consulting(rivernova.vercel.app)
    discuss
  11. OpenAI agents plotted to access government health data amid Medicare (AU) hack(abc.net.au)
    discuss
  12. Meta Muse Charm(meta.com)
    3comments
  13. AI Isn't Going to Destroy Humanity–But the People Building It Might(theatlantic.com)
    1comments
  14. Greedy Decoding Is Not Precision-Invariant: Cross-Precision Output Divergence(arxiv.org)
    discuss
  15. Hackers Actively Exploit Check Point VPN Flaw(2tinteractive.com)
    1comments
  16. Moon Rabbit(wikipedia.org)
    1comments
  17. Reverse Jev: Ending a Reply with a Choice(kvit.app)
    discuss
  18. Intelligence Index vs. Cost per Task(lakebed.app)
    discuss
  19. The Misalignment Is Within: Why Mathematics Must Embrace the AI Paradigm(medium.com/b1nj0y)
    1comments
  20. OSS Author of Guake, HTTPretty, Lettuce and Sure is unemployed and needs help(twitter.com/gabrielfalcao)
    discuss
  21. Chrome Extension Job Alerts(talentize.com)
    discuss
  22. The Death of Reading (With James Marriott) [audio](econtalk.org)
    discuss
  23. Graph Technology Roundup – August 2026(gdb-engines.com)
    discuss
  24. Why China Can't Innovate (2014)(bambooinnovator.com)
    discuss
  25. An Interview with Rich Jaycobs(sfcompute.com)
    discuss
  26. The Complete History of the Elves of Middle-Earth [video](youtube.com)
    discuss
  27. A Key Safety Feature Shipped in the May OpenTofu Release(masterpoint.io)
    discuss
  28. Show HN: A game about fake news and memes(unspin.app)
    1comments
  29. Rendering pull requests in the GitHub Copilot app(github.blog)
    1comments
  30. Australia says OpenAI agent hacked into government website(channelnewsasia.com)
    7comments

Show HN: NetHackers

1 pointsby 3h agonethackers.dunnolab.ai
2 comments
hi everyone, been building this project for the last ~1.5 months (cc+superpowers all the way)

it is an open effort to find a program that can reliably win NetHack 3.6.6: you can write a bot by hand, let claude code / codex / opencode improve one, or build your own harness that improves the thing that improves the bot

me and my lab switched to the goal-based research this year (we worked a lot in the idea-based framework for a last couple of years) -- and decided that we would like to tackle the NetHack, it is one of those nasty roguelike that is still somehow not solved with all fancy AI models (yes, even astra) -- probably on the way something useful will appear

you can pull someone else's bot, run experiments locally and register the results. every registered program is linked to your github repo and exact source commit

i always wanted to try building something that will use github as both social and storage layer (and it seems to work quite well in our case, simplified things a bit and i think this approach is quite cool)

there is a shared frontier across 73 starting identities -- your bots dont have to be the best at everything to contribute something useful, e.g. if you love to roleplay gnomes only, so be it

to make thing easier (for both harness devs and people who are just playing around), we provide a loop that does some sort of an evolutionary optimization process (quality-diversity, etc), ofc you don't have to use it. but you can start with in minutes (given you have codex or claude subs)

you can also bring your own search, your own harness, whatever -- the common ground is the evaluation. public seeds are there for people to overfit (in nethack even overfitting is hard), and we separately re-evaluate on hidden seeds to check whether the improvements actually transfer

one of my goals was to actually try to make it at least a bit fun -- hope you enjoy the web-site and easter eggs

3h agoHN ↗

I already know such a program, his name was Josh and he was my roommate in college.

EDIT: kidding, this looks like fun.