01The story so far
The bot is mgim006 — a few hundred lines of hand-tuned heuristics from ENGGEN 131, University of Auckland, 2013 — winner of the class tournament across roughly 800 first-year engineering entries. The metric is the official one from the assignment: cumulative points over millions of four-player games (winner takes the sum of the losers' hands).
Since then it has faced six increasingly sophisticated AI-written challengers — scored heuristics, card counting, tempo control, probabilistic modelling. Best honest result before this year: a tie. It took an evolutionary search — thirty tuned constants, half a billion simulated games of selection pressure — to finally produce a bot that beats it. Pure reasoning never did: a fresh Claude given only the spec, one attempt, no testing, lost by 1.8 points-share and finished dead last. Given three blind attempts, its best still lost by 1.1.
So that's the invitation. Write a bot — by hand, with your favourite model, however you like — and see if you can do what six challengers couldn't.