MTG Bench: Testing how well LLMs can play Magic
CallumFerg
47 points
27 comments
June 11, 2026
Related Discussions
Found 5 related stories in 101.8ms across 10,324 title embeddings via pgvector HNSW
- Magic the Gathering format: Fun 40 ibobev · 78 pts · May 21, 2026 · 57% similar
- LLM plays an 8-bit Commander X16 game using structured "smart senses" russellharper · 15 pts · April 08, 2026 · 52% similar
- Let's talk about LLMs cdrnsf · 153 pts · May 04, 2026 · 51% similar
- EsoLang-Bench: Evaluating Genuine Reasoning in LLMs via Esoteric Languages matt_d · 84 pts · March 19, 2026 · 50% similar
- Show HN: A new benchmark for testing LLMs for deterministic outputs khurdula · 50 pts · April 29, 2026 · 48% similar
Discussion Highlights (13 comments)
danbrooks
Very cool. I’ve been daydreaming about whether LLMs can be used to reason through gaming decisions.
OsrsNeedsf2P
I love obscure benchmarks, and I feel like I can trust their results a lot more - afterall, they (probably) weren't benchmaxxed. RuneBench[0] is another good example (how well LLMs can play Runescape) [0] https://maxbittker.github.io/runebench/
josh_p
I know the author specifically did not use a rules engine in their simulation because of uncertainty on how it would affect it. I do still wonder if adapting something like card forge for llm use would result in engaging gameplay with an llm. https://github.com/Card-Forge/forge
jmccaf
Awesome ! Does this use https://mage-bench.com/ , or is it a separate project? I ran 4 local models in a tournament recently with mage-bench on an RTX 5090 ; Qwen 3.6 27B won narrowly over Gemma 4 .
OwenCR
Sadly this benchmark removes the part of MTG that is most interesting: the opponent(s). Without opponents you simply don't have a game. You just have a rules engine - quite boring! I think I object more to the decks used in testing than the machines' decisions. I do have nit picks though: This hand is quite poor and should be mulliganned: https://app.mtgautodeck.com/public/benchmarks/4bd9955b-ebe1-... . The poor runout reinforces this decision. This project is cool though, props for making it!
TZubiri
Looking forward to this metric being Goodhart lawed. Like how the strawberry example was overtrained for, or how the pelican on a bike started being used in official release posts.
pilord314
They should randomize games of judge tower and see who wins: https://mtg.fandom.com/wiki/Judge_Tower
purple-leafy
Benchmarks like this are onto something. Next frontier of llm benchmarking
thurn
To clarify, the more accurate description would be "Testing how well LLMs can follow the rules of Magic", right? There is no actual evaluation of how "well" they are playing?
derac
I think running them against each other with a rules engine would be more interesting. Count up illegal moves and wins/unfinished games. I think llm grading is too unreliable.
alasdair_
I wrote a rules engine in rust along with a reinforcement learning with MCTS based system to play decks against each other. It can handle aggro decks well enough but complex combo decks like Amulet Titan are tough to get working without expert demos or reward hacking.
dash2
You don't explain how scoring works, maybe it's obvious to MTG players? If you're using gpt 5.5, is there a possibility that it is biased in favour of models that think the way it does?
lavaman131
This is a really interesting benchmark and also timely given a lot of existing benchmarks don't do a good job. The mechanics and edge cases seem notoriously difficult to parse also even for perhaps human players. Have you been also plugging these into newer reasoning models to see how providing them with thinking time improves their win rate against the baseline?