frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: RoboAPI – A unified REST API for robots, like Stripe but for hardware

https://github.com/amitb-quantum/roboapi
1•xmas123•2m ago•0 comments

Lumitime Automata – The Most Amazing Digital Clock Is a Machine [video]

https://www.youtube.com/shorts/LTInOMdjs5o
1•thunderbong•3m ago•0 comments

David Choi's Mars FX Collapse Sparks Global Hunt for Almost $600M

https://www.bloomberg.com/news/articles/2026-04-24/hedge-fund-collapse-sparks-global-hunt-for-alm...
1•simonpure•5m ago•0 comments

Is your meditation posture making things worse?

https://mvmnt.substack.com/p/is-your-meditation-posture-making
1•awakenmyrub•7m ago•0 comments

Performance of the Wren Programming Language

https://wren.io/performance.html
1•birdculture•8m ago•0 comments

Giving AI Agents Database Access Is Way Harder Than It Looks

https://querybear.com/blog/architecture-of-querybear
1•dispencer•12m ago•0 comments

The xAI exodus: Meet the people who have left Musk's AI company

https://www.fastcompany.com/91531084/inside-the-xai-exodus
4•littlexsparkee•26m ago•0 comments

Ask HN: Any recommendataions for exporting data from Amazon?

2•coreyp_1•26m ago•0 comments

2FA: A dedicated two-factor authenticato to securely manage one-time passwords

https://codeberg.org/979/2fa
2•thunderbong•27m ago•0 comments

How to Export Your ChatGPT Conversation History (and Use It)

https://chromewebstore.google.com/detail/lisa-core-ai-memory-libra/dmgnookddagimdcggdlbjmaobmoofhbj
2•AmarDahmani•29m ago•0 comments

Great moments in American advertising history

https://www.wsj.com/business/us-advertising-history-great-moments-418a8284
2•hhs•29m ago•0 comments

H.R.8470 – Surveillance Accountability Act

https://www.congress.gov/bill/119th-congress/house-bill/8470/text
3•gigel82•31m ago•1 comments

Block-f prevent accidental edits

https://github.com/skorotkiewicz/block-f
2•modinfo•32m ago•0 comments

Study: Does the brain work like an LLM in predicting words?

https://www.nyu.edu/about/news-publications/news/2026/april/does-the-brain-work-like-an-llm-in-pr...
2•hhs•35m ago•0 comments

GPT 5.5 sets new record in proofreading benchmark

https://revise.io/errata-bench
2•artursapek•37m ago•1 comments

How professional wrestling prepared Linda McMahon

https://www.newyorker.com/magazine/2026/04/27/linda-mcmahon-profile
2•hhs•38m ago•0 comments

After call from Beijing, China's auto industry races to embed AI in everything

https://www.reuters.com/world/asia-pacific/chinas-auto-industry-races-embed-ai-line-with-beijing-...
1•akyuu•39m ago•0 comments

Tell HN: The problem with Opus .7 /thinking is not token consumption. It's speed

2•ericol•41m ago•0 comments

FusionCore: ROS 2 sensor fusion (IMU and GPS and encoders)

https://github.com/manankharwar/fusioncore
5•kharwarm•42m ago•0 comments

$8800 house design helps prevent fatal diseases in African children

https://www.science.org/content/article/simple-house-may-help-prevent-multiple-fatal-diseases-afr...
3•gmays•43m ago•0 comments

The software supply-chain doom spiral

https://tylercipriani.com/blog/2026/04/24/on-the-software-supply-chain-doom-spiral/
2•thcipriani•44m ago•0 comments

FCC's Foreign-Made Router Ban Expands to Portable Wi-Fi Hotspot Devices

https://www.pcmag.com/news/fccs-foreign-made-router-ban-expands-to-portable-wi-fi-hotspot-devices
3•naves•47m ago•0 comments

Replacing probabilistic AI with deterministic math and Dafny formal verification

https://gist.github.com/Solymus-foundation/5be1dbb91b29d7a8d40760dbc77c8ceb
2•kevinkibeom•47m ago•1 comments

Michael Pollan on Defending Our Consciousness

https://michaelpollan.com/articles-archive/defending-our-consciousness-against-the-algorithms/
2•chmaynard•49m ago•0 comments

Liven up your screenshots with errant open tabs

https://tab.wesbos.com
3•patrikcsak•49m ago•0 comments

Maine governor vetoes statewide pause in new data centers

https://thehill.com/policy/technology/5848215-maine-gov-mills-vetoes-data-center-moratorium/
2•rurp•51m ago•0 comments

Give Your Coding Agent a Journal

https://doug.sh/posts/give-your-coding-agent-a-journal/
4•dougcalobrisi•53m ago•0 comments

Elon Musk's near-daily online posts about race are turning off some fans

https://www.washingtonpost.com/technology/2026/04/24/musk-online-posts-race-whiteness/
9•ironyman•53m ago•2 comments

Supplyframe Sells Tindie

https://www.hackster.io/news/supplyframe-sells-tindie-now-in-its-second-week-of-site-outage-to-pa...
2•0xBA5ED•56m ago•1 comments

Psychology textbooks still misrepresent famous experiments controversial debates

https://www.psypost.org/psychology-textbooks-still-misrepresent-famous-experiments-and-controvers...
2•ZunarJ5•59m 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?
_--__--__•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