frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

EV sales soar in main European markets as drivers shun expensive petrol

https://www.reuters.com/sustainability/climate-energy/ev-sales-soar-main-european-markets-drivers...
1•akyuu•30s ago•0 comments

Show HN: Making video games every day with Claude (Day 5: Minefield)

https://gamevibe.us/5-minefield
1•pzxc•1m ago•0 comments

Software Engineering Practices (Are Also) Useful for Token Reduction

https://robotpaper.ai/software-engineering-practices-are-also-useful-for-token-reduction/
1•speckx•1m ago•0 comments

Hustlers are cashing in on China's OpenClaw AI craze

https://www.technologyreview.com/2026/03/11/1134179/china-openclaw-gold-rush/
1•omer_k•2m ago•0 comments

Release of Writing App: Alistair v1.0

https://alistaircrowe.com/
1•RyanProietto•3m ago•0 comments

Meta's Smart Glasses Dominate Wearables Market in 2026

https://www.techbuzz.ai/articles/meta-s-smart-glasses-dominate-wearables-market-in-2026
1•Vaslo•4m ago•0 comments

Not Your Father's Internet

https://systemsapproach.org/2026/04/20/not-your-fathers-internet/
1•zdw•4m ago•0 comments

Online response to the attack on Sam Altman's house shows a generational divide

https://fortune.com/2026/04/14/ai-backlash-revolutionary-sam-altman-molotov-cocktails-data-centers/
1•measurablefunc•4m ago•0 comments

Postmortem-Driven Development

https://infisical.com/blog/postmortem-driven-development
3•vmatsiiako•5m ago•0 comments

Why every developer needs their own agent-skills (and how I code in 04/2026)

https://olshansky.substack.com/p/why-every-developer-needs-their-own
1•Olshansky•5m ago•0 comments

Our AI Onboards New Hires Better Than We Do

https://frankc.net/ai-onboarding
1•speckx•6m ago•0 comments

Palantir Wants to Reinstate the Draft

https://reason.com/2026/04/20/this-big-tech-firm-wants-to-reinstate-the-draft/
4•tcp_handshaker•7m ago•0 comments

I built a native iOS app with Rails and one YAML file

https://newsletter.masilotti.com/p/how-i-built-a-native-ios-app-with
1•joemasilotti•7m ago•0 comments

Show HN: Open security key on nrf52480 with NFC

https://github.com/solokeys/solo2/pull/196
3•ecesena•9m ago•0 comments

I built an open-source AI agent OS

https://github.com/OpenCognit/Opencognit
2•otnap•9m ago•0 comments

Show HN: My First iOS App

https://apps.apple.com/us/app/memovee/id6759630955
1•zacksiri•10m ago•0 comments

Project Shadows: agents that filter context before acting

https://omarmegawer.substack.com/p/part-3-project-shadows
2•megawer•12m ago•0 comments

Show HN: My Invention Engine – GDL is more powerful

https://groundeddiscoverylabs.com
1•Whyachi•13m ago•0 comments

Ask HN: Is GitHub's #1 repo fake? build-your-own-x 491K stars

1•throwawaysoso•13m ago•1 comments

First per-image PCA decomposition of Kodak suite reveals deliberate curation

https://github.com/PearsonZero/kodak-pcd0992-statistical-characterization
1•PearsonZero•13m ago•0 comments

Agent is probably using Git worktrees

https://yasint.dev/agents-and-git-worktrees/
1•speckx•14m ago•0 comments

Pelican 4.12 Released

https://getpelican.com/blog/pelican-4.12-released/
2•pauloxnet•17m ago•0 comments

Did a Metallurgical Failure Cause a Night to Remember?

https://www.tms.org/pubs/journals/JOM/9801/Felkins-9801.html
2•dmbche•20m ago•0 comments

Pgrust: Rebuilding Postgres in Rust with AI

https://malisper.me/pgrust-rebuilding-postgres-in-rust-with-ai/
1•luu•22m ago•0 comments

Your Company Is a Skill Now

https://arlo.substack.com/p/your-company-is-a-skill-now
5•bizgrayson•22m ago•0 comments

CountMediQ – Count Pills from a Photo on iOS

https://apps.apple.com/us/app/countmediq-pill-counting-app/id6463065655
1•sam_son•22m ago•0 comments

Show HN: Einlang, a math-intuitive language with lots of good stuff

https://github.com/einlang/einlang
1•amazing42•22m ago•0 comments

Anthropic's Mythos AI model sparks fears of turbocharged hacking

https://arstechnica.com/ai/2026/04/anthropics-mythos-ai-model-sparks-fears-of-turbocharged-hacking/
2•tartoran•23m ago•0 comments

Peter Thiel Is Building a Parallel Justice System – Powered by AI

https://www.codastory.com/polarization/can-we-trust-an-ai-jury-to-judge-journalism/
7•cdrnsf•24m ago•2 comments

PyTexas 2026 Recap

https://bernat.tech/posts/pytexas-2026-recap/
1•gaborbernat•24m ago•1 comments
Open in hackernews

Claude Plays Pokemon – Starter Version

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