frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Facebooks App description is "hacked" in Play Store [video]

https://www.youtube.com/shorts/UWaIinB84q4
1•tbqq•1m ago•0 comments

Inside FIFA's World Cup Technology [video]

https://www.youtube.com/watch?v=JRhwXYfrlss
1•ofrzeta•1m ago•0 comments

Context Monorepos

https://backnotprop.com/blog/context-monorepos/
1•ramoz•1m ago•0 comments

Anthropic Pauses Its Claude Agent SDK Billing Change

https://origami.sa/en/blog/anthropic-pauses-agent-sdk-subscription-billing-change/
1•dockerd•3m ago•0 comments

Smarter Models, Dumber Security

https://manveerc.substack.com/p/mcp-supply-chain-attack-vector
1•manveerc•4m ago•0 comments

Ask HN: What Jobs (Roles) are in the best position to take advantage of AI?

2•CWhiting•5m ago•0 comments

Stanford CS153 Frontier Systems – Scale, AGI, and the Future of Everything [video]

https://www.youtube.com/watch?v=F_7M4Hc-usM
2•twalichiewicz•6m ago•0 comments

You've Been Murdoched: Australia's Teen Ban Offers a Warning for Europe

https://www.techpolicy.press/youve-been-murdoched-australias-teen-ban-offers-a-warning-for-europe/
2•mathgenius•7m ago•0 comments

The time the x86 emulator team found code so bad they fixed it during emulation

https://devblogs.microsoft.com/oldnewthing/20260615-00/?p=112419
10•paulmooreparks•10m ago•0 comments

Opportunity Media Reel

https://www.youtube.com/watch?v=5MqWgtyfBxw
2•Eridanus2•15m ago•0 comments

Agentic AI Foundation

https://aaif.io/
2•intelkishan•28m ago•0 comments

How do you go viral? Built R/place style world cup pixel battle for charity

https://wurldcup.live/
2•anishfish_•30m ago•0 comments

Show HN: Garden of Flowers – an archive of pictorial typography before ASCII art

https://garden-of-flowers.heikkilotvonen.com/
4•california-og•31m ago•2 comments

The rise of machine writing is a great opportunity for literature

https://www.theatlantic.com/ideas/2026/06/ai-writing-style-literature/687536/
3•samclemens•32m ago•0 comments

GitLab and Anthropic building Git compatible engine to scale for agentic usage

https://about.gitlab.com/blog/gitlab-transcend-announcements/
2•tachyons•34m ago•0 comments

Leymosun Science: Quantum Research Toolkit

https://github.com/msuzen/leymosun
2•northlondoner•42m ago•1 comments

YouTube may expose your channel and channel name if you share video links

https://twitter.com/KiwiFarmsDotNet/status/2066156508455240086
3•exploraz•43m ago•1 comments

Firefox 152 Now Available with JPEG-XL Support

https://www.phoronix.com/news/Firefox-152-Download
7•eln1•46m ago•1 comments

AATF – An open spec for recording why AI agents make decisions

https://github.com/wdh107/agent-audit-trail
2•wdh107•46m ago•1 comments

Cross-Modal Representation Alignment for Time-to-Event Modeling

https://arxiv.org/abs/2606.15038
2•ilreb•49m ago•0 comments

Show HN: Pokémon Showdown Live Battle Assistant

https://github.com/AbhishekR3/ps-local
2•3Abhishek•49m ago•0 comments

OpenAI Losses Increased Nearly 8X in 2025, with Spending Hitting $34B

https://www.wheresyoured.at/exclusive-openai-financials/
20•spking•51m ago•5 comments

EU Icons for labelling AI-generated content

https://digital-strategy.ec.europa.eu/en/policies/eu-icons-labelling-ai-generated-content
5•giuliomagnifico•56m ago•0 comments

Asia is now buying America and nobody is talking about it

https://asia.nikkei.com/opinion/asia-is-now-buying-america-and-nobody-is-talking-about-it
7•alephnerd•57m ago•1 comments

Half of Bitcoin in circulation is underwater for the first time since 2022

https://sherwood.news/crypto/half-of-the-bitcoin-supply-in-circulation-is-underwater-for-the-firs...
5•gmays•1h ago•0 comments

The Fable 5 Export Controls root of takedown request

https://www.lutasecurity.com/post/the-fable-5-export-controls-harm-us-cyber-defense
3•dawie•1h ago•0 comments

Is CPU design hitting a (soft) speed limit?

3•leecommamichael•1h ago•2 comments

Real-Time NYC rat map

https://ratflow.nyc/
3•UnitedOfTransit•1h ago•2 comments

Optique 1.1.0: Command discovery, value parsers, and ordered grammars

https://github.com/dahlia/optique/discussions/834
2•dahlia•1h ago•0 comments

Phoenix mostly doesn't drink Colorado River water

https://signaldoctrine.substack.com/p/the-allocation
6•SignalDoctrine•1h ago•1 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