frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Facial recognition on public buses sparks debate over security and privacy

https://apnews.com/article/kansas-city-facial-recognition-ai-cameras-privacy-87847f57c94b6c2a9e22...
3•devonnull•1m ago•0 comments

Ando

https://www.ando.so/
2•handfuloflight•9m ago•0 comments

Graphviz MCP Provider

https://graphviz-provider.rodmena.app/
1•rodmena•15m ago•0 comments

Show HN: DELN – An interactive atlas of AI training datasets

https://deln.ai/atlas
1•yshunnar•18m ago•0 comments

AI is changing biological and nuclear risks; governance must change accordingly

https://thebulletin.org/2026/06/ai-is-changing-biological-and-nuclear-risks-governance-must-chang...
1•pseudolus•20m ago•0 comments

The future of oil prices may depend on China

https://www.cnn.com/2026/06/22/energy/oil-price-china-dependence-iran-war-intl-hnk
1•toomuchtodo•23m ago•1 comments

California police are using drones to disarm people, make arrests

https://www.sfgate.com/bayarea/article/california-police-drone-responders-22315437.php
2•pseudolus•26m ago•0 comments

We built the fastest API for GLM-5.2 (280 TPS)

https://www.baseten.co/blog/how-we-built-the-worlds-fastest-api-for-glm-52/
4•philipkiely•28m ago•0 comments

Why Are LLMs Smart?

https://kevinkelly.substack.com/p/why-are-llms-smart
1•sgallant•30m ago•0 comments

Vietnam plans to discontinue IPv4 by 2030

https://vietnamnet.vn/en/vietnam-launches-ipv6-only-roadmap-to-power-next-digital-era-2527244.html
3•ivlad•32m ago•1 comments

A hedged NSA briefing line became "Mythos hacked the NSA"

https://old.reddit.com/r/AICognitiveWatch/
2•GlyphWeaver_a•32m ago•0 comments

How transparent is DiffusionGemma (and why it matters)

https://www.lesswrong.com/posts/zoYXpdaMgFT43Wc24/how-transparent-is-diffusiongemma-and-why-it-ma...
1•gmays•33m ago•0 comments

Show HN: The Only Prediction Market That Helps You Make Educated Bets

9•realJared54•41m ago•0 comments

Fable 5 wrote a Windows kernel in 38 minutes

https://tolmo.com/blog/when-the-model-writes-the-kernel/
4•ecares•45m ago•1 comments

Porting Moebius 0.2B image inpainting model to run in browser with Claude Code

https://simonwillison.net/2026/Jun/22/porting-moebius/
2•lumpa•46m ago•0 comments

Music retailer sues Fender over C&Ds in Stratocaster copyright dispute

https://www.guitarworld.com/gear/electric-guitars/thomann-is-suing-fender
3•ilamont•48m ago•0 comments

The Complete Kubrick

https://www.criterion.com/boxsets/9000-the-complete-kubrick
2•pentagrama•52m ago•1 comments

SpaceX turns to bond market to raise capital, reports $100.8B cash

https://www.reuters.com/business/media-telecom/spacex-launches-notes-offering-discloses-1008-bill...
6•voxadam•53m ago•2 comments

Heritage sites are at risk in a warming world – and how to save them

https://www.nature.com/articles/d41586-026-01956-0
1•gnabgib•54m ago•0 comments

Show HN: Nts – NTS Radio in your terminal

https://github.com/r-ohan/nts-radio-cli
2•rohan_•56m ago•0 comments

What it takes to get high Text-to-SQL accuracy in production

https://www.wisdom.ai/blog/how-wisdom-gets-text-to-sql-right
2•sharva•57m ago•0 comments

The Adobe Semaphore puzzle had been solved

https://www.nbcbayarea.com/news/local/san-jose-adobes-third-semaphore-puzzle-solved/4102715/
2•thatxliner•57m ago•0 comments

Fatal Tesla Crash into Texas Home Now Under Federal Safety Investigation

https://www.wsj.com/business/autos/fatal-tesla-crash-into-texas-home-now-under-federal-safety-inv...
3•JumpCrisscross•59m ago•0 comments

The annotated PyTorch training loop

https://idlemachines.co.uk/essays/pytorch-training-loop
4•smaddrellmander•1h ago•0 comments

Sakana Fugu multi-agent system delivered as one model

https://github.com/SakanaAI/fugu
3•882542F3884314B•1h ago•0 comments

At least 18 dead in France, including two children in hot car, as Europe bakes

https://www.reuters.com/business/environment/temperatures-exceed-40c-european-heatwave-three-die-...
2•rawgabbit•1h ago•0 comments

The Technium: Why Are LLMs Smart?

https://kk.org/thetechnium/why-are-llms-smart/
2•tortilla•1h ago•0 comments

PostmarketOS v26.06 (Alpen Avocado) released

https://postmarketos.org/blog/2026/06/21/v26.06-release/
2•birdculture•1h ago•0 comments

We are witnessing the slow death of the prestige career

https://www.theguardian.com/commentisfree/2026/jun/22/consulting-ai-prestige-careers
2•bookofjoe•1h ago•1 comments

"ChatGPT is I presume broken"

https://old.reddit.com/r/ChatGPT/comments/1ucs6ni/chatgpt_is_i_presume_broken/
3•beatthatflight•1h ago•3 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