frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The electric Ferrari is here and it's fugly [video]

https://www.youtube.com/watch?v=Gf2TI6tfWA0
1•damnitbuilds•1m ago•1 comments

Against the METR Graph

https://www.transformernews.ai/p/against-the-metr-graph-coding-capabilities-software-jobs-task-ai
1•OrderlyTiamat•2m ago•0 comments

Feedback on new real‑time "Price" column in my S&P 500 Search Tool

https://sp500-search.streamlit.app/
1•gilthor•4m ago•0 comments

Show HN: Built a tool to create brand-consistent images using AI

https://inktag.io
1•gsharma1•4m ago•0 comments

First ever Software-themed Playing Cards made from code

https://www.instagram.com/accounts/login/?next=https%3A%2F%2Fwww.instagram.com%2Fthe_devcards%3Fi...
1•okiki-clickdrop•6m ago•0 comments

Starbucks Drops AI as Meta and Intuit Cut 11,000 Jobs

https://www.forbes.com/sites/sandycarter/2026/05/22/starbucks-drops-ai-as-meta-and-intuit-cut-110...
1•e2e4•7m ago•0 comments

The AI Bubble

https://nooneshappy.com/article/the-ai-bubble/
1•cdrnsf•8m ago•0 comments

Show HN: macOS Screensaver to play random Jellyfin content

https://github.com/ndom91/macos-random-jellyfin-screensaver
1•ndom91•10m ago•0 comments

Delivery robots are spreading across LA

https://www.theguardian.com/us-news/2026/may/25/los-angeles-delivery-robots
2•worik•16m ago•0 comments

Slimcc: C23 compiler with C2y/GNU extensions for x86-64 Linux/BSD, written in C9

https://github.com/fuhsnn/slimcc/tree/main
2•fanf2•18m ago•0 comments

A few interesting modern pixel fonts

https://unsung.aresluna.org/a-few-interesting-modern-pixel-fonts/
2•zdw•18m ago•0 comments

Salesforce's Recent History of Overhyped Promo Videos

https://www.bloomberg.com/news/articles/2026-05-22/salesforce-touts-ai-promise-over-reality-in-sa...
1•mehrshad•19m ago•0 comments

Show HN: Bae – AI companion built around persistent memory architecture

https://bae.ppl.studio
1•zeshutmax•20m ago•0 comments

Ugly by Design

https://essenceia.github.io/thoughts/ugly_by_design/
1•random__duck•25m ago•0 comments

When Reranking Becomes a System Boundary

https://www.searchplex.net/blog/when-reranking-becomes-a-system-boundary
1•splxai•25m ago•0 comments

On God and LLMs

https://calnewport.com/on-god-and-llms/
2•zdw•26m ago•0 comments

An AI safety safe harbor [pdf]

https://www.williamrinehart.com/data/An_AI_Safety_Safety_Harbor.pdf
1•wrineha2•29m ago•0 comments

Yoti age checks share facial photos and device fingerprints with third parties

https://techxplore.com/news/2026-05-online-age-pointless-privacy.html
9•Lihh27•29m ago•1 comments

Anthropic to release Mythos-class models to the public

https://www.theregister.com/security/2026/05/25/anthropic-to-release-mythos-class-models-to-the-p...
4•geox•30m ago•0 comments

Show HN: TryPost – open-source Social Media Scheduler

https://trypost.it/en
1•paulocastellano•34m ago•2 comments

Reporter says they were permanently injured after alleged 'pulsed energy' attack

https://www.rawstory.com/jeffrey-epstein-2676937072/
3•embedding-shape•35m ago•2 comments

Ninth Circuit Panel Goes Out of Its Way to Question Section 230–DOE vs. Meta

https://blog.ericgoldman.org/archives/2026/05/ninth-circuit-panel-goes-out-of-its-way-to-question...
5•hn_acker•35m ago•0 comments

Show HN: GoogleCalendar Sidebar with multi-auth and 2way sync – Obsidian Plugin

https://community.obsidian.md/plugins/gcal-sidebar
2•Shawn_Something•36m ago•0 comments

Building a Design System from Scratch

https://blog.maximeheckel.com/posts/building-a-design-system-from-scratch/
1•mariormoreno•36m ago•0 comments

Tidy PSU – PD-64 C64 PSU Brings USB PD to Commodore 64

https://theoasisbbs.com/pd-64-c64-psu-brings-usb-pd-to-commodore-64/
1•IronWolve•37m ago•0 comments

Concerning Law Enforcement Exemptions in Draft AI Act Transparency Guidelines

https://blog.avas.space/le-exempt-draft-aiact/
1•BrunoBernardino•37m ago•0 comments

Deepcave.com

http://deepcave.com/pages/3/index.htm
1•rane•45m ago•0 comments

How to tame AI's voracious appetite for energy – Knowable Magazine

https://knowablemagazine.org/content/article/technology/2026/lowering-energy-use-artificial-intel...
2•rbanffy•46m ago•0 comments

A Brief-Ish History of SETI. Part VII: Brief Windows and Transcendence

https://www.universetoday.com/articles/a-brief-ish-history-of-seti-part-vii-brief-windows-and-tra...
1•rbanffy•47m ago•0 comments

Hacker News front page as a site

https://thefrontpage.dev/
5•thatxliner•47m ago•3 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