frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

An Interview with the AI They Called a National Security Threat

https://www.woodrow.fyi/p/a-letter-from-inside-the-machine
1•heywoods•3m ago•0 comments

Researchers Deanonymize Reddit and Hacker News Users at Scale

https://threatroad.substack.com/p/researchers-deanonymize-reddit-and
2•hk_flying_gear•4m ago•0 comments

California wants heat pumps. High power bills might get in the way

https://www.latimes.com/california/story/2026-03-01/california-wants-millions-of-heat-pumps-high-...
1•dangle1•4m ago•0 comments

Claude Prompt to Find Inefficiencies in LLM Usage

https://www.maniac.ai/slm-audit
1•dhruv_m•5m ago•1 comments

The Two Kinds of Error

https://evanhahn.com/the-two-kinds-of-error/
1•zdw•6m ago•0 comments

Show HN: Tired of making accounts to split a pizza bill, I built Dividdy

https://dividdy.com/en
1•jezzlucena•7m ago•0 comments

Thaura

https://thaura.ai
1•abdelhousni•8m ago•0 comments

The Agentic Dispatch: The Last Edition

https://the-agentic-dispatch.com/the-last-edition/
1•greensleeves123•9m ago•1 comments

Show HN: Logira – eBPF runtime auditing for AI agent runs

https://github.com/melonattacker/logira
1•melonattacker•11m ago•0 comments

Show HN: Tech Digest – Top Products from PH/HN

https://techdigest.live/
1•vaibhav0806•15m ago•0 comments

Podcast Listenership Outranks Talk Radio for the First Time

https://www.cnet.com/tech/services-and-software/podcasts-officially-outrank-talk-radio-for-the-fi...
2•geox•16m ago•0 comments

Show HN: Gala – Sealed types, pattern matching, and monads for Go

https://github.com/martianoff/gala
1•mmcodes•17m ago•0 comments

1978: Could You Survive Without Modern Technology? [video]

https://www.youtube.com/watch?v=WXZpjZidCNk
1•sys_64738•19m ago•0 comments

FCaptcha – A modern CAPTCHA system designed to detect everything

https://github.com/WebDecoy/FCaptcha
1•cport1•19m ago•0 comments

Right-sizes LLM models to your system's RAM, CPU, and GPU

https://github.com/AlexsJones/llmfit
2•bilsbie•21m ago•0 comments

Tell HN: Discover using old phone numbers from data broker for SMS 2FA

1•throwawaycDpvY•23m ago•0 comments

Show HN: I built speedmux, a libghostty-powered terminal multiplexer

https://github.com/webforspeed/speedmux
1•n89nanda•23m ago•1 comments

TeX Live 2026 is released

https://tug.org/pipermail/tex-live/2026-March/052232.html
2•gucci-on-fleek•25m ago•2 comments

Noordung's "Wohnrad" – the precursor to rotating space station architecture

https://www.sciencedirect.com/science/article/pii/S0094576525008616
1•pmcjones•26m ago•0 comments

Why are Chinese EVs cheaper than Tesla

https://restofworld.org/2026/why-are-chinese-evs-cheaper-than-tesla/
2•colinprince•26m ago•1 comments

ea.js – Echelon Analytics

https://ea.js.org/
2•velmu•27m ago•0 comments

Show HN: Reveal.js via CDN Template Repo

https://github.com/pacharanero/reveal-js-cdn-template
1•pacharanero•27m ago•0 comments

Show HN: Joey – MCP client that runs on your phone

https://benkaiser.github.io/joey-mcp-client/
1•benkaiser•28m ago•0 comments

Show HN: Jam Storyteller – Attention? Memory Is All You Need

https://github.com/mathorn1973/twistjamstoryteller/releases/tag/v1.0
1•amthorn•28m ago•1 comments

Show HN: Service Book – Smart maintenance tracking for every car owner

https://yourservicebook.com/
1•sectorthree•29m ago•0 comments

The Rabbit Woman of Gowanus (2015)

https://www.theawl.com/2015/02/the-rabbit-woman-of-gowanus/
1•Thorondor•32m ago•0 comments

IPv6-Mostly Networks: Deployment and Operations Considerations

https://datatracker.ietf.org/doc/html/draft-ietf-v6ops-6mops
1•zacwest•36m ago•0 comments

Processing UK rail data in real-time (2025)

https://aran.dev/posts/processing-uk-rail-data-in-real-time/
1•teleforce•38m ago•0 comments

The ROLV CPU Breakthrough

https://rolv.ai
1•heggenhougen•43m ago•1 comments

Given AI, should I still consider becoming a computer programmer? Yes, and...

https://htmx.org/essays/yes-and/
2•rsyring•44m ago•0 comments
Open in hackernews

Claude Plays Pokemon – Starter Version

https://github.com/davidhershey/ClaudePlaysPokemonStarter
8•minimaxir•10mo ago
This is released by the Anthropic engineer who developed Claude Plays Pokemon.

Comments

minimaxir•11mo ago
This is released by the Anthropic engineer who developed Claude Plays Pokemon.
CSMastermind•10mo ago
It's interesting to me that they're extracting game state from memory instead of just passing the video into the LLM.
_--__--__•10mo 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•10mo ago
Shouldn't the goal be to compare it against a human player that would need to menu for that information?
_--__--__•10mo 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