frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Six months of AI in 2026, and a whole lot of noise

https://jatniel.dev/en/bytes/six-months-of-ai-in-2026-and-a-whole-lot-of-noise
1•jtnl•48s ago•0 comments

LLMs: Don't use a sledgehammer when tweezers will do

https://superuserdone.com/posts/2026-06-18-dont-use-a-sledgehammer/
1•SuperUserDone•1m ago•0 comments

Catching bad LLM behavior: OpenAI's new Deployment Simulation

https://openai.com/index/deployment-simulation/
1•Raj_Sidwadkar•2m ago•0 comments

DeepSeek Introduces Vision

https://chat.deepseek.com/
1•RIshabh235•4m ago•0 comments

Tesla remotely disabled the €6,200 FSD feature I had used for months

https://teslatookwhatipaidfor.com/en/
2•bartoszhernas•5m ago•1 comments

Environment AI writing code for simulations to test new models of particles

https://github.com/openwave-labs/openwave/blob/main/MODELS.md
1•eln1•9m ago•1 comments

Stack Overflow for Agents

https://stackoverflow.blog/2026/06/10/announcing-stack-overflow-for-agents/
2•marinesebastian•13m ago•0 comments

World-famous Robin Hood oak tree has died

https://news.sky.com/story/world-famous-robin-hood-oak-tree-has-died-13555186
2•austinallegro•26m ago•0 comments

Cervical cancer deaths fall to zero in young women given vaccine

https://www.bbc.com/news/articles/c621z28z138o
2•geox•28m ago•0 comments

What my trade data taught me that 3 years of reading couldn't

https://www.traderscompanion.org
1•mathono•30m ago•1 comments

MBook – a proposal for a new, simple e-book format based on Markdown

https://kevinboone.me/mbook.html
1•mindracer•30m ago•0 comments

The AI debate is about free will

https://juileebhosale.substack.com/p/the-ai-debate-is-really-about-free
3•dropbox_miner•35m ago•0 comments

Show HN: I revived yuiblog.com, Yahoo's defunct front end engineering blog

http://derek.io/yuiblog/page/101/
2•drgath•37m ago•0 comments

HelpNearby reached 25 countries in 20 days – built by 15-year-old Sudan

https://help-nearby.org
1•Hyrezyxx•37m ago•0 comments

Show HN: Memharness – Bi-temporal memory for AI agents, in one SQLite file

https://github.com/las7/memharness
1•sakuraiben•38m ago•1 comments

Ask HN: Has AI impacted your writing style?

1•himata4113•38m ago•2 comments

Free Image Compressor and WebP/AVIF Converter – Runs in the Browser

https://codequest.work/generator/image-compressor/en/
1•ORECTIC•50m ago•0 comments

Liquid Glass Generator – Recreate Apple's Liquid Glass UI with WebGL (Free)

https://codequest.work/generator/liquid-glass-generator/en/
2•ORECTIC•51m ago•0 comments

How to Hack a Superyacht

https://thewalrus.ca/how-to-hack-a-superyacht/
4•billybuckwheat•51m ago•0 comments

RIP Joshua Baer. Founder of Capital Factory, Austin incubator, died in jet crash

https://cbsaustin.com/news/local/capital-factory-ceo-joshua-baer-killed-in-plane-crash-near-lared...
6•dv35z•53m ago•1 comments

Typical Home Will Cost $1M as Millennials Hit Retirement, Economist Says

https://www.realtor.com/news/trends/home-prices-forecast-nar-lawrence-yun-2026/
3•littlexsparkee•53m ago•0 comments

Ukraine hits Moscow refinery again

https://www.reuters.com/world/europe/russia-attacks-kyiv-with-missiles-local-authorities-say-2026...
4•JumpCrisscross•58m ago•0 comments

Show HN: Automatically Validate Python Packages

https://pypi.org/project/validatedata/
2•EdwardK1•1h ago•1 comments

Maslul – Smart LLM router – one call, the right model

https://github.com/iliatankelevich/maslul
2•iliatankelevich•1h ago•0 comments

I Hate Compilers

https://xeiaso.net/notes/2026/anubis-wasm-vendor-binary/
35•xena•1h ago•24 comments

Introducing Vercel Connect

https://vercel.com/blog/introducing-vercel-connect
5•MaxLeiter•1h ago•0 comments

The Teachers Getting $50k Bonuses Thanks to a Meta Data Center

https://www.wsj.com/us-news/education/the-teachers-getting-50-000-bonuses-thanks-to-a-massive-met...
5•tzury•1h ago•0 comments

Cursor and SpaceX: In search of a complete loop

https://kwokchain.com/2026/04/23/cursor-and-spacex-in-search-of-a-complete-loop/
4•jxmorris12•1h ago•0 comments

SF landlord killed tenant to clear Sunset home for sale, lawsuit alleges

https://sfstandard.com/2026/06/17/lawsuit-alleges-sf-landlord-killed-tenant-clear-home-sale/
6•arkadiyt•1h ago•0 comments

Ask HN: I miss Fable, anyone else does?

2•vrinda13•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