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

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.
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
👀 See Also

Claude Design Billing Bug: Extra Usage Purchase Doesn't Apply, Support Bot Traps Paying Users
A Claude Design user paid $20 for extra usage via the in-app purchase flow, but credits don't apply to Claude Design's separate usage limit. Support bot Fin misreads the issue, loops on irrelevant responses, and blocks new tickets with no human escalation.

Claude AI credited in macOS Tahoe 26.5 update release notes
Apple’s macOS Tahoe 26.5 release notes credit Claude AI alongside engineering teams, marking the first known case of an AI being formally acknowledged in Apple’s changelog.

Illinois Passes SB 315: Third-Party Audits Required for Frontier AI Labs
Illinois passes SB 315 requiring frontier AI labs like OpenAI, Anthropic, and Google DeepMind to have safety practices audited by independent third parties. If signed, it becomes the strongest US state AI safety law.

Claude Cowork Usage Limits Doubled to 10 Hours Through July 5
Anthropic doubled the 5-hour usage limits in Claude Cowork to 10 hours for the next month on all paid plans. Available through July 5 via the desktop app.