frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

TabPFN-3: scaling foundation models for tabular data to 1M rows

https://priorlabs.ai/technical-reports/tabpfn-3
1•onasta•46s ago•0 comments

Show HN: Isgithub.online

https://isgithub.online/
1•vednig•1m ago•0 comments

Reticulate leaf venation in Pilea peperomioides is a Voronoi diagram

https://www.nature.com/articles/s41467-026-71768-3
1•geox•2m ago•0 comments

Show HN: Voice gender classifier for European voice AI (1MB, ONNX, 4ms)

https://huggingface.co/syntropicsignal-ai/gender-voice-classifier
1•biduskamil•3m ago•0 comments

What Happens to Software When Proof Is Cheap? [video]

https://www.youtube.com/watch?v=oSHVPvM56sA
1•joomy•4m ago•0 comments

Conduct Named SAP Strategic AI Partner for SAP Cloud ERP Transformation

https://conduct.ai/blog/sap-partnership
2•micouay•4m ago•0 comments

Toxic sewage tsunami racing toward US coast threatens wealthy beach towns

https://www.dailymail.com/sciencetech/article-15808841/tijuana-river-sewage-california-beaches.html
1•Bender•4m ago•0 comments

The Animated Eliptic Curve

https://curves.xargs.org/
1•colejohnson66•5m ago•0 comments

Linux 7.0.6 Released to Finish Mitigating the Dirty Frag Vulnerability

https://www.phoronix.com/news/Linux-7.0.6-Released
1•Bender•8m ago•0 comments

The Era of Risk-Maxxing

https://www.collisiondetector.com/the-era-of-risk-maxxing/
1•littlexsparkee•9m ago•0 comments

SQLite Columnar: Column-oriented extension for SQLite up to 130,000x faster

https://github.com/sqliteai/sqlite-columnar
2•marcobambini•9m ago•0 comments

All you need to know about the current hantavirus outbreak

https://sourceryintel.com/reports/the-2026-hantavirus-outbreak
1•freakynit•10m ago•0 comments

The Age of the Amplifier

https://www.construction-physics.com/p/the-age-of-the-amplifier
1•surprisetalk•11m ago•0 comments

Linux Scheduler Work Helping Boost Gaming Performance on Old "Potato" Hardware

https://www.phoronix.com/news/Linux-Flatten-The-Pick
1•Bender•12m ago•0 comments

Show HN: AI to Arse – Chrome text replacer for the new age

https://github.com/loadzero/ai-to-arse
1•loadzero•13m ago•1 comments

EU iOS users get Proximity Pairing, Notifications for third-party wearables

https://www.macrumors.com/2026/05/11/ios-26-5-eu-third-party-wearable-changes/
1•rippeltippel•15m ago•0 comments

UnDUNE II

https://liquidream.itch.io/undune2
3•tosh•17m ago•0 comments

Zig vs. Rust in 2026

https://zackoverflow.dev/writing/zig-vs-rust-in-2026/
2•danborn26•18m ago•0 comments

Why You Shouldn't Treat AI Agents Like Employees

https://hbr.org/2026/05/research-why-you-shouldnt-treat-ai-agents-like-employees
3•gpi•18m ago•0 comments

Three teams shipped the same fix for AI agents losing cross-repo context

https://riftmap.dev/blog/ai-coding-agents-need-cross-repo-context/
2•DaWe01•20m ago•0 comments

Illegal vs. Unwanted States

https://buttondown.com/hillelwayne/archive/illegal-vs-unwanted-states/
2•PaulHoule•21m ago•0 comments

Show HN: Retrace – reverse debugging for production CPython applications

https://github.com/retracesoftware/retracesoftware
3•L15p3r•21m ago•0 comments

Apple Bought Color Grading Tool Color.io in January

https://www.macrumors.com/2026/05/11/apple-color-io-acquisition/
2•tosh•22m ago•0 comments

Tool-Response Engineering: The Frontier Beyond Prompt Engineering

https://hic-ai.com/blog/tool-response-engineering
2•simonreiff•22m ago•0 comments

Second brain for meeting. Local-first (privacy focused). One-time payment

https://appmemora.app
3•kozielgpc•23m ago•0 comments

Waymo recalls 3,800 robotaxis over flood-risk software flaw

https://qz.com/waymo-recalls-3800-robotaxis-flood-risk-software-051226
2•louiereederson•24m ago•0 comments

Show HN: AnythingMCP – source-available gateway turning REST/SOAP/SQL into MCP

https://github.com/HelpCode-ai/anythingmcp
2•helpcodeai•25m ago•0 comments

Cross-platform MCP server letting Claude see your screen (Windows and Linux)

https://github.com/lfzds4399-cpu/claude-screen-mcp
2•FengLin4399•25m ago•0 comments

Show HN: Branchless Quicksort – faster than std:sort and pdqsort

https://easylang.online/blog/qsort
2•chrka•25m ago•0 comments

The Elusive Cost Savings of the Prefabricated Home

https://www.construction-physics.com/p/the-elusive-cost-savings-of-the-prefabricated
3•surprisetalk•26m ago•0 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