I gave a talk on this topic at PyConEs just 10 days ago. The idea was to have each (human) player secretly write a prompt, then use the same model to see which one wins.
Thank you! I’ll take a look at that. Honestly, building the game was part of the fun, so I didn’t look into open-source options.
The slides are in the repo and the recording will be published on the Python España YouTube channel in a couple of months (in Spanish):
https://www.youtube.com/@PythonES
It’s just a proof of concept, but the code and instructions are here: https://github.com/pablorodriper/poker_with_agents_PyConEs20...