frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Copyfail2

https://github.com/0xdeadbeefnetwork/Copy_Fail2-Electric_Boogaloo
1•sickthecat•43s ago•0 comments

Tell HN: Class action investigation into Google withholding Play developer funds

1•coffee_and_code•1m ago•0 comments

Arc at 3 Weeks (2001)

https://paulgraham.com/arcll1.html
1•tosh•2m ago•0 comments

AppWatch – Track Itch.io, Steam, App Store and Google Play in One Dashboard

https://appwatch.dev/
1•ranguita•2m ago•0 comments

Yarbo – Nat in My Back Yard

https://github.com/Bin4ry/yarbo-nat-in-my-back-yard
1•weaponize•3m ago•1 comments

Clio – Behavioral intelligence layer for managers in Gmail, Slack, and Calendar

https://cliocircle.com/
1•arielsanroj10•3m ago•0 comments

Agents need control flow, not more prompts

https://bsuh.bearblog.dev/agents-need-control-flow/
1•bsuh•3m ago•0 comments

The Rise and Fall of Snake Oil

https://www.historytoday.com/archive/history-matters/rise-and-fall-snake-oil
1•samizdis•4m ago•0 comments

Show HN: Shopify-to-WooCommerce Migration Plugin – Storefront GraphQL API

https://wordpress.org/plugins/laterreta-migrator-for-shopify/
1•ranguita•4m ago•0 comments

Building a Tax Conformance Kit

https://odeva.app/blog/building-a-tax-conformance-kit/
1•ramon156•6m ago•0 comments

Companies help parents try to pick their babies' traits. Experts are wary

https://www.npr.org/2026/05/06/nx-s1-5704317/genetic-embryo-screening
1•marojejian•6m ago•1 comments

Why LLM Outputs Need a Deterministic Evaluation Layer

https://avectic.com/engineering/deterministic-evaluation-layer
1•rkamykowski•6m ago•0 comments

One command, dispatches multiple models to handle the task, with its strength

https://github.com/agenvoy/Agenvoy
1•pardnchiu•7m ago•0 comments

Five architects of the AI economy explain where the wheels are coming off

https://techcrunch.com/2026/05/06/five-architects-of-the-ai-economy-explain-where-the-wheels-are-...
1•Brajeshwar•8m ago•0 comments

Show HN: Local-first long-term memory engine for AI agents·MCP/CLI· 100% local

https://github.com/misaelzapata/memoirs
2•misaelzapata•8m ago•0 comments

Local Python desktop automation – with AI, 15 triggers

https://codeonix.app/
1•hassananayi•9m ago•0 comments

Show HN: OTel native agent to instrument applications

https://otex.dev/
1•tiwarinitish86•10m ago•0 comments

Budgeting your hours instead of tracking them

https://get168.app/blog/on-the-budget-of-time
1•dudcks97•12m ago•1 comments

How we replaced ingress NGINX at Stack Overflow

https://stackoverflow.blog/2026/05/06/how-we-replaced-nginx-ingress-at-stack-overflow/
1•onatm•13m ago•0 comments

Synthetic Computers at Scale for Long-Horizon Productivity Simulation

https://arxiv.org/abs/2604.28181
1•gmays•14m ago•0 comments

Let's talk about Windows .URL (InternetShortcut) files

https://infosec.exchange/@wdormann/116533862391306228
1•speckx•14m ago•0 comments

Google Fitbit Air

https://www.neowin.net/news/google-rebrands-fitbit-premium-and-health-coach-as-it-launches-new-fi...
1•bundie•14m ago•0 comments

Only 173? Tesla Cybertruck RWD Recall Reveals Low Sales

https://www.motortrend.com/news/tesla-cybertruck-rwd-recall-brake-rotor
5•croes•15m ago•1 comments

Researcher Finds Microsoft Edge Stored Passwords Load in Plaintext

https://www.pcmag.com/news/researcher-finds-microsoft-edge-stored-passwords-load-in-plaintext
1•smurda•16m ago•0 comments

When My Father's Canary Flew Away

https://www.nytimes.com/2026/05/07/science/dementia-memory-brain-injury.html
1•Hooke•17m ago•0 comments

Product Manager Agent – turn meetings into assigned tickets automatically

https://github.com/Qurse123/PM-agent
1•Qurse22•17m ago•0 comments

The World Inside Neural Networks

https://www.goodfire.ai/research/the-world-inside-neural-networks
2•pouwerkerk•17m ago•0 comments

Meko: The Data Infrastructure for Agents That Work and Learn Together

https://www.yugabyte.com/blog/meko-data-infrastructure-for-agents-that-work-and-learn-together/
10•harisund1990•17m ago•2 comments

SHOW HN:Employees use ChatGPT.Your CISO has no visibility. EU AI Act says fix it

https://senthex.com/en/
1•yohann_senthex•20m ago•0 comments

The understated loading design inside Transformers that saves memory

https://www.stevhliu.com/2026/transformers-compendium-1
1•vitamincitrus•21m 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