frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Off-grid Dublin data centre fuelled by own power plant

https://www.rte.ie/news/business/2026/0312/1562943-dublin-data-centre/
1•austinallegro•7m ago•0 comments

Show HN: I built an AI comic generator from scratch using only natural language

1•twwch•9m ago•0 comments

Barnum Effect

https://en.wikipedia.org/wiki/Barnum_effect
1•nomilk•10m ago•0 comments

Show HN: AI Comic Builder – turn a script into an animated video local

1•twwch•10m ago•0 comments

AI 'Man Camps' Offer Golf, Free Steaks to Lure Workers in Texas

https://www.bloomberg.com/news/features/2026-03-06/the-700-billion-ai-data-center-boom-is-fueling...
1•helsinkiandrew•10m ago•0 comments

Show HN: Hackerdogs Preview 2 Released

https://preview.hackerdogs.ai
1•tredkar•11m ago•0 comments

The Deep Lunacy that was almost "DEEP VZN"

https://robreid.substack.com/p/the-deep-lunacy-that-was-almost-deep
1•boxed•14m ago•0 comments

SBCL: A Sanely-Bootstrappable Common Lisp (2008) [pdf]

https://research.gold.ac.uk/id/eprint/2336/1/sbcl.pdf
2•pabs3•14m ago•0 comments

LLMs as Computers? Executing programs inside transformers exponentially faster

https://twitter.com/ChristosTzamos/status/2031845134577406426
1•smusamashah•14m ago•0 comments

AI-Powered Bot Compromises GitHub Actions Workflows

https://www.infoq.com/news/2026/03/ai-bot-github-actions-exploit/
1•geoffbp•15m ago•0 comments

Show HN: Tarvos – fix context rot by chaining fresh Claude agents automatically

https://github.com/Photon48/tarvos/tree/main
1•Photon48•16m ago•0 comments

The state of book publicity now

https://derekkrissoff.substack.com/p/the-state-of-book-publicity-now
1•lermontov•17m ago•0 comments

//go:fix inline and the source-level inliner

https://go.dev/blog/inliner
1•darccio•20m ago•0 comments

Haruspex – Digital Horoscopes

https://www.haruspex.click/
1•ChilledTonic•25m ago•0 comments

Show HN: HN-IRC – I rebuilt Hacker News as a retro IRC client

https://d1mf42rlcj2lrs.cloudfront.net/
1•Ralz•26m ago•0 comments

Dopamine Detox – Track and block social media scrolling (Chrome extension)

https://chromewebstore.google.com/detail/dopamine-detox/emohipjjikifpmfibhnjbfeklbnjkica
1•Ogbon•26m ago•1 comments

New technology to reduce risk of architect drift. Ask for feedback

1•EfimovSD•27m ago•1 comments

AI chatbot urged violence, study finds

https://arstechnica.com/tech-policy/2026/03/use-a-gun-or-beat-the-crap-out-of-him-ai-chatbot-urge...
1•asplake•29m ago•0 comments

Cartown

https://www.fasterhorses.md/articles/cartown
2•bernardgmeyer•33m ago•0 comments

Your Data is Made Powerful by Context (so stop destroying it already)

https://substack.com/home/post/p-190315082
1•donutshop•34m ago•0 comments

You Could Be Next

https://www.theverge.com/cs/features/877388/white-collar-workers-training-ai-mercor
2•rvz•37m ago•0 comments

Show HN: JetSet AI – flight search where follow-up questions work

1•ptak_dev•37m ago•0 comments

Brunelly – AI platform that helps turn ideas into production software

https://brunelly.com/
1•rihabz•39m ago•1 comments

DOGE staffer who flagged grants for 'DEI' struggles to define the term [video]

https://www.youtube.com/watch?v=WpbGF7l-t2w
3•marysminefnuf•40m ago•1 comments

My Favourite Thing About Rust Is the Compiler

https://mayberay.bearblog.dev/my-favourite-thing-about-rust-is-the-compiler/
2•mugamuga•43m ago•0 comments

Ask HN: Do You Use Ublockdns.com?

2•SoftwareEn2•44m ago•0 comments

Agency Agents: Open-source framework for building multi-agent AI workflows

https://github.com/msitarzewski/agency-agents
2•paidx•46m ago•0 comments

Replit Agent 4: Built for Creativity

https://blog.replit.com/introducing-agent-4-built-for-creativity
3•simonebrunozzi•46m ago•0 comments

Distributed Python dataframes and machine learning with Livebook and Elixir

https://dashbit.co/blog/distributed-python-livebook
3•ahamez•49m ago•0 comments

I don't know if I like working at higher levels of abstraction

https://xeiaso.net/blog/2026/ai-abstraction/
2•watermelon0•50m 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