frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Command Decision System for organizational risk (not average-based)

https://github.com/knuppjason-source/Human-Factors-App
1•Knuppjason•19s ago•0 comments

Phase Router – capacity-aware routing for MoE

https://github.com/TSltd/phase_router_rs
1•TSltd•19s ago•0 comments

Largest Digital Human Rights Conference Suddenly Canceled

https://www.404media.co/rightscon-human-rights-conference-suddenly-postponed/
1•Brajeshwar•1m ago•0 comments

Long-Running Agents

https://addyo.substack.com/p/long-running-agents
2•swolpers•3m ago•0 comments

Maximilian Schwarzmüller – GitHub is facing problems [video]

https://www.youtube.com/watch?v=pekbl3Yz02g
1•mindcrime•4m ago•0 comments

Constraints That Compute: A Unified Framework for Efficient Intelligence

https://zenodo.org/records/19895574
1•massimiliano_c•4m ago•0 comments

Dotcl: Common Lisp Implementation on .NET

https://github.com/dotcl/dotcl
2•reikonomusha•4m ago•0 comments

Illegal vs. Unwanted States

https://buttondown.com/hillelwayne/archive/illegal-vs-unwanted-states/
1•azhenley•5m ago•0 comments

SatoshiGuesser – Roll for Bitcoin

https://github.com/Pathos0925/SatoshiGuesser
3•ilarum•7m ago•0 comments

China pushes EU capitals to scrap 'Made in Europe' law or face retaliation

https://www.euronews.com/my-europe/2026/04/29/china-pushes-eu-capitals-to-scrap-made-in-europe-la...
2•Teever•11m ago•0 comments

A text editor as a user interface

https://ratfactor.com/cards/text-editor-as-ui
1•ibobev•12m ago•0 comments

Nvidia Nemotron 3 Nano Omni

https://huggingface.co/blog/nvidia/nemotron-3-nano-omni-multimodal-intelligence
1•ibobev•13m ago•0 comments

The Day I Logged 1 in Every 2000 Public IPv4: Visualizing the AI Scraper DDoS

https://vulpinecitrus.info/blog/one-in-every-2000-ipv4-visualizing-ddos-ai-web-scrapers/
1•birdculture•13m ago•0 comments

Ask HN: Instead of intrusive age-check why can't we have "two internet"?

2•kreco•13m ago•3 comments

AI evals are becoming the new compute bottleneck

https://huggingface.co/blog/evaleval/eval-costs-bottleneck
1•ibobev•13m ago•0 comments

Agentic User Research Tool

https://github.com/elpabl0/research-ai
1•elpabl0•15m ago•0 comments

You're probably taking the wrong painkiller

https://dynomight.net/painkillers/
1•ahlCVA•15m ago•0 comments

How to stop your agents from making the same mistakes

https://twitter.com/garrytan/status/2046876981711769720
1•gmays•15m ago•0 comments

Ask HN: Are github.com previews broken on Slack?

1•statico•16m ago•0 comments

The Rails Way in 2026

https://blog.arkency.com/the-rails-way-in-2026/
1•robotfelix•17m ago•0 comments

Raspberry Pi Connect may control Windows soon

https://www.jeffgeerling.com/blog/2026/raspberry-pi-connect-may-control-windows-soon/
2•Brajeshwar•18m ago•0 comments

How to run CubeSandbox on a cloud server?

https://github.com/TencentCloud/CubeSandbox/blob/master/README.md
2•Quentin_0101•18m ago•0 comments

CSS Easing Editor and Generator

https://easingwizard.com/
1•tilt•18m ago•0 comments

Bezier Customizer

https://courses.joshwcomeau.com/tools/bezier
1•tilt•19m ago•0 comments

Mayo Clinic AI detects pancreatic cancer up to 3 years before diagnosis

https://newsnetwork.mayoclinic.org/discussion/mayo-clinic-ai-detects-pancreatic-cancer-up-to-3-ye...
2•moneil971•19m ago•0 comments

So You Wanna Build an App

https://www.brentozar.com/archive/2026/04/so-you-wanna-build-an-app/
1•speckx•21m ago•0 comments

A Dungeon Master as a long-horizon agent

https://h-tu.ch/blog/dungeon-master-long-horizon-agent/
1•htuch•22m ago•0 comments

In Verona, Wisconsin you will find one of the biggest tech campuses in the U.S.

https://freakonomics.com/podcast/what-makes-judy-faulkner-run/
1•jedberg•22m ago•1 comments

An "Observatory" for a Shy Super AI?

https://robreid.substack.com/p/an-observatory-for-a-shy-super-ai
1•MaysonL•22m ago•0 comments

Scaling Pain of Coding Agent Serving: Lessons from Debugging GLM-5 at Scale

https://z.ai/blog/scaling-pain
1•pbowyer•22m ago•0 comments
Open in hackernews

Claude Plays Pokemon – Starter Version

https://github.com/davidhershey/ClaudePlaysPokemonStarter
8•minimaxir•1y ago
This is released by the Anthropic engineer who developed Claude Plays Pokemon.

Comments

minimaxir•1y ago
This is released by the Anthropic engineer who developed Claude Plays Pokemon.
CSMastermind•1y ago
It's interesting to me that they're extracting game state from memory instead of just passing the video into the LLM.
_--__--__•1y ago
Every agent step takes both a visual snapshot and a memory read, the memory gives more consistent tileset and location parsing and also has some stuff like party state/status conditions that isn't usually visible.
CSMastermind•1y ago
Shouldn't the goal be to compare it against a human player that would need to menu for that information?
_--__--__•1y ago
that's probably fair but I imagine that without memory access Claude would have been opening and searching the (completely unordered!) bag to check for progress critical items like the pokeflute every 5 minutes