frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

PHP 8.6 Closure Optimizations

https://wiki.php.net/rfc/closure-optimizations
1•moebrowne•44s ago•1 comments

The Folly of SEO

https://yadin.com/notes/seo-folly/
1•dryadin•1m ago•0 comments

US officials underwhelmed by French far-right's plans for economy

https://www.reuters.com/world/europe/us-officials-underwhelmed-by-french-far-rights-plans-economy...
1•vrganj•3m ago•0 comments

AdVersa: Adversarially-Robust and Practical Ad and Tracker Blocking in the Wild

https://github.com/SKKU-SecLab/AdVersa
1•grac3•10m ago•1 comments

The Etymological Problem with Apples

https://dannybate.com/2026/04/08/the-etymological-problem-with-apples/
1•Anon84•14m ago•0 comments

Why My WordPress?

https://alex.kirk.at/2026/04/14/why-my-wordpress/
1•akirk•16m ago•0 comments

Show HN: VibeDrift – Measure drift in AI-generated codebases

https://www.vibedrift.ai/
1•samiahmadkhan•17m ago•0 comments

Post-Slop Stress Disorder (PSSD)

https://github.com/mikemasam/pssd
1•mikemasam•18m ago•0 comments

I trained an AI to do my LinkedIn outreach, it books more meetings than me

https://mimikflow.com
1•moalani_•18m ago•0 comments

The Origins of GPU Computing

https://cacm.acm.org/federal-funding-of-academic-research/the-origins-of-gpu-computing/
1•MasterScrat•18m ago•0 comments

On hacker mindset

https://www.henrikkarlsson.xyz/p/hacker-mindset
2•jger15•20m ago•0 comments

The Crypto Social Arena

https://blockarena.live
1•memalama•25m ago•0 comments

Tracing a Slow Request Through Your Django App

https://blog.appsignal.com/2026/04/14/tracing-a-slow-request-through-your-django-app.html
1•Liriel•26m ago•0 comments

What is jj and why should I care?

https://steveklabnik.github.io/jujutsu-tutorial/introduction/what-is-jj-and-why-should-i-care.html
1•tigerlily•26m ago•0 comments

Show HN: Tmux-grid – a visual layout builder for tmux

https://tmux-grid.itzami.com/
1•itzami•27m ago•0 comments

Show HN: Needed instant realtime whiteboard for meetings so I built it in 1 day

https://cnvs.app/
1•coderai•29m ago•0 comments

World Quantum Day (April 14)

https://worldquantumday.org/
1•rrr_oh_man•31m ago•0 comments

NetBSD Installation with Disk Encryption

https://www.dwarmstrong.org/netbsd-encrypt-install/
2•jaypatelani•32m ago•0 comments

OpenAI investors question $852B valuation as strategy shifts

https://www.ft.com/content/04ac7917-940b-4606-be5f-9eb895a7d982
2•bazzmt•36m ago•0 comments

We Built a Haskell Package Manager in Rust

https://raskell.io/articles/why-we-built-a-haskell-package-manager-in-rust/
2•raskelll•37m ago•1 comments

Fractal Paris

https://panoramic.city/fractalparis/zoom/
2•helloplanets•37m ago•0 comments

You're a team lead. Now what?

https://cientifico.net/youre-a-team-lead-now-what/
2•cientifico•38m ago•1 comments

Sega Saturn Architecture

https://www.copetti.org/writings/consoles/sega-saturn/
1•andre9317•39m ago•0 comments

Operation Winter Storm: 90 Days to Baltic Capitulation

https://balticdefenseinitiative.com/scenarios/winter-storm/
2•debesyla•40m ago•0 comments

Build an Outfit Try-On Telegram Bot with Black Forest Labs

https://techstackups.com/guides/build-telegram-try-on-bot-black-forest-labs/
1•sixhobbits•41m ago•0 comments

Copy of the email I sent to my undergraduate professors on Nov 30, 2025

1•5color•45m ago•0 comments

PlayStation Architecture

https://www.copetti.org/writings/consoles/playstation/#bibref:9
1•andre9317•46m ago•0 comments

Qwen 3.5 Small – on-device multimodal models – Alibaba / Qwen

https://ai-tldr.dev/releases/alibaba-qwen-3-5-small/
3•ArielSh•46m ago•0 comments

Only Law Can Prevent Extinction

https://www.greaterwrong.com/posts/5CfBDiQNg9upfipWk/only-law-can-prevent-extinction
1•miniBill•47m ago•0 comments

Enforcing new limits and retiring Opus 4.6 Fast from Copilot Pro+

https://github.blog/changelog/2026-04-10-enforcing-new-limits-and-retiring-opus-4-6-fast-from-cop...
2•GaryBluto•50m ago•1 comments
Open in hackernews

Show HN: A Bomberman-style 1v1 game where LLMs compete in real time

https://github.com/klemenvod/TokenBrawl
1•sunandsurf•3h ago
A few weeks ago, ARC-AGI 3 was released. For those unfamiliar, it’s a benchmark designed to study agentic intelligence through interactive environments.

I'm a big fan of these kinds of benchmarks as IMO they reveal so much more about the capabilities and limits of agentic AI than static Q&A benchmarks. They are also more intuitive to understand when you are able to actually see how the model behaves in these environments.

I wanted to build something in that spirit, but with an environment that pits two LLMs against each other. My criteria were:

1. Strategic & Real-time. The game had to create genuine tradeoffs between speed and quality of reasoning. Smaller models can make more moves but less strategic ones; larger models move slower but smarter. 2. Good harness. I deliberately avoided visual inputs — models are still too slow and not accurate enough with them (see: Claude playing Pokémon). Instead, a harness translates the game state into structured text, and the game engine renders the agents' responses as fluid animations. 3. Fun to watch. Because benchmarks don't need to be dry bread :) The end result is a Bomberman-style 1v1 game where two agents compete by destroying bricks and trying to bomb each other. You can check a demo video here: https://youtu.be/4x8tVypmuRk

Would love to hear what you think!