frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Startup Is Probably Dead on Arrival

https://steveblank.com/2026/03/17/your-startup-is-probably-dead-on-arrival/
2•nkko•2m ago•0 comments

Fast regex search: indexing text for agent tools

https://cursor.com/blog/fast-regex-search
2•rochoa•2m ago•0 comments

I tried to prove I'm not AI. My aunt wasn't convinced

https://www.bbc.com/future/article/20260324-i-tried-to-prove-im-not-an-ai-deepfake
2•dabinat•5m ago•0 comments

Exploring Cloudflare's Workerd Runtime: From Source to Custom API

https://v0id-user.mataroa.blog/blog/exploring-cloudflares-workerd/
2•v0id_user•5m ago•0 comments

Learning about Option Value, how to measure it, Gen AI and DORA (2025)

https://itrevolution.com/articles/option-value-in-development-manufacturing-dora-metrics/
2•pramodbiligiri•10m ago•0 comments

Show HN: Neomd – email TUI where you compose in Neovim and read in Markdown

https://github.com/ssp-data/neomd
1•articsputnik•10m ago•0 comments

Push to close data broker "loophole" in upcoming FISA 702 reauth. bill

https://text.npr.org/nx-s1-5752369
1•BostonFern•12m ago•0 comments

Createmystore.ai – a Shopify store builder that sets up conversion tools for you

https://createmystore.ai
2•alice_vitals•20m ago•1 comments

Show HN: Claude Code generated a tip that looks like an ad

2•kmschaal•25m ago•2 comments

Show HN: I built a free CharacterAI that runs locally

https://github.com/akdeb/open-toys/tree/main/resources
4•akadeb•26m ago•0 comments

Show HN: Lightless Labs Refinery – multi-model consensus and synthesis

https://github.com/Lightless-Labs/refinery
2•ElFitz•30m ago•0 comments

My brain lies to me, so I built AI an immune system

https://github.com/timvonsachs/sentinel-ai
1•timfromsachs•31m ago•0 comments

Magic Link Pitfalls

https://etodd.io/2026/03/22/magic-link-pitfalls/
1•Munksgaard•32m ago•0 comments

Show HN: Hackerism (an example of good-quality AI-art-direction and some xprmt.)

https://github.com/chromoblob/hn/blob/main/transhackerism.png
1•chromoblob•33m ago•0 comments

Liveline: Smooth, real-time, and animated line charts

https://benji.org/liveline
1•jrhizor•34m ago•0 comments

The Modern Antiquarian

https://www.themodernantiquarian.com/
1•jstanley•34m ago•0 comments

The Myth of the MV pattern: Why SwiftUI developers just reinvented MVC

https://matteomanferdini.com/swiftui-mv-pattern/
2•ingve•36m ago•0 comments

Trino – Introducing the NUMBER data type

https://trino.io/blog/2026/03/25/number-data-type.html
1•hashhar•37m ago•0 comments

Like Putin, Trump is a megalomaniac. In Europe, we can shield ourselves

https://www.theguardian.com/commentisfree/2026/mar/25/like-putin-trump-is-a-megalomaniac-in-europ...
3•haizhung•39m ago•0 comments

Building a Mostly IPv6 Only Home Network

https://varunpriolkar.com/2026/03/building-a-mostly-ipv6-only-home-network/
1•arhue•43m ago•0 comments

Harness design for long-running application development

https://www.anthropic.com/engineering/harness-design-long-running-apps
2•tosh•48m ago•0 comments

Predictive Coding to Digital Brain: Neuroscience-Inspired Memory for AI Agents

https://blog.gazzurelli.com/from-predictive-coding-to-digital-brain-a-cognitive-architecture-for-...
1•duckma•50m ago•0 comments

Show HN: CI/CD in your terminal, zero YAML

https://zippy.sh
2•svanderbijl•51m ago•0 comments

Apotris – A free and multiplatform block stacking game

https://akouzoukos.com/apotris
2•routeroff•51m ago•0 comments

Addressing global removal race in Wayland

https://blog.vladzahorodnii.com/2026/03/24/addressing-global-removal-race-in-wayland/
1•fanf2•52m ago•0 comments

Money Disorder

https://en.wikipedia.org/wiki/Money_disorder
1•amelius•55m ago•0 comments

How to Install a Gem

https://andre.arko.net/2026/03/24/how-to-install-a-gem/
1•ingve•56m ago•0 comments

Skeleton of musketier d'Artagnan possibly found (Dutch)

https://nos.nl/artikel/2607725-skelet-van-vierde-musketier-d-artagnan-mogelijk-na-eeuwen-gevonden
1•28304283409234•59m ago•1 comments

Iris – a C inference pipeline for image synthesis models

https://github.com/antirez/iris.c
1•nnx•1h ago•0 comments

Death of Programming Languages?

1•tarunmangukiya•1h ago•1 comments
Open in hackernews

Claude Plays Pokemon – Starter Version

https://github.com/davidhershey/ClaudePlaysPokemonStarter
8•minimaxir•11mo 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•11mo ago
It's interesting to me that they're extracting game state from memory instead of just passing the video into the LLM.
_--__--__•11mo 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•11mo ago
Shouldn't the goal be to compare it against a human player that would need to menu for that information?
_--__--__•11mo 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