frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Releases Its First World Model–Project Eden

https://twitter.com/tripoai/status/2061307584817385960
1•764261457•3m ago•0 comments

Two LLM UI Patterns That Aren't Chat

https://poyo.co/note/20260525T094605/
1•minikomi•3m ago•0 comments

Colorize Your Kubectl Output

https://github.com/kubecolor/kubecolor
1•ankitg12•4m ago•0 comments

Training a Simple World Model with Jax

https://www.alexinch.com/blog/simple-world-model
1•ainch•8m ago•0 comments

Security and Protection of Data in the IBM System/38

https://dl.acm.org/doi/pdf/10.1145/800053.801932
1•rbanffy•11m ago•0 comments

AI fiction is the new fast food

https://www.washingtonpost.com/opinions/2026/05/31/ai-fiction-is-fast-food-human-mind/
1•KnuthIsGod•12m ago•0 comments

Scientists discover lost range of 'supermountains' 3x longer than the Himalayas

https://www.space.com/supermountains-drove-evolution-on-earth
2•thunderbong•14m ago•0 comments

two strangers. one call. no names

https://just2voices.com/
1•whatis1215•17m ago•0 comments

Why Are Large Language Models So Terrible at Video Games?

https://spectrum.ieee.org/ai-video-games-llms-togelius
2•sxx0•18m ago•1 comments

Meta Fixes Instagram AI Flaw Used in Account Takeovers

https://sqmagazine.co.uk/meta-fixes-instagram-ai-flaw-account-takeovers/
1•mmsc•19m ago•0 comments

Intention – The Next Layer of Abstraction

https://intelligence.bearblog.dev
1•GlowingFern•20m ago•0 comments

Rainbow Query Language

https://rbql.org/
1•shakna•26m ago•0 comments

Exec into Node via Kubectl

https://github.com/kvaps/kubectl-node-shell
1•ankitg12•27m ago•0 comments

An AI native hedge fund

https://github.com/achaljhawar/1rok
2•satoshiclad•28m ago•0 comments

The Seven-Action Documentation Model

https://passo.uno/seven-action-model/
1•eigenBasis•29m ago•0 comments

Package Manager for Kubectl Plugins

https://krew.sigs.k8s.io/plugins/
1•ankitg12•29m ago•0 comments

Tongan Castaways

https://en.wikipedia.org/wiki/Tongan_castaways
2•mpweiher•29m ago•0 comments

Tech overlords plan for conscious AI to conquer the cosmos. What could go wrong?

https://www.theguardian.com/us-news/ng-interactive/2026/may/31/transhuman-silicon-valley-ai
2•contingencies•29m ago•0 comments

Data Breach Disclosure Lag Is Getting Worse

https://www.troyhunt.com/1000-data-breaches-later-the-disclosure-lag-is-worse-than-ever/
2•moebrowne•30m ago•0 comments

How LLMs Work

https://arpitbhayani.me/blogs/how-llms-work/
1•samrat11•31m ago•0 comments

Concrete Ways I Use AI During a Normal Engineering Workday (Week 4 Roundup)

https://theaileverageweekly.com/posts/8-concrete-ways-i-use-ai-during-a-normal-engineering-workda...
1•talvardi7•32m ago•0 comments

TaskSlinger: A faster, cleaner task manager for Windows with modern interface

https://taskslinger.net/
2•smusamashah•34m ago•2 comments

SWE-Rebench by Nebius

https://swe-rebench.com
1•chaoz_•34m ago•0 comments

Cannot Upvote

2•jjgreen•36m ago•5 comments

Show HN: Ronda lets non-technical users safely edit your webapp

https://useronda.com
2•antoinec•39m ago•0 comments

Divinity: Original Sin – Enhanced Edition 90% off

https://store.steampowered.com/app/373420/Divinity_Original_Sin__Enhanced_Edition/
1•doener•39m ago•0 comments

Unreleased Pixel Watch 5 Found by Diver in St Martins

https://xcancel.com/DuvalMagic/status/2061147076096872836#m
1•noelwelsh•40m ago•0 comments

Cessation of public development of Kefir C compiler

https://kefir.protopopov.lv/posts/announce2.html
3•f311a•40m ago•0 comments

How Not to Buy SpaceX Stock (It's Harder Than You Think)

https://cranberries.medium.com/how-not-to-buy-spacex-stock-its-harder-than-you-think-a37610cb8bd3
3•clktmr•42m ago•0 comments

Growing the Linux App Ecosystem with RISC-V and RVA23 Platforms

https://www.youtube.com/watch?v=ZPY3WZouYrA
1•fork-bomber•43m 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