frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

XPFarm; Open-source vulnerability scanner wrapping community tools and Multi-LLM

https://github.com/A3-N/xpfarm
1•A3-N•1m ago•1 comments

Can Nvidia's Dominance Survive the Sea Change Under Way in AI Computing?

https://www.wsj.com/tech/ai/can-nvidias-dominance-survive-the-sea-change-under-way-in-ai-computin...
1•gmays•1m ago•0 comments

What Determines Which Knowledge Work AI Can Automate

https://pattersonconsultingtn.com/content/hitchhikers_guide_kw/cognitive_labor.html
1•jpattanooga•2m ago•1 comments

Improved EV battery gains will outmatch degradation from climate change

https://techxplore.com/news/2026-03-ev-battery-gains-outmatch-degradation.html
1•PaulHoule•3m ago•0 comments

I Drove $31M in Bookings as a Consultant. The System Said I Needed Improvement

https://www.briancarpio.com/blog/i-drove-31m-in-bookings-the-system-said-i-needed-improvement
1•th3tekllc•5m ago•1 comments

Your Brain Rewrites Your Memories Each Time You Recall Them - Study

https://thedebrief.org/your-brain-rewrites-your-memories-each-time-you-recall-them-new-study-finds/
1•thunderbong•6m ago•0 comments

Why investors won't know what to make of AI for a while

https://www.economist.com/finance-and-economics/2026/03/12/why-investors-wont-know-what-to-make-o...
2•1vuio0pswjnm7•8m ago•0 comments

Built an AI employee that handles customer follow-ups for local businesses

https://usetrellis.polsia.app/
1•trellisai•10m ago•0 comments

OpenAI Japan announces Japan Teen Safety Blueprint to put teen safety first

https://openai.com/index/japan-teen-safety-blueprint
1•surprisetalk•10m ago•0 comments

The Myth of Never Giving Up

https://marcrandolph.substack.com/p/the-myth-of-never-giving-up
2•theorchid•11m ago•1 comments

Go SDK for Claude Agents

https://github.com/character-ai/claude-agent-sdk-go
1•nateb2022•13m ago•0 comments

Apiark: Open-Source Postman Alternative

https://github.com/berbicanes/apiark
1•adamnemecek•13m ago•0 comments

Golem and Pygmalion effects – traps to avoid as an Engineering Manager

https://medium.com/doctolib/golem-and-pygmalion-effects-traps-to-avoid-as-an-engineering-manager-...
2•rognjen•13m ago•0 comments

Show HN: StatusOK – Uptime monitoring with 1-minute checks on the free tier

https://statusok.dev
1•condorave•16m ago•0 comments

Deal to stop algorithmic price-fixing of apartment rentals leaves out renters

https://www.courthousenews.com/greystar-agrees-to-stop-price-fixing-but-renters-left-out-of-deal/
2•frmersdog•16m ago•0 comments

Show HN: How to cache your codebase for AI agents

https://github.com/kaanozhan/Frame
1•kozhan•19m ago•0 comments

CRISPR makes enhanced cancer-fighting immune cells inside mice

https://www.nature.com/articles/d41586-026-00857-6
1•saikatsg•20m ago•0 comments

Leading the charge to explain static electricity

https://www.nature.com/articles/d41586-026-00839-8
2•saikatsg•20m ago•0 comments

A factual warning for other media buyers

https://blog.karljtaylor.com/blog/2026-03-18-free-speech-on-x-10-dollar-promoted-post-experiment/
1•karljtaylor•22m ago•1 comments

Show HN: Ossature – Spec-driven code generation with LLMs

https://ossature.dev
1•beshrkayali•24m ago•0 comments

30 Days Left

https://krollsec.github.io/thirty-days/
1•Ksecurity•24m ago•0 comments

Clipboard Is Now a Memory

https://github.com/memorypasta/memorypasta
1•starboyy•25m ago•1 comments

Some thoughts on security after ten years of qmail 1.0 [pdf]

https://cr.yp.to/qmail/qmailsec-20071101.pdf
1•b-man•25m ago•0 comments

An Important Update to the Sencha ExtJS Licensing Model

https://www.sencha.com/blog/sencha-ext-js-is-moving-to-subscription-only-licensing-what-you-need-...
1•gjvc•28m ago•0 comments

I replaced FastAPI's HTTP core with Zig

https://twitter.com/rachpradhan/status/2034191434182738096
2•tosh•29m ago•0 comments

Moscow residents turn to pagers and maps as Russia enforces internet whitelist

https://kyivindependent.com/moscow-citizens-turn-to-pagers-printed-maps/
1•embedding-shape•30m ago•0 comments

A Wheel That Hijacks Waymos [video]

https://www.youtube.com/watch?v=YmPTfPh3T-Y
4•nkalupahana•30m ago•1 comments

In search of falsehood – using Opus 4.6 to prove False

https://tristan.st/blog/in_search_of_falsehood
2•shiftingleft•32m ago•0 comments

Zebra – A simple, fast, all-in-one config loader for Zig

https://github.com/omkar-foss/zebra
1•omkar-foss•32m ago•1 comments

Matrixes

https://code.kx.com/phrases/matrix/
1•tosh•34m 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