frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How Much LLMs is too much LLMs?

https://www.sammystraus.com/#how-much-llms-is-too-much-llms
1•sammy0910•2m ago•0 comments

Response: Sandboxes Won't Save You from OpenClaw

https://endojs.org/review-sandboxes-wont-save-you-from-openclaw/
1•bobdcf•3m ago•0 comments

Oil markets are still in La-La land

https://economist.com/leaders/2026/04/30/oil-markets-are-still-in-la-la-land
1•burntcaramel•5m ago•0 comments

Basic Fantasy Role-Playing Game

https://www.basicfantasy.org/
1•debo_•7m ago•0 comments

How much "Brain Damage" can an LLM Tolerate? (2024)

https://hawaii.ziti.uni-heidelberg.de/blog/llm-brain-damage/
1•Andr2Andr•8m ago•0 comments

Using LLMs to find Python C-extension bugs

https://lwn.net/Articles/1067234/
1•lumpa•9m ago•0 comments

You can beat the binary search

https://lemire.me/blog/2026/04/27/you-can-beat-the-binary-search/
2•signa11•9m ago•0 comments

White House Opposes Anthropic's Plan to Expand Access to Mythos Model

https://www.wsj.com/tech/ai/white-house-opposes-anthropics-plan-to-expand-access-to-mythos-model-...
1•JumpCrisscross•10m ago•0 comments

Schooling Has a Meaning Crisis. Paradoxically, AI Can Help

https://blog.comini.in/p/schooling-has-a-meaning-crisis-paradoxically
1•ChaitanyaSai•11m ago•0 comments

Met Police's Palantir deployment has its own officers watching their backs

https://www.theregister.com/2026/04/30/met_police_palantir_deployment_cop_probe/
2•jjgreen•13m ago•0 comments

Scale invariance and the beauty of computer simulations [video]

https://www.youtube.com/watch?v=fIWleJeep0U
1•demute•14m ago•0 comments

Copy-fail-destroyer: K8s remediation for CVE-2026-31431

https://github.com/NorskHelsenett/copy-fail-destroyer
1•evenh•15m ago•0 comments

J. Craig Venter, Scientist Who Decoded the Human Genome, Dies at 79

https://www.nytimes.com/2026/04/30/science/j-craig-venter-dead.html
2•Anon84•17m ago•0 comments

Approaching Zero Bugs?

https://daniel.haxx.se/blog/2026/04/30/approaching-zero-bugs/
1•sohkamyung•18m ago•0 comments

Amazon Q1 revenue tops estimates as AWS hits 15-quarter growth high

https://finance.yahoo.com/sectors/technology/article/amazon-q1-revenue-tops-estimates-as-aws-hits...
4•01-_-•20m ago•0 comments

Reddit Is the Most Dangerous Social Media Platform for Human Creativity-Opinion

https://mirz.ai/post/reddit-is-the-most-dangerous-social-media-platform-for-human-creativity-opinion
1•zahirbmirza•21m ago•0 comments

GM Adds Google Gemini for Drivers to Rev Up with AI Assistant

https://www.cnet.com/tech/services-and-software/gm-brings-google-gemini-to-millions-of-vehicles-o...
1•01-_-•21m ago•0 comments

Estimating Black-Box LLM Parameter Counts via Factual Capacity

https://arxiv.org/abs/2604.24827
1•RockstarSprain•26m ago•0 comments

Paperclip Maximizer Bench

https://d.erenrich.net/paperclip-bench/index.html
1•themaxdavitt•32m ago•0 comments

Table Oriented Programming (2002)

https://www.oocities.org/tablizer/top.htm
1•downbad_•33m ago•1 comments

The Agentic Software Development Life Cycle Framework

https://asdlc.io/
1•futurecat•34m ago•0 comments

Remembering the Computer Literacy Project (1992) [video]

https://www.youtube.com/watch?v=JZjNHnYFqOA
3•peterkelly•35m ago•1 comments

Show HN: Bin collection calendars for the entire UK

https://ukbinday.co.uk/
2•chartreuseai•36m ago•0 comments

I Built SpecDD Because AI Kept Forgetting What We Were Building

https://specdd.ai/articles/i-built-specdd-because-ai-kept-forgetting-what-we-were-building/
2•addvilz•36m ago•0 comments

Looking for testers (free 30-day trial intelligence tool) Code: FOUNDER30

https://www.electalabs.com/trial
1•themvptester•37m ago•1 comments

NumPy vs. APL [video]

https://www.youtube.com/watch?v=ZB0IJMRpbRE
1•tosh•37m ago•0 comments

WordPress plugin hijacked in 2020 hid a dormant backdoor for years

https://anchor.host/wordpress-plugin-hijacked-in-2020-hid-a-dormant-backdoor-for-years/
1•austinginder•41m ago•0 comments

Iran defies Trump's blockade as oil prices soar

https://www.france24.com/en/live-news/20260430-iran-defies-trump-s-blockade-as-oil-prices-soar
2•geox•41m ago•0 comments

SCOTUS: Voters Can Be Disenfranchised Now

https://www.theatlantic.com/ideas/2026/04/vra-supreme-court-callais-decision/686997/
1•Arodex•42m ago•0 comments

GitHub Copilot silently inserts itself as a co-author

https://github.com/orgs/community/discussions/194075
4•tjek•42m 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