frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

We've raised $10M to build open source AI security

https://archestra.ai/blog/archestra-announces-10m-seed
1•ildari•14s ago•1 comments

Meta reveals details about layoffs in Playa Vista and Menlo Park

https://www.latimes.com/business/story/2026-06-02/meta-provides-details-about-layoffs-in-playa-vi...
1•1vuio0pswjnm7•36s ago•0 comments

Dumb core, smart edge for AI agents

https://arizenai.com/dumb-core-smart-edge/
1•arizen•1m ago•0 comments

Show HN: Cable Detective Mac App – What's Plugged In

https://cable-detective.franzai.com/
1•franze•2m ago•0 comments

Show HN: Jørnal, a journaling app where the page is always blank

https://jornal.ink
1•tskj•2m ago•0 comments

Analogue 3D Has a New Competitor (Modretro M64 Review) [video]

https://www.youtube.com/watch?v=RMROAr8VOxg
1•skibz•3m ago•0 comments

RHSB-2026-006 Supply chain compromise of RedHat-cloud-services NPM packages

https://access.redhat.com/security/vulnerabilities/RHSB-2026-006
1•dralley•3m ago•0 comments

Show HN: Humm – Share the Vibe, an app for quantifying the ambience

https://play.google.com/store/apps/details?id=com.abj.humm&hl=en_US
1•abj1729•4m ago•0 comments

How consent-gated email works

https://goodsender.com/blog/how-consent-gated-email-works-and-why-its-free/
1•efsher_azoy2•8m ago•0 comments

Bothering to Understand

https://www.autodidacts.io/bothering-to-understand/
1•surprisetalk•8m ago•0 comments

Show HN: HashCortX] – [AI desktop agent UI app by a vibecoder pharmacist]

1•Hash7777•8m ago•1 comments

We lost track of what Web3 is

https://jthor.eth.link/blog/2026/04/13/web3-means-freedom-software/
1•hem777•9m ago•0 comments

Show HN: Ket – a quantum circuit debugger that runs in the browser

https://github.com/brenocq/ket
1•brenocq•10m ago•0 comments

Sweden is now America's most valuable tech ally. Most Americans haven't noticed

https://thehill.com/opinion/technology/5898904-strategic-alliance-sweden-us/
3•RickJWagner•14m ago•0 comments

Show HN: A desktop first local log analyzer with fast search and MCP

https://github.com/logsonic/logsonic/
2•aagosh•17m ago•1 comments

How to Build an MVP in the AI Coding Era [video]

https://www.youtube.com/watch?v=rQtrzBcf_Us
2•neko_ranger•18m ago•0 comments

Astronomers discover exoplanets with magnetic fields via wind patterns

https://www.reuters.com/science/astronomers-discover-exoplanets-with-magnetic-fields-2026-06-02/
2•ck2•19m ago•1 comments

Bromism Influenced by AI Psychosis (2025)

https://www.acpjournals.org/doi/10.7326/aimcc.2024.1260
2•epestr•20m ago•0 comments

I am building a more accurate multilingual sentence boundary detector

https://github.com/speedyk-005/yasbd-lib
2•speed4011•21m ago•0 comments

Ohbin – uv wrapper for installing tools from GitHub

https://github.com/prostomarkeloff/ohbin
2•notmarkeloff•21m ago•0 comments

Amazon's Ring sued over facial recognition feature

https://www.reuters.com/legal/government/amazons-ring-sued-over-facial-recognition-feature-latest...
3•1vuio0pswjnm7•22m ago•0 comments

Curation and Its Side Effects

https://www.autodidacts.io/curators-skim/
2•surprisetalk•23m ago•0 comments

Apple rejected my dictation app for using the accessibility API

https://www.mitmllc.com/blog/apple-rejected-my-dictation-app/
4•RZelaya•23m ago•0 comments

Artificial Intelligence for Software Engineering: From Probable to Provable

https://cacm.acm.org/opinion/artificial-intelligence-for-software-engineering-from-probable-to-pr...
3•gregnavis•23m ago•0 comments

Pinball on 64-Bit Alpha AXP Windows NT

https://virtuallyfun.com/2026/06/02/pinball-on-64-bit-alpha-axp-windows-nt/
2•jandeboevrie•24m ago•0 comments

SpaceX sets aside up to 5% of shares in IPO for certain employees and friends

https://www.cnbc.com/2026/06/01/spacex-sets-aside-up-to-5percent-of-shares-in-ipo-for-employees-a...
3•1vuio0pswjnm7•25m ago•0 comments

Elon Musk Laid Out 602 Goals. We Counted How Many He Hit

https://www.nytimes.com/interactive/2026/06/02/technology/elon-musk-promises-spacex-ipo.html
6•1vuio0pswjnm7•26m ago•0 comments

Leiden Declaration: AI is challenging the core values of mathematics

https://www.universiteitleiden.nl/en/news/2026/06/leiden-declaration-warns-ai-is-challenging-the-...
2•jboynyc•27m ago•0 comments

A survey on Large Language Models for code generation [pdf]

https://dl.acm.org/doi/epdf/10.1145/3747588
2•pramodbiligiri•27m ago•0 comments

AI Sicophancy a Risk to Society Grasp of Reality

https://www.theguardian.com/commentisfree/2026/jun/02/ai-sycophancy-risk-to-society-grasp-reality
3•voxleone•30m 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