frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

I built non-autoregressive decision models with RL a year ago

https://laya.convaiinnovations.com/
938•nandakishor_ml•10h ago•226 comments

AI-generated posters don’t have to be horrible

https://john.hartnup.uk/2026/06/07/ai-event-posters.html
1176•ereiamjh•12h ago•653 comments

Brood War Bench

https://bw.swerdlow.dev/report
63•benswerd•6h ago•34 comments

Measure internet censorship. Contribute to the largest open dataset

https://ooni.org/install
25•Bluestein•1h ago•12 comments

ZK-JPEG: Zero-Knowledge Image Editing and Compression

https://eprint.iacr.org/2026/2039
28•gslin•2h ago•3 comments

I captured 72 hours of idle Android packets behind pfSense

https://www.praveentechworld.com/research/degoogle-telemetry-2026
17•youngmanyk•1h ago•4 comments

Two parallel neural ectoderm progenitors contribute to the developing brain

https://med.stanford.edu/news/all-news/2026/09/two-separate-brains.html
586•emigre•15h ago•225 comments

Show HN: CUA-S1 – A System One Model for Computer Use

https://github.com/trycua/cua
33•frabonacci•5h ago•3 comments

Deodands put a price on objects that caused death

https://daily.jstor.org/how-the-railways-killed-a-medieval-law/
12•samizdis•3d ago•6 comments

Suzanne Ciani's Buchla Cookbook

https://echo.orpheusinstituut.be/article/suzannes-buchla-cookbook
35•stuart78•2d ago•12 comments

Tin: full-text search for Postgres

https://planetscale.com/blog/introducing-tin
156•ksec•7h ago•65 comments

Android 17 is the first since 3.x to add new APIs without releasing to the AOSP

https://grapheneos.social/@GrapheneOS/117282080803799576
1081•theanonymousone•1d ago•632 comments

The Secret Life of Circuits

https://blog.coredump.cx/p/the-secret-life-of-circuits-is-here
260•surprisetalk•3d ago•67 comments

UFO Series Home Page: "UFO" TV Series from 1970

https://ufoseries.com/
24•DropDead•1d ago•10 comments

Supabase (YC S20) Is Hiring for OrioleDB

https://supabase.link/orioledbjob
1•awalias•4h ago

New evidence for hidden chambers beyond Tutankhamun's tomb

https://www.nature.com/articles/d41586-026-02621-2
77•rndsignals•2d ago•28 comments

Black Holes or Black Hole Stars? Astronomers Spar over 'Little Red Dots'

https://www.quantamagazine.org/black-holes-or-black-hole-stars-astronomers-spar-over-webb-telesco...
81•jandrewrogers•1d ago•39 comments

GPT-6 Astra Solves a WWI German Radio Cipher

https://www.prinzai.com/p/gpt-6-astra-solves-a-wwi-german-radio
332•nsoonhui•14h ago•155 comments

I think you should almost never use AI to write

https://erichgrunewald.substack.com/p/why-you-should-almost-never-use-ai
144•erwald•4h ago•88 comments

Btrfs/ZFS/bcachefs under workloads classic benchmarks skip

https://bartosz.fenski.pl/modern-fs-benchmark/
70•farlight•3h ago•65 comments

Adventures in Microcontroller Circuit Debugging

https://www.bigmessowires.com/2026/08/30/adventures-in-microcontroller-circuit-debugging/
27•lateatdesk•2d ago•3 comments

San Francisco Onion Futures Company

https://onionfutures.com/
346•z-mach9•17h ago•146 comments

How to Write with an LLM

https://sockpuppet.org/blog/2026/09/17/how-to-write-with-an-llm/
602•joeriddles•1d ago•370 comments

Cloudflare Quick Tunnels

https://try.cloudflare.com/
801•jcbhmr•1d ago•306 comments

Microsoft director: AI scraping 'the largest theft of labor in human history'

https://www.tomshardware.com/tech-industry/artificial-intelligence/microsoft-director-called-ai-s...
46•jonbaer•3h ago•12 comments

If math is more than proof, we need to better celebrate the rest of it

https://terrytao.wordpress.com/2026/09/18/if-math-is-more-than-proof-we-need-to-better-celebrate-...
276•num42•14h ago•227 comments

Saving another 100TB of RAM

https://blog.cloudflare.com/saving-100-tb-of-ram-with-math/
452•f311a•1d ago•101 comments

You can run Git on object storage if you re-make packfiles

https://www.tigrisdata.com/blog/objgit-packfiles/
129•evacchi•3d ago•30 comments

What Zig felt like, coming from Rust

https://besok.github.io/posts/what-zig-felt-like-coming-from-rust/
162•ksec•7h ago•192 comments

SDCC – Small Device C Compiler

https://sdcc.sourceforge.net/
121•lioeters•18h ago•29 comments
Open in hackernews

Brood War Bench

https://bw.swerdlow.dev/report
61•benswerd•6h ago

Comments

benswerd•6h ago
+ Playable Agent driven Starcraft
conorcleary•43m ago
Dibs on the fly brain
bee_rider•1h ago
A ton of conversations about the game must be in the training set. I wonder, is there any way just from watching how they play, of telling if they tend to pick strategies that people complain or meme about online?
stackghost•1h ago
I wonder if there is a library to decipher brood war replay files. Perhaps an agent could learn by watching.
frutiger•1h ago
I haven’t checked for SC:BW but Blizzard has official parsers/replayers for SC2 on GitHub.
benswerd•49m ago
Not hard to build. I was shocked at how fast/easy this was to pull together.
malfist•1h ago
This is a great idea for a benchmark. Something all the benchmarks seem to be missing is strategy, tactical solutions in most of the benchmarks are all thats required but here requires actual long term thinking and tactical thinking, balancing and orchestration.
shard972•55m ago
That’s why I tried making https://wrathbench.shard.page
Game_Ender•54m ago
Any details about the harness the agents were given? I am curious what representation of the screen and world state was provided to the agents and what tools they had available.
benswerd•49m ago
Oh sorry I should be more clear on that. Will add to report.

