I have to imagine bots have made online poker unwinnable by now, right?
Surprisingly, no. Most sites do a good job of finding and banning bots. It's also fairly easy to spot a bot. They will make odd sized bets at times. You check to see if that betting line is taken in a solver.
I played 1k hands of online poker and built a web app with Cursor AI
41–50 of 167 posts
Re: I played 1k hands of online poker and built a web app with Cursor AI
#42Earlier quoted context omitted.
I'm curious if it's possible to make a profitable GPT Poker bot, I have seen a few GitHub repos but not experimented with it. Obviously legal/ethical concerns there aside. In my experience you see a lot of the same names when playing and they could be bots. But you can interact with people in the game by chat or "throwing" objects at them in the game like a horseshoe or cards. And when they react back maybe that's a…
Given how awful LLM are at chess, I'd say GPT sucks at poker. Making a profitable bot using state of the art poker software, like stockfish for chess? That's already done.
Re: I played 1k hands of online poker and built a web app with Cursor AI
#43Earlier quoted context omitted.
I still think that might be oversimplifying what software creation is which is being able to explain to a computer what it is you want. I think of Cursor as Python was to C. It's a higher level language but you still have to be able to think like a hacker, which will always be a rare skill.
And the best hackers at any level abstraction will always be the ones that actually understand what's going on in every lower layer in order to diagnose when the abstraction is failing them. Anyone that thinks you can be up at the level of vibes without understanding how an LLM thinks, without knowing how to review and factor your vibed Python or whatever high-ish level language, can make it performant without knowin…
Re: I played 1k hands of online poker and built a web app with Cursor AI
#44Cool write up. I played online professionally for the year leading up to the big online shutdown. AMA, always love talking poker strategy.
Probably a dumb question but when I watch poker on TV I see that the aggressive players tend to win, so why do the losers let themselves get intimidated?
Re: I played 1k hands of online poker and built a web app with Cursor AI
#45I have to imagine bots have made online poker unwinnable by now, right?
I'm curious if it's possible to make a profitable GPT Poker bot, I have seen a few GitHub repos but not experimented with it. Obviously legal/ethical concerns there aside. In my experience you see a lot of the same names when playing and they could be bots. But you can interact with people in the game by chat or "throwing" objects at them in the game like a horseshoe or cards. And when they react back maybe that's a…
Re: I played 1k hands of online poker and built a web app with Cursor AI
#46Re: I played 1k hands of online poker and built a web app with Cursor AI
#47Earlier quoted context omitted.
Surprisingly, no. Most sites do a good job of finding and banning bots. It's also fairly easy to spot a bot. They will make odd sized bets at times. You check to see if that betting line is taken in a solver.
And then there’s all the bots you aren’t spotting.
Re: I played 1k hands of online poker and built a web app with Cursor AI
#48Re: I played 1k hands of online poker and built a web app with Cursor AI
#49I have to imagine bots have made online poker unwinnable by now, right?
Surprisingly, no. Most sites do a good job of finding and banning bots. It's also fairly easy to spot a bot. They will make odd sized bets at times. You check to see if that betting line is taken in a solver.
Re: I played 1k hands of online poker and built a web app with Cursor AI
#50Yup, sw engineering is a slow march to being commoditized. Some things will remain hard (only because it's cutting edge and pushing the limits of something) but known patterns and services will be just-yell-at-ai to stand up. A lot of businesses can run on the latter, i guess - but at that point the challenge is having a viable business, not the software development of X.
On top of that, LLM output is so mediocre that even marketing firms are doing most “copy(s)” by hand.