frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

GLM 5.2 for Autoresearch

https://openresearch.sh/
1•ilreb•34s ago•0 comments

Three things to watch amid Anthropic's latest feud with the government

https://www.technologyreview.com/2026/06/22/1139424/three-things-to-watch-amid-anthropics-latest-...
1•joozio•1m ago•0 comments

Master Data Governance Framework

https://link.springer.com/book/10.1007/979-8-8688-2145-5
1•teleforce•5m ago•0 comments

Best way to integrate your devtool with companies

1•deepakcoder•6m ago•0 comments

A new generation of music software is shrinking musical theatre orchestras

https://www.theguardian.com/music/2026/jun/23/keycomp-replacing-musicians-musical-theatre-pit-orc...
1•Erikun•7m ago•0 comments

Forge – Code-Quality Guardrails for AI Agents

https://github.com/misnaej/forge
1•car•7m ago•0 comments

Visualization: How would 1M Starlink satellites look

https://claude.ai/public/artifacts/a45c2338-f11f-4899-85a0-9bb63d5d6656
2•tomaskafka•9m ago•0 comments

The Theoretical Limit of Image Compression [video]

https://www.youtube.com/watch?v=W39hBPOk9Hk
2•Imustaskforhelp•10m ago•0 comments

I Vibecoded a TUI life RPG

https://github.com/knguyenanhoa/trpg
1•191101•10m ago•1 comments

Human bodies did not simply got bigger and bigger over time in a steady line

https://phys.org/news/2026-06-idea-human-bodies-simply-bigger.html
1•JPLeRouzic•11m ago•0 comments

Invite to beta tester and investors for depgaze. SW supply chain security tool

https://www.depgaze.xyz/
1•gcarlo•14m ago•0 comments

EU Member States (and Google) suddenly want to keep cookie banners

https://noyb.eu/en/eu-member-states-and-google-suddenly-want-keep-cookie-banners
2•robin_reala•15m ago•0 comments

Show HN: We built an open-source tool for real-time speech-to-speech translation

1•Saurabh_06•16m ago•0 comments

GLM 5.2 vs. Claude Opus 4.5

https://gopeekapp.blogspot.com/2026/06/glm-52-vs-claude-opus-45.html
2•GeorgeWoff25•28m ago•1 comments

How to Stay Active with a Desk Job

https://www.uclahealth.org/news/article/how-stay-active-with-desk-job
3•hasudon7171•28m ago•0 comments

Ask HN: Anthropic banned me from using Claude Code and I don't know what to do

5•ayi•29m ago•0 comments

America's largest companies have no simple way to report security flaws

https://this.weekinsecurity.com/dozens-of-americas-largest-companies-have-no-simple-way-to-report...
2•anujbans•30m ago•0 comments

A Dark Dimension Could Link Two of the Universe's Great Unknowns

https://www.quantamagazine.org/a-dark-dimension-could-link-two-of-the-universes-great-unknowns-20...
2•anujbans•30m ago•0 comments

Current AI is like the film company producing TV series or movies

https://devcyc.life/current-ai-is-like-the-film-company-producing-tv-series-or-movies/
1•lilerjee•33m ago•0 comments

Louis Pope Gratacap, a Curator in Lost Worlds

https://publicdomainreview.org/essay/gratacap-curator-in-lost-worlds/
2•Caiero•34m ago•0 comments

I published: how a question about heat became a question about reality itself

https://everythingthatglows.com/
1•kmeves•34m ago•2 comments

SHOW HN: ConvertFast – offline file conversion and file utilities for desktop

https://convertfast.co/
1•amsaleque•36m ago•1 comments

Show HN: MinLlama – Llama 3.2 inference in ~100 lines of NumPy

https://github.com/timothygao8710/minLlama
1•timothygao•36m ago•0 comments

Show HN: Make your app collaborative or multiplayer with one prompt

https://antics.gg/
2•heyitssim•38m ago•0 comments

Language models transmit behavioural traits through hidden signals in data

https://www.nature.com/articles/s41586-026-10319-8
2•thinkingemote•39m ago•0 comments

Show HN: SIA SEO: AI SEO content generation that shows up in AI Search Results

https://siaseo.com
1•Sharanxxxx•41m ago•1 comments

Cascading Messages in Smalltalk

https://donraab.medium.com/cascading-messages-in-smalltalk-14807389b6ce
1•ingve•41m ago•0 comments

Why the Odyssey Keeps Defeating Filmmakers

https://www.newyorker.com/magazine/2026/06/29/why-the-odyssey-keeps-defeating-filmmakers
2•prismatic•42m ago•0 comments

Open source, global vs. proprietary but for US in US, which is fundable in SaaS?

2•avijeetsingh16•46m ago•0 comments

Good growth strategist, bad growth strategist

https://read.earlystagegrowth.com/p/good-growth-strategist-bad-growth
1•joshlachkovic•51m 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