frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

1•maioio•19s ago

Llama.cpp now has an official website: llama.app

https://llama.app/
1•wronglebowski•48s ago•1 comments

How Many GPUs? A simple LLM inference sizing calculator

https://howmanygpus.streamlit.app/
1•dadbod•49s ago•0 comments

Amdahl's Law and the Limits to Growth

https://steinacker.name/articles/amdahls-law-en/
1•gsteinacker•1m ago•0 comments

Show HN: Stop parallel AI coding sessions clobbering each other's handoffs

https://github.com/joshduffy/claude-handoff-guard
1•nahsuhn•4m ago•0 comments

Deep Dive into Kubernetes Gateway API

https://www.romaglushko.com/blog/k8s-gateway-api/
1•roma_glushko•5m ago•1 comments

Show HN: Prezlo – We built an API that tells AI agent whether to trust an expert

https://prezlo.io/
1•loptymobile•8m ago•0 comments

Show HN: NvEnvy – A Notational Velocity (NvAlt) Reboot in Swift. OSS

https://github.com/kenm47/nvEnvy
2•hank2000•10m ago•0 comments

Show HN: Vibewarz – bot vs bot arena for vibecoders

https://vibewarz.com
1•gaomri•10m ago•1 comments

Rsync maintainer starts uses Claude, regressions mount

https://mastodon.gamedev.place/@JeremiahFieldhaven/116654345332213390
7•timmytokyo•14m ago•1 comments

Show HN: Inkfeed – RSS Reader for Kindle

https://inkfeed.xyz
1•adhamsalama•14m ago•1 comments

Artificial Intelligence for Software Engineering: From Probable to Provable

https://cacm.acm.org/opinion/artificial-intelligence-for-software-engineering-from-probable-to-pr...
1•yarapavan•16m ago•0 comments

AI Now Writes as Many Online Articles as Humans

https://graphite.io/five-percent/ai-now-writes-as-many-online-articles-as-humans-do
1•ChrisArchitect•16m ago•0 comments

Reviving Teletext for Ham Radio

https://spectrum.ieee.org/reviving-teletext-for-ham-radio
2•yarapavan•17m ago•0 comments

Ask HN: Is the AI "Boom" Merely Another Excuse for Layoffs?

3•giardini•20m ago•1 comments

Show HN: TV Explorer. Adding advanced UI to free online TV

https://tvexplorer.live
2•dtagames•20m ago•1 comments

Mystery company accidentally blew $500M on Claude AI in a single month

https://www.tomshardware.com/tech-industry/artificial-intelligence/mystery-company-accidentally-b...
1•yogthos•20m ago•1 comments

Startup offers free home cleaning–if it can record it all for robot training

https://arstechnica.com/ai/2026/05/robot-training-startup-will-send-humans-wearing-cameras-to-cle...
5•tartoran•21m ago•0 comments

Nesbitt: Protestware for Coding Agents

https://lwn.net/Articles/1075315/
3•Brajeshwar•22m ago•1 comments

Nature is expanding Registered Reports to all the fields in which we publish

https://www.nature.com/articles/d41586-026-01629-y
1•bookofjoe•26m ago•0 comments

iFood "Mega Leak" Alert: What This Case Teaches All Business About Data Security

https://www.pentesty.co/blog/ifood-data-leak-extortion-2026
1•josanjohnata•28m ago•0 comments

Unix-CTF: Procedural Environments for Unix-Competence Reinforcement Learning

https://twitter.com/MavorParker/status/2060386383496433862
1•AMavorParker•29m ago•0 comments

Apollo and Blackstone are wrangling $36B to buy Google chips for Anthropic

https://qz.com/apollo-blackstone-36-billion-debt-deal-anthropic-google-chips-052926
2•cwwc•31m ago•1 comments

Let's Standardize the 1970 Epoch

https://github.com/billpg/1970EpochalTime/
1•billpg•32m ago•1 comments

CS 153: Frontier Systems (Amin Vahdat)

https://share.descript.com/view/rYJYVV36fKa
1•aloukissas•33m ago•0 comments

Woodworkers at Melbourne Design Week are building on sustainability

https://www.abc.net.au/news/2026-05-24/melbourne-design-week-women-woodworkers/106695946
1•Tomte•34m ago•0 comments

Magnets Are Bad for Hardware Again

https://hackaday.com/2026/05/21/magnets-are-bad-for-hardware-again/
3•speckx•37m ago•0 comments

Notes from the Mistral AI Now Summit in Paris

https://koenvangilst.nl/lab/mistral-ai-now-summit
8•vnglst•37m ago•0 comments

Liquid AI reveals 8B-A1B MoE trained on 38T

https://www.liquid.ai/blog/lfm2-5-8b-a1b
2•simjnd•39m ago•0 comments

Strace-UI, Bonsai_term, and the TUI Renaissance

https://blog.janestreet.com/strace-ui-bonsai-term-and-the-tui-renaissance/
1•hardwaregeek•39m 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