frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Blink – AI Assistant. A knowledge destination

https://blink-oi.vercel.app
1•Pascal1997•1m ago•1 comments

French professor investigated for awarding himself fake prize

https://www.bbc.com/news/articles/c4g8pwjdp6do
3•billybuckwheat•1m ago•0 comments

First-ever 'quadsqueezing' quantum interaction

https://phys.org/news/2026-05-physicists-quadsqueezing-quantum-interaction.html
1•airstrike•1m ago•0 comments

Layered LLM analysis of prediction markets

https://o-u.ai
1•noplace1ikegone•2m ago•1 comments

Google's Prompt API

https://wil.to/posts/googles-prompt-api/
1•cdrnsf•2m ago•0 comments

Samsung.com serves lower prices to Archive.org

https://web.archive.org/web/20260506202901/https://www.samsung.com/us/memory-storage/sata-ssd/870...
1•paulnpace•4m ago•0 comments

Show HN: Sqlflow, a SQLite back end layer for Go

https://github.com/avalonbits/sqlflow
1•iccananea•5m ago•0 comments

Why Tech Billionaires Don't Have "Fuck You" Money

https://mattruby.substack.com/p/the-billionaires-are-sad
1•rubymatt•6m ago•0 comments

Galactic Archives:Interactive atlas and timeline of the Star Wars canon universe

https://thegalacticarchive.com/
1•joebig•7m ago•0 comments

It Takes 6 Days to Change 1 Line of Code (2015)

https://edw519.posthaven.com/it-takes-6-days-to-change-1-line-of-code
1•downbad_•8m ago•1 comments

The Work Is Social

https://yusufaytas.com/the-real-work-is-social
5•aura_farmer•8m ago•0 comments

I've made a quick browser extension for screenshot and annotation

https://snap-annotate.netlify.app/
1•finiskyy•9m ago•1 comments

RuneBench: Agent Benchmark on RuneScape Gameplay Tasks

https://maxbittker.github.io/runebench/
1•frozenseven•9m ago•0 comments

Twitch Donations IRL

https://danangell.com/blog/posts/twitch-donations-irl/
1•teaearlgraycold•10m ago•0 comments

PCIe 8.0

https://pcisig.com/specifications/pcier-80-specification-draft-05-now-available-members
1•dabinat•10m ago•0 comments

Navigator N1.5 – Computer Use Model for the Web

https://yutori.com/blog/introducing-n1-5
1•agcat•10m ago•0 comments

Show HN: Platos – like Claude Managed Agents but open-source and self-hosted

https://github.com/winsenlabs/platos
1•tejassuds•11m ago•0 comments

Exit the Tournament

https://twitter.com/jakozloski/status/2044081649814778362
1•paulpauper•12m ago•0 comments

Helfer: Vibe Code web apps with Laravel and AI

https://helfer.dev/
1•bosunski•13m ago•0 comments

Show HN: PHP-fts – Full-text search engine in pure PHP, no extensions

https://github.com/olivier-ls/php-fts
2•asmodios•13m ago•0 comments

tsz: a performance-first TypeScript checker

https://tsz.dev/
2•bpierre•15m ago•1 comments

Anthropic Leasing Compute from SpaceX

https://twitter.com/nottombrown/status/2052062566126649448
1•GMoromisato•18m ago•0 comments

Kids Have Been Sick at School on Drilling Waste Site

https://thebarbedwire.com/2026/05/05/her-elementary-school-was-built-on-a-radioactive-fracking-wa...
1•speckx•18m ago•0 comments

Yellowstone's volcano may be fueled differently than previously thought

https://www.livescience.com/planet-earth/volcanoes/yellowstones-volcano-may-be-fueled-in-a-very-d...
1•gmays•19m ago•0 comments

Taphouse – A Native macOS GUI for Homebrew

https://taphouse.multimodalsolutions.gr/
2•jupe69•19m ago•0 comments

TokenSpeed: A Speed-of-Light LLM Inference Engine for Agentic Workloads

https://lightseek.org/blog/lightseek-tokenspeed.html
1•be7a•22m ago•0 comments

Model Spec Midtraining: Improving How Alignment Training Generalizes

https://alignment.anthropic.com/2026/msm/
1•bearseascape•23m ago•0 comments

Cisco open sources toolkit for tracing AI model lineage

https://blogs.cisco.com/ai/model-provenance-kit
2•hsanthan•28m ago•3 comments

Swival: A coding agent for any model

https://swival.dev/
1•handfuloflight•28m ago•0 comments

Uantifying Voter Biases in Online Platforms: An Instrumental Variable Approach

https://arxiv.org/abs/1910.00757
1•smooke•29m 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