I made GPT-5.6 win OpenFront.
I built an auditable harness with game actions, state observation, and a complete decision trail.
Designed and built end to end: agent contract, deterministic harness, artifacts, replay verification, and trace UI.
The agent protects a weak frontier before committing more troops.
A native transport intent carries the selected force across open water.
OpenFront’s engine resolves the invasion while the trace preserves every choice.
THE WORK
One agent. One real game. A complete audit trail.
The model plays the game through the harness. The harness observes the deterministic core, offers a bounded menu of legal actions, and records the result as replayable evidence.
-
01Observe
Agent reads game state.
-
02Choose
Agent selects two legal actions.
-
03Execute
Agent reacts to result of actions.
-
04Audit
Inspect what the agent saw, chose, executed, and why.
RECORDED EVIDENCE
See exactly how it played out.
Recent trials
Same fixed scenarioView all recorded runs
ENGINEERING CASE STUDY
The system is the project.
The interesting work was building a trustworthy boundary between a probabilistic service and a deterministic game.