frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

LuvStatus

https://luvstatus.com
1•nainervana•1m ago•0 comments

Woman's Talkspace therapy app sessions exposed in court

https://www.proofnews.org/womans-talkspace-therapy-app-sessions-exposed-in-court/
1•g8oz•1m ago•0 comments

Telescript (Programming Language)

https://en.wikipedia.org/wiki/Telescript_(programming_language)
1•avaer•5m ago•0 comments

Mtplx – 2.24x faster TPS – The native MTP inference engine for Apple Silicon

https://github.com/youssofal/MTPLX
2•youssof•7m ago•0 comments

Trump's proposed NASA budget is a 'horrible threat to our future' in space

https://www.space.com/space-exploration/trumps-proposed-nasa-budget-is-a-horrible-threat-to-our-f...
1•voxadam•8m ago•0 comments

AI Companies Learn the Word No

https://reason.com/2026/05/04/ai-companies-learn-the-word-no/
2•pseudolus•13m ago•0 comments

"Notepad++ for Mac" release is disavowed by the creator of the original

https://arstechnica.com/gadgets/2026/05/unofficial-vibe-coded-notepad-for-mac-draws-objections-fr...
1•cwal37•13m ago•1 comments

Valve just imported 50 tons of game consoles in two days

https://www.theverge.com/news/923461/valve-steam-machine-frame-deck-import-records-may-2026
1•droidjj•14m ago•0 comments

Why ChatGPT answers instead of saying "I don't know"

https://medium.com/@blueshirts23/i-forced-chatgpt-into-adversarial-tests-heres-what-it-actually-d...
2•BoundaryTester•17m ago•0 comments

The Creation of Instant Coffee

https://www.worksinprogress.news/p/the-creation-of-instant-coffee
1•bookofjoe•20m ago•0 comments

Emergency brakes: How to limit temps long before last resort of geoengineering

https://thebulletin.org/2026/05/emergency-brakes-how-to-limit-temperatures-long-before-the-last-r...
1•littlexsparkee•21m ago•0 comments

Bun is being ported from Zig to Rust

https://github.com/oven-sh/bun/commit/46d3bc29f270fa881dd5730ef1549e88407701a5
15•SergeAx•22m ago•4 comments

An imperative language for AI workload orchestration: Terradev CLI v4.0.11

https://github.com/theoddden/Terradev
2•Facingsouth•23m ago•0 comments

A Mental Model for Agentic Work

https://basti.io/blog/agentic_work_mental_model/
2•basti_ag•25m ago•0 comments

Delta Works

https://en.wikipedia.org/wiki/Delta_Works
1•prawn•28m ago•0 comments

Truth

https://plato.stanford.edu/entries/truth/
1•nvr219•29m ago•0 comments

I built a crowdsourced verdict system for real online arguments

https://notacourtoflaw.com/
1•noideawebsite•29m ago•1 comments

Following the Text Gradient at Scale

http://ai.stanford.edu/blog/feedback-descent/
1•bearseascape•30m ago•0 comments

Grove.el – An Obsidian-like note-taking mode for Emacs

https://jonathanchu.is/posts/introducing-grove/
9•tolerance•32m ago•1 comments

Don't let your Mac's storage fill up

https://sixcolors.com/post/2026/05/dont-let-your-macs-storage-fill-up/
2•xngbuilds•37m ago•2 comments

Developer re-enables features that Bambu Lab disabled, BL threatens legal action

https://www.tomshardware.com/3d-printing/developer-re-enables-3d-printer-features-that-bambu-lab-...
1•jacquesm•38m ago•1 comments

Boris Cherny Why Coding Is Solved, and What Comes Next

https://www.youtube.com/watch?v=SlGRN8jh2RI
3•gastonmorixe•39m ago•0 comments

Lockheed Martin joins with Firefly Aerospace and Seagate for off-shore launches

https://spaceflightnow.com/2026/05/04/lockheed-martin-announces-collaboration-with-firefly-aerosp...
1•bookmtn•42m ago•0 comments

The code hosting platform after GitHub

https://ersc.io/blog/ersc-availability
1•rishiadhikari•43m ago•0 comments

Pocket

https://anthonyliddle.dev/work/pocket
3•sciurus•44m ago•1 comments

Burner-bouncer – disposable email detection for JavaScript and Python

https://github.com/grocerysushi/burner-bouncer
1•grocerysushi•46m ago•1 comments

Palantir Q1 revenue jumps 85% on booming US business

https://finance.yahoo.com/markets/article/palantir-q1-revenue-jumps-85-on-booming-us-business-141...
1•wslh•47m ago•0 comments

White House may vet new AI models before public release

https://www.forbes.com/sites/tylerroush/2026/05/04/white-house-may-review-new-ai-models-before-pu...
3•adriangrassi•58m ago•2 comments

Anthropic and FIS Are Building an AI Agent to Help Banks Police Financial Crimes

https://www.wsj.com/tech/ai/anthropic-and-fis-are-building-an-ai-agent-to-help-banks-police-finan...
1•Cider9986•1h ago•2 comments

Show HN: Kanban-CLI – a web UI for local Markdown todo lists

https://github.com/Vochsel/kanban-cli
2•vochsel•1h ago•0 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