frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

100 Greatest Bird Names of All Time

https://birdhistory.substack.com/p/the-100-greatest-bird-names-of-all
1•bookofjoe•43s ago•0 comments

Show HN: AdvertBench, ranking the ability of LLMs to create image ads

https://advertbench.com
1•joegibbs•49s ago•0 comments

How LLMs Distort Our Written Language

https://sites.google.com/view/llmwritingdistortion/home
1•jruohonen•1m ago•0 comments

Show HN: An agentic control pane for iPhone

https://onepilotapp.com
2•elearia•3m ago•0 comments

Show HN: Local LLM Hardware Calculator

https://vettedconsumer.com/can-i-run-it/
1•ermantrout•3m ago•0 comments

Show HN: GraphCompose – Declarative Java engine for structured business PDFs

https://github.com/DemchaAV/GraphCompose
2•demchaav•8m ago•0 comments

The Mathematics of the Chinese Calendar [pdf]

https://gwern.net/doc/science/physics/astronomy/2010-aslaksen.pdf
3•mysticaltech-•10m ago•0 comments

Foreign-Born Entrepreneurs Drive America's Unicorn Boom

https://news.crunchbase.com/venture/foreign-born-entrepreneurs-drive-americas-unicorn-boom-strebu...
2•USTECH_WORKER•13m ago•1 comments

Beyond All Reason (Free Total Annihilation Inspired RTS)

https://www.beyondallreason.info
3•mosiuerbarso•13m ago•0 comments

Shall We? – A pre-engineering sanity check for AI-era feature bloat

https://github.com/Tacsiazuma/shall-we
1•tacsiazuma•14m ago•0 comments

Tell HN: Happy Father's Day

3•atestu•17m ago•0 comments

AI Warfare Is at the Point of No Return

https://www.wsj.com/world/ai-warfare-ukraine-russia-anthropic-29945df9
1•bookofjoe•19m ago•1 comments

Retrocomputing with Clash – Haskell for FPGA Hardware Design

https://unsafeperform.io/retroclash/
3•AlexeyBrin•20m ago•0 comments

Madrid Metro uses its trains to deliver packages during non-operating hours [video]

https://www.youtube.com/watch?v=xyuxZCxHWzA
2•cromka•23m ago•1 comments

If anyone wants user feedback directly from your product website, check this out

https://amendor.site/
1•osaeld•25m ago•0 comments

Computer Programming for Everybody

https://www.python.org/doc/essays/cp4e/
2•edent•26m ago•0 comments

A Wild Register Appears: Hunting the 30-Year-Old World of Xeen MT-32 Crash

http://finalpatch.github.io/xeen/
2•stevekemp•26m ago•0 comments

I aim to break the record for the fastest mile

https://www.telegraph.co.uk/athletics/2026/06/09/josh-kerr-why-im-trying-break-record-fastest-mil...
2•wjb3•27m ago•0 comments

Cagebase - Chromium fork that spoofs fingerprints from a JSON profile

1•boredhacker3•28m ago•1 comments

I Created a Minimalist Universal Language for AI

https://github.com/caihongfairys/QMP-Dynamic-Anchors
2•Queen_Xiya•28m ago•0 comments

The open-source Agent Communication Infrastructure

https://github.com/novuhq/novu
2•scopsy•29m ago•0 comments

The Vagabundler Project

https://vagabundler.com/about-vagabundler/
1•jruohonen•31m ago•0 comments

Firecracker-like microVMs for Proxmox VE – KVM isolation, under 200 ms boot

https://github.com/rcarmo/pve-microvm
2•networked•33m ago•0 comments

Local Chrome Bookmarking Extension

https://chromewebstore.google.com/detail/bookmarks-default/mfilaenpdpjhpmchhoboaekjdpmmeckc
1•alikatyc•33m ago•1 comments

Talked with the TerraSpark CEO, they are completely crazy

https://www.terraspark.energy/
2•GL26•34m ago•3 comments

Are Transformers Turing-Complete? A Good Disguise Is All You Need

https://lifeiscomputation.com/transformers-are-not-turing-complete/
4•paraschopra•40m ago•0 comments

Agent Privacy

https://blog.jackdavis.net/ai/security/2026/06/16/agent-privacy-research-writeup.html
2•JackDDavis•42m ago•0 comments

How websites know where you are

https://geospoof.com/blog/how-websites-know-your-location
2•sgro•43m ago•0 comments

The case against geometric algebra

https://alexkritchevsky.com/2024/02/28/geometric-algebra.html
1•Hbruz0•44m ago•0 comments

The deskilling of web dev is damaging our health

https://www.baldurbjarnason.com/2024/the-deskilling-of-web-dev-is-harming-us-all/
4•lemonberry•45m ago•3 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