frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Bipedalism and brain expansion explain human handedness

https://journals.plos.org/plosbiology/article?id=10.1371/journal.pbio.3003771
1•derbOac•1m ago•0 comments

The Human Value versus AI Legacy Code [video]

https://adventuresindevops.com/episodes/272-human-value-versus-ai-generated-legacy-code/
1•mooreds•1m ago•0 comments

Researchers Wanted Preschool Teachers to Wear Cameras to Train AI

https://www.404media.co/researchers-wanted-preschool-teachers-to-wear-cameras-to-train-ai/
1•cdrnsf•2m ago•0 comments

RISC-V and Floating Point

https://fprox.substack.com/p/risc-v-and-floating-point
2•hasheddan•4m ago•0 comments

Show HN: Bundle-roast – the NPM scale that knows your sins

https://bundle-roast.puruvj.dev
1•puruvj•5m ago•0 comments

The American epoch of oil is collapsing. What comes next could be ugly

https://www.theguardian.com/us-news/ng-interactive/2026/may/17/america-china-energy-oil-renewables
3•robtherobber•8m ago•0 comments

Panelook

https://www.panelook.com/
3•hyperific•8m ago•0 comments

SPF Flattening and the 10-Lookup Limit: How to Fix Too Many DNS Lookups

https://dmarcguard.io/blog/spf-too-many-dns-lookups/
2•meysamazad•9m ago•0 comments

The Anatomy of an Agent Harness

https://www.langchain.com/blog/the-anatomy-of-an-agent-harness
1•meysamazad•10m ago•0 comments

An LLM models our worst behavior

https://person-al.github.io/%F0%9F%8C%B1/2026/05/11/an-llm-models-our-worst-behavior.html
1•meysamazad•11m ago•0 comments

Gaza is rebuilding with Lego-like bricks made from rubble

https://www.wired.com/story/gaza-is-rebuilding-with-lego-like-bricks-made-from-rubble/
2•cunidev•12m ago•1 comments

Famous paintings, computationally restored using conservation research

https://aspainted.com
1•gammied•13m ago•0 comments

Show HN: HypergraphZ – directed hypergraph library in Zig with Python bindings

https://github.com/yamafaktory/hypergraphz
1•yamafaktory•13m ago•0 comments

The OEIS meta sequence and subway stations

https://www.jeremykun.com/shortform/2026-04-09-0556/
2•surprisetalk•13m ago•0 comments

This ultra-lightweight Linux OS saved my Windows 10 laptop from the scrapheap

https://www.neowin.net/editorials/this-ultra-lightweight-linux-os-just-saved-my-windows-10-laptop...
1•bundie•15m ago•0 comments

The Lightyear Race

https://www.boristhebrave.com/2026/05/17/the-lightyear-race/
1•ibobev•15m ago•0 comments

Next Token Prediction Is a Misleading Term

https://www.boristhebrave.com/2026/05/17/next-token-prediction-is-a-misleading-term/
2•ibobev•16m ago•0 comments

Show HN: Nylon – A dynamic, self-optimizing WireGuard mesh

https://github.com/encodeous/nylon
1•chenjq•16m ago•0 comments

Simulated Evolution on the PICO-8

https://bumbershootsoft.wordpress.com/2026/05/16/simulated-evolution-on-the-pico-8/
1•ibobev•16m ago•0 comments

An obsidian plugin that answers the question: What's on your radar?

https://www.talleye.com/posts/obsidian-radar
2•lfcipriani•16m ago•0 comments

Prompt eval cues predicted refusal shifts across 32k LLM rollouts

https://medium.com/@ratnaditya/the-prompt-is-the-tell-not-the-reasoning-trace-eval-awareness-2412...
1•ratnaditya•17m ago•0 comments

Handling the great code forge fragmentation

https://www.alexselimov.com/posts/forge_fragmentation/
2•aselimov3•18m ago•0 comments

A Decade of Open Innovation

https://www.redhat.com/en/blog/decade-open-innovation-red-hat-continues-scale-open-hybrid-cloud-m...
1•ilreb•18m ago•0 comments

Cloud Provider Comparison Tool

https://www.serversearcher.com/servers/provider/compare
1•matt-p•18m ago•0 comments

Understanding Synthetic Users and Synthetic Data: Future of AI-Powered Research

https://zenodo.org/records/20271450
1•anasteciadunu•20m ago•0 comments

Mistral Developing New AI Model for Banks Lacking Mythos Access

https://www.bloomberg.com/news/articles/2026-05-13/mistral-developing-new-ai-model-for-banks-lack...
4•Harvesterify•20m ago•0 comments

ExplodingWeb – find rising sites, niches and hidden opportunities

https://explodingweb.io/
2•onion92•20m ago•0 comments

Building a 1-Outlet, 4-GPU Workstation

https://jbarrow.ai/2026-05-18-gpu-workstation/
1•jbarrow•22m ago•0 comments

Sum-Check as an Algebraic Tensor Reduction: Part III

https://blog.zksecurity.xyz/posts/tensor-reductions-3/
2•marcobesier•22m ago•0 comments

Casual Archivist's Short History of Business Card: Versailles to Microsoft Word

https://themalin.co/journal/the-casual-archivists-short-history-of-the-business-card/
1•bookofjoe•22m 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