frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Anthropic Wants Worldwide AI Development Pause

https://www.wsj.com/finance/investing/anthropic-calls-for-global-slowdown-in-ai-development-4f2134f6
1•jonbaer•1m ago•0 comments

NASA announces 3 uncrewed missions to moon this year to prepare to build a base

https://www.nbcnews.com/science/space/nasa-announces-moon-missions-prepare-build-base-rcna346349
3•gmays•5m ago•0 comments

Chinese users do not like "super apps"

https://twitter.com/trydotworks/status/2062723113322741895
2•try-working•9m ago•0 comments

The AI Treadmill

https://debliu.substack.com/p/the-ai-treadmill
1•swolpers•10m ago•0 comments

Meta scales back plan for internal mouse-tracking tech, citing staff concerns

https://www.reuters.com/world/meta-scales-back-ai-mouse-clicks-tool-citing-employee-concerns-2026...
1•gnabgib•11m ago•0 comments

Sparknotes for your agents. Try for free

https://www.aiagentnotes.com/
1•mattmerrick•11m ago•0 comments

Ask HN: macOS went from Cat to California, next what?

2•akashwadhwani35•16m ago•0 comments

Benevolent dictator Zuck will give Meta staff 30-minute break keylogging assault

https://www.theregister.com/ai-and-ml/2026/06/04/meta-to-allow-staff-breaks-from-keylogging-data-...
2•Bender•18m ago•2 comments

'Please do not vibe f–- up this software': Broken backups spark AI coding row

https://www.theregister.com/ai-and-ml/2026/06/04/please-do-not-vibe-f-up-this-software-broken-bac...
2•Bender•19m ago•1 comments

Azure Linux 4.0 is Microsoft's first general-purpose Linux

https://www.boxofcables.dev/azure-linux-4-0-is-microsofts-first-general-purpose-linux/
1•haydenbarnes•19m ago•0 comments

Larger context windows and configurable reasoning levels for GitHub Copilot

https://github.blog/changelog/2026-06-04-larger-context-windows-and-configurable-reasoning-levels...
1•Klaster_1•20m ago•0 comments

Walmart investors reject AI workplace report as automation expands in the US

https://www.reuters.com/legal/litigation/walmart-investors-reject-ai-workplace-report-automation-...
1•petethomas•21m ago•2 comments

Jo: A statically typed language that targets Ruby

https://jo-lang.org/
1•thunderbong•22m ago•0 comments

The Causes of Long Covid

https://www.science.org/content/blog-post/causes-long-covid
5•maxall4•29m ago•0 comments

NPM-Scan v1.1.0: Four New Detectors for June 2026 Supply Chain Attacks

https://github.com/lateos-ai/npm-scan/blob/main/VALIDATION.md
1•lateos-ai•30m ago•1 comments

American Fuzzy Lop (2016)

https://lcamtuf.coredump.cx/afl/README.txt
1•mooreds•30m ago•0 comments

New Fast Tracks Account for Older Company IPOs

https://www.nasdaq.com/articles/new-fast-tracks-account-older-company-ipos
1•vermilingua•31m ago•0 comments

A Concurrent Language for Non-Concurrent Software (2010)

https://prog21.dadgum.com/81.html
1•mooreds•31m ago•0 comments

Wslc: A native Linux container runtime for Windows

https://www.boxofcables.dev/wslc-a-native-linux-container-runtime-for-windows/
2•m3h•34m ago•0 comments

Miracle on Everest: Guide believed dead spotted crawling down ice

https://www.bbc.com/news/articles/cvgz2yjl4y3o
1•koolhead17•34m ago•0 comments

Here.now: Free, Instant web hosting for agents

https://here.now
1•kamphey•35m ago•1 comments

'World-first' vaccine designed by artificial intelligence

https://www.bbc.com/news/articles/crrpggegwe0o
1•sizzle•37m ago•0 comments

Form design: from zero to hero all in one blog post

https://adamsilver.io/blog/form-design-from-zero-to-hero-all-in-one-blog-post/
3•thunderbong•39m ago•0 comments

CEO to staff: You're not getting a raise. We're spending on AI instead

https://www.businessinsider.com/teradata-pauses-raises-employee-compensation-ai-budget-2026-6
6•ValentineC•39m ago•0 comments

Bad MCP design cost your Agent 5× more tokens

2•JohnnyZhang483•40m ago•0 comments

Delacroix's Entry of the Crusaders into Constantinople Restored

https://www.louvre.fr/en/explore/life-at-the-museum/delacroix-s-entry-of-the-crusaders-into-const...
1•rawgabbit•45m ago•0 comments

Fedora 43 Upgrade revealed 20 years old Outlook Security Bug

https://fedoramagazine.org/fedora-43-upgrade-revealed-20-years-old-outlook-security-bug/
2•byproxy•47m ago•0 comments

H-1B Crackdown on Indian Workers Erodes a Texas Real Estate Boom

https://www.bloomberg.com/features/2026-dallas-h1b-housing-market/
3•sizzle•47m ago•1 comments

OPRD: On-Policy Representation Distillation

https://arxiv.org/abs/2606.06021
1•berlianta•49m ago•0 comments

What We Believe Happened: A Summary Timeline of Bricks and Minifigs Store

https://bricksandminifigs.com/blog/blog/2026/06/04/bricks-and-minifigs-salem-store-timeline/
3•momentmaker•50m ago•2 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