Cuttle LLM Tournament.
LLM gameplay experiments comparing Claude, GPT/OpenRouter, local models, heuristics, and search strategies inside the same Cuttle engine.
LLM gameplay experiments comparing Claude, GPT/OpenRouter, local models, heuristics, and search strategies inside the same Cuttle engine.
The tournament asks a practical question: when does language-model reasoning beat rules, heuristics, or search in a hidden-information card game?
Cuttle LLM Tournament starts with a concrete game ai strategy problem, routes it through LLMs, Simulation, Evals capabilities, and produces an artifact a builder can inspect.
The useful pattern is the boundary between automation and proof: inputs are captured, the AI-assisted step is constrained, and the result is checked through screenshots, source links, tests, reports, or public product surfaces.
Collect the public URL, local output, report, or dataset that proves the game ai strategy workflow exists and can be inspected.
Input artifact: https://github.com/elawless/cuttle-simulation
Privacy check: Redact API keys and any raw provider responses if included in logs. Use llms as the main transformation layer, then keep the intermediate result visible enough for review.
Ship a screenshot, diagram, report, dashboard, or link that makes the outcome understandable without asking the visitor to trust the description.
| Tool | Version | Role | Why this tool |
|---|---|---|---|
| LLMs | Current | LLMs | Adds language understanding, classification, extraction, or reasoning where deterministic code is too brittle. |
| Simulation | Current | Simulation | Creates repeatable trials and counterfactuals for comparing decisions safely. |
| Evals | Current | Evals | Keeps generated or automated work accountable through tests, comparisons, and review artifacts. |
| MCTS | Current | MCTS | Searches decision trees through simulation so strategy can be measured rather than guessed. |
SystemYou explain AI workflow evidence clearly without inventing private implementation details.
User templateProject: Cuttle LLM Tournament Evidence: <artifact> Explain the input, AI step, validation, and public output in plain English.
Privacy. Redact API keys and any raw provider responses if included in logs.