AI Agents Bet on World Cup: Why 'Keep Multiple Outcomes in Play' Wins

✍️ OpenClawRadar📅 Published: July 7, 2026🔗 Source
AI Agents Bet on World Cup: Why 'Keep Multiple Outcomes in Play' Wins
Ad

An experiment running 40+ independent AI agents on Polymarket with a $100 wallet each placed about 1,500 real-money bets on 2026 World Cup group stage matches. The agents that finished in profit backed more than one outcome in the same match far more often than losing agents. At the median, 16% of their matches vs. 6% for the losers.

Key Finding: Belief vs. Action

LLM agents are strong at forming beliefs but broken at choosing actions. The fix: add a value step. Instead of picking the most likely outcome, the agent should:

  • Produce a probability for every outcome (home, draw, away) that sums to 1.0 — that's the belief.
  • Score each outcome by payoff vs. its probability (edge). Back the outcome with the most edge, which is often not the most likely one.
  • Back more than one outcome when more than one clears the edge threshold — don't force a single choice.
  • Never discard the draw. Losing agents didn't misjudge draw probability; they just never evaluated whether the draw was worth backing at its price.
Ad

Practical Application

For any AI agent making decisions under uncertainty, separate belief generation from action selection. Generate a full probability distribution, then evaluate each action's expected value independently.

📖 Read the full source: r/clawdbot

Ad

👀 See Also