frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Anthropic reveals changes to Claude's operating instructions caused degradation

https://venturebeat.com/technology/mystery-solved-anthropic-reveals-changes-to-claudes-harnesses-...
1•vednig•2m ago•0 comments

Aperture beta: better controls for the AI agent era

https://tailscale.com/blog/aperture-public-beta
1•Brajeshwar•2m ago•0 comments

termscp: a feature rich terminal UI file transfer and explorer

https://github.com/veeso/termscp
1•indigodaddy•3m ago•0 comments

85% of enterprises are running AI agents. Only 5% trust them enough to ship

https://venturebeat.com/security/85-of-enterprises-are-running-ai-agents-only-5-trust-them-enough...
1•vednig•3m ago•0 comments

The Download: supercharged scams and studying AI healthcare

https://www.technologyreview.com/2026/04/24/1136400/the-download-supercharged-scams-questionable-...
1•joozio•4m ago•0 comments

A 13-month-old LlamaIndex bug re-embeds unchanged content

https://sebastiantirelli.com/writing/llamaindex-embedding-churn/
1•tirelli•5m ago•0 comments

Show HN: Signova AI – DocuSign alternative for $7

https://signova.ai
1•parshi•5m ago•0 comments

Tensorlake is now an official Harbor environment runtime

https://www.tensorlake.ai/blog/tensorlake-harbor-environment-runtime
1•cooleel•9m ago•0 comments

AI Field Notes on the DGX Spark

https://manavsehgal.github.io/ai-field-notes/
1•manavsehgal2025•9m ago•0 comments

The Art of Crossword Creation

https://llama.gs/blog/index.php/2026/04/24/the-forgotten-art-of-crossword-creation/
2•major4x•9m ago•0 comments

Ask HN: I wanna hear about your experience with Claude Code and Codex

1•redaantar•9m ago•0 comments

Full Stack Open: Deep Dive into Modern Web Development

https://fullstackopen.com/en/
1•eustoria•10m ago•0 comments

Zodiac Killer may be tied to Black Dahlia case after 'code cracked,' DNA taken

https://www.foxnews.com/us/zodiac-killer-may-tied-black-dahlia-case-code-cracked-new-suspect-emerges
2•keepamovin•10m ago•0 comments

PIX – Share Images Without the Cloud

https://www.fainimade.blog/2026/03/pix-share-images-without-cloud.html
2•eustoria•13m ago•0 comments

Retrieval-Augmented Generation Is an Engineering Problem, Not a Model Problem

https://www.forbes.com/councils/forbestechcouncil/2026/04/24/retrieval-augmented-generation-is-an...
2•jamesgill•14m ago•0 comments

Variant – Endless designs for your ideas, just scroll

https://variant.com/
2•eustoria•14m ago•0 comments

Intel shutters open-source evangelism program, archives key community projects

https://www.tomshardware.com/software/intel-shutters-open-source-evangelism-program-and-archives-...
2•maxloh•16m ago•0 comments

A Catechism for Robots

https://kk.org/thetechnium/a-catechism-for-robots/
2•rafaelc•16m ago•0 comments

Show HN: Porting Open3D to Python without writing a LoC

https://chico.dev/Mirror-Bridge-Open3D-71-Lines/
2•fthiesen•19m ago•0 comments

Tesla (TSLA) discloses $2B AI hardware company acquisition buried

https://electrek.co/2026/04/23/tesla-tsla-quietly-discloses-2-billion-ai-hardware-acquisition-10q/
5•Bender•19m ago•2 comments

AI models, power, politics, and performance

https://dominiccummings.substack.com/p/1-ai-models-power-politics-and-performance
2•nowflux•19m ago•0 comments

A deep dive into the wild world of GitHub Actions' tagging formats

https://www.jvt.me/posts/2026/04/24/github-actions-tagging/
3•Brajeshwar•21m ago•0 comments

Relatives of dead or missing scientists grapple with impact of wild speculation

https://www.bbc.com/news/articles/cwyw9rpdl4po
4•cf100clunk•22m ago•1 comments

How do you handle context compression cloud workflows?

https://cloudgo.ai/
2•gtram20•24m ago•1 comments

'Scattered Spider' Member 'Tylerb' Pleads Guilty

https://krebsonsecurity.com/2026/04/scattered-spider-member-tylerb-pleads-guilty/
2•Bender•24m ago•0 comments

JackDanger/gzippy ·The fastest gzip on any hardware

https://github.com/JackDanger/gzippy
2•pkaeding•25m ago•0 comments

Redesigning the Recurse Center application to inspire curious programmers

https://www.recurse.com/blog/192-redesigning-the-recurse-center-application
2•nicholasjbs•26m ago•0 comments

Which one is more important: more parameters or more computation? (2021)

https://parl.ai/projects/params_vs_compute/
3•jxmorris12•26m ago•0 comments

Show HN: Claude proxy to record interactions-browse, search sessions, usage, MCP

https://github.com/tillahoffmann/cctape
2•tillahoffmann•26m ago•1 comments

Oral Argument Preview: Chatrie vs. United States

https://www.lawfaremedia.org/article/oral-argument-preview--chatrie-v.-united-states
2•hn_acker•30m ago•0 comments
Open in hackernews

Claude Plays Pokemon – Starter Version

https://github.com/davidhershey/ClaudePlaysPokemonStarter
8•minimaxir•12mo 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•12mo ago
It's interesting to me that they're extracting game state from memory instead of just passing the video into the LLM.
_--__--__•12mo 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•12mo ago
Shouldn't the goal be to compare it against a human player that would need to menu for that information?
_--__--__•12mo 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