Hacker News new | ask | show | jobs
by comrade1234 2 days ago
> I had a bug for a while where the implied probabilities for the two teams were swapped,

I've seen Claude do that too. Also another common one of making the Booleans the opposite of what they should be.

1 comments

Yes, that's what happens when you code with AI and overlook things. I remember this specific bug vividly and that's why included it in the article. The bot was matching the implied probs from the odds for a game without matching the teams first. Sometimes bookmakers had Team A vs Team B, where Polymarket had Team B vs Team A for whatever reason and the code was not checking for this scenario. Not my proudest bug, to be fair..