frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Sable Found a SQL Injection in a Legacy Financial Portal

https://blog.vulnetic.ai/how-sable-found-a-sql-injection-in-a-legacy-financial-portal-58a329b96b0b
1•danieltk76•45s ago•0 comments

Evolving Distributed Tracing at Uber Engineering

https://www.uber.com/in/en/blog/distributed-tracing/
1•sebg•1m ago•0 comments

Show HN: AgentBox – SDK to Run Claude Code, Codex, or OpenCode in Any Sandbox

https://github.com/TwillAI/agentbox-sdk
2•willydouhard•2m ago•0 comments

Sort by Controversial (2018)

https://slatestarcodex.com/2018/10/30/sort-by-controversial/
2•cwillu•2m ago•0 comments

AI and Teaching – The Brave New World

https://steveblank.com/2026/04/22/ai-and-teaching-the-brave-new-world/
2•Brajeshwar•3m ago•0 comments

Amal Khalil and the Lie We Keep Repeating

https://substack.com/home/post/p-195191174
2•__yak•3m ago•0 comments

Show HN: AI Square Face Avatar Generator and Classic Flash Pixel Icon Generator

https://www.squarefacegenerator.ai
2•hashkitly•4m ago•0 comments

Apps and programming: two accidental tyrannies

https://andymatuschak.org/tat/
2•sebg•4m ago•0 comments

Big O for MySQL: Why the Same Query Gets Slow at Scale

https://anotherboringtechblog.com/2026/04/big-o-for-mysql/
3•tanelpoder•5m ago•0 comments

Dear Codebase: A Letter from Your Coding Agent

https://mroczek.dev/articles/dear-codebase-letter-from-agent/
1•lackoftactics•5m ago•0 comments

White House accuses China of 'industrial scale' theft of AI technology

https://www.reuters.com/world/white-house-accuses-china-industrial-scale-theft-ai-technology-ft-r...
2•nickthegreek•7m ago•1 comments

Muon Experiment Eliminates Fifth Force, Confirms Standard Model

https://arstechnica.com/science/2026/04/physicists-think-theyve-solved-the-muon-mystery/
1•dan-bailey•7m ago•0 comments

Name in Landsat

https://science.nasa.gov/specials/your-name-in-landsat/
1•luispa•7m ago•0 comments

Audio transcription is worse in 2026 than it was in 2016

https://write.as/shantnu/audio-transcription-is-worse-in-2026-than-it-was-in-2016
2•shantnutiwari•8m ago•0 comments

Making beautiful work is getting harder

https://slowlywilliam.com/2026/04/21/why-everything-is-terrible.html
2•quicklywilliam•9m ago•1 comments

AuraCode – An AI Agent tool to visualize and chat with messy codebases

https://www.auracode.space/
1•TaraW1•10m ago•0 comments

Dioxus – Fullstack app framework for web, desktop, and mobile in Rust

https://github.com/dioxuslabs/dioxus
1•modinfo•10m ago•0 comments

Show HN: JSBT – binary serialization for real JavaScript object graphs

https://github.com/cheprasov/ts-jsbt
1•cheprasov•11m ago•0 comments

Bitwarden Statement on Checkmarx Supply Chain Incident

https://community.bitwarden.com/t/bitwarden-statement-on-checkmarx-supply-chain-incident/96127
3•Wingy•11m ago•0 comments

Show HN: Uvx skill-mgr install -t Claude -t codex

https://github.com/AI-Colleagues/skill-mgr
1•NeuralNotwork•11m ago•0 comments

macOS Desktop app v0.0.1 Preview Release "bot with a budget" idea

https://github.com/DialtoneApp/macos-app
1•fcpguru•11m ago•1 comments

IP Networking in Deep Space

https://blog.apnic.net/2026/04/16/podcast-ip-networking-in-deep-space/
1•wesleyeddy•11m ago•0 comments

To Protect and Swerve: NYPD Cop Has 547 Speeding Tickets

https://nyc.streetsblog.org/2026/04/23/to-protect-and-swerve-nypd-cop-has-527-speeding-tickets-ye...
3•greedo•12m ago•0 comments

Building with teams in two continents is hard. Here's what I learnt

https://thefoundersdraft.substack.com/p/everyone-tells-you-to-build-global
3•manishfp•13m ago•0 comments

Researchers Simulated a Delusional User to Test Chatbot Safety

https://www.404media.co/delusion-using-chatgpt-gemini-claude-grok-safety-ai-psychosis-study/
1•pkilgore•15m ago•0 comments

Decoupled DiLoCo: Resilient, Distributed AI Training at Scale

https://deepmind.google/blog/decoupled-diloco/
3•salkahfi•19m ago•0 comments

Show HN: LocalLLM – Recipes for Running the Local LLM (Need Contributors)

https://locallllm.fly.dev
2•Igor_Wiwi•20m ago•1 comments

A Comprehensive Guide to Model Routing for Coding Agents

https://www.notdiamond.ai/blog/a-comprehensive-guide-to-model-routing
1•t5-notdiamond•20m ago•0 comments

Show HN: When Your Repo Moves, Your AI Coding History Doesn't

https://www.apicula.com/blog/when-your-repo-moves-your-ai-history-doesnt/
1•apiculallc•20m ago•0 comments

Aster Mail – End-to-end encrypted email with post-quantum cryptography

https://astermail.org/
1•lucasfin000•20m ago•2 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