frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Mobile View – a Chrome extension showing desktop and mobile at once

https://chromewebstore.google.com/detail/mobile-view-—-mobile-simu/hocbjiaeeijekejepphjihbpogik...
1•mongrus•2m ago•0 comments

Agentrc – Dockerfile-shaped, governed packaging for AI agents

https://agentrc.ai/
1•adeelahmadch•4m ago•0 comments

First Principles of Model Routing

https://try.works/first-principles-of-model-routing
1•try-working•4m ago•0 comments

Instagram running ads promoting child sexual abuse material in India, BBC finds

https://www.bbc.co.uk/news/articles/cvgm4e0316zo
1•haritha-j•7m ago•0 comments

Anthropic moves to close loopholes that allow Chinese access to Claude

https://www.ft.com/content/ad033063-60f9-4c0c-8d8a-9193a83e6f60
2•mmarian•10m ago•2 comments

Show HN: HTTPS://HN-Jobs.com

https://hn-jobs.com
2•freakynit•11m ago•0 comments

Show HN: b10 – for files

https://github.com/wilds-land/b10
1•kindy•11m ago•0 comments

Free tool that finds your #1 digital workflow bottleneck in 5 minutes

https://flashconsult.ctonew.app
1•FlashConsultant•14m ago•0 comments

Nearly 1M people worldwide became millionaires in 2025, UBS report finds

https://www.reuters.com/markets/wealth/nearly-one-million-people-worldwide-became-millionaires-20...
1•littlexsparkee•18m ago•1 comments

Fable will return to Claude subscriptions as soon as capacity allows

https://twitter.com/trq212/status/2072814903170408784
2•mil22•19m ago•2 comments

Last and First Men (1930)

https://gutenberg.org/cache/epub/79003/pg79003-images.html
1•petethomas•20m ago•0 comments

StartupBar – free mutual traffic exchange for founders (one script tag)

https://startupbar.co/
1•danielabinav160•22m ago•0 comments

I haven't touched Google Slides since Q1

https://sproutmarkup.com/
1•ginooliver•23m ago•0 comments

The Enenmy You Declared (Consequences of SciAm Endorsing Joe Biden)

https://markatwood.substack.com/p/the-enemy-you-declared
1•skmurphy•24m ago•2 comments

Section 10 of Income Tax Act: Online Guide and Key Details – SMFG India Credit

https://www.smfgindiacredit.com/knowledge-center/section-10-of-income-tax-act.aspx
1•saumyaraut11•26m ago•0 comments

Poll: Europeans are torn between America and China

https://www.politico.eu/article/poll-europeans-torn-between-america-china/
1•vrganj•26m ago•0 comments

Start faster, stay updated, and navigate cleaner docs for ScalarDB and ScalarDL

https://medium.com/scalar-engineering/start-faster-stay-updated-and-navigate-cleaner-docs-for-sca...
1•josh-scalar•28m ago•0 comments

CoworkingCafe Study Ranks Atlanta, SF and Seattle as Top Cities for Grads

https://www.coworkingcafe.com/blog/the-best-cities-for-recent-grads/
1•vanclaude•29m ago•1 comments

I still enjoy building websites without AI

https://alprado.com/blog/i-still-enjoy-building-websites-without-ai/
1•alprado50•32m ago•1 comments

Everything Is Downstream of Technology

https://twitter.com/deepwhitman/status/2072896235753947361
2•bilater•36m ago•0 comments

Startup Spotlight: Inside Pastmaps' Solo Climb to Six Figures

https://runtimewire.com/article/startup-spotlight-inside-pastmaps-solo-climb-to-six-figures
2•ryanmerket•40m ago•0 comments

Relocating 6M Singapore bees and counting, one nest at a time

https://www.reuters.com/world/asia-pacific/relocating-6-million-singapore-bees-counting-one-nest-...
2•petethomas•46m ago•0 comments

Show HN: WyrmRSS – a self-hosted RSS reader with inline YouTube

https://github.com/kryoseu/WyrmRSS
1•kryoseu•48m ago•0 comments

Trump Jr.'s 'Amazon of guns' could make millions under new proposed firearm rule

https://www.reuters.com/legal/government/trump-jrs-amazon-guns-could-make-millions-under-new-prop...
6•petethomas•48m ago•0 comments

Claude Code Settings That Made Me a Faster Software Architect

https://jsdev.space/claude-code-settings-software-architect/
1•javatuts•48m ago•0 comments

A Deterministic Replacement for LLM-as-Judge in Stateful Agent Evaluation

https://arxiv.org/abs/2606.22737
4•jflynt76•49m ago•0 comments

Raw footage to maximized-retention videos

https://www.autoeditor.app/
2•Quise•53m ago•0 comments

New legal right to speak to a human for finance consumers

https://www.rte.ie/news/2026/0702/1581517-finance-chatbots/
3•austinallegro•1h ago•0 comments

Deepagents

https://github.com/langchain-ai/deepagents
3•kristianpaul•1h ago•1 comments

AI dev platform that keeps project context across the whole codebase lifecycle

https://brunelly.com/
2•RihabAI•1h 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