frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Mnesis – Lossless context management Python library

https://github.com/Lucenor/mnesis
1•damatar•56s ago•0 comments

Learn – Typer

https://typer.tiangolo.com/tutorial/
1•kamaraju•4m ago•0 comments

RedwoodSDK – Realtime: One line, one hook, and sync

https://rwsdk.com/realtime
1•pistoriusp•10m ago•0 comments

Vesuvius Challenge

https://scrollprize.org/
1•ofrzeta•11m ago•0 comments

Show HN: AWB – Benchmark that tests your AI coding workflow, not just the model

https://github.com/xmpuspus/ai-workflow-benchmark
1•xmpuspus•14m ago•0 comments

Show HN: Skill Lab – CLI tool for testing and optimizing agent skills

https://github.com/8ddieHu0314/Skill-Lab
1•qu4rk5314•14m ago•0 comments

Sashiko: An agentic Linux kernel code review system

https://sashiko.dev/
1•Lwrless•16m ago•0 comments

Show HN: Clinical Trial Finder and Ranker

https://clifton-topaz.vercel.app/
1•notwopr•18m ago•0 comments

Mexico’s monarch butterfly population is up more than 60% over last year

https://mexiconewsdaily.com/news/mexico-monarch-butterfly-populations-up-2026/
1•WaitWaitWha•26m ago•0 comments

Show HN: Cultivation > Accumulation (For AI Agentic Memory)

https://wibomd.substack.com/p/cultivation-accumulation
1•manunamz•26m ago•0 comments

China and the Future of Science

https://scholarstage.substack.com/p/china-and-the-future-of-science
3•barry-cotter•31m ago•0 comments

Anyone know how long it will take to re-start Qatar's helium plants?

2•megamike•31m ago•0 comments

The Sphinx: a Soviet-era, retrofuture smart home dream

https://theoutline.com/post/5678/the-sphinx-a-soviet-era-retrofuture-smart-home-dream
2•thunderbong•32m ago•0 comments

Cloudflare flags archive.today as "C&C/Botnet"; no longer resolves via 1.1.1.2

https://radar.cloudflare.com/domains/domain/archive.today
3•winkelmann•32m ago•1 comments

Alpha Micro AM-1000E and AM-1200

http://oldvcr.blogspot.com/2026/03/refurb-weekend-double-header-alpha.html
2•goldenskye•38m ago•0 comments

Babel.nvim

https://github.com/canaanmckenzie/babel.nvim
3•prince_nez•38m ago•1 comments

Production Is Where the Rigor Goes

https://www.honeycomb.io/blog/production-is-where-the-rigor-goes
1•rcy•40m ago•0 comments

The Gallery of Babbel

https://babel.alfaoz.dev/
1•Cider9986•41m ago•0 comments

Punk Rock Osint: Bipartite Projection

https://100daysofnetworks.substack.com/p/day-83-of-100daysofnetworks
1•ojoffe•41m ago•0 comments

Show HN: Void Text – a fast, native macOS writing app (~15MB, keyboard-first)

https://github.com/leeseomin/voidtext-releases/releases/tag/v0.54.0
2•smlee•44m ago•0 comments

What does the future of software engineering look like?

https://www.thoughtworks.com/about-us/events/the-future-of-software-development
5•rcy•48m ago•0 comments

Show HN : Query on-prem databases and DynamoDB in plain English

https://github.com/Clever-Boy/IntelliHybrid
1•sshaileshk•49m ago•0 comments

Show HN: Connect a Discord channel with Claude Code agents running in tmux

1•potomak•51m ago•0 comments

White House unveils AI policy wishlist for Congress

https://thehill.com/policy/technology/5793105-ai-regulation-framework/?user_id=66c4bf745d78644b3a...
2•gmays•52m ago•0 comments

Terafab: The next step to becoming a galactic civilization

https://twitter.com/tesla/status/2035535642676044066
2•jbuild•55m ago•0 comments

The Case for an Ultralight Mac

https://www.macsparky.com/blog/2026/03/the-case-for-an-ultralight-mac/
1•geerlingguy•59m ago•0 comments

Scientists grow functional Esophagus using regenerative tissue

https://www.techexplorist.com/grow-functional-esophagus-regenerative-tissue/102393/
5•gmays•1h ago•0 comments

A Tool For Real-time annotation and getting context without leaving

https://www.mosadiq.com/projects/lightup
1•mos2128•1h ago•0 comments

About That $69M NFT

https://www.cnn.com/2026/03/17/style/singapore-nft-vignesh-sundaresan-beeple-everydays
1•sanj•1h ago•0 comments

Peter Thiel's Founders Fund Backs AI Cow Collar Startup at $2B Valuation

https://www.bloomberg.com/news/articles/2026-03-20/peter-thiel-s-founders-fund-backs-ai-cow-colla...
2•Anon84•1h 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•11mo 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