frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: U2m.io – Free URL shortener with bulk API, QR codes, and geo analytics

https://u2m.io/
1•cosmicmeta•2m ago•0 comments

Ask HN: How to report a vulnerability when AI answers the company email?

1•nickgreg•7m ago•0 comments

Cheating machine or powerful assistant? The AI anxieties of a trainee teacher

https://www.theguardian.com/education/ng-interactive/2026/mar/03/cheating-machine-or-powerful-ass...
1•robaato•8m ago•0 comments

Wild claims about K performance

https://mlochbaum.github.io/BQN/implementation/kclaims.html#instruction-cache
2•tosh•16m ago•0 comments

Drinking newer groundwater linked to up to 62% higher Parkinson's risk

https://www.newsweek.com/one-type-of-drinking-water-linked-to-up-to-62-higher-parkinsons-risk-116...
1•giuliomagnifico•16m ago•0 comments

What is OpenAI going to do when the truth comes out?

https://www.platformer.news/openai-pentagon-surveillance-drones-backlash/
2•mentalgear•20m ago•1 comments

With the Pixel 11, Google needs to admit it has a hardware problem

https://www.androidauthority.com/google-pixel-hardware-problem-3643891/
2•thunderbong•22m ago•0 comments

AI DevOps Engineer Will Eventually Need to Call a Human

https://www.indiehackers.com/post/your-ai-devops-engineer-will-eventually-need-to-call-a-human-Fj...
2•Thimmy3222•34m ago•1 comments

A Message to Devs at the Frontier

https://jackcamerano.com/blog/a-message-to-devs-at-the-frontier/
1•OccamsMirror•36m ago•0 comments

ChinaForNoobs.com – Founder's Guide to Shenzhen

https://www.chinafornoobs.com
3•helloplanets•37m ago•0 comments

Meeting Cost Calculator

https://meetingcostcalculator.ca/
2•Aloha•38m ago•0 comments

Launching raw MVPs with live feature roadmaps – RawLaunch.app

1•fojia•38m ago•0 comments

A Day in the Life of an Enshittificator [video]

https://www.youtube.com/watch?v=T4Upf_B9RLQ
3•benkan•41m ago•0 comments

The Death of Spotify: Why Streaming Is Minutes Away from Being Obsolete

https://joelgouveia.substack.com/p/the-death-of-spotify-why-streaming
2•benkan•44m ago•0 comments

ClipMason–Clipboard manager for macOS with built-in text,image,and color actions

http://reviblog.net/apps/clipmason-en/
1•edurevilla•45m ago•2 comments

Apple Introduces iPhone 17e

1•benkan•45m ago•0 comments

Ask HN: Does debating between using AI and just writing code slow you down?

1•noduerme•46m ago•0 comments

Free Fares for Public Transit?

https://www.youtube.com/watch?v=UAovrBJPItA
1•nhhvhy•46m ago•0 comments

PipBack

https://pipback.com/
1•derekpb•47m ago•0 comments

Ensu – Ente's Local LLM App

https://ente.io/blog/ensu/
2•riezebos•48m ago•0 comments

Show HN: Automating e-commerce video ads from one image (technical breakdown)

2•promomotions•48m ago•1 comments

Reviewing Large Changes with Jujutsu

https://bengesoff.leaflet.pub/3mg2hkyj7l22k
1•bengesoff•49m ago•0 comments

Rearview Webcam Webpage

https://www.handgun.es/rearview/
1•mariafuriosa•50m ago•0 comments

loopmaster: Zero to Hero – Learn to Code Music

https://loopmaster.xyz/tutorials/zero-to-hero
2•stagas•51m ago•0 comments

Agentic Engineering: Building Without Writing

https://dehora.net/journal/2026/3/agentic-engineering-building-without-writing
1•hrpnk•51m ago•0 comments

Python, C, Assembly – 2'500x Faster Cosine Similarity (2023)

https://ashvardanian.com/posts/python-c-assembly-comparison/
1•tosh•53m ago•0 comments

Privacy-preserving age and identity verification via anonymous credentials

https://blog.cryptographyengineering.com/2026/03/02/anonymous-credentials-an-illustrated-primer/
2•FrasiertheLion•53m ago•1 comments

Open Source Models Score Low on ARC-AGI-2 Reasoning Benchmark

https://xcancel.com/i/status/2028563647212265565
2•ironyman•55m ago•0 comments

Show HN: Kanon 2 Enricher – the first hierarchical graphitization model

https://isaacus.com/blog/kanon-2-enricher
2•ubutler•57m ago•0 comments

StartupVCmatch: Upload a pitch deck, get best-fit VCs ranked

https://startupvcmatch.com
1•filipeburmester•57m ago•1 comments
Open in hackernews

Claude Plays Pokemon – Starter Version

https://github.com/davidhershey/ClaudePlaysPokemonStarter
8•minimaxir•10mo ago
This is released by the Anthropic engineer who developed Claude Plays Pokemon.

Comments

minimaxir•11mo ago
This is released by the Anthropic engineer who developed Claude Plays Pokemon.
CSMastermind•10mo ago
It's interesting to me that they're extracting game state from memory instead of just passing the video into the LLM.
_--__--__•10mo 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•10mo ago
Shouldn't the goal be to compare it against a human player that would need to menu for that information?
_--__--__•10mo 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