Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. The Complete History of the Elves of Middle-Earth [video](youtube.com)
    discuss
  2. A Key Safety Feature Shipped in the May OpenTofu Release(masterpoint.io)
    discuss
  3. Show HN: A game about fake news and memes(unspin.app)
    1comments
  4. Rendering pull requests in the GitHub Copilot app(github.blog)
    discuss
  5. Australia says OpenAI agent hacked into government website(channelnewsasia.com)
    discuss
  6. Pentagon Investigating How F-35 Fighter Jet Parts Bound for US Were Diverted(military.com)
    1comments
  7. AP: Avoid language that gives [AI] human characteristics(twitter.com/apstylebook)
    discuss
  8. Qubits on NonQuantum HW Tested(laurinseclab.substack.com)
    discuss
  9. Liquid Network Security Incident Assessment(blockstream.com)
    discuss
  10. FLAWED's Flaws and What This Means for Industry Research(suhacker.ai)
    discuss
  11. Geminigravit Core: De la teoría estática(gemini.google.com)
    discuss
  12. We used an AI agent to fix an open-source bug. Someone asked to ban us(github.com/saulpw)
    8comments
  13. Shadow roots, explained with live examples(simonwillison.net)
    discuss
  14. Show HN: Does per-step reasoning effort save money in Claude Code?(github.com/ifoster01)
    discuss
  15. Show HN: ChaosTree – Cache-Aware Java NavigableMap and NavigableSet Library(github.com/chaos-vy)
    discuss
  16. Show HN: Posting Puzzle – A Game Made of Post's Correspondence Problem(mametter.itch.io)
    1comments
  17. AI startups with hyper ARR growth – what's happening inside these companies?
    discuss
  18. Nesbox: A fast MicroVM with GPU sharing(github.com/nestrilabs)
    discuss
  19. Using my transit card data to create a year in review experience(cailinpitt.com)
    discuss
  20. Virtio-nvgpu: Near-native Nvidia GPU access inside a KVM guest(github.com/nestrilabs)
    discuss
  21. Scientists build most accurate atomic clock(phys.org)
    1comments
  22. AI Has Cracked the Most Diabolical Problems in Math. Why Can't It Solve Chess?(wsj.com)
    discuss
  23. lm-detector: Model fingerprint detection on Web and CLI(github.com/ikaleio)
    discuss
  24. SnakeCharmer: Fuzzing Harness Generation for Pure and Hybrid Python Libraries [pdf](utah.edu)
    discuss
  25. Making my vibe-coded app best as possible (I am perfectionist), umm for 0 users
    discuss
  26. JEV Engineering for Coding Agents(drive.google.com)
    discuss
  27. Show HN: An open-source manufacturing ERP/MES/QMS(carbon.ms)
    discuss
  28. Hard Startups (2020)(samaltman.com)
    discuss
  29. OnPanda – Open-source token inspection&data annotation tool from Step 5 Preview(twitter.com/stepfun_ai)
    discuss
  30. Feds Target AI Critics as "Foreign Agents"(kenklippenstein.com)
    2comments

Show HN: NetHackers

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

2h agoHN ↗

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

EDIT: kidding, this looks like fun.