frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

ARN: Local semantic memory server for AI agents (Pi 5, 22ms recall, 10/10 tests)

https://github.com/tuuhe99-del/ARN-Adaptive-Reasoning-Network
1•MrKali26•15s ago•0 comments

Germany Law to Force Algorithm Boost for State-Approved News

https://nonogra.ph/germany-considers-law-to-force-social-media-algorithm-boost-for-state-approved...
1•382hi•50s ago•0 comments

CC-Wiki: Turn Claude Code sessions into a shareable knowledge base wiki

https://github.com/tejpalv/cc-wiki
1•tejpal-diffuse•1m ago•1 comments

Thornton Wilder's Last Play Vanished into Thin Air. Or Did It?

https://www.nytimes.com/2026/05/27/theater/thornton-wilder-emporium-last-play.html
1•lermontov•1m ago•0 comments

UK Visa Portal exposed applicants' passports and selfies

https://techcrunch.com/2026/05/27/uk-visa-portal-spilled-thousands-of-applicants-passports-and-se...
2•LordAtlas•4m ago•0 comments

Volvo gets US approval to bypass Chinese connected-car ban

https://arstechnica.com/cars/2026/05/volvo-gets-us-government-approval-to-bypass-chinese-connecte...
2•logickkk1•5m ago•0 comments

Show HN: Gandalf the Grader

https://github.com/Handshake-AI-Research/gandalf-the-grader
1•anishathalye•5m ago•0 comments

Agents-Collab.md – A live handoff protocol for multi-agent projects

https://github.com/Rlealbarili/Agents-Collab.md
1•Rlealbarili•6m ago•0 comments

Ask HN: What would you like to rant about?

2•iamalizard•8m ago•1 comments

Thea Energy Raises $100M Series B Funding to Build Scalable Fusion Power Plants

https://thea.energy/press-release/thea-energy-raises-100-million-series-b-funding-to-build-scalab...
2•actinium226•8m ago•0 comments

What's an Entity, Anyway?

https://docs.eventsourcingdb.io/blog/2026/05/28/whats-an-entity-anyway/
1•goloroden•8m ago•0 comments

Atomically Precise Mechanosynthesis of Carbon Structures on Hydrogenated Si(100)

https://www.somewhereville.com/2026/05/27/atomically-precise-mechanosynthesis-of-carbon-structure...
1•dannyobrien•9m ago•0 comments

Windows computer-use: synthetic cursors for background agents

https://github.com/trycua/cua/blob/main/blog/inside-windows-computer-use.md
1•frabonacci•10m ago•0 comments

I found a second vote.gov – and it's registered to the White House

https://thedreydossier.substack.com/p/i-found-a-second-votegov-and-its
3•philips•11m ago•0 comments

Building current, a browser-based file sharing tool, with Rust and WASM

https://current.rdvz.app/blog/building-current
1•laptou•11m ago•1 comments

Webmaster It's time to serve slop to AI crawlers

https://iczelia.net/blog/webmaster-it-s-time-to-serve-slop-to-ai-crawlers/
2•speckx•11m ago•0 comments

Ask HN: Examples of products and services created via agentic coding

1•d_silin•12m ago•0 comments

Dependabot PRs can cost you $48,000 a year

https://patchwave.ai/
1•jcarver•15m ago•0 comments

SpaceX IPO: How It Could Hit Your Pension

https://freedomisntfree.co.uk/articles/spacex-ipo-uk
1•u1hcw9nx•16m ago•0 comments

The single most important factor that differentiates front-end frameworks

https://mjswensen.com/blog/the-single-most-important-factor-that-differentiates-front-end-framewo...
2•thunderbong•18m ago•0 comments

Open-Sourcing FastVideo Dreamverse: Real-Time Vibe Directing on Single B200 GPU

https://haoailab.com/blogs/fastvideo-dreamverse-release/
2•Yuxuan_Zhang13•18m ago•0 comments

Run your own local LLM with rate limits via API-keys

https://github.com/skorotkiewicz/llm-rt
1•modinfo•19m ago•0 comments

Search engine results are terrible

https://maurycyz.com/misc/search/
3•fernie•19m ago•1 comments

The bug bounty market is bifurcating: notes from finding 7 CVEs for $96

https://alexrhickey.substack.com/p/7-cves-96-and-the-market-that-stopped
1•boundary_check•19m ago•0 comments

Ferrari's First Electric Car Runs into Backlash in Italy and Beyond

https://www.nytimes.com/2026/05/27/business/ferrari-luce-electric-ev-backlash.html
1•garyrob•23m ago•2 comments

Inside Xi Jinping’s Strategy to Export Ideas on State Control

https://www.nytimes.com/2026/05/27/world/asia/china-solomons-pacific-security-threats.html
1•Cider9986•26m ago•1 comments

The Sludge on the Wall

https://grox.io/blog/28-the-sludge-on-the-wall/
1•iroddis•27m ago•0 comments

DNS over HTTPS, DNS over TLS, DNS over QUIC: Encrypted DNS Protocol Comparison

https://www.copahost.com/blog/encrypted-dns/
1•ggallas•27m ago•0 comments

Prosody IM 13.0.6 released – An XMPP/Jabber server written in Lua

https://blog.prosody.im/prosody-13.0.6-released/
1•neustradamus•28m ago•0 comments

Delta Steered Around Airline Industry Chaos

https://www.nytimes.com/2026/05/26/business/delta-airlines-ed-bastian.html
1•Cider9986•28m 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