Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. JEV Engineering for Coding Agents(drive.google.com)
    discuss
  2. Show HN: An open-source manufacturing ERP/MES/QMS(carbon.ms)
    discuss
  3. Hard Startups (2020)(samaltman.com)
    discuss
  4. OnPanda – Open-source token inspection&data annotation tool from Step 5 Preview(twitter.com/stepfun_ai)
    discuss
  5. Feds Target AI Critics as "Foreign Agents"(kenklippenstein.com)
    discuss
  6. Arumayi(arumayi.com)
    discuss
  7. Calculating atmospheric drag on satellites for a Cubesat [pdf](osti.gov)
    discuss
  8. ChatGPT DIL (Declarative Interface Language)(twitter.com/oranlooney)
    discuss
  9. OpenAI model breaches Australian government websites(politico.com)
    discuss
  10. Show HN: An on-device OSS alternative to Wispr Flow(frigade.com)
    discuss
  11. Drawing a portrait with the traveling salesman problem by Opus 5.5(echohive.ai)
    discuss
  12. Holistic design systems for the AI coding era(numeric.substack.com)
    discuss
  13. RatHat Malware Can Hijack Your Android by Disguising Itself as a Legitimate App(cnet.com)
    discuss
  14. AI-CAD: An OSS Multi-Agent Harness for Mech. Eng. CAD(github.com/ai-cad-labs)
    discuss
  15. The iPhone 4 'Antennagate' Press Conference Q&A – Finally(daringfireball.net)
    1comments
  16. Sol 6 and Opus 5.5 compared on an agentic CAD harness(partforge.ai)
    discuss
  17. From biologists, math could learn to live with AI(terrytao.wordpress.com)
    discuss
  18. Do Social Norms Substitute for Enforcement? [pdf](nber.org)
    discuss
  19. Trying to Observe Convection Plumes (and other chaos things)(chillphysicsenjoyer.substack.com)
    discuss
  20. Human Glitch – twenty small web experiences, each one starts free(humanglitch.ai)
    discuss
  21. iPhone 18 Pro Max SSD drops lower than hard drive at 1.1 MBs during heavy writes(tomshardware.com)
    discuss
  22. Google says its AI model gained unauthorized access to three outside systems(nbcnews.com)
    discuss
  23. Shipping local speech-to-text inside a Tauri app(writewithset.com)
    discuss
  24. Libnix: Nix as a Backend to Cargo(github.com/nixcloud)
    discuss
  25. The one-person unicorn: building a company alone in two days with Claude(leaveyouragent.com)
    discuss
  26. Gemini 3.8 TTS Playground(simonwillison.net)
    discuss
  27. Jev deserves hype but not the type its getting(github.com/yididev)
    1comments
  28. Meta VR Glasses(meta.com)
    73comments
  29. US investigates after F-35 parts diverted to Hong Kong(politico.com)
    3comments
  30. The Full Stack Obliteration(reinhash.com)
    1comments

Show HN: NetHackers

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

1h agoHN ↗

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

EDIT: kidding, this looks like fun.