frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ray Tracer in SQL

https://github.com/ClickHouse/RayTracer
1•kbumsik•1m ago•0 comments

Sony Deletes 551 Movies PlayStation Owners Paid For

https://reclaimthenet.org/sony-deletes-551-studiocanal-movies-playstation-owners-paid-for
2•bilsbie•3m ago•0 comments

Persistent memory for AI agents is three problems, not one

https://promptowl.ai/resources/persistent-memory-ai-agents/
1•sparkystacey•3m ago•0 comments

UK likely to intervene in Paramount takeover of Warner Bros Discovery

https://arstechnica.com/tech-policy/2026/07/uk-likely-to-intervene-in-paramount-takeover-of-warne...
1•rbanffy•4m ago•0 comments

Thomas Paine might have had to verify his identity before publishing this

https://twitter.com/FreeSpeech_AI/status/2072016572571435224
1•bilsbie•4m ago•0 comments

AI Sped Up Coding Faster Than It Sped Up Delivery

https://www.builder.io/blog/ai-sped-up-coding-faster-than-it-sped-up-delivery
1•jamdesk•5m ago•0 comments

Cloudflare to block cynical search-and-scrape bots from ad-supported web pages

https://www.theregister.com/ai-and-ml/2026/07/01/cloudflare-to-block-cynical-search-and-scrape-bo...
1•hedora•6m ago•1 comments

Why AI agents get canceled (and the 5 places they fail quietly)

https://www.brimtech.co/notes/why-agents-get-canceled/
1•semalba•7m ago•0 comments

For First Time, a Cell Built from Scratch Grows and Divides

https://www.quantamagazine.org/for-the-first-time-a-cell-built-from-scratch-grows-and-divides-202...
2•defrost•8m ago•0 comments

Heading OS – Run a company (as the CEO) from Claude Code, with data kept private

https://github.com/mishahanin/heading-os
1•mishahanin•10m ago•0 comments

Physical Disc Production to End for New Games Releasing on PlayStation Consoles

https://www.ign.com/articles/sony-just-killed-discs-physical-disc-production-to-end-january-2028-...
1•alanfranz•10m ago•0 comments

Soatok's Informal Guide to Threat Models

https://soatok.blog/2026/06/30/soatoks-informal-guide-to-threat-models/
1•birdculture•10m ago•0 comments

The Case for Sustainability Metrics (Or Don't Be Kennan Frost)

https://pawelbrodzinski.substack.com/p/the-case-for-sustainability-metrics
1•flail•11m ago•0 comments

They Don't Know How It Works

https://moai.studio/blog/posts/they-dont-know-how-it-works.html
1•ionwake•12m ago•0 comments

Abundance of Intelligence

https://magzimof.com/abundance-of-intelligence/
1•shaimagz•13m ago•0 comments

Mark Zuckerberg says a Meta cloud computing business 'definitely on the table'

https://www.cnbc.com/2026/05/27/mark-zuckerberg-says-meta-starting-cloud-business-on-the-table.html
1•BiraIgnacio•13m ago•0 comments

Watching for File Changes on macOS

https://alexwlchan.net/2026/watch-files-on-macos/
2•surprisetalk•14m ago•0 comments

CNN Weather

https://www.cnn.com/interactive/new_business/weather_app/index.html
1•ChaseRensberger•14m ago•0 comments

Monlite: The complete back end for AI agents – in one file

https://github.com/qataruts/monlite
2•emadjumaah•17m ago•0 comments

Meta looks to turn excess AI compute into cash

https://techcrunch.com/2026/07/01/meta-like-spacex-looks-to-turn-excess-ai-compute-into-cash/
2•bogdiyan•17m ago•0 comments

Show HN: Pinch-to-zoom tree navigation

https://www.delopsu.com/pinch-to-zoom-tree-navigation
3•delopsu•18m ago•2 comments

Mageia 10 keeps the 32-bit Linux flame alive

https://www.theregister.com/os-platforms/2026/06/29/mageia-10-keeps-the-32-bit-linux-flame-alive/...
1•Qem•18m ago•0 comments

FFmpeg 9.1's new AAC encoder

https://news.ycombinator.com/
2•ledoge•18m ago•4 comments

Prevented Mortality and Greenhouse Gas Emissions from Nuclear Power [pdf]

https://www.giss.nasa.gov/pubs/docs/2013/2013_Kharecha_kh05000e.pdf
1•rbanffy•20m ago•0 comments

Show HN: Osiris JSON generate private infrastructure snapshot without AI or SaaS

https://github.com/osirisjson/osiris-producers
1•skhell•21m ago•0 comments

Show HN: Loma – a self-hosted shared AI layer for your whole company

https://github.com/plotlinelabs/loma
1•tadarsh•21m ago•0 comments

This Cell Feeds, Grows and Reproduces. and It's Manmade

https://www.nytimes.com/interactive/2026/07/01/science/spudcells-synthetic-cell.html
4•quux•22m ago•1 comments

Cory Doctorow: There are reasons to be optimistic about the AI bubble bursting [video]

https://www.youtube.com/watch?v=r03DPWGIxfY
2•dgellow•23m ago•0 comments

Creator Left Furious After Man Uses AI to Turn Her Book Idea into Content

https://thenerdstash.com/colorado-creator-left-furious-after-man-uses-ai-to-turn-her-book-idea-in...
4•dentemple•25m ago•1 comments

Discovering Concept-Editing Algorithms with LLM Agents

https://dmodel.ai/concept-erasure/
3•mattmarcus•26m 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