frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

OpenAI Symphony

https://github.com/openai/symphony
1•ssgodderidge•45s ago•0 comments

Show HN: Argus – VSCode debugger for Claude Code sessions

https://github.com/yessGlory17/argus
1•lydionfinance•1m ago•0 comments

Mathematics in the Age of AI [video]

https://www.youtube.com/watch?v=mS9Lr43cIB4
1•sonabinu•2m ago•0 comments

What the new "Nova" design of Firefox looks like

https://www.soeren-hentzschel.at/firefox/exklusiv-so-sieht-das-neue-nova-design-von-firefox-aus/
2•speckx•2m ago•0 comments

U-Haul Growth Index: Top U.S. Growth Metros and Cities of 2025 Announced

https://www.uhaul.com/Articles/About/U-Haul-Growth-Index-Top-US-Growth-Metros-And-Cities-Of-2025-...
1•nradov•3m ago•0 comments

System76 Comments on Recent Age Verification Laws

https://www.phoronix.com/news/System76-Age-Verification-Laws
1•speckx•3m ago•0 comments

Mark Zuckerberg says criminal behavior on Facebook inevitable

https://www.theguardian.com/technology/2026/mar/05/mark-zuckerberg-meta-trial
1•01-_-•3m ago•1 comments

Show HN: TLDR – Free Chrome extension that summarizes any article in 2s with AI

https://github.com/wesleysmyth/TLDR-extension
1•wesleysmyth•3m ago•1 comments

Data Center Intelligence at the Price of a Laptop

https://tomtunguz.com/qwen-9b-matches-frontier-models/
1•djha-skin•4m ago•0 comments

Google Gross violations of the ToS and transformation into an "Evil" corporation

1•falkerdev•5m ago•0 comments

Show HN: Apiform – Auto-Generate CRUD REST APIs from Your Prisma Schema

https://github.com/ghimirebibek/apiform
1•sathiunique•6m ago•0 comments

I Audit a Legacy Rails Codebase in the First Week

https://piechowski.io/post/how-i-audit-a-legacy-rails-codebase/
1•todsacerdoti•8m ago•0 comments

Ask HN: Why do we still buy things by browsing catalogs?

1•dannythecount•9m ago•0 comments

Oracle Will Fire Thousands Due to AI Cash Crunch

https://www.bloomberg.com/news/articles/2026-03-05/oracle-layoffs-to-impact-thousands-in-ai-cash-...
2•master_crab•10m ago•2 comments

Avoiding a Culture of Emergencies

https://blog.staysaasy.com/p/avoiding-a-culture-of-emergencies
1•donutshop•11m ago•0 comments

ConsciOS v1.0: A Viable Systems Architecture for Human and AI Alignment

https://papers.ssrn.com/sol3/Papers.cfm?abstract_id=5817303
1•WesDuWurk•12m ago•1 comments

The emerging role of SRAM-centric chips in AI inference

https://gimletlabs.ai/blog/sram-centric-chips
1•nserrino•12m ago•0 comments

Show HN: Dotclaude – Sync your Claude Code config across machines with Git

https://github.com/daniel7an/dotclaude
1•daniielyan•13m ago•1 comments

Imrobot – Reverse-CAPTCHA that verifies AI agents, not humans

https://github.com/leopechnicki/im_robot
1•leo_pechnicki•13m ago•0 comments

The universe is filled with a cacophony of colliding black holes

https://www.scientificamerican.com/article/newly-discovered-ripples-in-spacetime-put-einsteins-ge...
1•speckx•13m ago•0 comments

What Is Western Civilization?

https://www.youtube.com/watch?v=Sq6MWZVBPgY
1•vo2maxer•14m ago•0 comments

Upload your sales Excel and instantly get a full business analysis

https://www.datanestanalytics.com/
1•skandersab•17m ago•2 comments

Can BM25 Be a Probability?

https://softwaredoug.com/blog/2026/03/06/probabilistic-bm25-utopia.html
1•Tomte•17m ago•1 comments

Microsoft Copilot to hijack the browser for your own convenience

https://www.theregister.com/2026/03/05/microsoft_adds_a_sidepane_for/
1•nickk81•18m ago•0 comments

Claude Code: Should not encourage shell command substitution $()

https://github.com/anthropics/claude-code/issues/31373
1•xpe•18m ago•1 comments

Show HN: Code Jump Tracker – Never get lost after "Go to Definition" again

https://github.com/tominaga-h/code-jump-tracker
1•tominaga-h•18m ago•0 comments

Servo Baseline Readiness

https://webtransitions.org/servo-readiness/
2•fabrice_d•20m ago•0 comments

How to Kill the Code Review

https://www.latent.space/p/reviews-dead
2•taubek•21m ago•1 comments

CLI Framework for Agents and Humans

https://github.com/wevm/incur
1•meagher•21m ago•0 comments

Software Century

https://sdan.io/blog/software-century
2•sdan•21m ago•0 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