frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Everyone is an AI cop now

https://lithub.com/everyone-is-an-ai-cop-now-what-happens-when-an-ai-generated-story-wins-a-prest...
1•zug_zug•46s ago•0 comments

SecretVault – Split secrets into two halves, AES-256, runs in browser

https://sv.mangolila.at
1•MikeTheBiker•2m ago•0 comments

AI Coding Assistants

https://www.winstoncooke.com/blog/on-ai-coding-assistants/
2•evakhoury•3m ago•0 comments

Shein Buys Everlane

https://www.nytimes.com/2026/05/22/style/shein-everlane-fast-fashion-sustainability.html
2•vthommeret•3m ago•0 comments

'The whole system has to be reimagined' – Newsom calls for rethinking economy

https://www.politico.com/news/2026/05/19/gavin-newsom-cap-economy-ai-boom-00927930
2•SilverElfin•7m ago•1 comments

Use Boring Languages with LLMs

https://jry.io/writing/use-boring-languages-with-llms/
2•evakhoury•7m ago•0 comments

Show HN: Self-hosted Workspace alternative with a plugin SDK

https://tinycld.org/
1•nathanstitt•7m ago•1 comments

A fake client's project tried to hack my machine with RCE

https://dev.shivagaire.com.np/linkedin-client-rce-backdoor-npm-install
1•sambhu•9m ago•1 comments

Are you a philosophical zombie driven by Claude?

https://blog.cosmos-institute.org/p/are-you-a-philosophical-zombie-driven
1•nrsapt•9m ago•1 comments

Selling SaaS in Germany

https://embedworkflow.com/blog/selling-saas-in-germany-austria-and-switzerland-dach/
1•ewf•12m ago•0 comments

When Code Is Cheap, Does Quality Still Matter?

https://yusufaytas.com/does-code-quality-still-matter
5•yusufaytas•14m ago•0 comments

The quantum realm, the cosmological realm, and the multiverse, in 69 minutes

https://bigthink.com/series/full-interview/multiverse-oluseyi/
2•lschueller•16m ago•0 comments

A Forth-inspired language for writing websites

https://robida.net/entries/2026/05/21/a-forth-inspired-language-for-writing-websites
2•speckx•16m ago•0 comments

China's AI optimism isn't what it seems

https://asteriskmag.substack.com/p/chinas-ai-optimism-isnt-what-it-seems
1•jimmydoe•17m ago•0 comments

London Cool Spaces Map

https://apps.london.gov.uk/cool-spaces/
1•beejiu•17m ago•0 comments

Boarding China's Last Bus

https://asteriskmag.com/issues/14/chinas-last-bus
2•herbertl•18m ago•0 comments

Meta released a new Reddit-like app called Forum

https://www.engadget.com/2179165/meta-forum-groups-app/
1•apparent•19m ago•0 comments

Tell HN: DeepSeek-V4-Pro 75% discount promo is now permanent

3•jimmydoe•20m ago•1 comments

AI errno(2) values

https://www.netmeister.org/blog/ai-errno.html
1•zdw•20m ago•0 comments

Believe It or Not, the Government Is Adopting AI to Make Your Life Easier

https://www.bigtechnology.com/p/believe-it-or-not-the-government
1•lschueller•21m ago•0 comments

Noroboto: Lying Fonts and Mitigation in Rust

https://tritium.legal/blog/noroboto
2•piker•21m ago•0 comments

Launch HN: Superset (YC P26) – IDE for the agents era

https://github.com/superset-sh/superset
9•avipeltz•23m ago•4 comments

Show HN: Prisma Next – data contracts, migration graphs, agent DX

https://github.com/prisma/prisma-next
8•wmadden•24m ago•1 comments

ICBA Comments Urging OCC to Rescind Coinbase's National Trust Charter

https://www.icba.org/w/icba-comments-urging-occ-to-rescind-approval-for-coinbase-s-national-trust...
1•petethomas•24m ago•0 comments

Stop Using Pull Requests

https://a4al6a.substack.com/p/stop-using-pull-requests
1•garettmd•25m ago•0 comments

Google has apparently ended updates for every Chromecast except one

https://9to5google.com/2026/05/22/google-chromecast-updates-ended/
1•theanonymousone•28m ago•0 comments

Show HN: Blacknode – Visual workflow builder Claude can drive via MCP

https://github.com/temiroff/Blacknode
2•temiroff•32m ago•0 comments

Google plans to win the AI war

https://www.axios.com/2026/05/21/google-ai-anthropic-openai-war
2•gmays•33m ago•0 comments

SpaceX's Ambitions Are Intergalactic. Its Business Is Selling You Internet

https://www.wsj.com/business/starlink-spacex-ipo-elon-musk-967fba39
1•fortran77•33m ago•1 comments

Crooked Forest

https://en.wikipedia.org/wiki/Crooked_Forest
1•thunderbong•33m 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