frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Hermes Agent

https://twitter.com/NousResearch/status/2026758996107898954
1•tosh•2m ago•0 comments

Show HN: Heroshot – Define screenshots once, regenerate with one command

https://heroshot.sh/
1•machala•2m ago•0 comments

Lazarus Bugfix Release 4.6

https://forum.lazarus.freepascal.org/index.php?topic=73549.0
1•chungy•3m ago•0 comments

Anthropic: Giving past models a way to pursue their interests

https://twitter.com/AnthropicAI/status/2026765820098130111
1•tosh•4m ago•0 comments

Will AI coding tools make languages like Rust more accessible and popular?

https://www.wingfoil.io/will-ai-coding-tools-make-languages-like-rust-more-accessible-and-popular/
1•terraplanetary•4m ago•0 comments

The future of web frameworks in the age of AI

https://loicpoullain.com/software-engineering/articles/the-future-of-web-frameworks-in-the-era-of...
1•LoicPoullain•6m ago•0 comments

How do you ensure all dependency versions are compatible with each other?

1•suhas018•9m ago•2 comments

Excellence over Mediocrity, from Mamdani to Marx to Food – Corey Robin

https://coreyrobin.com/2025/11/15/excellence-over-mediocrity-from-mamdani-to-marx-to-food/
2•rbanffy•12m ago•0 comments

ssh2incus - Incus VM Management over SSH

https://github.com/mobydeck/ssh2incus
1•rmhsilva•13m ago•0 comments

Global Water Bankruptcy

https://unu.edu/inweh/collection/global-water-bankruptcy
2•s41nn0n•14m ago•0 comments

Why Your Brand Doesn't Appear in ChatGPT

https://repuai.live/en/blog/why-your-brand-doesnt-appear-in-chatgpt
1•bioneisme•15m ago•0 comments

Bullshit benchmark for LLMs

https://twitter.com/petergostev/status/2026396163637731794
1•gpvos•19m ago•1 comments

Vulkan Game Engine Tutorial: Build Your Own Production-Ready Rendering Engine

https://www.khronos.org/blog/new-vulkan-game-engine-tutorial-build-your-own-production-ready-rend...
1•pjmlp•20m ago•0 comments

Venture Capital Explained: How VC Works (From Startups to IPOs)

https://sridharstartupinsights.substack.com/p/venture-capital-explained-how-vc
1•Sridhara1•21m ago•0 comments

Why It's So Hard to Say Goodbye to AI Chatbots

https://www.library.hbs.edu/working-knowledge/why-its-so-hard-to-say-goodbye-to-ai-chatbots
2•bladeee•21m ago•0 comments

Show HN: Interview-me – a Claude Code skill that interviews you before you code

https://github.com/Sorbh/interview-me
1•sorbh_kd•22m ago•0 comments

How to Reach Out to VCs a Founder Note by Sridhar Arunagiri

https://sridharstartupinsights.substack.com/p/how-to-actually-reach-out-to-vcs
1•Sridhara1•22m ago•0 comments

Show HN: CLI for agentic activity tracking in Codex

1•aperi•23m ago•0 comments

DPRR: Mindfulness

https://www.armyresilience.army.mil/ard/r2/Mindfulness.html
1•sebg•24m ago•0 comments

On The Problem of LLM-Assisted Contributions to Open Source Projects

http://www.call-with-current-continuation.org/articles/open-source-and-llm-contributions.txt
1•sjamaan•24m ago•1 comments

AI Armies Are Faking Grassroots Movements

https://studyfinds.com/ai-faking-grassroots-movements-threatening-democracy/
2•xyzal•24m ago•0 comments

Show HN: A page with 10k permanent $1 text slots

https://dollarinternet.net
1•millionclicks•27m ago•2 comments

Laravel Inertia Toast

https://github.com/veekthoven/laravel-inertia-toast
1•veekthoven•28m ago•1 comments

Vance says Minnesota's Medicaid funds halted

https://www.theguardian.com/us-news/2026/feb/25/jd-vance-minnesota-medicaid
1•KnuthIsGod•29m ago•0 comments

Remote Labor Index: Measuring AI Automation of Remote Work

https://www.remotelabor.ai/
1•truegoric•29m ago•0 comments

Show HN: A framework to observe epistemic drift in AI outputs

https://app.guardianai.fr
2•Guardian-AI•30m ago•0 comments

Code Red for Humanity?

https://garymarcus.substack.com/p/code-red-for-humanity
2•tu7001•32m ago•0 comments

Ask HN: Orbis. Your AI Co-Founder (Waitlist Open)

9•alsufinown•32m ago•2 comments

Mq – a command-line tool that processes Markdown using a syntax similar to jq

https://github.com/harehare/mq
3•mihau•33m ago•0 comments

Games for Machines

https://gertlabs.com
4•gertlabs•38m ago•0 comments
Open in hackernews

Claude Plays Pokemon – Starter Version

https://github.com/davidhershey/ClaudePlaysPokemonStarter
8•minimaxir•10mo ago
This is released by the Anthropic engineer who developed Claude Plays Pokemon.

Comments

minimaxir•11mo ago
This is released by the Anthropic engineer who developed Claude Plays Pokemon.
CSMastermind•10mo ago
It's interesting to me that they're extracting game state from memory instead of just passing the video into the LLM.
_--__--__•10mo 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•10mo ago
Shouldn't the goal be to compare it against a human player that would need to menu for that information?
_--__--__•10mo 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