frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: How do you know when an Ad campaign is doing well?

1•TheRickyRed•2m ago•0 comments

Ask HN: Has anyone deployed AI tools in a trade or field service

1•VaderAi•2m ago•1 comments

Chasing Likes, Losing Connection: Youth Mental Health in the Digital Era

https://medium.com/freedomofthought/chasing-likes-losing-connection-youth-mental-health-in-the-di...
1•raynchad•3m ago•0 comments

Linux Foundation Launches Akrites to Defend FOSS from AI-Enabled Exploits

https://www.phoronix.com/news/Akrites
1•LorenDB•6m ago•0 comments

The Windows Phone that "killed" Nokia

https://www.instagram.com/reel/DZvCjtLM-UQ/
2•cromka•9m ago•1 comments

Sony Confirms 'Significant' Bungie Layoffs

https://www.ign.com/articles/bungie-announces-layoffs-as-it-admits-destiny-2-fell-short-of-expect...
3•mikhael•9m ago•0 comments

DropItDown – Drop a file, get Markdown your AI agent can read (macOS)

https://dropitdown.novashang.com
1•novashang•15m ago•0 comments

How do you get good ideas for startups?

https://www.paulgraham.com/ideas.html
1•Alien1Being•19m ago•1 comments

Extropic is Rethinking Computing

https://extropic.ai/writing/thermodynamic-computing-from-zero-to-one
1•binyu•21m ago•0 comments

CS2-10k: A Large-Scale Egocentric Counter-Strike 2 Dataset

https://reka.ai/news/cs2-10k-a-large-scale-egocentric-counter-strike-2-dataset
1•ilreb•24m ago•0 comments

Using a Rust macro for concise newtypes

https://adenalhardan.com/#rust-macros-concise-newtypes
1•adenalhardan•26m ago•0 comments

Ask HN: How did you set up a multi-agent orchestration for personal use?

1•cromka•32m ago•1 comments

A Deep Dive on China's "LineShine" All-CPU, Exaflops-Class Supercomputer

https://www.nextplatform.com/hpc/2026/06/25/a-deep-dive-on-chinas-lineshine-all-cpu-exaflops-clas...
1•jonbaer•41m ago•0 comments

Anthropic's philosopher answers your questions [video]

https://www.youtube.com/watch?v=I9aGC6Ui3eE
2•binyu•42m ago•1 comments

Silicon Valley Has an Empathy Vacuum (2016)

https://www.newyorker.com/business/currency/silicon-valley-has-an-empathy-vacuum
17•rmason•46m ago•9 comments

Van Halen test

https://en.wikipedia.org/wiki/Van_Halen_test
6•teleforce•48m ago•1 comments

Show HN: FastPlay, a fast minimal Windows video player built in Rust

https://github.com/CalvinSturm/FastPlay
2•CalvinSturm•49m ago•0 comments

Investors bet on AI again after Micron reports 346% sales jump

https://www.cnn.com/2026/06/25/business/micron-results-ai-stocks-volatility
3•dabinat•52m ago•1 comments

Steve Jobs felt certain Apple would never have existed without making blue boxes

https://macdailynews.com/2024/06/19/steve-jobs-felt-certain-apple-would-never-have-existed-withou...
2•SockThief•54m ago•0 comments

Popular Adblock for YouTube extension contains remote code execution

https://www.island.io/blog/badblocker-11-million-users-one-server-call-away-from-compromise
3•fastest963•1h ago•0 comments

Claude AI's link handling and fix

https://www.FoolQuest.com/
2•Aaron_Agassi•1h ago•0 comments

Show HN: A field recording of the underground. The engineers and producers

https://2inch.fm/
2•shawnzam•1h ago•1 comments

Wall Street Embraces the Dollar as Warsh's Fed Activates Bulls

https://www.bloomberg.com/news/articles/2026-06-25/wall-street-embraces-the-dollar-as-warsh-s-fed...
3•petethomas•1h ago•0 comments

Tropius: Detect AI Tropes in Prose

https://tangled.org/desertthunder.dev/tropius
3•birdculture•1h ago•0 comments

Ask HN: Anyone Here Work for Google? Specifically on the Google SMB Newsletter?

2•VladVladikoff•1h ago•0 comments

Trump administration asks to hold OpenAI's next model

https://www.axios.com/2026/06/25/trump-administration-openai-gpt-model-release
6•dramebaaz•1h ago•1 comments

Show HN: Replyt – Track which Reddit discussions become customers

https://replyt.co
4•hectorguedea•1h ago•0 comments

Ask HN: Norway bans AI in elementary schools

3•mellosty•1h ago•3 comments

This isn't a PPT. Repo speaks

2•hblqzj•1h ago•0 comments

Show HN: Pw-whip, a bridge between PipeWire and WHIP

https://github.com/jech/pw-whip/
3•jech•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