frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Discretizing Reward Models

https://arxiv.org/abs/2606.21795
1•gmays•2m ago•0 comments

Exploring The Spectrum -Dr. John Ott documentary on the health effects of light [video]

https://www.youtube.com/watch?v=BOUA8UAEAdY
1•Eaglo•4m ago•0 comments

Guardians of the Agents Formal verification of AI workflows. (Dec 2025)

https://cacm.acm.org/practice/guardians-of-the-agents/
1•steilpass•6m ago•0 comments

Oʻahu Needs More Solar, Not New Power Plants

https://civilbeat.org/2026/06/oahu-needs-more-solar-not-new-power-plants/
1•toomuchtodo•8m ago•1 comments

WhiteHouse lifts export control on Anthropic that froze its most advanced models

https://www.cnn.com/2026/06/30/tech/anthropic-export-control-ban-lifted-white-house
1•dstala•10m ago•1 comments

The Future of Software Engineering Is Here but Not Evenly Distributed (Updated)

https://twitter.com/jmugan/status/2065962078322438524
1•jmugan•14m ago•0 comments

Taiwan raids Super Micro in widening China chip smuggling probe

https://www.japantimes.co.jp/business/2026/06/30/taiwan-super-micro-china-chip-smuggling/
4•billybuckwheat•22m ago•0 comments

White House picks Avi Loeb with polarizing alien theories to lead UFO council

https://www.pbs.org/newshour/politics/white-house-picks-harvard-professor-with-polarizing-alien-t...
5•ceejayoz•26m ago•0 comments

The President Made More Than $1Billon in Crypto Deals

https://www.wsj.com/politics/policy/trump-made-more-than-1-billion-on-crypto-deals-part-of-2025-w...
2•fortran77•27m ago•1 comments

A Fusion First: Realta Demos Direct Energy Conversion

https://realtafusion.com/fusion-first-realta-demos-direct-energy-conversion/
1•sien•29m ago•0 comments

Show HN: Explore Ethereum by the Shape of a Transaction

https://www.chaingenius.ai
2•spennant•30m ago•0 comments

Faster Gemma 4 on MLX with multi-token prediction

https://ollama.com/blog/faster-gemma-4-mlx-mtp
2•ilreb•32m ago•0 comments

Why Jet Engines Aren't "Made in China"

https://aakash.substack.com/p/why-jet-engines-arent-made-in-china
3•paulpauper•33m ago•0 comments

Scott Alexander as a modern-day Edmund Wilson

https://statmodeling.stat.columbia.edu/2026/06/07/scott-alexander-as-a-modern-day-edmund-wilson/
2•paulpauper•33m ago•0 comments

Frame Error

https://linch.substack.com/p/frame-error
2•paulpauper•33m ago•0 comments

Wikipedia: Deleted Articles with Freaky Titles

https://en.wikipedia.org/wiki/Wikipedia:Deleted_articles_with_freaky_titles
2•surprisetalk•33m ago•0 comments

Tor’s Arti 2.5.0 Released: Stable Counter Galois Onion

https://blog.torproject.org/arti_2_5_0_released/
3•iamnothere•34m ago•2 comments

Llmaker – spin up a working LLM app from a single prompt, right in your terminal

https://github.com/raiyanyahya/llmaker
3•sleepynoodle•34m ago•0 comments

The Threat of Residential Proxies

https://www.feistyduck.com/newsletter/issue_138_the_threat_of_residential_proxies
2•matheusmoreira•37m ago•0 comments

JWST spots mature galaxy cluster, redefining "cosmic noon."

https://www.eurekalert.org/news-releases/1132818
1•croes•39m ago•1 comments

China's Great Green Wall: 66B trees growing faster than natural forests

https://www.livescience.com/planet-earth/plants/trees-in-chinas-great-green-wall-appear-to-grow-f...
3•simonpure•39m ago•0 comments

The Green Metrics Tool

https://metrics.green-coding.io
1•dijksterhuis•40m ago•1 comments

A new AIs-heading technique to track grain smuggling

https://www.bellingcat.com/news/2026/06/12/shadow-fleet-russian-grain-stolen-ukraine-libya-ais-te...
1•Jimmc414•41m ago•0 comments

Hackers Broke into Madison Square Garden

https://www.404media.co/how-hackers-broke-into-madison-square-garden/
2•Jimmc414•43m ago•1 comments

Donald Trump made more than $1B last year in return to presidency

https://www.ft.com/content/dab0dd71-2d95-4838-b0df-e942f9cc5dec
5•JumpCrisscross•44m ago•0 comments

Ovid: A pi extension that makes it record proof its features actually work

https://github.com/Srinivasa314/ovid
1•s314•44m ago•1 comments

Ironsmith – A full grammar, parser, and compiler for Magic: The Gathering cards

https://chiplis.com/ironsmith/
1•nicolas-siplis•49m ago•1 comments

OpenMontage: an open-source agent that edits real footage into video

https://github.com/calesthio/OpenMontage
2•gittrend•49m ago•0 comments

Show HN: Fruitbox – Docker Compose for Apple's container runtime

https://github.com/urjitbhatia/fruitbox
2•anachronox•50m ago•0 comments

Keybr: Adaptive Touch Typing Trainer

https://www.keybr.com
1•surprisetalk•52m 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