frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

How not to be a tennis parent

https://www.bbc.co.uk/sport/tennis/articles/cx23r1r55npo
1•mmarian•39s ago•0 comments

SpaceX plans to build 'Starpipe' natural gas pipeline to fuel Starship rockets

https://www.reuters.com/business/energy/spacex-plans-build-starpipe-natural-gas-pipeline-fuel-sta...
1•JumpCrisscross•1m ago•0 comments

Terminal Agents in 2026: Goose, Claude Code, OpenCode, and Pi Compared

https://outofcontext.dev/blog/goose-claude-code-opencode-pi/
1•leianixcheese•4m ago•0 comments

Anthropic Alleges Largest-Ever Claude Distillation Attack by Alibaba

https://twitter.com/MTSlive/status/2070141140607832353
1•seviu•7m ago•1 comments

Mapping Networks: CVPR 2026 Best Paper Award Nominee

https://arxiv.org/abs/2602.19134
3•aurenvale•8m ago•0 comments

Samsung readies $648B bet, report says, as AI boom reshapes South Korea

https://www.reuters.com/world/asia-pacific/samsung-invest-1000-trillion-won-south-korea-media-rep...
1•JumpCrisscross•9m ago•0 comments

Top DOJ Official Tells Staff He Wants to Avoid Antitrust Trials

https://www.wsj.com/politics/policy/top-doj-official-tells-staff-he-wants-to-avoid-antitrust-tria...
1•JumpCrisscross•9m ago•0 comments

A curated, non-BS library of the best resources for evaluating agents

https://github.com/benchflow-ai/awesome-evals
1•xdotli•11m ago•0 comments

Gemini Spark

https://gemini.google/overview/agent/spark/
1•czeizel•11m ago•2 comments

A Structured Generation Framework for Transforming Scientific Papers into Patent

https://arxiv.org/abs/2601.02589
1•teleforce•11m ago•0 comments

Rage Against the Dying of Critical Thinking

https://mmaksimovic.dev/rage-against-the-dying-of-critical-thinking
1•Liriel•11m ago•0 comments

PatentScore: Multi-Dimensional Evaluation of LLM-Generated Patent Claims

https://aclanthology.org/2025.emnlp-main.1564/
1•teleforce•13m ago•0 comments

Notion killing Skiff-influenced email app since most users use AI agents instead

https://arstechnica.com/gadgets/2026/06/notion-killing-skiff-influenced-email-app-since-most-user...
1•joozio•14m ago•0 comments

Worldwide X (Twitter) Trends for last 24 hours

https://trends24.in/
4•aurenvale•19m ago•0 comments

List of all UK universities currently having redundancies/restructuring

https://qmucu.org/qmul-transformation/uk-he-shrinking/
1•theanonymousone•22m ago•0 comments

The food science behind designing an ice cream

https://altermag.com/articles/designing-a-summer-ice-cream-for-india
1•trojanalert•24m ago•0 comments

Position: Stop Anthropomorphizing Intermediate Tokens as Reasoning/Thinking Trac

https://arxiv.org/abs/2504.09762
1•xiaoyu2006•30m ago•0 comments

My BASB Implementation in Org Mode

https://ftwynn.com/posts/my-basb-implementation-in-org-mode-v2023-06/
1•ankitg12•31m ago•0 comments

The largest scorpion lived 415M years ago

https://www.sciencenews.org/article/largest-scorpion-lived-415-million-years-ago
4•celadonceladon•31m ago•0 comments

Fintech Engineering Handbook

https://w.pitula.me/fintech-engineering-handbook/
1•krever•32m ago•0 comments

Ask HN: Why does every AI demo sound perfect but real world deployment always

2•VaderAi•32m ago•0 comments

A graph-based IDE for understanding and working with large codebases

https://vnoc.vercel.app/project/claudecode
2•yared_seed•34m ago•0 comments

I made a Claude Code skill to check if AI crawlers can read your site

https://github.com/MerqryLabs/ai-crawler-visibility
2•novaesystems•34m ago•0 comments

Fivy – AI review management for small businesses (Google reviews)

https://www.fivy.com.au
1•mesqfel•35m ago•0 comments

MCP Authorization with Dynamic Client Registration

https://blog.christianposta.com/understanding-mcp-authorization-with-dynamic-client-registration/
1•ankitg12•35m ago•0 comments

Ask HN: How are you solving long-term memory for production AI agents in 2026?

1•xSingh16•35m ago•1 comments

When a Gift Becomes a Pain

https://medium.com/whatsnextwray/when-a-gift-becomes-a-pain-0a854c47589e
1•raynchad•36m ago•1 comments

We Rewrote WAL-G for Postgres Backups in Rust: Meet WAL-RUS

https://clickhouse.com/blog/walrus-postgres-backups-in-rust
1•thunderbong•37m ago•0 comments

Mapping London – All Sorts of Interesting Maps of London

https://mappinglondon.co.uk
1•akashwadhwani35•39m ago•1 comments

Open Source Low Tech

https://opensourcelowtech.org/
1•grep_it•42m 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