I built an AI that can draft Magic: The Gathering by imitating human data. It is a transformer model trained on the public 17Lands datasets, able to predict picks and decks, taking into account the context of the pick. [read]
Fast Perfect Shuffling with Computer Assistance 2025-05-04
An algorithm to perfectly shuffle a stack of physical objects and benchmark how well it performs. The key is getting it to be perfect (difficult for a human) and executing it on physical objects (difficult for a computer). [read]