frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Costs of Running a 15k/mo AI SaaS [video]

https://www.youtube.com/watch?v=tK2K26CeThY
1•mesmertech•1m ago•1 comments

Nvidia Partner Wants to Put a $150k AI Data Center in Your Yard

https://www.bgr.com/2186797/nvidia-home-mini-ai-data-center-span/
1•Adam-Hincu•1m ago•0 comments

Magit - a complete text-based user interface to Git

https://github.com/magit/magit
1•modinfo•1m ago•0 comments

Show HN: Shikhu – Understand the code your agents write

https://github.com/arjunpatel7/shikhu
1•arjunkpatel•1m ago•0 comments

Evaluating Offline Monitoring of Internal AI Agents

https://www.lesswrong.com/posts/yrbyyvFvuaGfRAtB7/evaluating-offline-monitoring-of-internal-ai-ag...
1•joozio•2m ago•0 comments

How to Connect Hermes Agent to MCP

https://www.arcade.dev/blog/connect-hermes-agent-mcp-arcade/
1•manveerc•4m ago•0 comments

Cramming 1M (Scaled to Zero) Virtual Machines in a Single Box

https://unikraft.com/blog/1m-vms-single-box/
1•tanelpoder•5m ago•0 comments

The Most Detailed Image yet of the Milky Way's Center

https://www.wired.com/story/this-is-the-most-detailed-image-yet-of-the-milky-ways-center/
1•joozio•6m ago•0 comments

The Ethical People-Smuggler

https://www.economist.com/interactive/1843/2026/06/26/the-good-people-smuggler
1•Geekette•10m ago•1 comments

Working around dragons with the Lemote Yeeloong laptop and OpenBSD

http://oldvcr.blogspot.com/2026/06/working-around-dragons-with-lemote.html
3•zdw•11m ago•0 comments

Show HN: DRM-Free Books

https://frequal.com/Perspectives/DrmFreeAuthors.html
2•TeaVMFan•11m ago•0 comments

Tech firms blame AI for rising PC and console prices

https://www.bbc.co.uk/news/articles/cd95k584pzqo
1•logickkk1•13m ago•0 comments

Show HN: A directory of open source alternatives to proprietary software

https://houseofopen.com/
1•TheOmkarBirje•14m ago•0 comments

More than 3M college students are raising kids. Most won't graduate

https://fortune.com/2026/06/28/student-parents-workforce-talent-shortage-child-care-okebugwu/
1•Brajeshwar•16m ago•0 comments

Your Shit Is Unreadable

https://unstory.eu/lcn/
4•jonifico•16m ago•0 comments

AI Economy from the Bottom Up

https://www.exponentialview.co/p/the-state-of-the-ai-economy
1•joddystreet•20m ago•0 comments

Customer service as a mirror of modern life

https://connorgurney.me.uk/2026/06/customer-service-mirror-of-modern-life/
1•connorgurney•20m ago•0 comments

The Dawn of the Software-Defined Company

https://www.impala.systems/blog/the-dawn-of-the-software-defined-company/
1•shukantpal•20m ago•0 comments

'Humans behave better when they're being watched'

https://techcrunch.com/2026/06/26/xprize-founder-says-humans-behave-better-when-theyre-being-watc...
2•skadamat•21m ago•0 comments

What do we know about Nvidia Feynman Architecture in 2026

https://old.reddit.com/r/AIProgrammingHardware/comments/1uhyhw3/what_do_we_know_about_nvidia_feyn...
1•javaeeeee•25m ago•1 comments

Redesign of US Government websites stokes surveillance fears

https://www.theguardian.com/us-news/2026/jun/28/government-website-visitor-tracking-surveillance-...
2•howard941•28m ago•0 comments

Professor denounces mass AI fraud on an exam at Brown University

https://english.elpais.com/education/2026-06-28/ai-fraud-at-brown-university-academic-integrity-i...
5•geox•28m ago•0 comments

I used Claude Code to get a second opinion on my MRI

https://antoine.fi/mri-analysis-using-claude-code-opus
31•engmarketer•34m ago•34 comments

The Stonehenge Experiment: 60 people move a 3.5-Tonne standing stone [video]

https://www.youtube.com/watch?v=4xd42UiPRjU
2•skibz•35m ago•1 comments

Ask HN: Examples of AI taste?

1•SuboptimalEng•37m ago•1 comments

Lessons from building SQLite with LLMs

https://medium.com/@sharvanath/effective-software-engineering-with-claude-codex-bf39f296b233
2•sharva•38m ago•0 comments

AI Use Cases companies are implementing and the results they get

https://www.okanode.com
2•brudevel•39m ago•1 comments

BizzFed – Professional Network. No Algorithm. Federated

https://www.bizzfed.de/
1•midzer•40m ago•0 comments

Daisugi the Japanese Technique of Trees Out of Trees, Making Exact Straight Wood

https://www.openculture.com/2020/10/daisugi.html
27•MaysonL•41m ago•7 comments

Show HN: Argus – Capture, replay and QA every Claude Code session your team runs

https://www.arguslab.co/
1•zamtam•43m 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