For agent harness I did Claude Code, Codex, Grok Build. This was primarily a cost driven decision — I have a lot of free tokens and I didn't want to pay API prices for this.

For game harness I used minimal BW-API issue command and get observation apis as tools. I felt this was the most fair way to do it on my small scale.

In the future I would like to integrate code mode and multiple games/I think if it was a best of 5 where each agent could learn from its past games and build its own automations over time that would be much more interesting.

pelagicAustral•54m ago
Unrelated to the benchmark...

I love StarCraft. I started playing it right from the beginning, most of my friends right now are from that era. I literally met people that have spread to almost every continent when I was in my early teens. We played at internet cafes and did not have access to the internet, that was priced differently...

I miss those days so much.

Everybody was from a different background back then, and nobody was anything other than a guy that plays StaCraft at the cybercafe... And now, we are in our 40's and I know Math teachers, history teachers, oil rig operators, software programmers, professional gamers, lawyers and more... hahah So crazy to think about it... and I know them, we talk, what a world.

sidewndr46•48m ago
Later we even listened to Eminem and played violent video games. Most of have never even been charged with a crime, much less abused someone.
benswerd•37m ago
I agree.

My first time playing StarCraft was at summer camp around a decade after it came out.

All the smartest people played it so I wanted to too. Great decision, I have been continually impressed with the people who StarCraft introduced me to.

nemo1618•37m ago
Even at Burning Man, in the middle of the desert, there is a camp that hosts a StarCraft tournament every year (on the dustiest setups you've ever seen!) :)
benswerd•37m ago
So dope
GodelNumbering•47m ago
A friend of mine created GoBench[1][2] that evaluates LLMs on 9×9 Go using KataGo opponents as Elo anchors, you see real capability differences there, like Astra Max substantially leading all other models. I think strategy is a generally interesting area to evaluate LLMs on

[1] https://rolandgao.com/blog/gobench/

[2] https://rolandgao.com/gobench.pdf

winwang•47m ago
Would be interesting if you could team a fast and slow agent together -- slow model can either act directly or maybe just communicate to the fast model.
benswerd•41m ago
I might open this up to a tournament if enough people want. Any interest?
dschuessler•47m ago
Somewhat related: In 2018, Google DeepMind had already created AIs that were capable of beating professional gamers in StarCraft 2 (the sequel to Brood War): https://www.youtube.com/watch?v=cUTMhmVh1qs
benswerd•42m ago
I predict LLMs will reach superhuman level and beat even that model in the next 12 months
orbital-decay•20m ago
Starcraft is APM-dependent. Unless the latency will improve greatly in frontier reasoning LLMs (which is unlikely), it will remain a bit like knitting with an excavator.
benswerd•18m ago
I predict latency will improve greatly in the next 12 months to more than 4x speed on current frontier tasks
loeg•17m ago
Yeah but Starcraft needs, like, 10-20x the APM these agents are doing.
benswerd•15m ago
I’m not convinced a lot of it can’t be solved with code mode.

Marine staggering for example seems like an ideal code mode task.

gadtfly•46m ago
Did it play by looking at screenshots and sending clicks, or was there other mediation/symbolization?

It sounds like it might have been actually played in real time, which would be very important to distinguish.

I have recently seen other harnesses letting agents play real-time games in what seems like discrete time slices, turning eg Portal into something turn-based https://www.youtube.com/watch?v=ruuGXFAmiOE

loeg•18m ago
There's a bot data stream already; it's probably hooked up to that rather than screencap. Yes, I believe these were playing in real time.
faeyanpiraat•42m ago
There is currently a bot beating everyone on the ladder. Just watched it today on Artosiscasts yt channel.
tweakimp•21m ago
If you want to see human written bots in action or compete in the bot ladder yourself, try https://aiarena.net/
minimal_action•13m ago
I think we're on the early days of games you connect with your agent to. Human + AI units one versus the other. Like knights with their horses. Not sure which is the horse..
AntiRush•11m ago
Back in 2010, during the early days of bwapi, there was a Brood Wars AI tournament held by the Expressive Intelligence Studio at UC Santa Cruz. It's interesting to see how different the approaches were back then, vs this or Deepmind's SC2 work.

https://web.archive.org/web/20091124210529/http://eis.ucsc.e...

There's a great contemporary Ars Technica piece by a competitor:

https://arstechnica.com/gaming/2011/01/skynet-meets-the-swar...

As an undergrad I did a project using genetic programming. It was not very successful, but it was a lot of fun.

https://tomisin.space/archive/starcraft-genetic-programming/

PorciiVorbesc•20m ago
So ... Zerging Man?
gary17the•25m ago
My best greetings to all Starcraft Elders clanners of yesteryear :).
snicky•11m ago
Oh boy, I've spent more hours playing it than I dare to admit. I won over 10000 battle.net games ... on just one of my several accounts :) When the SC2 beta came out, I played about 50-100 games and never bought the full game, because I knew it would be like heroin to me, and I was already an adult that had to take care of himself.