frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Inference Shift – Stratechery

https://stratechery.com/2026/the-inference-shift/
1•chermanowicz•56s ago•0 comments

Motion Picture Editor's Guild Stress Survival Kit

https://www.editorsguild.com/Stress-Survival-Kit
1•gmays•1m ago•0 comments

Show HN: Safe-install – safer NPM installs with trusted build dependencies

https://www.npmjs.com/package/@gkiely/safe-install
2•gkiely•3m ago•0 comments

Ancient Secrets

https://www.nationalaffairs.com/blog/detail/findings-a-daily-roundup/ancient-secrets
2•paulpauper•6m ago•0 comments

The April every AI plan broke

https://thefinancialengineer.substack.com/p/the-april-every-ai-plan-broke
2•gmays•6m ago•0 comments

CRUD Is Broken

https://sawyer-p.me/crud-is-broken
2•bencornia•8m ago•0 comments

Today-dsa – a local-first engine that tells me what to study today

https://github.com/rasha-hantash/today-dsa
2•rasha1•13m ago•0 comments

Jon Caramanica is a bad cliché

https://bradmehldau.substack.com/p/jon-caramanica-is-a-bad-cliche
2•paulpauper•16m ago•0 comments

Why Dunkin' Donuts Failed in India

https://timesofindia.indiatimes.com/life-style/food-news/why-dunkin-failed-in-india/articleshow/1...
1•paulpauper•17m ago•0 comments

RAG Eval Comparing Vertex/Bedrock/Azure/OpenAI

https://github.com/colon-md/retrievalci
1•colon-md•17m ago•1 comments

Codex Pets for People in a Hurry

https://www.augmentedswe.com/p/how-to-use-codex-pets
1•wordsaboutcode•19m ago•0 comments

Graft – semantic memory for AI agents, without the LLM

https://github.com/AEndrix03/Graft
1•AEndrix03•19m ago•0 comments

Onboarding with LLMs

https://newsletter.eng-leadership.com/p/how-to-use-ai-to-onboard-into-a-codebase
1•wordsaboutcode•20m ago•1 comments

A Wild Ghost Blog Appears

https://allenc.com/a-wild-ghost-blog-appears/
1•allenc•29m ago•1 comments

Thinking Machines: AI that can respond during the interaction

https://medium.com/seeds-for-the-future/a-new-way-to-interact-with-ai-interaction-models-2941f173...
2•hungryclaw•36m ago•0 comments

Can we code our way out of gentrification?

https://www.freerange.city/p/can-we-code-our-way-out-of-gentrification
2•burlesona•39m ago•0 comments

Mistral AI's NPM package was compromised

https://github.com/mistralai/client-ts/issues/217
1•logickkk1•48m ago•0 comments

Senior Product Engineer

https://revieve.factorialhr.com/job_posting/product-engineer-299899
1•seharetimad•52m ago•0 comments

Brain scans reveal how people with autistic traits connect differently

https://www.psypost.org/brain-scans-reveal-how-people-with-autistic-traits-connect-differently/
1•1317•54m ago•0 comments

Linux bitten by second vulnerability in as many weeks

https://arstechnica.com/security/2026/05/linux-bitten-by-second-severe-vulnerability-in-as-many-w...
1•jnord•54m ago•0 comments

Show HN: ProvisioningIQ – Continuous Benchmarks of AWS/Azure/GCP Latency

https://provisioningiq.appswireless.com/
1•syed786•57m ago•0 comments

Postmortem: TanStack NPM supply-chain compromise

https://tanstack.com/blog/npm-supply-chain-compromise-postmortem
7•carlos-menezes•58m ago•2 comments

Anxiety vs Depression

https://silence.bearblog.dev/anxiety-vs-depression/
2•thejamesbox•59m ago•1 comments

Legacy preference bans may not increase college diversity, researchers say

https://phys.org/news/2026-04-legacy-college-diversity.html
2•PaulHoule•59m ago•0 comments

Designing GPUs for Developers: A Conversation with Godot

https://blog.imaginationtech.com/designing-gpus-for-developers-a-conversation-with-godot
1•danbolt•59m ago•0 comments

GM just laid off IT workers to hire those with stronger AI skills

https://techcrunch.com/2026/05/11/gm-just-laid-off-hundreds-of-it-workers-to-hire-those-with-stro...
32•jnord•1h ago•45 comments

Intel Reenters DRAM Race? A Closer Look at the Z-Angle Memory

https://www.trendforce.com/news/2026/02/03/news-intel-reenters-dram-race-a-closer-look-at-the-z-a...
2•jeffufl•1h ago•1 comments

Hermes Agent Background Computer Use on macOS via SkyLight Private SPIs

https://hermes-agent.nousresearch.com/docs/user-guide/features/computer-use
1•simonpure•1h ago•0 comments

When My Father's Canary Flew Away

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

Star Wars: Fall of the Empire by Stern Pinball

https://sternpinball.com/game/star-wars-fall-of-the-empire/
2•pentagrama•1h 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