frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Artemis II Flight Day 10: Crew Completes Final Burn Before Splashdown

https://www.nasa.gov/blogs/missions/2026/04/10/artemis-ii-flight-day-10-crew-completes-final-burn...
1•thinkingemote•20s ago•0 comments

Phone's Deal with the Devil [video]

https://www.youtube.com/watch?v=NG-lLt5X3Rs
1•pinkmuffinere•23s ago•0 comments

We mapped 153 gaps in science using 5 parallel AI research agents

https://github.com/fainir/science-gaps
1•fainir•55s ago•0 comments

The Gigawatt Delusion: Why Measuring AI in Power Capacity Is a Category Error

https://aiafterhours.substack.com/p/the-gigawatt-delusion-why-silicon
1•shwetankk•2m ago•0 comments

AgentLint: Real-time guardrails for Claude Code (open source)

https://github.com/mauhpr/agentlint
1•maupr92•2m ago•0 comments

Exploring the Power of the Internet Gopher (1993)

https://archive.org/details/uiucnet69293univ
1•ecliptik•3m ago•0 comments

A long-term memory system that turns agent trajectories into reusable guidelines

https://huggingface.co/blog/ibm-research/altk-evolve
1•allthingsapi•4m ago•1 comments

Tiny Programmer:writes code, takes breaks to hang out on a BBS, and clocks out

https://old.reddit.com/r/raspberry_pi/comments/1se9afo/made_a_tiny_device_that_writes_code_takes_...
2•akman•5m ago•1 comments

Economy AI agents form teams, run missions, earn commissions

https://www.signomy.xyz/
2•Burnmydays•9m ago•1 comments

Auditing my local Python packages

https://alexwlchan.net/2026/python-package-audit/
1•ingve•9m ago•0 comments

Ask HN: Negotiating Intern Pay

2•lemonlime227•12m ago•0 comments

Surelock

https://notes.brooklynzelenka.com/Blog/Surelock
1•EvgeniyZh•12m ago•0 comments

AuRevoir: View/remove notification messages from Apple's Notification Database

https://github.com/objective-see/AuRevoir
2•ingve•13m ago•0 comments

California officials charge 21 people in hospice fraud ring exceeding $250M

https://abc7.com/post/california-officials-charge-21-people-hospice-fraud-ring-exceeding-250-mill...
2•Alupis•13m ago•0 comments

You can have an RSS dependent website in 2026

https://matduggan.com/you-can-absolutely-have-an-rss-dependent-website-in-2026/
1•birdculture•14m ago•0 comments

DOJ Top Antitrust Litigators Exit After Ticketmaster Accord

https://www.bloomberg.com/news/articles/2026-04-08/doj-top-antitrust-litigators-exit-after-ticket...
5•1vuio0pswjnm7•17m ago•0 comments

PutHouse – Automated options trading to earn income with your stocks

https://puthouse.com
1•jansonlau•18m ago•0 comments

Amnesty International Marks '1,000 Hours' Of Iran's Internet Blackout

https://twitter.com/amnesty/status/2042535560816869489
2•us321•21m ago•0 comments

State Court Denies Meta's Section 230 Immunity Claim in Social Media Suit

https://www.law.com/2026/04/10/state-court-denies-metas-section-230-immunity-claim-in-social-medi...
1•1vuio0pswjnm7•21m ago•0 comments

Windows Secure Lock Screen clock may appear up to 30 seconds behind

https://support.microsoft.com/en-us/windows/secure-lock-screen-clock-may-appear-up-to-30-seconds-...
3•shscs911•22m ago•0 comments

Show HN: Whirligig

https://whirligig.live
1•idiocache•23m ago•0 comments

(MSN) Mexico is moving toward universal healthcare by 2027

https://www.msn.com/en-us/health/other/mexico-is-moving-toward-universal-healthcare-by-2027-here-...
2•SilentM68•24m ago•0 comments

Anthropic PBC Risk Assessment Report (Unredacted) [pdf]

https://storage.courtlistener.com/recap/gov.uscourts.cand.465515/gov.uscourts.cand.465515.148.1.pdf
1•KenoFischer•24m ago•0 comments

Small Models Are Smart Enough

https://twitter.com/danveloper/status/2042685676949270724
4•m-hodges•25m ago•0 comments

Decentralized AI from Scratch (Python Tutorial) [video]

https://www.youtube.com/watch?v=zY2dAK-pMPI
2•williamtrask•28m ago•0 comments

Artemis II returns to Earth, splashdown in four hours

https://www.cbc.ca/news/science/artemisii-return-splashdown-9.7157857
5•heresie-dabord•28m ago•0 comments

Show HN: A2A Utils – a comprehensive set of utility functions for A2A servers

https://github.com/a2aproject/A2A/discussions/1738
2•benclarkeio•30m ago•0 comments

Book Review: Klara and the Sun

https://www.stephendiehl.com/posts/klara_and_the_sun/
2•ibobev•31m ago•1 comments

The Iceberg Index: Measuring Skills-Centered Exposure in the AI Economy [pdf]

https://iceberg.mit.edu/report.pdf
2•mpweiher•31m ago•0 comments

Show HN: I built a site that shows every world event you lived through

https://youdidntnotice.com/
3•lip404•31m ago•1 comments
Open in hackernews

Claude Plays Pokemon – Starter Version

https://github.com/davidhershey/ClaudePlaysPokemonStarter
8•minimaxir•11mo 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•11mo ago
It's interesting to me that they're extracting game state from memory instead of just passing the video into the LLM.
_--__--__•11mo 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•11mo ago
Shouldn't the goal be to compare it against a human player that would need to menu for that information?
_--__--__•11mo 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