frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

All Tomorrow's Parties

https://ethanmarcotte.com/wrote/all-tomorrows-parties/
1•wassimans•18s ago•0 comments

CEOs: How to Not Screw Up Your AI Memo

https://www.callercallsback.com/p/ceos-heres-how-to-not-screw-up-your
1•ohjeez•3m ago•0 comments

Transgenic hookworm secretes anti-tetrodotoxin human single chain antibody

https://www.nature.com/articles/s41467-026-73447-9
2•phront•6m ago•0 comments

Netflix Viewing Activity

https://www.netflix.com/login?nextpage=https%3A%2F%2Fwww.netflix.com%2Fviewingactivity
1•meken•7m ago•0 comments

Setting Up a New Windows Laptop in 2026

https://matthewquerzoli.com/blog/18-06-2026-setting-up-a-new-windows-laptop-in-2026
1•Quiza12•8m ago•1 comments

Zero-Touch OAuth for MCP

https://blog.modelcontextprotocol.io/posts/enterprise-managed-auth/
1•niyikiza•10m ago•0 comments

The software industry: annealing, but wrong

https://apenwarr.ca/log/20260531
1•sebg•11m ago•0 comments

SubQ – a sub-quadratic LLM built for multi-million token reasoning

https://subq.ai/
2•modinfo•11m ago•0 comments

Shape Suffixes – Good Coding Style

https://medium.com/@NoamShazeer/shape-suffixes-good-coding-style-f836e72e24fd
1•sebg•14m ago•0 comments

How will AI make moral decisions for you and me?

https://knowablemagazine.org/content/article/technology/2026/what-shapes-ai-moral-decisions
1•knowablemag•17m ago•0 comments

The ancient book of wisdom at the heart of every computer (2014)

https://www.theguardian.com/books/2014/mar/21/ancient-book-wisdom-i-ching-computer-binary-code
1•mot2ba•17m ago•0 comments

Documenting Architecture Decisions (2011)

https://www.cognitect.com/blog/2011/11/15/documenting-architecture-decisions
1•ramoz•19m ago•1 comments

Ask HN: Are companies still hiring data scientists?

1•ivaivanova•19m ago•0 comments

Show HN: Sycloop – An AI marketplace that closes multi-party barter loops

https://sycloop.com
1•HELENENDORFSKY•20m ago•0 comments

How Tool Search Works and How It Saves Tokens

https://chaliy.name/blog/how-tool-search-works/
1•chalyi•20m ago•0 comments

AI to Automate Brain Diagnoses

https://radiologyai.com/
2•DarkContinent•22m ago•0 comments

Peter Thiel is actively convincing billionaires to abandon the Giving Pledge

https://fortune.com/2026/03/16/peter-thiel-giving-pledge-billionaire-philanthropy-backlash/
3•mgh2•22m ago•0 comments

Who's Actually Running That Robot?

https://www.bostonglobe.com/2026/06/18/opinion/demo-videos-robots-autonomous/
1•johncoatesdev•25m ago•0 comments

A beautiful and parametric particles simulation

https://sand-morph.up.railway.app/flux-lab
1•echohive42•25m ago•0 comments

Show HN: Pagecord Spotlight – discover trending independent posts on Pagecord

https://pagecord.com/spotlight
2•lylo•27m ago•1 comments

SE Radio 725: Danny Yang and Sam Goldman on the Pyrefly Type Checker

https://se-radio.net/2026/06/se-radio-725-danny-yang-and-sam-goldman-on-the-pyrefly-type-checker/
1•matt_d•29m ago•0 comments

Fencing Tournament Management is Brought to 2026

https://parrypost.dev/
1•mpelli•30m ago•0 comments

Lettera, a native, refined Markdown editor for macOS

https://lettera.md/
1•FinnLobsien•32m ago•0 comments

Show HN: I built a free API cost calculator after a $340 surprise invoice

https://apicalculators.com/
1•chnbydigi•37m ago•0 comments

Preschoolers search semantic networks in broader more variable ways than adults

https://osf.io/preprints/psyarxiv/qpj6n_v2
2•sebg•38m ago•0 comments

Drug-Free Immunotherapeutic Biomimetic Nanoparticles for Treating Breast Cancer

https://pubs.acs.org/doi/10.1021/acsnano.5c18774
1•wslh•38m ago•0 comments

The Lorem Ipsum Mystery [video]

https://www.youtube.com/watch?v=kL1PDqzqhM4
1•latexr•42m ago•0 comments

I Bought a 2004 iPod in 2026

https://chrissy.dev/notes/i-bought-a-2004-ipod-in-2026/
1•stog•42m ago•1 comments

The world may not like Trump's Gaza plan – but there is no alternative

https://www.ft.com/content/2472e584-758b-4a3f-83d1-9fba042a9312
1•JumpCrisscross•42m ago•0 comments

Using Code Maps

https://github.com/SymbolGroundingFramework/SGF-manifest/tree/main/wml-spec
2•jstakelum•45m 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