frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Product Hunt launches doubled while engagement halved

https://producthunt.homek8s.com/trends
1•Meetvelde•2m ago•1 comments

Flourish Labs: $500M to reinvent AI using neuroscience [pdf]

https://flourishlabs.ai/flourish_wired_article.pdf
1•spot•3m ago•1 comments

The Major Oak, Ancient Tree of Robin Hood Legend, Has Died

https://www.nytimes.com/2026/06/18/world/europe/major-oak-tree-dies.html
1•jaredwiener•3m ago•0 comments

Ex150-16 review: washout period and starting HCLF

https://www.exfatloss.com/p/ex150-16-review-washout-period-and
1•paulpauper•3m ago•0 comments

Every Privacy Vulnerability in Chrome and How to Catch It

https://www.thatprivacyguy.com/blog/the-beast-behind-the-browser/
1•dotcoma•4m ago•0 comments

The Once and Future Fable #3: Fix This Code

https://thezvi.substack.com/p/the-once-and-future-fable-3-fix-this
1•paulpauper•4m ago•0 comments

Write your novel on your own machine. Pay no subscription

https://github.com/giapnguyen74/xnovelist
1•giapnguyen74•4m ago•0 comments

Show HN: FLIP TABLE 2026

https://fliptable.nyc/
1•wibbily•7m ago•0 comments

Show HN: Kill 80% of meetings by sending short clips back-and-forth

https://www.flowylabs.ai/llink
1•talksik•9m ago•0 comments

Fauci Funded Wuhan Lab Research That Sparked Covid

https://www.odni.gov/index.php/newsroom/press-releases/press-releases-2026/4166-pr-11-26
3•ffdni•13m ago•0 comments

The Flat Curve Society

https://steve-yegge.medium.com/the-flat-curve-society-36c8b01eb33b
1•andsoitis•17m ago•0 comments

Show HN: Coding Tools MCP – Give any LLM agent the ability to code

https://github.com/xyTom/coding-tools-mcp
1•xytom•18m ago•0 comments

Ice Water Drowning Survival After 147-Minute Submersion and Hypothermic Arrest

https://www.jacc.org/doi/10.1016/j.jaccas.2025.104885
2•js2•18m ago•0 comments

Adding face tracking to my Pico 4

https://www.kitsu.red/blog/2025-08-06-face-tracking-for-pico-4
1•kitsune_cw•18m ago•0 comments

California 'billionaire tax' makes ballot despite opposition from tech moguls

https://www.theguardian.com/us-news/2026/jun/18/california-billionaire-tax-ballot-tech-opposition
4•dmitrygr•19m ago•1 comments

Show HN: Guess the World Cup players' home club

https://juice.name/
1•chadwittman•21m ago•0 comments

Place 24 rowers in 4 boats of 6 – how many days for every pair to meet?

https://quirino.net/blog/4boats/
1•quirino•22m ago•0 comments

Rclone: "Rsync for Cloud Storage"

https://github.com/rclone/rclone
1•pretext•22m ago•0 comments

Show HN: Sqim – install your iOS builds from Codex mobile without VPN

https://www.sqim.dev/
2•neel-m•27m ago•0 comments

Building Cursor for Traders

https://runhalcyon.com/
2•chips2011•29m ago•1 comments

Snapfari App

https://snapfari.app/
2•soupspaces•32m ago•0 comments

Two-Letter Scrabble Words Visualized as Stem and Leaf Plot (2020)

https://www.gideongoldin.com/blog/2020/10/1/data-visualizations-for-text-the-verbal-stem-amp-leaf...
2•aragonite•33m ago•0 comments

Google's Secret Warrant Fight over DOJ Pipe Bomb Probe Revealed

https://www.bloomberg.com/news/articles/2026-06-18/google-s-secret-warrant-fight-over-doj-pipe-bo...
2•rndsignals•40m ago•0 comments

Is the world becoming more predictable?

https://www.ft.com/content/b1f417eb-f120-4e3f-8c85-6db3013c33ee
2•petethomas•49m ago•0 comments

The Ghost in the Ledger

https://banapana.substack.com/p/the-ghost-in-the-ledger
2•ruzelmania•50m ago•1 comments

Applied AI Engineer/ Product Builder/ Data Science

2•ahorton•51m ago•0 comments

The Reason Your IT Team Isn't Getting Anything Done

https://techstrong.it/contributed-content/the-real-reason-your-it-team-isnt-getting-anything-done/
2•mooreds•55m ago•1 comments

Between backyards and nakamals: Shifting Australia–Vanuatu relations

https://www.lowyinstitute.org/publications/between-backyards-and-nakamals-shifting-australia-vanu...
2•mooreds•55m ago•0 comments

CS 153: Frontier Systems

https://cs153.stanford.edu/
2•mooreds•56m ago•0 comments

Ask HN: Has AI made digital distribution more powerful than code?

2•akashwadhwani35•56m 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