frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Stash – CLI to search over your team's coding agent sessions

https://github.com/Fergana-Labs/stash
2•samzliu•2m ago•0 comments

ML-intern: open-source ML engineer that reads papers, trains and ships models

https://github.com/huggingface/ml-intern
1•rzk•2m ago•1 comments

Cooked

https://take.surf/2026/04/23/cooked
1•alsetmusic•3m ago•0 comments

The Design.md Specification

https://stitch.withgoogle.com/docs/design-md/overview/
2•fittingopposite•3m ago•0 comments

Best "screensaver" in the world? – help me please:)

https://auroratheanomaly.nekoweb.org/microcosm.html
1•rogmash•5m ago•0 comments

What Does AI Know?

https://minervaatdusk.substack.com/p/what-does-ai-actually-know
1•minervaatdusk•5m ago•0 comments

Sign of the Future: GPT-5.5

https://www.oneusefulthing.org/p/sign-of-the-future-gpt-55
1•momentmaker•6m ago•0 comments

DOJ arrests soldier who made $400k betting on Maduro's removal

https://abcnews.com/US/doj-arrests-soldier-made-400000-betting-maduros-removal/story?id=132325426
1•morkalork•7m ago•0 comments

White House warns of 'industrial-scale' efforts in China to rip off U.S. AI tech

https://www.cnbc.com/2026/04/23/trump-china-ai-technology.html
1•shinryudbz•8m ago•1 comments

Another customer of troubled startup Delve suffered a big security incident

https://techcrunch.com/2026/04/23/another-customer-of-troubled-startup-delve-suffered-a-big-secur...
1•WaitWaitWha•9m ago•0 comments

Cashing in on the crown: How Trump turned presidency into a money machine

https://theins.press/en/corruption/291857
1•lschueller•9m ago•0 comments

Mac app uses AirPods sensors to detect slouching

https://apps.apple.com/us/app/sittall-fix-your-posture/id6761648859?mt=12
1•JMiao•10m ago•1 comments

The Black Death: The Greatest Catastrophe Ever (2005)

https://www.historytoday.com/archive/black-death-greatest-catastrophe-ever
1•downbad_•10m ago•1 comments

Google: Stitch's DESIGN.md format is now open-source

https://blog.google/innovation-and-ai/models-and-research/google-labs/stitch-design-md/
1•fittingopposite•14m ago•0 comments

Render.com Raises Prices

https://render.com/blog/better-pricing-for-fast-growing-teams
3•bjhess•14m ago•1 comments

Why London's Dockless E-Bikes Are Causing Chaos

https://fee.org/articles/why-londons-dockless-e-bikes-are-causing-chaos/
1•WaitWaitWha•14m ago•1 comments

Optimism (2009)

https://github.com/raganwald-deprecated/homoiconic/blob/master/2009-05-01/optimism.md
1•Sir_Twist•15m ago•0 comments

Show HN: Tolaria – open-source macOS app to manage Markdown knowledge bases

https://github.com/refactoringhq/tolaria
3•lucaronin•15m ago•1 comments

Startup sales playbook: driving 7 figure enterprise deals

https://www.bvp.com/atlas/driving-seven-figure-enterprise-deals-how-recall-ais-amanda-zhu-went-fr...
1•deakhaus•16m ago•2 comments

Extract PDF text in the browser with LiteParse for the web

https://simonwillison.net/2026/Apr/23/liteparse-for-the-web/
1•simonw•17m ago•0 comments

Dutch YouTube creators behind Alberta separatist videos get millions of views

https://www.cbc.ca/news/canada/alberta-separatist-youtube-channels-netherlands-9.7174719
2•cf100clunk•17m ago•1 comments

I stopped using LM Studio once I found this (Jan.ai) open-source alternative

https://www.makeuseof.com/stopped-using-lm-studio-found-open-source-alternative/
1•gnabgib•19m ago•0 comments

US special forces soldier arrested after allegedly winning $400k on Maduro raid

https://www.cnn.com/2026/04/23/politics/us-special-forces-soldier-arrested-maduro-raid-trade
5•nkrisc•20m ago•1 comments

Show HN: easl – Instant hosting for AI agents

https://github.com/AdirAmsalem/easl
1•Adir•23m ago•0 comments

Show HN: Endo Familiar, an O-cap based JavaScript agent sandbox

https://dcfoundation.io/containing-ai-agents-the-endo-familiar-demo/
5•zmanian•25m ago•0 comments

Built-in memory for Claude Managed Agents

https://claude.com/blog/claude-managed-agents-memory
1•jbegley•25m ago•0 comments

Chernobyl 3828

https://www.youtube.com/watch?v=FfDa8tR25dk
1•chistev•26m ago•1 comments

Fluid dynamics for Toddlers: A much simpler Navier-Stokes derivation

https://chillphysicsenjoyer.substack.com/p/fluid-dynamics-for-toddlers
1•crescit_eundo•27m ago•0 comments

Show HN: Pdfnative – zero-dependency TypeScript PDF engine

https://www.npmjs.com/package/pdfnative
1•nizoka•28m ago•0 comments

Jensen Huang warns Huawei chips for DeepSeek models would be 'horrible' for US

https://www.scmp.com/tech/article/3350460/nvidias-jensen-huang-warns-huawei-chips-deepseek-ai-mod...
1•yogthos•29m ago•0 comments
Open in hackernews

Claude Plays Pokemon – Starter Version

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